Test Report: Docker_Linux_crio_arm64 19530

                    
                      6d579fb1420e6d4e07520b8ad7db429a8522bbcd:2024-08-29:35998
                    
                

Test fail (3/328)

Order failed test Duration
33 TestAddons/parallel/Registry 75.04
34 TestAddons/parallel/Ingress 153.17
36 TestAddons/parallel/MetricsServer 330.07
x
+
TestAddons/parallel/Registry (75.04s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:332: registry stabilized in 3.751488ms
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-6fb4cdfc84-dgdkf" [b92ef39b-61ac-4d36-b964-ff31ca2d7d7d] Running
addons_test.go:334: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.003797568s
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-r2p55" [4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d] Running
addons_test.go:337: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.008802836s
addons_test.go:342: (dbg) Run:  kubectl --context addons-409501 delete po -l run=registry-test --now
addons_test.go:347: (dbg) Run:  kubectl --context addons-409501 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-409501 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.12350292s)

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

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa",
	        "Created": "2024-08-29T19:42:06.464253498Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 593284,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-08-29T19:42:06.601839172Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:eb620c1d7126103417d4dc31eb6aaaf95b0878713d0303a36cb77002c31b0deb",
	        "ResolvConfPath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/hostname",
	        "HostsPath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/hosts",
	        "LogPath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa-json.log",
	        "Name": "/addons-409501",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-409501:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-409501",
	            "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/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2-init/diff:/var/lib/docker/overlay2/b9b713c472a4e6468ee9bbac575b4317dbe87cd6d195ee7630d13eaf08e96077/diff",
	                "MergedDir": "/var/lib/docker/overlay2/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2/merged",
	                "UpperDir": "/var/lib/docker/overlay2/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2/diff",
	                "WorkDir": "/var/lib/docker/overlay2/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-409501",
	                "Source": "/var/lib/docker/volumes/addons-409501/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-409501",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0",
	            "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-409501",
	                "name.minikube.sigs.k8s.io": "addons-409501",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "6e54aae6b59953e187b95f479a6870c6eb28fee9b5a7e2779f24c3ed37bc19c2",
	            "SandboxKey": "/var/run/docker/netns/6e54aae6b599",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33508"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33509"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33512"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33510"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33511"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-409501": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "ba68a6dc272dfe46ad533c18d09a2707361443f344e1c5378391955d476001b9",
	                    "EndpointID": "284386008c1f360a9509edcd99c61342c228075d88293dbd59bd56928015f350",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-409501",
	                        "68c10b9a23b5"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-409501 -n addons-409501
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-409501 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-409501 logs -n 25: (1.617787503s)
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-855902   | jenkins | v1.33.1 | 29 Aug 24 19:37 UTC |                     |
	|         | -p download-only-855902              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0         |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.33.1 | 29 Aug 24 19:39 UTC | 29 Aug 24 19:39 UTC |
	| delete  | -p download-only-855902              | download-only-855902   | jenkins | v1.33.1 | 29 Aug 24 19:39 UTC | 29 Aug 24 19:39 UTC |
	| start   | -o=json --download-only              | download-only-887925   | jenkins | v1.33.1 | 29 Aug 24 19:39 UTC |                     |
	|         | -p download-only-887925              |                        |         |         |                     |                     |
	|         | --force --alsologtostderr            |                        |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.0         |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | --all                                | minikube               | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| delete  | -p download-only-887925              | download-only-887925   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| delete  | -p download-only-855902              | download-only-855902   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| delete  | -p download-only-887925              | download-only-887925   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| start   | --download-only -p                   | download-docker-297874 | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | download-docker-297874               |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | -p download-docker-297874            | download-docker-297874 | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| start   | --download-only -p                   | binary-mirror-237279   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | binary-mirror-237279                 |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --binary-mirror                      |                        |         |         |                     |                     |
	|         | http://127.0.0.1:46025               |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=crio             |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-237279              | binary-mirror-237279   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| addons  | enable dashboard -p                  | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | addons-409501                        |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                 | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | addons-409501                        |                        |         |         |                     |                     |
	| start   | -p addons-409501 --wait=true         | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:45 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-409501 addons                 | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:53 UTC | 29 Aug 24 19:53 UTC |
	|         | disable csi-hostpath-driver          |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-409501 addons                 | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:53 UTC | 29 Aug 24 19:53 UTC |
	|         | disable volumesnapshots              |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-409501 addons disable         | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | yakd --alsologtostderr -v=1          |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin         | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | -p addons-409501                     |                        |         |         |                     |                     |
	| ip      | addons-409501 ip                     | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	| addons  | addons-409501 addons disable         | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | registry --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/08/29 19:41:41
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.22.5 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0829 19:41:41.793081  592789 out.go:345] Setting OutFile to fd 1 ...
	I0829 19:41:41.793231  592789 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 19:41:41.793242  592789 out.go:358] Setting ErrFile to fd 2...
	I0829 19:41:41.793248  592789 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 19:41:41.793484  592789 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 19:41:41.793911  592789 out.go:352] Setting JSON to false
	I0829 19:41:41.794718  592789 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":12249,"bootTime":1724948253,"procs":144,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1068-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0829 19:41:41.794789  592789 start.go:139] virtualization:  
	I0829 19:41:41.797073  592789 out.go:177] * [addons-409501] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0829 19:41:41.798843  592789 out.go:177]   - MINIKUBE_LOCATION=19530
	I0829 19:41:41.799025  592789 notify.go:220] Checking for updates...
	I0829 19:41:41.802223  592789 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0829 19:41:41.803964  592789 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 19:41:41.806283  592789 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube
	I0829 19:41:41.807813  592789 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0829 19:41:41.809823  592789 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0829 19:41:41.812094  592789 driver.go:392] Setting default libvirt URI to qemu:///system
	I0829 19:41:41.833761  592789 docker.go:123] docker version: linux-27.2.0:Docker Engine - Community
	I0829 19:41:41.833895  592789 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 19:41:41.892917  592789 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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:24 OomKillDisable:true NGoroutines:41 SystemTime:2024-08-29 19:41:41.883301865 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 19:41:41.893061  592789 docker.go:307] overlay module found
	I0829 19:41:41.896006  592789 out.go:177] * Using the docker driver based on user configuration
	I0829 19:41:41.897663  592789 start.go:297] selected driver: docker
	I0829 19:41:41.897692  592789 start.go:901] validating driver "docker" against <nil>
	I0829 19:41:41.897711  592789 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0829 19:41:41.898384  592789 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 19:41:41.951685  592789 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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:24 OomKillDisable:true NGoroutines:41 SystemTime:2024-08-29 19:41:41.941511774 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 19:41:41.951901  592789 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0829 19:41:41.952178  592789 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]
	I0829 19:41:41.954159  592789 out.go:177] * Using Docker driver with root privileges
	I0829 19:41:41.956170  592789 cni.go:84] Creating CNI manager for ""
	I0829 19:41:41.956197  592789 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:41:41.956215  592789 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0829 19:41:41.956299  592789 start.go:340] cluster config:
	{Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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}
	I0829 19:41:41.959386  592789 out.go:177] * Starting "addons-409501" primary control-plane node in "addons-409501" cluster
	I0829 19:41:41.961193  592789 cache.go:121] Beginning downloading kic base image for docker with crio
	I0829 19:41:41.963058  592789 out.go:177] * Pulling base image v0.0.44-1724862063-19530 ...
	I0829 19:41:41.964755  592789 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local docker daemon
	I0829 19:41:41.964842  592789 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:41:41.964896  592789 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4
	I0829 19:41:41.964913  592789 cache.go:56] Caching tarball of preloaded images
	I0829 19:41:41.965009  592789 preload.go:172] Found /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0829 19:41:41.965025  592789 cache.go:59] Finished verifying existence of preloaded tar for v1.31.0 on crio
	I0829 19:41:41.965482  592789 profile.go:143] Saving config to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/config.json ...
	I0829 19:41:41.965516  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/config.json: {Name:mk5ea4569b35caf1a2a173499e259aef957118c6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:41:41.980897  592789 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 to local cache
	I0829 19:41:41.981015  592789 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local cache directory
	I0829 19:41:41.981039  592789 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local cache directory, skipping pull
	I0829 19:41:41.981045  592789 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 exists in cache, skipping pull
	I0829 19:41:41.981056  592789 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 as a tarball
	I0829 19:41:41.981062  592789 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 from local cache
	I0829 19:41:59.363163  592789 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 from cached tarball
	I0829 19:41:59.363211  592789 cache.go:194] Successfully downloaded all kic artifacts
	I0829 19:41:59.363269  592789 start.go:360] acquireMachinesLock for addons-409501: {Name:mk516304c67f7267e84effdc2e8f0f0a7968ef88 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0829 19:41:59.363414  592789 start.go:364] duration metric: took 122.42µs to acquireMachinesLock for "addons-409501"
	I0829 19:41:59.363447  592789 start.go:93] Provisioning new machine with config: &{Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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.0 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0829 19:41:59.363540  592789 start.go:125] createHost starting for "" (driver="docker")
	I0829 19:41:59.366152  592789 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0829 19:41:59.366411  592789 start.go:159] libmachine.API.Create for "addons-409501" (driver="docker")
	I0829 19:41:59.366443  592789 client.go:168] LocalClient.Create starting
	I0829 19:41:59.366554  592789 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem
	I0829 19:41:59.717626  592789 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem
	I0829 19:41:59.879054  592789 cli_runner.go:164] Run: docker network inspect addons-409501 --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}}]}"
	W0829 19:41:59.895988  592789 cli_runner.go:211] docker network inspect addons-409501 --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
	I0829 19:41:59.896072  592789 network_create.go:284] running [docker network inspect addons-409501] to gather additional debugging logs...
	I0829 19:41:59.896093  592789 cli_runner.go:164] Run: docker network inspect addons-409501
	W0829 19:41:59.909799  592789 cli_runner.go:211] docker network inspect addons-409501 returned with exit code 1
	I0829 19:41:59.909828  592789 network_create.go:287] error running [docker network inspect addons-409501]: docker network inspect addons-409501: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-409501 not found
	I0829 19:41:59.909841  592789 network_create.go:289] output of [docker network inspect addons-409501]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-409501 not found
	
	** /stderr **
	I0829 19:41:59.909951  592789 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}}]}"
	I0829 19:41:59.925952  592789 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:0x4001a9f210}
	I0829 19:41:59.926000  592789 network_create.go:124] attempt to create docker network addons-409501 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0829 19:41:59.926057  592789 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-409501 addons-409501
	I0829 19:41:59.995056  592789 network_create.go:108] docker network addons-409501 192.168.49.0/24 created
	I0829 19:41:59.995088  592789 kic.go:121] calculated static IP "192.168.49.2" for the "addons-409501" container
	I0829 19:41:59.995161  592789 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0829 19:42:00.049165  592789 cli_runner.go:164] Run: docker volume create addons-409501 --label name.minikube.sigs.k8s.io=addons-409501 --label created_by.minikube.sigs.k8s.io=true
	I0829 19:42:00.140078  592789 oci.go:103] Successfully created a docker volume addons-409501
	I0829 19:42:00.140184  592789 cli_runner.go:164] Run: docker run --rm --name addons-409501-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-409501 --entrypoint /usr/bin/test -v addons-409501:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -d /var/lib
	I0829 19:42:02.332120  592789 cli_runner.go:217] Completed: docker run --rm --name addons-409501-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-409501 --entrypoint /usr/bin/test -v addons-409501:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -d /var/lib: (2.191887651s)
	I0829 19:42:02.332153  592789 oci.go:107] Successfully prepared a docker volume addons-409501
	I0829 19:42:02.332180  592789 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:42:02.332201  592789 kic.go:194] Starting extracting preloaded images to volume ...
	I0829 19:42:02.332287  592789 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-409501:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -I lz4 -xf /preloaded.tar -C /extractDir
	I0829 19:42:06.391697  592789 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-409501:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -I lz4 -xf /preloaded.tar -C /extractDir: (4.059371072s)
	I0829 19:42:06.391730  592789 kic.go:203] duration metric: took 4.059525771s to extract preloaded images to volume ...
	W0829 19:42:06.391865  592789 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0829 19:42:06.392008  592789 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0829 19:42:06.450040  592789 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-409501 --name addons-409501 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-409501 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-409501 --network addons-409501 --ip 192.168.49.2 --volume addons-409501:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0
	I0829 19:42:06.753148  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Running}}
	I0829 19:42:06.784005  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:06.803767  592789 cli_runner.go:164] Run: docker exec addons-409501 stat /var/lib/dpkg/alternatives/iptables
	I0829 19:42:06.864883  592789 oci.go:144] the created container "addons-409501" has a running status.
	I0829 19:42:06.864910  592789 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa...
	I0829 19:42:07.380146  592789 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0829 19:42:07.406073  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:07.432499  592789 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0829 19:42:07.432523  592789 kic_runner.go:114] Args: [docker exec --privileged addons-409501 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0829 19:42:07.498275  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:07.525996  592789 machine.go:93] provisionDockerMachine start ...
	I0829 19:42:07.526089  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:07.551537  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:07.551800  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:07.551808  592789 main.go:141] libmachine: About to run SSH command:
	hostname
	I0829 19:42:07.698592  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-409501
	
	I0829 19:42:07.698691  592789 ubuntu.go:169] provisioning hostname "addons-409501"
	I0829 19:42:07.698803  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:07.721226  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:07.721468  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:07.721479  592789 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-409501 && echo "addons-409501" | sudo tee /etc/hostname
	I0829 19:42:07.872359  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-409501
	
	I0829 19:42:07.872503  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:07.889822  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:07.890102  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:07.890119  592789 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-409501' /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-409501/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-409501' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0829 19:42:08.027158  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0829 19:42:08.027183  592789 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19530-586627/.minikube CaCertPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19530-586627/.minikube}
	I0829 19:42:08.027207  592789 ubuntu.go:177] setting up certificates
	I0829 19:42:08.027219  592789 provision.go:84] configureAuth start
	I0829 19:42:08.027289  592789 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-409501
	I0829 19:42:08.046462  592789 provision.go:143] copyHostCerts
	I0829 19:42:08.046561  592789 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19530-586627/.minikube/cert.pem (1123 bytes)
	I0829 19:42:08.046692  592789 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19530-586627/.minikube/key.pem (1679 bytes)
	I0829 19:42:08.046768  592789 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19530-586627/.minikube/ca.pem (1082 bytes)
	I0829 19:42:08.046838  592789 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19530-586627/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca-key.pem org=jenkins.addons-409501 san=[127.0.0.1 192.168.49.2 addons-409501 localhost minikube]
	I0829 19:42:09.076462  592789 provision.go:177] copyRemoteCerts
	I0829 19:42:09.076538  592789 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0829 19:42:09.076586  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.093629  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.188595  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0829 19:42:09.214185  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0829 19:42:09.238258  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0829 19:42:09.261613  592789 provision.go:87] duration metric: took 1.234379527s to configureAuth
	I0829 19:42:09.261639  592789 ubuntu.go:193] setting minikube options for container-runtime
	I0829 19:42:09.261830  592789 config.go:182] Loaded profile config "addons-409501": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 19:42:09.261943  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.278545  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:09.278788  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:09.278803  592789 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
	I0829 19:42:09.511899  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0829 19:42:09.511921  592789 machine.go:96] duration metric: took 1.98590543s to provisionDockerMachine
	I0829 19:42:09.511931  592789 client.go:171] duration metric: took 10.145477646s to LocalClient.Create
	I0829 19:42:09.511952  592789 start.go:167] duration metric: took 10.145541949s to libmachine.API.Create "addons-409501"
	I0829 19:42:09.511959  592789 start.go:293] postStartSetup for "addons-409501" (driver="docker")
	I0829 19:42:09.511974  592789 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]
	I0829 19:42:09.512043  592789 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
	I0829 19:42:09.512083  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.530815  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.629831  592789 ssh_runner.go:195] Run: cat /etc/os-release
	I0829 19:42:09.633229  592789 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0829 19:42:09.633267  592789 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0829 19:42:09.633310  592789 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0829 19:42:09.633318  592789 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0829 19:42:09.633329  592789 filesync.go:126] Scanning /home/jenkins/minikube-integration/19530-586627/.minikube/addons for local assets ...
	I0829 19:42:09.633416  592789 filesync.go:126] Scanning /home/jenkins/minikube-integration/19530-586627/.minikube/files for local assets ...
	I0829 19:42:09.633452  592789 start.go:296] duration metric: took 121.487139ms for postStartSetup
	I0829 19:42:09.633778  592789 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-409501
	I0829 19:42:09.649914  592789 profile.go:143] Saving config to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/config.json ...
	I0829 19:42:09.650210  592789 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0829 19:42:09.650270  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.666721  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.755735  592789 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0829 19:42:09.760198  592789 start.go:128] duration metric: took 10.396643336s to createHost
	I0829 19:42:09.760223  592789 start.go:83] releasing machines lock for "addons-409501", held for 10.396800028s
	I0829 19:42:09.760325  592789 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-409501
	I0829 19:42:09.776036  592789 ssh_runner.go:195] Run: cat /version.json
	I0829 19:42:09.776097  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.776357  592789 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0829 19:42:09.776434  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.792932  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.801863  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.882394  592789 ssh_runner.go:195] Run: systemctl --version
	I0829 19:42:10.158654  592789 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0829 19:42:10.301142  592789 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0829 19:42:10.305246  592789 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" ;
	I0829 19:42:10.323810  592789 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0829 19:42:10.323893  592789 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" ;
	I0829 19:42:10.358674  592789 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0829 19:42:10.358740  592789 start.go:495] detecting cgroup driver to use...
	I0829 19:42:10.358791  592789 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0829 19:42:10.358872  592789 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0829 19:42:10.375343  592789 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0829 19:42:10.387546  592789 docker.go:217] disabling cri-docker service (if available) ...
	I0829 19:42:10.387653  592789 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0829 19:42:10.401820  592789 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0829 19:42:10.416249  592789 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0829 19:42:10.510203  592789 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0829 19:42:10.606576  592789 docker.go:233] disabling docker service ...
	I0829 19:42:10.606641  592789 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0829 19:42:10.627871  592789 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0829 19:42:10.640401  592789 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0829 19:42:10.728814  592789 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0829 19:42:10.822692  592789 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0829 19:42:10.833603  592789 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"
	I0829 19:42:10.849555  592789 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0829 19:42:10.849623  592789 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"
	I0829 19:42:10.859454  592789 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0829 19:42:10.859529  592789 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0829 19:42:10.869301  592789 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0829 19:42:10.878736  592789 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0829 19:42:10.888598  592789 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0829 19:42:10.897663  592789 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"
	I0829 19:42:10.910966  592789 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"
	I0829 19:42:10.926376  592789 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"
	I0829 19:42:10.936056  592789 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0829 19:42:10.944550  592789 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0829 19:42:10.952919  592789 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0829 19:42:11.041228  592789 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0829 19:42:11.155074  592789 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0829 19:42:11.155197  592789 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0829 19:42:11.158506  592789 start.go:563] Will wait 60s for crictl version
	I0829 19:42:11.158565  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:42:11.161731  592789 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0829 19:42:11.196187  592789 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0829 19:42:11.196286  592789 ssh_runner.go:195] Run: crio --version
	I0829 19:42:11.232717  592789 ssh_runner.go:195] Run: crio --version
	I0829 19:42:11.274570  592789 out.go:177] * Preparing Kubernetes v1.31.0 on CRI-O 1.24.6 ...
	I0829 19:42:11.276791  592789 cli_runner.go:164] Run: docker network inspect addons-409501 --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}}]}"
	I0829 19:42:11.291409  592789 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0829 19:42:11.294701  592789 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""
	I0829 19:42:11.304609  592789 kubeadm.go:883] updating cluster {Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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} ...
	I0829 19:42:11.304730  592789 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:42:11.304789  592789 ssh_runner.go:195] Run: sudo crictl images --output json
	I0829 19:42:11.383152  592789 crio.go:514] all images are preloaded for cri-o runtime.
	I0829 19:42:11.383174  592789 crio.go:433] Images already preloaded, skipping extraction
	I0829 19:42:11.383229  592789 ssh_runner.go:195] Run: sudo crictl images --output json
	I0829 19:42:11.418536  592789 crio.go:514] all images are preloaded for cri-o runtime.
	I0829 19:42:11.418612  592789 cache_images.go:84] Images are preloaded, skipping loading
	I0829 19:42:11.418637  592789 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.0 crio true true} ...
	I0829 19:42:11.418754  592789 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-409501 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.0 ClusterName:addons-409501 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:}
	I0829 19:42:11.418871  592789 ssh_runner.go:195] Run: crio config
	I0829 19:42:11.465804  592789 cni.go:84] Creating CNI manager for ""
	I0829 19:42:11.465826  592789 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:42:11.465836  592789 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0829 19:42:11.465860  592789 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.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-409501 NodeName:addons-409501 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}
	I0829 19:42:11.466007  592789 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-409501"
	  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.0
	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
	
	I0829 19:42:11.466081  592789 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.0
	I0829 19:42:11.474906  592789 binaries.go:44] Found k8s binaries, skipping transfer
	I0829 19:42:11.475023  592789 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0829 19:42:11.484205  592789 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0829 19:42:11.502506  592789 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0829 19:42:11.521209  592789 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0829 19:42:11.539620  592789 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0829 19:42:11.543105  592789 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""
	I0829 19:42:11.553343  592789 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0829 19:42:11.631479  592789 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0829 19:42:11.645307  592789 certs.go:68] Setting up /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501 for IP: 192.168.49.2
	I0829 19:42:11.645327  592789 certs.go:194] generating shared ca certs ...
	I0829 19:42:11.645344  592789 certs.go:226] acquiring lock for ca certs: {Name:mk7dc306e109c248b430f4f727ec3386b6a6e744 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:11.645467  592789 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key
	I0829 19:42:12.061485  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt ...
	I0829 19:42:12.061520  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt: {Name:mk7e3cec1eb2c1be866f2ec4696d2a5261ef318c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.061728  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key ...
	I0829 19:42:12.061741  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key: {Name:mk92efa67d08c27b64f206254a3c11c71f74cadd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.061833  592789 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key
	I0829 19:42:12.404039  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.crt ...
	I0829 19:42:12.404069  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.crt: {Name:mk3b5d80165818aa92f6f4181b4aeeab32049297 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.404723  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key ...
	I0829 19:42:12.404740  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key: {Name:mk9b28b891e198c68706e703cb57ff3cadd0c5da Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.405236  592789 certs.go:256] generating profile certs ...
	I0829 19:42:12.405302  592789 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.key
	I0829 19:42:12.405319  592789 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt with IP's: []
	I0829 19:42:12.872771  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt ...
	I0829 19:42:12.872806  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: {Name:mk0a6830d5e11565b0729e01a6a9d8f1ae8fe1ba Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.873378  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.key ...
	I0829 19:42:12.873394  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.key: {Name:mkb9927424fc9c63acaefbec6aa67714d54030ae Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.874032  592789 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837
	I0829 19:42:12.874056  592789 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0829 19:42:13.448431  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837 ...
	I0829 19:42:13.448463  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837: {Name:mkcebb772c7b52de588fd2055771800a751f1042 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.448649  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837 ...
	I0829 19:42:13.448663  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837: {Name:mke201ca281a18118fd6836c7e215ea7da67cee8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.448746  592789 certs.go:381] copying /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837 -> /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt
	I0829 19:42:13.448835  592789 certs.go:385] copying /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837 -> /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key
	I0829 19:42:13.448895  592789 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key
	I0829 19:42:13.448917  592789 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt with IP's: []
	I0829 19:42:13.563342  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt ...
	I0829 19:42:13.563371  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt: {Name:mke134975df6905c19c514c59695935fb4621aa8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.564056  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key ...
	I0829 19:42:13.564073  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key: {Name:mka2d1872d6aec7ba625ae2d2a14b5c7bde677ca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.564873  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca-key.pem (1675 bytes)
	I0829 19:42:13.564919  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem (1082 bytes)
	I0829 19:42:13.564950  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem (1123 bytes)
	I0829 19:42:13.564980  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/key.pem (1679 bytes)
	I0829 19:42:13.565593  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0829 19:42:13.589749  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0829 19:42:13.613158  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0829 19:42:13.637673  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0829 19:42:13.662336  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0829 19:42:13.686908  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0829 19:42:13.710975  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0829 19:42:13.735099  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0829 19:42:13.759379  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0829 19:42:13.786837  592789 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0829 19:42:13.805838  592789 ssh_runner.go:195] Run: openssl version
	I0829 19:42:13.811512  592789 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"
	I0829 19:42:13.821579  592789 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0829 19:42:13.825055  592789 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Aug 29 19:42 /usr/share/ca-certificates/minikubeCA.pem
	I0829 19:42:13.825119  592789 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0829 19:42:13.831816  592789 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"
	I0829 19:42:13.841214  592789 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0829 19:42:13.844901  592789 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
	I0829 19:42:13.844953  592789 kubeadm.go:392] StartCluster: {Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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}
	I0829 19:42:13.845033  592789 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0829 19:42:13.845091  592789 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0829 19:42:13.887627  592789 cri.go:89] found id: ""
	I0829 19:42:13.887751  592789 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0829 19:42:13.896965  592789 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0829 19:42:13.906263  592789 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0829 19:42:13.906331  592789 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
	I0829 19:42:13.915946  592789 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
	I0829 19:42:13.915965  592789 kubeadm.go:157] found existing configuration files:
	
	I0829 19:42:13.916018  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0829 19:42:13.925772  592789 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
	I0829 19:42:13.925839  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0829 19:42:13.936105  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0829 19:42:13.947631  592789 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
	I0829 19:42:13.947750  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0829 19:42:13.958294  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0829 19:42:13.970730  592789 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
	I0829 19:42:13.970846  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0829 19:42:13.982256  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0829 19:42:13.993814  592789 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
	I0829 19:42:13.993913  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0829 19:42:14.002802  592789 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.0:$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"
	I0829 19:42:14.054688  592789 kubeadm.go:310] [init] Using Kubernetes version: v1.31.0
	I0829 19:42:14.054897  592789 kubeadm.go:310] [preflight] Running pre-flight checks
	I0829 19:42:14.081029  592789 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0829 19:42:14.081110  592789 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1068-aws
	I0829 19:42:14.081152  592789 kubeadm.go:310] OS: Linux
	I0829 19:42:14.081210  592789 kubeadm.go:310] CGROUPS_CPU: enabled
	I0829 19:42:14.081269  592789 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0829 19:42:14.081325  592789 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0829 19:42:14.081376  592789 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0829 19:42:14.081436  592789 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0829 19:42:14.081495  592789 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0829 19:42:14.081550  592789 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0829 19:42:14.081601  592789 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0829 19:42:14.081659  592789 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0829 19:42:14.141034  592789 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0829 19:42:14.141159  592789 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0829 19:42:14.141280  592789 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0829 19:42:14.147561  592789 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0829 19:42:14.151464  592789 out.go:235]   - Generating certificates and keys ...
	I0829 19:42:14.151575  592789 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0829 19:42:14.151653  592789 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0829 19:42:14.687518  592789 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0829 19:42:15.610013  592789 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0829 19:42:16.022587  592789 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0829 19:42:16.374516  592789 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0829 19:42:16.645237  592789 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0829 19:42:16.645391  592789 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-409501 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0829 19:42:17.082928  592789 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0829 19:42:17.085339  592789 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-409501 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0829 19:42:17.318575  592789 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0829 19:42:17.921901  592789 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0829 19:42:18.559342  592789 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0829 19:42:18.559715  592789 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0829 19:42:19.268970  592789 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0829 19:42:19.474444  592789 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0829 19:42:20.090338  592789 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0829 19:42:20.424996  592789 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0829 19:42:21.104057  592789 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0829 19:42:21.104680  592789 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0829 19:42:21.107704  592789 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0829 19:42:21.110367  592789 out.go:235]   - Booting up control plane ...
	I0829 19:42:21.110474  592789 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0829 19:42:21.110548  592789 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0829 19:42:21.111092  592789 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0829 19:42:21.123450  592789 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0829 19:42:21.129668  592789 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0829 19:42:21.129739  592789 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0829 19:42:21.227052  592789 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0829 19:42:21.227179  592789 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0829 19:42:22.728772  592789 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.5017565s
	I0829 19:42:22.728858  592789 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0829 19:42:28.730662  592789 kubeadm.go:310] [api-check] The API server is healthy after 6.001922754s
	I0829 19:42:28.751152  592789 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0829 19:42:28.765487  592789 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0829 19:42:28.789204  592789 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0829 19:42:28.789408  592789 kubeadm.go:310] [mark-control-plane] Marking the node addons-409501 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0829 19:42:28.800062  592789 kubeadm.go:310] [bootstrap-token] Using token: vg4pvc.pme4qtp95nu14nhs
	I0829 19:42:28.803193  592789 out.go:235]   - Configuring RBAC rules ...
	I0829 19:42:28.803327  592789 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0829 19:42:28.807951  592789 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0829 19:42:28.815501  592789 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
	I0829 19:42:28.819260  592789 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0829 19:42:28.822889  592789 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0829 19:42:28.827795  592789 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0829 19:42:29.136342  592789 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0829 19:42:29.562266  592789 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0829 19:42:30.140666  592789 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0829 19:42:30.142091  592789 kubeadm.go:310] 
	I0829 19:42:30.142171  592789 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0829 19:42:30.142185  592789 kubeadm.go:310] 
	I0829 19:42:30.142262  592789 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0829 19:42:30.142273  592789 kubeadm.go:310] 
	I0829 19:42:30.142298  592789 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0829 19:42:30.142359  592789 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0829 19:42:30.142414  592789 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0829 19:42:30.142430  592789 kubeadm.go:310] 
	I0829 19:42:30.142483  592789 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0829 19:42:30.142490  592789 kubeadm.go:310] 
	I0829 19:42:30.142542  592789 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0829 19:42:30.142550  592789 kubeadm.go:310] 
	I0829 19:42:30.142601  592789 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0829 19:42:30.142680  592789 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0829 19:42:30.142748  592789 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0829 19:42:30.142756  592789 kubeadm.go:310] 
	I0829 19:42:30.142837  592789 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0829 19:42:30.142918  592789 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0829 19:42:30.142926  592789 kubeadm.go:310] 
	I0829 19:42:30.143032  592789 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token vg4pvc.pme4qtp95nu14nhs \
	I0829 19:42:30.143138  592789 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:01ec06adb34080c15b21b7863a8c9518a95e43c8d2df53da9e139cf85c5c32d1 \
	I0829 19:42:30.143164  592789 kubeadm.go:310] 	--control-plane 
	I0829 19:42:30.143173  592789 kubeadm.go:310] 
	I0829 19:42:30.143255  592789 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0829 19:42:30.143263  592789 kubeadm.go:310] 
	I0829 19:42:30.143342  592789 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token vg4pvc.pme4qtp95nu14nhs \
	I0829 19:42:30.143445  592789 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:01ec06adb34080c15b21b7863a8c9518a95e43c8d2df53da9e139cf85c5c32d1 
	I0829 19:42:30.147742  592789 kubeadm.go:310] W0829 19:42:14.050381    1182 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.
	I0829 19:42:30.148125  592789 kubeadm.go:310] W0829 19:42:14.052111    1182 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.
	I0829 19:42:30.148415  592789 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-1068-aws\n", err: exit status 1
	I0829 19:42:30.148563  592789 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0829 19:42:30.148607  592789 cni.go:84] Creating CNI manager for ""
	I0829 19:42:30.148618  592789 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:42:30.151729  592789 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0829 19:42:30.155999  592789 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0829 19:42:30.162801  592789 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.0/kubectl ...
	I0829 19:42:30.162827  592789 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0829 19:42:30.185460  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0829 19:42:30.478673  592789 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0829 19:42:30.478806  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:30.478901  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-409501 minikube.k8s.io/updated_at=2024_08_29T19_42_30_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=5512bd76519cf55fa04aeca1cd01a1369e298033 minikube.k8s.io/name=addons-409501 minikube.k8s.io/primary=true
	I0829 19:42:30.672149  592789 ops.go:34] apiserver oom_adj: -16
	I0829 19:42:30.672248  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:31.173309  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:31.672413  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:32.173360  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:32.672392  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:33.173114  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:33.673303  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:34.173018  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:34.672635  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:34.758685  592789 kubeadm.go:1113] duration metric: took 4.279924902s to wait for elevateKubeSystemPrivileges
	I0829 19:42:34.758717  592789 kubeadm.go:394] duration metric: took 20.913768382s to StartCluster
	I0829 19:42:34.758735  592789 settings.go:142] acquiring lock: {Name:mk268c49dae9722f63d4ad187dcceabf7ceff85c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:34.759351  592789 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 19:42:34.759742  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/kubeconfig: {Name:mk05c0635ad3408a5e80dd3e7d5f67a3fc48d188 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:34.760330  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0829 19:42:34.760363  592789 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.0 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0829 19:42:34.760616  592789 config.go:182] Loaded profile config "addons-409501": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 19:42:34.760648  592789 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]
	I0829 19:42:34.760734  592789 addons.go:69] Setting yakd=true in profile "addons-409501"
	I0829 19:42:34.760758  592789 addons.go:234] Setting addon yakd=true in "addons-409501"
	I0829 19:42:34.760781  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.761238  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.761724  592789 addons.go:69] Setting metrics-server=true in profile "addons-409501"
	I0829 19:42:34.761764  592789 addons.go:234] Setting addon metrics-server=true in "addons-409501"
	I0829 19:42:34.761796  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.762236  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.762433  592789 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-409501"
	I0829 19:42:34.762464  592789 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-409501"
	I0829 19:42:34.762514  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.762899  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.763448  592789 addons.go:69] Setting registry=true in profile "addons-409501"
	I0829 19:42:34.763487  592789 addons.go:234] Setting addon registry=true in "addons-409501"
	I0829 19:42:34.763520  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.763974  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.765294  592789 addons.go:69] Setting cloud-spanner=true in profile "addons-409501"
	I0829 19:42:34.765574  592789 addons.go:234] Setting addon cloud-spanner=true in "addons-409501"
	I0829 19:42:34.765612  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.766035  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.772401  592789 addons.go:69] Setting storage-provisioner=true in profile "addons-409501"
	I0829 19:42:34.772454  592789 addons.go:234] Setting addon storage-provisioner=true in "addons-409501"
	I0829 19:42:34.772493  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.772947  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.765465  592789 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-409501"
	I0829 19:42:34.791584  592789 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-409501"
	I0829 19:42:34.792046  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.796374  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.822391  592789 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-409501"
	I0829 19:42:34.822487  592789 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-409501"
	I0829 19:42:34.765478  592789 addons.go:69] Setting default-storageclass=true in profile "addons-409501"
	I0829 19:42:34.826855  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.827168  592789 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-409501"
	I0829 19:42:34.828742  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.845363  592789 addons.go:69] Setting volcano=true in profile "addons-409501"
	I0829 19:42:34.845450  592789 addons.go:234] Setting addon volcano=true in "addons-409501"
	I0829 19:42:34.845534  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.846028  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.765482  592789 addons.go:69] Setting gcp-auth=true in profile "addons-409501"
	I0829 19:42:34.847713  592789 mustload.go:65] Loading cluster: addons-409501
	I0829 19:42:34.765489  592789 addons.go:69] Setting ingress=true in profile "addons-409501"
	I0829 19:42:34.765493  592789 addons.go:69] Setting ingress-dns=true in profile "addons-409501"
	I0829 19:42:34.765497  592789 addons.go:69] Setting inspektor-gadget=true in profile "addons-409501"
	I0829 19:42:34.765551  592789 out.go:177] * Verifying Kubernetes components...
	I0829 19:42:34.851417  592789 config.go:182] Loaded profile config "addons-409501": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 19:42:34.851672  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.855811  592789 addons.go:69] Setting volumesnapshots=true in profile "addons-409501"
	I0829 19:42:34.855866  592789 addons.go:234] Setting addon volumesnapshots=true in "addons-409501"
	I0829 19:42:34.855902  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.856351  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.867003  592789 addons.go:234] Setting addon ingress=true in "addons-409501"
	I0829 19:42:34.867115  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.867583  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.876999  592789 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0829 19:42:34.883069  592789 addons.go:234] Setting addon ingress-dns=true in "addons-409501"
	I0829 19:42:34.883137  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.883608  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.885875  592789 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0829 19:42:34.888753  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0829 19:42:34.888826  592789 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0829 19:42:34.888995  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.893647  592789 addons.go:234] Setting addon inspektor-gadget=true in "addons-409501"
	I0829 19:42:34.893711  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.894172  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.903226  592789 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0829 19:42:34.910413  592789 out.go:177]   - Using image docker.io/registry:2.8.3
	I0829 19:42:34.910600  592789 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0829 19:42:34.930240  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0829 19:42:34.930313  592789 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0829 19:42:34.930412  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.937054  592789 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0829 19:42:34.937124  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0829 19:42:34.937222  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.953125  592789 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
	I0829 19:42:34.961602  592789 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0829 19:42:34.964093  592789 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0829 19:42:34.964157  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0829 19:42:34.964384  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.966292  592789 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0829 19:42:34.966344  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0829 19:42:34.966442  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.980948  592789 addons.go:234] Setting addon default-storageclass=true in "addons-409501"
	I0829 19:42:34.980987  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.981422  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	W0829 19:42:34.982899  592789 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0829 19:42:34.983312  592789 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0829 19:42:34.983476  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0829 19:42:34.987214  592789 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0829 19:42:34.987238  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0829 19:42:34.987296  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.999941  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0829 19:42:35.001922  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0829 19:42:35.006110  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0829 19:42:35.008209  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0829 19:42:35.010037  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0829 19:42:35.012115  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0829 19:42:35.013926  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0829 19:42:35.019134  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0829 19:42:35.019862  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0829 19:42:35.019937  592789 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0829 19:42:35.020055  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.021528  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0829 19:42:35.021555  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0829 19:42:35.021647  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.077645  592789 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-409501"
	I0829 19:42:35.077696  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:35.078120  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:35.116516  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0829 19:42:35.118149  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0829 19:42:35.120416  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0829 19:42:35.122666  592789 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0829 19:42:35.122694  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0829 19:42:35.122794  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.141426  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.180606  592789 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0829 19:42:35.180681  592789 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.31.0
	I0829 19:42:35.180930  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:35.187060  592789 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0829 19:42:35.187090  592789 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0829 19:42:35.187167  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.188027  592789 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0829 19:42:35.188040  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0829 19:42:35.188085  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.213291  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.226779  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.237730  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.238123  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.246026  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.260062  592789 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0829 19:42:35.260082  592789 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0829 19:42:35.260146  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.271185  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.327239  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.334497  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.335294  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.346839  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.349306  592789 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0829 19:42:35.353082  592789 out.go:177]   - Using image docker.io/busybox:stable
	I0829 19:42:35.355092  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.356095  592789 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0829 19:42:35.356115  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0829 19:42:35.356175  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.388294  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	W0829 19:42:35.389108  592789 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0829 19:42:35.389134  592789 retry.go:31] will retry after 308.476932ms: ssh: handshake failed: EOF
	I0829 19:42:35.405636  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/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.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0829 19:42:35.405755  592789 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0829 19:42:35.607184  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0829 19:42:35.614693  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0829 19:42:35.614757  592789 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0829 19:42:35.648432  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0829 19:42:35.720059  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0829 19:42:35.720135  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0829 19:42:35.761480  592789 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0829 19:42:35.761556  592789 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0829 19:42:35.797472  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0829 19:42:35.807211  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0829 19:42:35.807285  592789 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0829 19:42:35.810295  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0829 19:42:35.829598  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0829 19:42:35.829675  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0829 19:42:35.882998  592789 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0829 19:42:35.883071  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0829 19:42:35.909232  592789 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0829 19:42:35.909304  592789 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0829 19:42:35.915130  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0829 19:42:35.928581  592789 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0829 19:42:35.928649  592789 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0829 19:42:35.970970  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0829 19:42:35.985521  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0829 19:42:35.985544  592789 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)
	I0829 19:42:35.998293  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0829 19:42:35.998316  592789 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0829 19:42:36.022443  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0829 19:42:36.034006  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0829 19:42:36.034030  592789 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0829 19:42:36.079155  592789 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0829 19:42:36.079184  592789 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0829 19:42:36.106166  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0829 19:42:36.106244  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0829 19:42:36.123572  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0829 19:42:36.123652  592789 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0829 19:42:36.171427  592789 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0829 19:42:36.171504  592789 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0829 19:42:36.195508  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0829 19:42:36.206382  592789 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0829 19:42:36.206451  592789 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0829 19:42:36.238068  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0829 19:42:36.238143  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0829 19:42:36.267688  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.267909  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0829 19:42:36.267927  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0829 19:42:36.325622  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0829 19:42:36.325646  592789 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0829 19:42:36.334690  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0829 19:42:36.334715  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0829 19:42:36.349437  592789 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0829 19:42:36.349463  592789 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0829 19:42:36.473412  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0829 19:42:36.473437  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0829 19:42:36.481208  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.484013  592789 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0829 19:42:36.484038  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0829 19:42:36.539391  592789 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0829 19:42:36.539416  592789 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0829 19:42:36.571206  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0829 19:42:36.571232  592789 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0829 19:42:36.595612  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.667724  592789 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0829 19:42:36.667749  592789 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0829 19:42:36.682341  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0829 19:42:36.682366  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0829 19:42:36.768969  592789 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0829 19:42:36.768994  592789 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0829 19:42:36.789259  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0829 19:42:36.789285  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0829 19:42:36.836920  592789 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0829 19:42:36.836946  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0829 19:42:36.879519  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0829 19:42:36.879551  592789 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0829 19:42:36.962277  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.993888  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:38.236310  592789 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.830531196s)
	I0829 19:42:38.237140  592789 node_ready.go:35] waiting up to 6m0s for node "addons-409501" to be "Ready" ...
	I0829 19:42:38.237323  592789 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/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.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.831663779s)
	I0829 19:42:38.237346  592789 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0829 19:42:39.021789  592789 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-409501" context rescaled to 1 replicas
	I0829 19:42:39.421319  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.814055772s)
	I0829 19:42:40.319193  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:40.661230  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.012714817s)
	I0829 19:42:40.661291  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.850928877s)
	I0829 19:42:40.661320  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.863698518s)
	I0829 19:42:41.733854  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.818642266s)
	I0829 19:42:41.733888  592789 addons.go:475] Verifying addon ingress=true in "addons-409501"
	I0829 19:42:41.734109  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.763083393s)
	I0829 19:42:41.734154  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.711639956s)
	I0829 19:42:41.734164  592789 addons.go:475] Verifying addon registry=true in "addons-409501"
	I0829 19:42:41.734457  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.538868313s)
	I0829 19:42:41.734667  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.466949334s)
	I0829 19:42:41.734680  592789 addons.go:475] Verifying addon metrics-server=true in "addons-409501"
	I0829 19:42:41.734718  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.253484455s)
	I0829 19:42:41.737829  592789 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-409501 service yakd-dashboard -n yakd-dashboard
	
	I0829 19:42:41.737949  592789 out.go:177] * Verifying registry addon...
	I0829 19:42:41.738016  592789 out.go:177] * Verifying ingress addon...
	I0829 19:42:41.741340  592789 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0829 19:42:41.741308  592789 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0829 19:42:41.756235  592789 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0829 19:42:41.756315  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:41.756950  592789 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0829 19:42:41.756999  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:41.827104  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.231415719s)
	W0829 19:42:41.827146  592789 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:41.827174  592789 retry.go:31] will retry after 199.390197ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:41.827253  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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.864947195s)
	I0829 19:42:42.027241  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:42.248042  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:42.250115  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:42.294690  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.300749616s)
	I0829 19:42:42.294795  592789 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-409501"
	I0829 19:42:42.298088  592789 out.go:177] * Verifying csi-hostpath-driver addon...
	I0829 19:42:42.300996  592789 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0829 19:42:42.308953  592789 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0829 19:42:42.309030  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:42.743377  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:42.757023  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:42.759173  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:42.855941  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:43.248370  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:43.250081  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:43.308264  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:43.746720  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:43.747986  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:43.848147  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:44.250572  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:44.251026  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:44.305594  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:44.760487  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:44.763288  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:44.764197  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:44.878536  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:45.265277  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:45.267136  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:45.300039  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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.272738696s)
	I0829 19:42:45.306705  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:45.403948  592789 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0829 19:42:45.404259  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:45.431219  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:45.566137  592789 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0829 19:42:45.586567  592789 addons.go:234] Setting addon gcp-auth=true in "addons-409501"
	I0829 19:42:45.586619  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:45.587162  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:45.607976  592789 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0829 19:42:45.608123  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:45.638906  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:45.752073  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:45.752384  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:45.760089  592789 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0829 19:42:45.762208  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0829 19:42:45.764567  592789 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0829 19:42:45.764616  592789 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0829 19:42:45.784792  592789 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0829 19:42:45.784812  592789 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0829 19:42:45.803402  592789 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0829 19:42:45.803425  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0829 19:42:45.805865  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:45.823962  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:46.246169  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:46.247304  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:46.338029  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:46.425996  592789 addons.go:475] Verifying addon gcp-auth=true in "addons-409501"
	I0829 19:42:46.429680  592789 out.go:177] * Verifying gcp-auth addon...
	I0829 19:42:46.432739  592789 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0829 19:42:46.440360  592789 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0829 19:42:46.440384  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:46.745192  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:46.745982  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:46.804536  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:46.941776  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:47.242063  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:47.247916  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:47.249678  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:47.305030  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:47.436923  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:47.747519  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:47.748140  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:47.805441  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:47.936927  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:48.246294  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:48.246908  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:48.304691  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:48.436568  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:48.745017  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:48.746089  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:48.805018  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:48.936547  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:49.245721  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:49.246020  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:49.304946  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:49.439434  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:49.741110  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:49.744729  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:49.745613  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:49.804885  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:49.936240  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:50.246233  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:50.246901  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:50.304617  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:50.436392  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:50.745515  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:50.746567  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:50.805017  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:50.936534  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:51.245845  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:51.246783  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:51.305356  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:51.436674  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:51.741702  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:51.746656  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:51.746977  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:51.804418  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:51.940513  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:52.245554  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:52.246314  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:52.304613  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:52.435697  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:52.744793  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:52.745861  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:52.805273  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:52.942529  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:53.244984  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:53.245959  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:53.304185  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:53.436596  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:53.744883  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:53.745680  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:53.805425  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:53.936611  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:54.240751  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:54.245833  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:54.246702  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:54.304909  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:54.436085  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:54.746215  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:54.746453  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:54.805043  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:54.936751  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:55.245517  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:55.246292  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:55.304685  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:55.436357  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:55.745456  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:55.746264  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:55.804324  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:55.936887  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:56.240919  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:56.244527  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:56.246132  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:56.304236  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:56.435684  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:56.745532  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:56.745734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:56.805027  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:56.936233  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:57.245800  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:57.246031  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:57.305480  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:57.436492  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:57.745691  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:57.745927  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:57.805313  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:57.937004  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:58.245474  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:58.246702  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:58.305243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:58.436609  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:58.740882  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:58.744778  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:58.745427  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:58.805221  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:58.935982  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:59.245088  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:59.245301  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:59.304659  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:59.438457  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:59.744819  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:59.745859  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:59.804954  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:59.936428  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:00.268054  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:00.269067  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:00.305924  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:00.437338  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:00.741688  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:00.745471  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:00.746348  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:00.804522  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:00.936603  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:01.245387  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:01.246219  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:01.304582  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:01.436889  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:01.744545  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:01.745614  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:01.804560  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:01.936843  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:02.245248  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:02.246099  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:02.304469  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:02.436931  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:02.742458  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:02.744559  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:02.745890  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:02.804177  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:02.936850  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:03.245244  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:03.245654  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:03.305004  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:03.436242  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:03.746939  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:03.747159  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:03.805319  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:03.936675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:04.251963  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:04.253248  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:04.304883  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:04.436734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:04.744875  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:04.745643  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:04.805440  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:04.936752  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:05.240333  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:05.244765  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:05.246109  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:05.304562  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:05.436063  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:05.744649  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:05.745411  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:05.804866  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:05.936807  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:06.245519  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:06.246304  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:06.304179  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:06.436715  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:06.745049  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:06.745887  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:06.804508  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:06.936057  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:07.241224  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:07.247229  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:07.249481  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:07.305658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:07.437885  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:07.753362  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:07.767664  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:07.805308  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:07.936577  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:08.247112  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:08.248069  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:08.304368  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:08.436799  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:08.754148  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:08.754219  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:08.804718  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:08.936456  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:09.246313  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:09.246426  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:09.304832  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:09.437300  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:09.749402  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:09.749479  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:09.750557  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:09.805450  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:09.936129  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:10.244487  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:10.245871  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:10.305267  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:10.435808  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:10.745092  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:10.745902  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:10.805468  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:10.936656  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:11.245429  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:11.246269  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:11.304840  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:11.436097  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:11.746649  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:11.747668  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:11.804747  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:11.935972  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:12.240825  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:12.246857  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:12.247502  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:12.305323  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:12.436716  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:12.744363  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:12.745251  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:12.804493  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:12.935802  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:13.246240  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:13.247138  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:13.304909  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:13.436694  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:13.746040  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:13.746795  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:13.804954  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:13.936619  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:14.245569  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:14.246562  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:14.305256  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:14.437170  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:14.742005  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:14.745052  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:14.746069  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:14.804504  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:14.936079  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:15.244858  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:15.245741  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:15.305928  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:15.436102  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:15.745196  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:15.746705  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:15.805085  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:15.935986  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:16.245598  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:16.246146  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:16.305052  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:16.436906  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:16.744897  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:16.746256  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:16.804778  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:16.935819  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:17.240167  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:17.246470  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:17.247366  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:17.304277  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:17.435866  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:17.746042  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:17.746304  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:17.804745  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:17.936627  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:18.244751  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:18.245376  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:18.305164  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:18.435827  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:18.745632  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:18.746356  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:18.804943  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:18.936275  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:19.240894  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:19.246414  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:19.246730  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:19.305342  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:19.436934  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:19.745550  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:19.745892  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:19.804337  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:19.936519  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:20.245570  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:20.246145  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:20.304767  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:20.436787  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:20.744645  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:20.745494  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:20.804544  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:20.936730  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:21.264196  592789 node_ready.go:49] node "addons-409501" has status "Ready":"True"
	I0829 19:43:21.264224  592789 node_ready.go:38] duration metric: took 43.027055951s for node "addons-409501" to be "Ready" ...
	I0829 19:43:21.264235  592789 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" ...
	I0829 19:43:21.308704  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:21.309471  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:21.328486  592789 pod_ready.go:79] waiting up to 6m0s for pod "coredns-6f6b679f8f-7b28d" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:21.340797  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:21.444046  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:21.765275  592789 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0829 19:43:21.765308  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:21.766686  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:21.813449  592789 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0829 19:43:21.813485  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:21.939548  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:22.268726  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:22.273238  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:22.381070  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:22.436771  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:22.746114  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:22.746580  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:22.819298  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:22.835851  592789 pod_ready.go:93] pod "coredns-6f6b679f8f-7b28d" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.835877  592789 pod_ready.go:82] duration metric: took 1.507358886s for pod "coredns-6f6b679f8f-7b28d" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.835896  592789 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.841565  592789 pod_ready.go:93] pod "etcd-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.841587  592789 pod_ready.go:82] duration metric: took 5.683038ms for pod "etcd-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.841603  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.849385  592789 pod_ready.go:93] pod "kube-apiserver-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.849412  592789 pod_ready.go:82] duration metric: took 7.801465ms for pod "kube-apiserver-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.849425  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.855439  592789 pod_ready.go:93] pod "kube-controller-manager-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.855469  592789 pod_ready.go:82] duration metric: took 6.035718ms for pod "kube-controller-manager-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.855483  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-tczgv" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.861200  592789 pod_ready.go:93] pod "kube-proxy-tczgv" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.861226  592789 pod_ready.go:82] duration metric: took 5.734877ms for pod "kube-proxy-tczgv" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.861237  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.937113  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:23.241021  592789 pod_ready.go:93] pod "kube-scheduler-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:23.241048  592789 pod_ready.go:82] duration metric: took 379.803937ms for pod "kube-scheduler-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:23.241060  592789 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:23.245593  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:23.246866  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:23.306120  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:23.436273  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:23.746184  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:23.746877  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:23.806408  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:23.936470  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:24.250910  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:24.251714  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:24.307043  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:24.436627  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:24.749895  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:24.751095  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:24.806045  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:24.937469  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:25.247909  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:25.248578  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:25.249470  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:25.306507  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:25.436854  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:25.746027  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:25.747515  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:25.810814  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:25.936782  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:26.251632  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:26.252544  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:26.305870  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:26.436352  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:26.747550  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:26.748741  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:26.805797  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:26.936245  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:27.249569  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:27.252680  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:27.256244  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:27.306243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:27.436598  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:27.749503  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:27.750535  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:27.806065  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:27.941126  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:28.250224  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:28.252117  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:28.306181  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:28.436536  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:28.751950  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:28.753709  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:28.809282  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:28.936950  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:29.247546  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:29.248193  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:29.308540  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:29.439690  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:29.747190  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:29.748007  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:29.753161  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:29.806841  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:29.936734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:30.256675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:30.257599  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:30.306316  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:30.436931  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:30.747664  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:30.748892  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:30.806176  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:30.937209  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:31.247569  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:31.248829  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:31.309059  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:31.436671  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:31.747137  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:31.747784  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:31.807793  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:31.936097  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:32.249128  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:32.249803  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:32.250922  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:32.307190  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:32.437106  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:32.752178  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:32.753498  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:32.807440  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:32.937477  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:33.246602  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:33.249743  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:33.308265  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:33.436438  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:33.749674  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:33.750854  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:33.806336  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:33.936549  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:34.247892  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:34.249154  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:34.306412  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:34.436423  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:34.760850  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:34.762331  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:34.767236  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:34.806897  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:34.936394  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:35.248163  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:35.250222  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:35.306576  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:35.436934  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:35.749550  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:35.750937  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:35.806658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:35.936833  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:36.248985  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:36.249578  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:36.305698  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:36.436915  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:36.746773  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:36.747466  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:36.805775  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:36.939703  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:37.247688  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:37.248459  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:37.248700  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:37.305632  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:37.436837  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:37.751599  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:37.752013  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:37.806082  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:37.937382  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:38.250251  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:38.251050  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:38.348549  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:38.447289  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:38.747679  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:38.748683  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:38.806027  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:38.936878  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:39.260943  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:39.262064  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:39.269958  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:39.350928  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:39.437109  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:39.746713  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:39.747478  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:39.805609  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:39.937138  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:40.247369  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:40.249706  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:40.305599  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:40.436294  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:40.746025  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:40.747524  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:40.805989  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:40.936529  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:41.246766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:41.248080  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:41.306040  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:41.436060  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:41.748870  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:41.749518  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:41.751920  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:41.849799  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:41.937618  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:42.255011  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:42.258405  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:42.308570  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:42.436675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:42.745599  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:42.748269  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:42.806735  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:42.937024  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:43.264529  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:43.265421  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:43.354087  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:43.436545  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:43.750856  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:43.752856  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:43.758042  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:43.806798  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:43.938197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:44.259820  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:44.262397  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:44.307462  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:44.436989  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:44.765455  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:44.768454  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:44.806959  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:44.938525  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:45.283515  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:45.285875  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:45.319702  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:45.440369  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:45.748902  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:45.768006  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:45.807198  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:45.937063  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:46.253083  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:46.253704  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:46.255056  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:46.315197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:46.441826  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:46.752739  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:46.757321  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:46.809795  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:46.936612  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:47.250257  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:47.251556  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:47.307262  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:47.437502  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:47.751312  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:47.752712  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:47.807323  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:47.936551  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:48.249197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:48.250077  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:48.306229  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:48.437618  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:48.746764  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:48.746918  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:48.749750  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:48.806159  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:48.939299  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:49.248908  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:49.248978  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:49.306443  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:49.448313  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:49.747712  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:49.748731  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:49.805777  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:49.936264  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:50.246743  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:50.247497  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:50.305512  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:50.436609  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:50.746406  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:50.747450  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:50.753933  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:50.810590  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:50.941814  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:51.248975  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:51.251379  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:51.306149  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:51.436347  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:51.746893  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:51.748105  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:51.805315  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:51.937165  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:52.245917  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:52.246877  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:52.305753  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:52.437001  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:52.747417  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:52.748200  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:52.806003  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:52.936264  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:53.247617  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:53.248813  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:53.249496  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:53.306058  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:53.437015  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:53.747114  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:53.749672  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:53.805915  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:53.936883  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:54.246151  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:54.249483  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:54.305894  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:54.436491  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:54.751263  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:54.752512  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:54.806791  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:54.936952  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:55.255396  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:55.259614  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:55.262219  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:55.306670  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:55.436678  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:55.753127  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:55.755068  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:55.806151  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:55.937572  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:56.250976  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:56.252735  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:56.306766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:56.437283  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:56.757575  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:56.758629  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:56.808394  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:56.937057  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:57.247483  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:57.249189  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:57.305445  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:57.436453  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:57.747785  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:57.748774  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:57.751415  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:57.805563  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:57.936758  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:58.248677  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:58.249538  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:58.348769  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:58.436731  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:58.749952  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:58.751454  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:58.806127  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:58.936602  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:59.247734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:59.249282  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:59.314726  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:59.438492  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:59.747052  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:59.747545  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:59.805973  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:59.938005  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:00.361418  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:00.361990  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:00.364158  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:00.369237  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:00.440675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:00.746275  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:00.746782  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:00.806248  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:00.943167  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:01.247443  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:01.248945  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:01.306206  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:01.435980  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:01.745899  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:01.748313  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:01.805887  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:01.936688  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:02.247120  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:02.248343  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:02.306371  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:02.437137  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:02.745278  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:02.746522  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:02.750677  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:02.805624  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:02.935870  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:03.246750  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:03.247689  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:03.306243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:03.436650  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:03.746455  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:03.747708  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:03.805805  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:03.936642  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:04.247455  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:04.247464  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:04.305901  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:04.436418  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:04.750455  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:04.751438  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:04.765342  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:04.806852  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:04.937080  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:05.257598  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:05.258806  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:05.307112  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:05.440131  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:05.750881  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:05.752355  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:05.806160  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:05.936914  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:06.251436  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:06.252918  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:06.306384  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:06.437615  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:06.750342  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:06.755001  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:06.807375  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:06.937249  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:07.248422  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:07.252724  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:07.254257  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:07.306167  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:07.436801  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:07.745972  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:07.749257  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:07.807185  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:07.936395  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:08.248405  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:08.251665  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:08.306491  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:08.438012  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:08.759956  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:08.761326  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:08.805954  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:08.937299  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:09.246247  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:09.250192  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:09.256416  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:09.310349  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:09.437906  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:09.746808  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:09.747519  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:09.807324  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:09.936297  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:10.248305  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:10.248680  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:10.305674  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:10.437958  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:10.748324  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:10.748946  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:10.805967  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:10.942968  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:11.247452  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:11.248028  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:11.306175  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:11.436521  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:11.746647  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:11.747290  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:11.751026  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:11.805734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:11.938588  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:12.246374  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:12.247759  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:12.306442  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:12.436749  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:12.749804  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:12.750830  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:12.813030  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:12.937486  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:13.247737  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:13.248681  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:13.306584  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:13.437935  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:13.747088  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:13.747630  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:13.805984  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:13.936185  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:14.246936  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:14.247071  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:14.249438  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:14.307315  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:14.436791  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:14.746730  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:14.747943  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:14.806204  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:14.935915  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:15.246454  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:15.248294  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:15.306449  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:15.438289  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:15.753317  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:15.753928  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:15.806841  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:15.939359  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:16.263867  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:16.264774  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:16.268389  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:16.321441  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:16.437187  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:16.747080  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:16.749787  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:16.806209  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:16.936658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:17.246323  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:17.247552  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:17.311308  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:17.436087  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:17.747137  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:17.747331  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:17.805390  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:17.936333  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:18.246397  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:18.248232  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:18.305216  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:18.437035  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:18.750244  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:18.754465  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:18.756028  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:18.805931  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:18.940465  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:19.249685  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:19.253461  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:19.307022  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:19.438539  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:19.752614  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:19.756044  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:19.806881  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:19.936218  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:20.248901  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:20.249976  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:20.306197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:20.437422  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:20.752549  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:20.754247  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:20.761452  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:20.807237  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:20.939738  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:21.248740  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:21.249966  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:21.305109  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:21.437195  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:21.751024  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:21.781292  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:21.808097  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:21.938424  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:22.248845  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:22.249293  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:22.305922  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:22.437260  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:22.750677  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:22.750874  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:22.850117  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:22.936746  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:23.248370  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:23.248952  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:23.250575  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:23.313328  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:23.455684  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:23.749769  592789 kapi.go:107] duration metric: took 1m42.008460801s to wait for kubernetes.io/minikube-addons=registry ...
	I0829 19:44:23.750835  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:23.805782  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:23.937221  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:24.248533  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:24.306095  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:24.442592  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:24.751029  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:24.809377  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:24.937741  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:25.249923  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:25.251484  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:25.305864  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:25.437162  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:25.747755  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:25.806064  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:25.935924  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:26.246645  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:26.306161  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:26.436305  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:26.748331  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:26.805473  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:26.936439  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:27.245439  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:27.306218  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:27.437238  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:27.749001  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:27.754663  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:27.806663  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:27.936638  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:28.247786  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:28.305727  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:28.436932  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:28.749269  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:28.806323  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:28.936845  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:29.246788  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:29.306067  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:29.438197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:29.747796  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:29.806516  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:29.937766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:30.252734  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:30.264070  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:30.306508  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:30.437611  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:30.748625  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:30.812482  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:30.940679  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:31.249406  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:31.305863  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:31.436847  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:31.749370  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:31.806015  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:31.938651  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:32.247341  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:32.306844  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:32.437273  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:32.750954  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:32.757237  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:32.808269  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:32.938342  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:33.250705  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:33.308351  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:33.436885  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:33.750288  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:33.808239  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:33.938817  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:34.251034  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:34.306763  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:34.436658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:34.750260  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:34.815523  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:34.936816  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:35.256381  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:35.258018  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:35.306653  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:35.436803  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:35.749237  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:35.850442  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:35.936777  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:36.247267  592789 kapi.go:107] duration metric: took 1m54.505918465s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0829 19:44:36.306439  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:36.436571  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:36.806368  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:36.936766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:37.350776  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:37.435972  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:37.747688  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:37.806112  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:37.936566  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:38.307243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:38.436541  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:38.807784  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:38.937382  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:39.310446  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:39.437008  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:39.810062  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:39.938709  592789 kapi.go:107] duration metric: took 1m53.505969097s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0829 19:44:39.941008  592789 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-409501 cluster.
	I0829 19:44:39.942774  592789 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.
	I0829 19:44:39.944627  592789 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0829 19:44:40.248373  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:40.307374  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:40.807958  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:41.306077  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:41.807032  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:42.257310  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:42.319057  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:42.806109  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:43.306117  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:43.806522  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:44.305900  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:44.747310  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:44.809248  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:45.307734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:45.806973  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:46.306770  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:46.747718  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:46.805975  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:47.305673  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:47.806561  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:48.307955  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:48.750804  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:48.809233  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:49.306917  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:49.806079  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:50.306197  592789 kapi.go:107] duration metric: took 2m8.005201415s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0829 19:44:50.309411  592789 out.go:177] * Enabled addons: cloud-spanner, storage-provisioner, nvidia-device-plugin, default-storageclass, ingress-dns, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0829 19:44:50.311166  592789 addons.go:510] duration metric: took 2m15.550512304s for enable addons: enabled=[cloud-spanner storage-provisioner nvidia-device-plugin default-storageclass ingress-dns metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0829 19:44:51.248176  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:52.247008  592789 pod_ready.go:93] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"True"
	I0829 19:44:52.247032  592789 pod_ready.go:82] duration metric: took 1m29.005964231s for pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace to be "Ready" ...
	I0829 19:44:52.247049  592789 pod_ready.go:39] duration metric: took 1m30.982801929s 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" ...
	I0829 19:44:52.247063  592789 api_server.go:52] waiting for apiserver process to appear ...
	I0829 19:44:52.247682  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0829 19:44:52.247766  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0829 19:44:52.306734  592789 cri.go:89] found id: "83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:52.306764  592789 cri.go:89] found id: ""
	I0829 19:44:52.306773  592789 logs.go:276] 1 containers: [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29]
	I0829 19:44:52.307334  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.311573  592789 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0829 19:44:52.311660  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0829 19:44:52.352967  592789 cri.go:89] found id: "4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:52.352999  592789 cri.go:89] found id: ""
	I0829 19:44:52.353009  592789 logs.go:276] 1 containers: [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd]
	I0829 19:44:52.353076  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.356619  592789 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0829 19:44:52.356710  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0829 19:44:52.396513  592789 cri.go:89] found id: "87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:52.396536  592789 cri.go:89] found id: ""
	I0829 19:44:52.396544  592789 logs.go:276] 1 containers: [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd]
	I0829 19:44:52.396604  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.400208  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0829 19:44:52.400302  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0829 19:44:52.444232  592789 cri.go:89] found id: "907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:52.444266  592789 cri.go:89] found id: ""
	I0829 19:44:52.444278  592789 logs.go:276] 1 containers: [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36]
	I0829 19:44:52.444343  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.447879  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0829 19:44:52.447949  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0829 19:44:52.494416  592789 cri.go:89] found id: "782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:52.494487  592789 cri.go:89] found id: ""
	I0829 19:44:52.494508  592789 logs.go:276] 1 containers: [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e]
	I0829 19:44:52.494604  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.498066  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0829 19:44:52.498181  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0829 19:44:52.547722  592789 cri.go:89] found id: "82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:52.547754  592789 cri.go:89] found id: ""
	I0829 19:44:52.547763  592789 logs.go:276] 1 containers: [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5]
	I0829 19:44:52.547837  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.551472  592789 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0829 19:44:52.551546  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0829 19:44:52.588978  592789 cri.go:89] found id: "16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:52.589000  592789 cri.go:89] found id: ""
	I0829 19:44:52.589015  592789 logs.go:276] 1 containers: [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74]
	I0829 19:44:52.589072  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.592575  592789 logs.go:123] Gathering logs for etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] ...
	I0829 19:44:52.592602  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:52.651917  592789 logs.go:123] Gathering logs for container status ...
	I0829 19:44:52.651948  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0829 19:44:52.699193  592789 logs.go:123] Gathering logs for kubelet ...
	I0829 19:44:52.699229  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0829 19:44:52.810259  592789 logs.go:123] Gathering logs for dmesg ...
	I0829 19:44:52.810295  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0829 19:44:52.828272  592789 logs.go:123] Gathering logs for kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] ...
	I0829 19:44:52.828301  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:52.881817  592789 logs.go:123] Gathering logs for kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] ...
	I0829 19:44:52.881851  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:52.927671  592789 logs.go:123] Gathering logs for kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] ...
	I0829 19:44:52.927702  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:53.019714  592789 logs.go:123] Gathering logs for kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] ...
	I0829 19:44:53.019748  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:53.069980  592789 logs.go:123] Gathering logs for CRI-O ...
	I0829 19:44:53.070009  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0829 19:44:53.163528  592789 logs.go:123] Gathering logs for describe nodes ...
	I0829 19:44:53.163567  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0829 19:44:53.350625  592789 logs.go:123] Gathering logs for coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] ...
	I0829 19:44:53.350675  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:53.392677  592789 logs.go:123] Gathering logs for kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] ...
	I0829 19:44:53.392710  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:55.941852  592789 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0829 19:44:55.955278  592789 api_server.go:72] duration metric: took 2m21.19488186s to wait for apiserver process to appear ...
	I0829 19:44:55.955315  592789 api_server.go:88] waiting for apiserver healthz status ...
	I0829 19:44:55.955348  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0829 19:44:55.955410  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0829 19:44:55.997296  592789 cri.go:89] found id: "83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:55.997320  592789 cri.go:89] found id: ""
	I0829 19:44:55.997333  592789 logs.go:276] 1 containers: [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29]
	I0829 19:44:55.997416  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.002335  592789 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0829 19:44:56.002426  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0829 19:44:56.063364  592789 cri.go:89] found id: "4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:56.063386  592789 cri.go:89] found id: ""
	I0829 19:44:56.063394  592789 logs.go:276] 1 containers: [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd]
	I0829 19:44:56.063475  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.067043  592789 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0829 19:44:56.067123  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0829 19:44:56.108896  592789 cri.go:89] found id: "87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:56.108918  592789 cri.go:89] found id: ""
	I0829 19:44:56.108925  592789 logs.go:276] 1 containers: [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd]
	I0829 19:44:56.108984  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.112618  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0829 19:44:56.112700  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0829 19:44:56.155897  592789 cri.go:89] found id: "907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:56.155918  592789 cri.go:89] found id: ""
	I0829 19:44:56.155926  592789 logs.go:276] 1 containers: [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36]
	I0829 19:44:56.155993  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.159316  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0829 19:44:56.159385  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0829 19:44:56.197027  592789 cri.go:89] found id: "782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:56.197048  592789 cri.go:89] found id: ""
	I0829 19:44:56.197056  592789 logs.go:276] 1 containers: [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e]
	I0829 19:44:56.197113  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.200865  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0829 19:44:56.200938  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0829 19:44:56.238062  592789 cri.go:89] found id: "82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:56.238088  592789 cri.go:89] found id: ""
	I0829 19:44:56.238097  592789 logs.go:276] 1 containers: [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5]
	I0829 19:44:56.238155  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.241645  592789 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0829 19:44:56.241718  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0829 19:44:56.277774  592789 cri.go:89] found id: "16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:56.277797  592789 cri.go:89] found id: ""
	I0829 19:44:56.277805  592789 logs.go:276] 1 containers: [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74]
	I0829 19:44:56.277861  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.281129  592789 logs.go:123] Gathering logs for coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] ...
	I0829 19:44:56.281155  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:56.322436  592789 logs.go:123] Gathering logs for kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] ...
	I0829 19:44:56.322467  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:56.392968  592789 logs.go:123] Gathering logs for kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] ...
	I0829 19:44:56.393000  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:56.434108  592789 logs.go:123] Gathering logs for CRI-O ...
	I0829 19:44:56.434137  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0829 19:44:56.527426  592789 logs.go:123] Gathering logs for kubelet ...
	I0829 19:44:56.527462  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0829 19:44:56.639086  592789 logs.go:123] Gathering logs for dmesg ...
	I0829 19:44:56.639119  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0829 19:44:56.658071  592789 logs.go:123] Gathering logs for kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] ...
	I0829 19:44:56.658100  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:56.731722  592789 logs.go:123] Gathering logs for kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] ...
	I0829 19:44:56.731756  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:56.772558  592789 logs.go:123] Gathering logs for container status ...
	I0829 19:44:56.772586  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0829 19:44:56.818368  592789 logs.go:123] Gathering logs for describe nodes ...
	I0829 19:44:56.818398  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0829 19:44:56.957949  592789 logs.go:123] Gathering logs for etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] ...
	I0829 19:44:56.957980  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:57.001465  592789 logs.go:123] Gathering logs for kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] ...
	I0829 19:44:57.001499  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:59.561718  592789 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0829 19:44:59.570114  592789 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0829 19:44:59.571247  592789 api_server.go:141] control plane version: v1.31.0
	I0829 19:44:59.571274  592789 api_server.go:131] duration metric: took 3.615950839s to wait for apiserver health ...
	I0829 19:44:59.571283  592789 system_pods.go:43] waiting for kube-system pods to appear ...
	I0829 19:44:59.571304  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0829 19:44:59.571374  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0829 19:44:59.613932  592789 cri.go:89] found id: "83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:59.613956  592789 cri.go:89] found id: ""
	I0829 19:44:59.613964  592789 logs.go:276] 1 containers: [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29]
	I0829 19:44:59.614028  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.617682  592789 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0829 19:44:59.617765  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0829 19:44:59.660364  592789 cri.go:89] found id: "4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:59.660385  592789 cri.go:89] found id: ""
	I0829 19:44:59.660393  592789 logs.go:276] 1 containers: [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd]
	I0829 19:44:59.660447  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.663863  592789 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0829 19:44:59.663931  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0829 19:44:59.701588  592789 cri.go:89] found id: "87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:59.701612  592789 cri.go:89] found id: ""
	I0829 19:44:59.701621  592789 logs.go:276] 1 containers: [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd]
	I0829 19:44:59.701686  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.705352  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0829 19:44:59.705454  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0829 19:44:59.743519  592789 cri.go:89] found id: "907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:59.743542  592789 cri.go:89] found id: ""
	I0829 19:44:59.743550  592789 logs.go:276] 1 containers: [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36]
	I0829 19:44:59.743630  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.747353  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0829 19:44:59.747432  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0829 19:44:59.789700  592789 cri.go:89] found id: "782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:59.789724  592789 cri.go:89] found id: ""
	I0829 19:44:59.789732  592789 logs.go:276] 1 containers: [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e]
	I0829 19:44:59.789791  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.793334  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0829 19:44:59.793439  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0829 19:44:59.834188  592789 cri.go:89] found id: "82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:59.834211  592789 cri.go:89] found id: ""
	I0829 19:44:59.834220  592789 logs.go:276] 1 containers: [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5]
	I0829 19:44:59.834307  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.837721  592789 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0829 19:44:59.837813  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0829 19:44:59.880864  592789 cri.go:89] found id: "16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:59.880887  592789 cri.go:89] found id: ""
	I0829 19:44:59.880895  592789 logs.go:276] 1 containers: [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74]
	I0829 19:44:59.880973  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.884488  592789 logs.go:123] Gathering logs for kubelet ...
	I0829 19:44:59.884515  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0829 19:44:59.994478  592789 logs.go:123] Gathering logs for kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] ...
	I0829 19:44:59.994520  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:45:00.120637  592789 logs.go:123] Gathering logs for CRI-O ...
	I0829 19:45:00.120676  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0829 19:45:00.332713  592789 logs.go:123] Gathering logs for kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] ...
	I0829 19:45:00.332755  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:45:00.513182  592789 logs.go:123] Gathering logs for dmesg ...
	I0829 19:45:00.513228  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0829 19:45:00.570582  592789 logs.go:123] Gathering logs for describe nodes ...
	I0829 19:45:00.570615  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0829 19:45:00.756375  592789 logs.go:123] Gathering logs for kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] ...
	I0829 19:45:00.756415  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:45:00.837145  592789 logs.go:123] Gathering logs for etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] ...
	I0829 19:45:00.837181  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:45:00.887707  592789 logs.go:123] Gathering logs for coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] ...
	I0829 19:45:00.887744  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:45:00.932829  592789 logs.go:123] Gathering logs for kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] ...
	I0829 19:45:00.932863  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:45:00.983335  592789 logs.go:123] Gathering logs for kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] ...
	I0829 19:45:00.983373  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:45:01.071695  592789 logs.go:123] Gathering logs for container status ...
	I0829 19:45:01.071741  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0829 19:45:03.635797  592789 system_pods.go:59] 18 kube-system pods found
	I0829 19:45:03.635836  592789 system_pods.go:61] "coredns-6f6b679f8f-7b28d" [10bc0111-ce00-4eb0-9e2e-72d7ccff4047] Running
	I0829 19:45:03.635842  592789 system_pods.go:61] "csi-hostpath-attacher-0" [1d861494-b8de-4d6c-8ca3-0aa3f36ddd19] Running
	I0829 19:45:03.635848  592789 system_pods.go:61] "csi-hostpath-resizer-0" [f423b666-df2a-47e9-80a8-d54d88af13c3] Running
	I0829 19:45:03.635853  592789 system_pods.go:61] "csi-hostpathplugin-4cs9h" [15315339-1810-4570-9932-5785ae106325] Running
	I0829 19:45:03.635857  592789 system_pods.go:61] "etcd-addons-409501" [5d89a497-8ffe-4797-b367-a8d6c72a94a0] Running
	I0829 19:45:03.635861  592789 system_pods.go:61] "kindnet-s2qxc" [134afc9b-7db9-468a-aca7-bf70c4b77230] Running
	I0829 19:45:03.635865  592789 system_pods.go:61] "kube-apiserver-addons-409501" [e8c929d2-96f8-4ea7-bd1a-c9afa80a6b4d] Running
	I0829 19:45:03.635870  592789 system_pods.go:61] "kube-controller-manager-addons-409501" [72dc6a04-6897-4d8a-b70b-6199105213d2] Running
	I0829 19:45:03.635880  592789 system_pods.go:61] "kube-ingress-dns-minikube" [9a36043f-2589-4e2e-99d3-dc2d685c3c36] Running
	I0829 19:45:03.635884  592789 system_pods.go:61] "kube-proxy-tczgv" [51a25e2f-47c9-45e4-a803-0903d31d0aee] Running
	I0829 19:45:03.635891  592789 system_pods.go:61] "kube-scheduler-addons-409501" [8bb9f07a-661d-40e9-b6db-f61d0c84cec7] Running
	I0829 19:45:03.635896  592789 system_pods.go:61] "metrics-server-8988944d9-vz48c" [61bbf036-f9eb-48a4-82dc-387329ad5f4e] Running
	I0829 19:45:03.635902  592789 system_pods.go:61] "nvidia-device-plugin-daemonset-kj6gt" [a704fc0e-8c7d-43e0-8d50-5fbc26aacf13] Running
	I0829 19:45:03.635906  592789 system_pods.go:61] "registry-6fb4cdfc84-dgdkf" [b92ef39b-61ac-4d36-b964-ff31ca2d7d7d] Running
	I0829 19:45:03.635914  592789 system_pods.go:61] "registry-proxy-r2p55" [4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d] Running
	I0829 19:45:03.635918  592789 system_pods.go:61] "snapshot-controller-56fcc65765-ddc7c" [3447f99d-ccc7-4097-b2ae-cef83fe3081a] Running
	I0829 19:45:03.635922  592789 system_pods.go:61] "snapshot-controller-56fcc65765-rjrp9" [54b96e65-30c3-4f8b-9d39-4e3da4ad5a1d] Running
	I0829 19:45:03.635928  592789 system_pods.go:61] "storage-provisioner" [64b344d0-4ca7-4ca5-bde4-2f2914c42c30] Running
	I0829 19:45:03.635935  592789 system_pods.go:74] duration metric: took 4.06464638s to wait for pod list to return data ...
	I0829 19:45:03.635949  592789 default_sa.go:34] waiting for default service account to be created ...
	I0829 19:45:03.638700  592789 default_sa.go:45] found service account: "default"
	I0829 19:45:03.638729  592789 default_sa.go:55] duration metric: took 2.773613ms for default service account to be created ...
	I0829 19:45:03.638739  592789 system_pods.go:116] waiting for k8s-apps to be running ...
	I0829 19:45:03.649380  592789 system_pods.go:86] 18 kube-system pods found
	I0829 19:45:03.649428  592789 system_pods.go:89] "coredns-6f6b679f8f-7b28d" [10bc0111-ce00-4eb0-9e2e-72d7ccff4047] Running
	I0829 19:45:03.649441  592789 system_pods.go:89] "csi-hostpath-attacher-0" [1d861494-b8de-4d6c-8ca3-0aa3f36ddd19] Running
	I0829 19:45:03.649446  592789 system_pods.go:89] "csi-hostpath-resizer-0" [f423b666-df2a-47e9-80a8-d54d88af13c3] Running
	I0829 19:45:03.649451  592789 system_pods.go:89] "csi-hostpathplugin-4cs9h" [15315339-1810-4570-9932-5785ae106325] Running
	I0829 19:45:03.649456  592789 system_pods.go:89] "etcd-addons-409501" [5d89a497-8ffe-4797-b367-a8d6c72a94a0] Running
	I0829 19:45:03.649460  592789 system_pods.go:89] "kindnet-s2qxc" [134afc9b-7db9-468a-aca7-bf70c4b77230] Running
	I0829 19:45:03.649465  592789 system_pods.go:89] "kube-apiserver-addons-409501" [e8c929d2-96f8-4ea7-bd1a-c9afa80a6b4d] Running
	I0829 19:45:03.649470  592789 system_pods.go:89] "kube-controller-manager-addons-409501" [72dc6a04-6897-4d8a-b70b-6199105213d2] Running
	I0829 19:45:03.649480  592789 system_pods.go:89] "kube-ingress-dns-minikube" [9a36043f-2589-4e2e-99d3-dc2d685c3c36] Running
	I0829 19:45:03.649485  592789 system_pods.go:89] "kube-proxy-tczgv" [51a25e2f-47c9-45e4-a803-0903d31d0aee] Running
	I0829 19:45:03.649500  592789 system_pods.go:89] "kube-scheduler-addons-409501" [8bb9f07a-661d-40e9-b6db-f61d0c84cec7] Running
	I0829 19:45:03.649505  592789 system_pods.go:89] "metrics-server-8988944d9-vz48c" [61bbf036-f9eb-48a4-82dc-387329ad5f4e] Running
	I0829 19:45:03.649512  592789 system_pods.go:89] "nvidia-device-plugin-daemonset-kj6gt" [a704fc0e-8c7d-43e0-8d50-5fbc26aacf13] Running
	I0829 19:45:03.649520  592789 system_pods.go:89] "registry-6fb4cdfc84-dgdkf" [b92ef39b-61ac-4d36-b964-ff31ca2d7d7d] Running
	I0829 19:45:03.649524  592789 system_pods.go:89] "registry-proxy-r2p55" [4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d] Running
	I0829 19:45:03.649528  592789 system_pods.go:89] "snapshot-controller-56fcc65765-ddc7c" [3447f99d-ccc7-4097-b2ae-cef83fe3081a] Running
	I0829 19:45:03.649538  592789 system_pods.go:89] "snapshot-controller-56fcc65765-rjrp9" [54b96e65-30c3-4f8b-9d39-4e3da4ad5a1d] Running
	I0829 19:45:03.649542  592789 system_pods.go:89] "storage-provisioner" [64b344d0-4ca7-4ca5-bde4-2f2914c42c30] Running
	I0829 19:45:03.649551  592789 system_pods.go:126] duration metric: took 10.805352ms to wait for k8s-apps to be running ...
	I0829 19:45:03.649566  592789 system_svc.go:44] waiting for kubelet service to be running ....
	I0829 19:45:03.649628  592789 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0829 19:45:03.661392  592789 system_svc.go:56] duration metric: took 11.817673ms WaitForService to wait for kubelet
	I0829 19:45:03.661429  592789 kubeadm.go:582] duration metric: took 2m28.901037276s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0829 19:45:03.661465  592789 node_conditions.go:102] verifying NodePressure condition ...
	I0829 19:45:03.664682  592789 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0829 19:45:03.664719  592789 node_conditions.go:123] node cpu capacity is 2
	I0829 19:45:03.664731  592789 node_conditions.go:105] duration metric: took 3.261193ms to run NodePressure ...
	I0829 19:45:03.664743  592789 start.go:241] waiting for startup goroutines ...
	I0829 19:45:03.664750  592789 start.go:246] waiting for cluster config update ...
	I0829 19:45:03.664767  592789 start.go:255] writing updated cluster config ...
	I0829 19:45:03.665078  592789 ssh_runner.go:195] Run: rm -f paused
	I0829 19:45:04.007885  592789 start.go:600] kubectl: 1.31.0, cluster: 1.31.0 (minor skew: 0)
	I0829 19:45:04.010266  592789 out.go:177] * Done! kubectl is now configured to use "addons-409501" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.075531941Z" level=info msg="Stopped container 866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5: kube-system/registry-proxy-r2p55/registry-proxy" id=a48d0857-0015-4186-a67c-dd0a2490d929 name=/runtime.v1.RuntimeService/StopContainer
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.080364746Z" level=info msg="Stopping pod sandbox: 08281c2c613313bcd4b0df9a17e69ae785624bdff7bfacebbada1fc60c1c9b8e" id=d8bcef7c-9323-4df9-9b4c-287f040a9738 name=/runtime.v1.RuntimeService/StopPodSandbox
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.112651782Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-NJ5T25AERXQ3743S - [0:0]\n:KUBE-HP-DD7B2WCCRUTNCI4B - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-GAHZXMO425XSP2NC - [0:0]\n-A KUBE-HOSTPORTS -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vx29g_ingress-nginx_77b39132-330d-4487-8f31-6f474d516a9a_0_ hostport 443\" -m tcp --dport 443 -j KUBE-HP-GAHZXMO425XSP2NC\n-A KUBE-HOSTPORTS -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vx29g_ingress-nginx_77b39132-330d-4487-8f31-6f474d516a9a_0_ hostport 80\" -m tcp --dport 80 -j KUBE-HP-NJ5T25AERXQ3743S\n-A KUBE-HP-GAHZXMO425XSP2NC -s 10.244.0.19/32 -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vx29g_ingress-nginx_77b39132-330d-4487-8f31-6f474d516a9a_0_ hostport 443\" -j KUBE-MARK-MASQ\n-A KUBE-HP-GAHZXMO425XSP2NC -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vx29g_ingress-nginx_77b39132-330d-4487-8f
31-6f474d516a9a_0_ hostport 443\" -m tcp -j DNAT --to-destination 10.244.0.19:443\n-A KUBE-HP-NJ5T25AERXQ3743S -s 10.244.0.19/32 -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vx29g_ingress-nginx_77b39132-330d-4487-8f31-6f474d516a9a_0_ hostport 80\" -j KUBE-MARK-MASQ\n-A KUBE-HP-NJ5T25AERXQ3743S -p tcp -m comment --comment \"k8s_ingress-nginx-controller-bc57996ff-vx29g_ingress-nginx_77b39132-330d-4487-8f31-6f474d516a9a_0_ hostport 80\" -m tcp -j DNAT --to-destination 10.244.0.19:80\n-X KUBE-HP-DD7B2WCCRUTNCI4B\nCOMMIT\n"
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.139236870Z" level=info msg="Closing host port tcp:5000"
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.147642053Z" level=info msg="Host port tcp:5000 does not have an open socket"
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.147856100Z" level=info msg="Got pod network &{Name:registry-proxy-r2p55 Namespace:kube-system ID:08281c2c613313bcd4b0df9a17e69ae785624bdff7bfacebbada1fc60c1c9b8e UID:4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d NetNS:/var/run/netns/605cb450-1b50-4dd2-a7b8-4f71472093a1 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.147996834Z" level=info msg="Deleting pod kube-system_registry-proxy-r2p55 from CNI network \"kindnet\" (type=ptp)"
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.247645516Z" level=info msg="Stopped pod sandbox: f42c1759e1f3f0bb6a3d1fd773df512205cb445e202857dd912d2f78dd3b9dfb" id=8fc961c9-328e-42cc-9299-94c91fa9c8e9 name=/runtime.v1.RuntimeService/StopPodSandbox
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.248436341Z" level=info msg="Stopped pod sandbox: 08281c2c613313bcd4b0df9a17e69ae785624bdff7bfacebbada1fc60c1c9b8e" id=d8bcef7c-9323-4df9-9b4c-287f040a9738 name=/runtime.v1.RuntimeService/StopPodSandbox
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.307149605Z" level=info msg="Removing container: c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101" id=5adf0042-71a4-425e-bb22-5711085151e0 name=/runtime.v1.RuntimeService/RemoveContainer
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.327042727Z" level=info msg="Pulled image: docker.io/library/busybox@sha256:8bd2137dd2a779a73bba21c508ed0d899898a73974c4a6a675c6cd8a8a726547" id=0a66eef9-6fa2-4c28-bae1-b441ae1c2f08 name=/runtime.v1.ImageService/PullImage
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.336752711Z" level=info msg="Checking image status: busybox:stable" id=02e38161-8bb0-4082-b298-7eb5760a1c1a name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.342664905Z" level=info msg="Resolved \"busybox\" as an alias (/etc/containers/registries.conf.d/shortnames.conf)"
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.343190106Z" level=info msg="Removed container c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101: kube-system/registry-6fb4cdfc84-dgdkf/registry" id=5adf0042-71a4-425e-bb22-5711085151e0 name=/runtime.v1.RuntimeService/RemoveContainer
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.345224167Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:3fba0c87fcc8ba126bf99e4ee205b43c91ffc6b15bb052315312e71bc6296551,RepoTags:[docker.io/library/busybox:stable],RepoDigests:[docker.io/library/busybox@sha256:8bd2137dd2a779a73bba21c508ed0d899898a73974c4a6a675c6cd8a8a726547 docker.io/library/busybox@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7],Size_:4288691,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=02e38161-8bb0-4082-b298-7eb5760a1c1a name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.351435445Z" level=info msg="Removing container: 866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5" id=ebee980f-e2bd-41af-ab19-64cd39cef4de name=/runtime.v1.RuntimeService/RemoveContainer
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.355833060Z" level=info msg="Checking image status: busybox:stable" id=cbc666c2-e93d-4cfa-bfde-c5c774b45c3e name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.356003308Z" level=info msg="Resolved \"busybox\" as an alias (/etc/containers/registries.conf.d/shortnames.conf)"
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.356698846Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:3fba0c87fcc8ba126bf99e4ee205b43c91ffc6b15bb052315312e71bc6296551,RepoTags:[docker.io/library/busybox:stable],RepoDigests:[docker.io/library/busybox@sha256:8bd2137dd2a779a73bba21c508ed0d899898a73974c4a6a675c6cd8a8a726547 docker.io/library/busybox@sha256:9ae97d36d26566ff84e8893c64a6dc4fe8ca6d1144bf5b87b2b85a32def253c7],Size_:4288691,Uid:nil,Username:,Spec:nil,},Info:map[string]string{},}" id=cbc666c2-e93d-4cfa-bfde-c5c774b45c3e name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.359145911Z" level=info msg="Creating container: default/test-local-path/busybox" id=2ec61fa8-9168-427b-9a0a-672d9aa32e97 name=/runtime.v1.RuntimeService/CreateContainer
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.359411682Z" level=warning msg="Allowed annotations are specified for workload []"
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.393751183Z" level=info msg="Removed container 866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5: kube-system/registry-proxy-r2p55/registry-proxy" id=ebee980f-e2bd-41af-ab19-64cd39cef4de name=/runtime.v1.RuntimeService/RemoveContainer
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.482407334Z" level=info msg="Created container 530b4377c3ea0331e46ce0c15ab622db8a68b49dcf0733a9becea127799905b9: default/test-local-path/busybox" id=2ec61fa8-9168-427b-9a0a-672d9aa32e97 name=/runtime.v1.RuntimeService/CreateContainer
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.485118571Z" level=info msg="Starting container: 530b4377c3ea0331e46ce0c15ab622db8a68b49dcf0733a9becea127799905b9" id=b6dfea17-5497-4b55-9186-151abbe7c4cd name=/runtime.v1.RuntimeService/StartContainer
	Aug 29 19:54:20 addons-409501 crio[965]: time="2024-08-29 19:54:20.503157906Z" level=info msg="Started container" PID=7700 containerID=530b4377c3ea0331e46ce0c15ab622db8a68b49dcf0733a9becea127799905b9 description=default/test-local-path/busybox id=b6dfea17-5497-4b55-9186-151abbe7c4cd name=/runtime.v1.RuntimeService/StartContainer sandboxID=b31e4115872234d5fa4073e0a93a9e2f55d05ecdb9c0e65ba0bce50fc93550da
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED                  STATE               NAME                      ATTEMPT             POD ID              POD
	530b4377c3ea0       docker.io/library/busybox@sha256:8bd2137dd2a779a73bba21c508ed0d899898a73974c4a6a675c6cd8a8a726547                            Less than a second ago   Exited              busybox                   0                   b31e411587223       test-local-path
	7db09fab0d94d       docker.io/library/busybox@sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11                            6 seconds ago            Exited              helper-pod                0                   716bfd4e2a5a0       helper-pod-create-pvc-14a5d7f7-7a49-4a0e-9ba0-743d8ddd7c9e
	1b80f7206552e       ghcr.io/inspektor-gadget/inspektor-gadget@sha256:6b2f7ac9fe6f547cfa541d9217f03da0d0c4615b561d5455a23d0edbbd607ecc            5 minutes ago            Exited              gadget                    6                   bbee496fbb090       gadget-kt76k
	2ed7d5b6dd97e       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                 9 minutes ago            Running             gcp-auth                  0                   dd95b782ee44d       gcp-auth-89d5ffd79-fvg2n
	6c2cc0503a568       registry.k8s.io/ingress-nginx/controller@sha256:22f9d129ae8c89a2cabbd13af3c1668944f3dd68fec186199b7024a0a2fc75b3             9 minutes ago            Running             controller                0                   8f308cbbdfad7       ingress-nginx-controller-bc57996ff-vx29g
	bdf41a8a0b6dd       420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e                                                             10 minutes ago           Exited              patch                     3                   56927ea725540       ingress-nginx-admission-patch-95tfb
	379df40415fa6       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3   10 minutes ago           Exited              create                    0                   6e70c460e9810       ingress-nginx-admission-create-cm4vp
	ed3da9ad34679       docker.io/rancher/local-path-provisioner@sha256:689a2489a24e74426e4a4666e611c988202c5fa995908b0c60133aca3eb87d98             10 minutes ago           Running             local-path-provisioner    0                   211561c293c43       local-path-provisioner-86d989889c-h7xxm
	40d69875d2223       gcr.io/cloud-spanner-emulator/emulator@sha256:41ec188288c7943f488600462b2b74002814e52439be82d15de33c3ee4898a58               10 minutes ago           Running             cloud-spanner-emulator    0                   3bb46f4b22519       cloud-spanner-emulator-769b77f747-wjxzm
	8fe03f46e9a9d       registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70        10 minutes ago           Running             metrics-server            0                   8d11de23e83a2       metrics-server-8988944d9-vz48c
	e6bf0fe6ddf77       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c             10 minutes ago           Running             minikube-ingress-dns      0                   e10559d0af0e1       kube-ingress-dns-minikube
	87a14b13da6ae       2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93                                                             10 minutes ago           Running             coredns                   0                   8761257d85015       coredns-6f6b679f8f-7b28d
	d8bedd7a86eae       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             10 minutes ago           Running             storage-provisioner       0                   331271044cb2c       storage-provisioner
	16dcf4797fc81       docker.io/kindest/kindnetd@sha256:4d39335073da9a0b82be8e01028f0aa75aff16caff2e2d8889d0effd579a6f64                           11 minutes ago           Running             kindnet-cni               0                   ac5a387e430f0       kindnet-s2qxc
	782e985f86b97       71d55d66fd4eec8986225089a135fadd96bc6624d987096808772ce1e1924d89                                                             11 minutes ago           Running             kube-proxy                0                   03bf121917089       kube-proxy-tczgv
	4435b834a60ec       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                             11 minutes ago           Running             etcd                      0                   17717b6a97263       etcd-addons-409501
	907cc7df0fd84       fbbbd428abb4dae52ab3018797d00d5840a739f0cc5697b662791831a60b0adb                                                             11 minutes ago           Running             kube-scheduler            0                   94e0119b3d14b       kube-scheduler-addons-409501
	82e1075fc823f       fcb0683e6bdbd083710cf2d6fd7eb699c77fe4994c38a5c82d059e2e3cb4c2fd                                                             11 minutes ago           Running             kube-controller-manager   0                   acfe750c1caf2       kube-controller-manager-addons-409501
	83f00f2cd989c       cd0f0ae0ec9e0cdc092079156c122bf034ba3f24d31c1b1dd1b52a42ecf9b388                                                             11 minutes ago           Running             kube-apiserver            0                   79c9305b8b200       kube-apiserver-addons-409501
	
	
	==> coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] <==
	[INFO] 10.244.0.15:37657 - 59498 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000295113s
	[INFO] 10.244.0.15:40059 - 38772 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002805703s
	[INFO] 10.244.0.15:40059 - 51058 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002915339s
	[INFO] 10.244.0.15:48008 - 58699 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00011831s
	[INFO] 10.244.0.15:48008 - 29004 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000196061s
	[INFO] 10.244.0.15:54160 - 41037 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000159195s
	[INFO] 10.244.0.15:54160 - 20850 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000299092s
	[INFO] 10.244.0.15:55993 - 13951 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000075438s
	[INFO] 10.244.0.15:55993 - 32381 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000243658s
	[INFO] 10.244.0.15:57302 - 30489 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000082396s
	[INFO] 10.244.0.15:57302 - 46108 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000051971s
	[INFO] 10.244.0.15:45249 - 53417 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001594252s
	[INFO] 10.244.0.15:45249 - 25258 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001641686s
	[INFO] 10.244.0.15:42306 - 33494 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00005623s
	[INFO] 10.244.0.15:42306 - 6441 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000054392s
	[INFO] 10.244.0.20:59985 - 25990 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000149374s
	[INFO] 10.244.0.20:56213 - 58193 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000164595s
	[INFO] 10.244.0.20:36001 - 47527 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000099708s
	[INFO] 10.244.0.20:53101 - 58363 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000077801s
	[INFO] 10.244.0.20:50912 - 41178 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00008718s
	[INFO] 10.244.0.20:36740 - 46885 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000096427s
	[INFO] 10.244.0.20:43305 - 35893 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002284424s
	[INFO] 10.244.0.20:44474 - 58348 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002273208s
	[INFO] 10.244.0.20:52420 - 47373 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.000839095s
	[INFO] 10.244.0.20:54263 - 42642 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001642375s
	
	
	==> describe nodes <==
	Name:               addons-409501
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-409501
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5512bd76519cf55fa04aeca1cd01a1369e298033
	                    minikube.k8s.io/name=addons-409501
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_08_29T19_42_30_0700
	                    minikube.k8s.io/version=v1.33.1
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-409501
	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:  Thu, 29 Aug 2024 19:42:26 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-409501
	  AcquireTime:     <unset>
	  RenewTime:       Thu, 29 Aug 2024 19:54:14 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Thu, 29 Aug 2024 19:53:32 +0000   Thu, 29 Aug 2024 19:42:24 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Thu, 29 Aug 2024 19:53:32 +0000   Thu, 29 Aug 2024 19:42:24 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Thu, 29 Aug 2024 19:53:32 +0000   Thu, 29 Aug 2024 19:42:24 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Thu, 29 Aug 2024 19:53:32 +0000   Thu, 29 Aug 2024 19:43:21 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-409501
	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:                 24b52ec51aee452f8eaf9e3bd1a7e7eb
	  System UUID:                e0d39c20-a632-4fe3-abf2-8670ff1cfa71
	  Boot ID:                    e02afb51-111a-4769-91d4-ae8dc8b3a6de
	  Kernel Version:             5.15.0-1068-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.0
	  Kube-Proxy Version:         
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (17 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         9m17s
	  default                     cloud-spanner-emulator-769b77f747-wjxzm     0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  default                     test-local-path                             0 (0%)        0 (0%)      0 (0%)           0 (0%)         8s
	  gadget                      gadget-kt76k                                0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  gcp-auth                    gcp-auth-89d5ffd79-fvg2n                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  ingress-nginx               ingress-nginx-controller-bc57996ff-vx29g    100m (5%)     0 (0%)      90Mi (1%)        0 (0%)         11m
	  kube-system                 coredns-6f6b679f8f-7b28d                    100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     11m
	  kube-system                 etcd-addons-409501                          100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         11m
	  kube-system                 kindnet-s2qxc                               100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      11m
	  kube-system                 kube-apiserver-addons-409501                250m (12%)    0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-controller-manager-addons-409501       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-tczgv                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-scheduler-addons-409501                100m (5%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 metrics-server-8988944d9-vz48c              100m (5%)     0 (0%)      200Mi (2%)       0 (0%)         11m
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  local-path-storage          local-path-provisioner-86d989889c-h7xxm     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   Starting                 11m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 11m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  11m (x8 over 11m)  kubelet          Node addons-409501 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    11m (x8 over 11m)  kubelet          Node addons-409501 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     11m (x7 over 11m)  kubelet          Node addons-409501 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-409501 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    11m                kubelet          Node addons-409501 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     11m                kubelet          Node addons-409501 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           11m                node-controller  Node addons-409501 event: Registered Node addons-409501 in Controller
	  Normal   NodeReady                11m                kubelet          Node addons-409501 status is now: NodeReady
	
	
	==> dmesg <==
	[Aug29 17:57] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
	
	
	==> etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] <==
	{"level":"info","ts":"2024-08-29T19:42:24.103025Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
	{"level":"info","ts":"2024-08-29T19:42:24.103163Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
	{"level":"info","ts":"2024-08-29T19:42:24.103225Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
	{"level":"info","ts":"2024-08-29T19:42:24.103279Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.103311Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.103354Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.103395Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.104852Z","caller":"etcdserver/server.go:2118","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-409501 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2024-08-29T19:42:24.104947Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-08-29T19:42:24.105301Z","caller":"etcdserver/server.go:2629","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.106834Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-08-29T19:42:24.107763Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2024-08-29T19:42:24.108739Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2024-08-29T19:42:24.109234Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.117661Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.111016Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2024-08-29T19:42:24.111670Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2024-08-29T19:42:24.117814Z","caller":"etcdserver/server.go:2653","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.117875Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2024-08-29T19:42:24.119089Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2024-08-29T19:42:35.761874Z","caller":"traceutil/trace.go:171","msg":"trace[610871234] transaction","detail":"{read_only:false; response_revision:374; number_of_response:1; }","duration":"244.745612ms","start":"2024-08-29T19:42:35.516923Z","end":"2024-08-29T19:42:35.761668Z","steps":["trace[610871234] 'process raft request'  (duration: 74.665523ms)"],"step_count":1}
	{"level":"info","ts":"2024-08-29T19:42:36.381268Z","caller":"traceutil/trace.go:171","msg":"trace[1450695773] transaction","detail":"{read_only:false; response_revision:379; number_of_response:1; }","duration":"118.653177ms","start":"2024-08-29T19:42:36.262408Z","end":"2024-08-29T19:42:36.381061Z","steps":["trace[1450695773] 'process raft request'  (duration: 96.978352ms)"],"step_count":1}
	{"level":"info","ts":"2024-08-29T19:52:24.748984Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1580}
	{"level":"info","ts":"2024-08-29T19:52:24.786136Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1580,"took":"36.599779ms","hash":2590864056,"current-db-size-bytes":5996544,"current-db-size":"6.0 MB","current-db-size-in-use-bytes":3522560,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2024-08-29T19:52:24.786187Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2590864056,"revision":1580,"compact-revision":-1}
	
	
	==> gcp-auth [2ed7d5b6dd97e08019fcb187a7f6d27225f8f79af623fb0cfd442befb631530f] <==
	2024/08/29 19:44:39 GCP Auth Webhook started!
	2024/08/29 19:45:04 Ready to marshal response ...
	2024/08/29 19:45:04 Ready to write response ...
	2024/08/29 19:45:04 Ready to marshal response ...
	2024/08/29 19:45:04 Ready to write response ...
	2024/08/29 19:45:04 Ready to marshal response ...
	2024/08/29 19:45:04 Ready to write response ...
	2024/08/29 19:53:19 Ready to marshal response ...
	2024/08/29 19:53:19 Ready to write response ...
	2024/08/29 19:53:21 Ready to marshal response ...
	2024/08/29 19:53:21 Ready to write response ...
	2024/08/29 19:53:37 Ready to marshal response ...
	2024/08/29 19:53:37 Ready to write response ...
	2024/08/29 19:54:13 Ready to marshal response ...
	2024/08/29 19:54:13 Ready to write response ...
	2024/08/29 19:54:13 Ready to marshal response ...
	2024/08/29 19:54:13 Ready to write response ...
	
	
	==> kernel <==
	 19:54:21 up  3:36,  0 users,  load average: 0.23, 0.36, 1.13
	Linux addons-409501 5.15.0-1068-aws #74~20.04.1-Ubuntu SMP Tue Aug 6 19:45:17 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] <==
	I0829 19:52:20.902127       1 main.go:299] handling current node
	I0829 19:52:30.900658       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:52:30.900691       1 main.go:299] handling current node
	I0829 19:52:40.900754       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:52:40.900789       1 main.go:299] handling current node
	I0829 19:52:50.903090       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:52:50.903208       1 main.go:299] handling current node
	I0829 19:53:00.905096       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:53:00.905133       1 main.go:299] handling current node
	I0829 19:53:10.904950       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:53:10.904985       1 main.go:299] handling current node
	I0829 19:53:20.900822       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:53:20.900858       1 main.go:299] handling current node
	I0829 19:53:30.903083       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:53:30.903192       1 main.go:299] handling current node
	I0829 19:53:40.900250       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:53:40.900321       1 main.go:299] handling current node
	I0829 19:53:50.900536       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:53:50.901705       1 main.go:299] handling current node
	I0829 19:54:00.900913       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:54:00.901028       1 main.go:299] handling current node
	I0829 19:54:10.902097       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:54:10.902130       1 main.go:299] handling current node
	I0829 19:54:20.900943       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:54:20.901053       1 main.go:299] handling current node
	
	
	==> kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] <==
	I0829 19:43:41.982344       1 controller.go:109] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	I0829 19:43:41.982419       1 controller.go:126] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Rate Limited Requeue.
	W0829 19:44:51.895927       1 handler_proxy.go:99] no RequestInfo found in the context
	E0829 19:44:51.896206       1 controller.go:146] "Unhandled Error" err=<
		Error updating APIService "v1beta1.metrics.k8s.io" with err: failed to download v1beta1.metrics.k8s.io: failed to retrieve openAPI spec, http error: ResponseCode: 503, Body: service unavailable
		, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	 > logger="UnhandledError"
	E0829 19:44:51.896842       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.100.206.196:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.100.206.196:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.100.206.196:443: connect: connection refused" logger="UnhandledError"
	E0829 19:44:51.898928       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.100.206.196:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.100.206.196:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.100.206.196:443: connect: connection refused" logger="UnhandledError"
	E0829 19:44:51.904456       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.100.206.196:443/apis/metrics.k8s.io/v1beta1: Get \"https://10.100.206.196:443/apis/metrics.k8s.io/v1beta1\": dial tcp 10.100.206.196:443: connect: connection refused" logger="UnhandledError"
	I0829 19:44:52.021754       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0829 19:53:32.301651       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0829 19:53:53.859615       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.859667       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.895959       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.896331       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.928260       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.928313       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.959546       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.959588       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.991966       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.992005       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0829 19:53:54.960383       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0829 19:53:54.992647       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0829 19:53:55.088491       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	
	
	==> kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] <==
	W0829 19:53:58.230236       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
	E0829 19:53:58.230279       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"
	W0829 19:53:58.752294       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
	E0829 19:53:58.752336       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"
	W0829 19:53:59.122755       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
	E0829 19:53:59.122801       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"
	I0829 19:54:00.878411       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="yakd-dashboard/yakd-dashboard-67d98fc6b" duration="8.312µs"
	W0829 19:54:03.699769       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
	E0829 19:54:03.699813       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"
	W0829 19:54:04.227584       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
	E0829 19:54:04.227665       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"
	I0829 19:54:04.421363       1 shared_informer.go:313] Waiting for caches to sync for resource quota
	I0829 19:54:04.421401       1 shared_informer.go:320] Caches are synced for resource quota
	I0829 19:54:04.881956       1 shared_informer.go:313] Waiting for caches to sync for garbage collector
	I0829 19:54:04.882009       1 shared_informer.go:320] Caches are synced for garbage collector
	W0829 19:54:05.401638       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
	E0829 19:54:05.401705       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"
	I0829 19:54:11.041628       1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="yakd-dashboard"
	W0829 19:54:12.597180       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
	E0829 19:54:12.597297       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"
	W0829 19:54:13.599451       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
	E0829 19:54:13.599494       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"
	W0829 19:54:13.748229       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
	E0829 19:54:13.748279       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"
	I0829 19:54:19.802386       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/registry-6fb4cdfc84" duration="5.276µs"
	
	
	==> kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] <==
	I0829 19:42:40.298614       1 server_linux.go:66] "Using iptables proxy"
	I0829 19:42:41.070975       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0829 19:42:41.071062       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`"
	I0829 19:42:41.378642       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0829 19:42:41.378798       1 server_linux.go:169] "Using iptables Proxier"
	I0829 19:42:41.441022       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"
	I0829 19:42:41.441727       1 server.go:483] "Version info" version="v1.31.0"
	I0829 19:42:41.441774       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0829 19:42:41.477805       1 config.go:197] "Starting service config controller"
	I0829 19:42:41.477856       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0829 19:42:41.477879       1 config.go:104] "Starting endpoint slice config controller"
	I0829 19:42:41.477899       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0829 19:42:41.479707       1 config.go:326] "Starting node config controller"
	I0829 19:42:41.479732       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0829 19:42:41.588958       1 shared_informer.go:320] Caches are synced for node config
	I0829 19:42:41.600406       1 shared_informer.go:320] Caches are synced for service config
	I0829 19:42:41.607968       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] <==
	W0829 19:42:26.916206       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0829 19:42:26.916993       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"
	W0829 19:42:26.916260       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
	E0829 19:42:26.917093       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"
	W0829 19:42:27.723195       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
	E0829 19:42:27.723248       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"
	W0829 19:42:27.808676       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0829 19:42:27.808722       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"
	W0829 19:42:27.873947       1 reflector.go:561] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0829 19:42:27.873982       1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
	W0829 19:42:27.897757       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0829 19:42:27.897799       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0829 19:42:27.937273       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
	E0829 19:42:27.937398       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"
	W0829 19:42:28.017075       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
	E0829 19:42:28.017123       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"
	W0829 19:42:28.020000       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
	E0829 19:42:28.020131       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"
	W0829 19:42:28.049060       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0829 19:42:28.049116       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"
	W0829 19:42:28.059681       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
	E0829 19:42:28.059738       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"
	W0829 19:42:28.094478       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
	E0829 19:42:28.094546       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"
	I0829 19:42:30.179513       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Aug 29 19:54:19 addons-409501 kubelet[1490]: I0829 19:54:19.239957    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-5xlgb\" (UniqueName: \"kubernetes.io/projected/c946b84f-d8e9-477c-94bf-5cfc8ffa6440-kube-api-access-5xlgb\") pod \"c946b84f-d8e9-477c-94bf-5cfc8ffa6440\" (UID: \"c946b84f-d8e9-477c-94bf-5cfc8ffa6440\") "
	Aug 29 19:54:19 addons-409501 kubelet[1490]: I0829 19:54:19.240395    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/c946b84f-d8e9-477c-94bf-5cfc8ffa6440-gcp-creds" (OuterVolumeSpecName: "gcp-creds") pod "c946b84f-d8e9-477c-94bf-5cfc8ffa6440" (UID: "c946b84f-d8e9-477c-94bf-5cfc8ffa6440"). InnerVolumeSpecName "gcp-creds". PluginName "kubernetes.io/host-path", VolumeGidValue ""
	Aug 29 19:54:19 addons-409501 kubelet[1490]: I0829 19:54:19.242244    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/c946b84f-d8e9-477c-94bf-5cfc8ffa6440-kube-api-access-5xlgb" (OuterVolumeSpecName: "kube-api-access-5xlgb") pod "c946b84f-d8e9-477c-94bf-5cfc8ffa6440" (UID: "c946b84f-d8e9-477c-94bf-5cfc8ffa6440"). InnerVolumeSpecName "kube-api-access-5xlgb". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Aug 29 19:54:19 addons-409501 kubelet[1490]: I0829 19:54:19.340469    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-5xlgb\" (UniqueName: \"kubernetes.io/projected/c946b84f-d8e9-477c-94bf-5cfc8ffa6440-kube-api-access-5xlgb\") on node \"addons-409501\" DevicePath \"\""
	Aug 29 19:54:19 addons-409501 kubelet[1490]: I0829 19:54:19.340512    1490 reconciler_common.go:288] "Volume detached for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/c946b84f-d8e9-477c-94bf-5cfc8ffa6440-gcp-creds\") on node \"addons-409501\" DevicePath \"\""
	Aug 29 19:54:19 addons-409501 kubelet[1490]: I0829 19:54:19.456538    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="c946b84f-d8e9-477c-94bf-5cfc8ffa6440" path="/var/lib/kubelet/pods/c946b84f-d8e9-477c-94bf-5cfc8ffa6440/volumes"
	Aug 29 19:54:19 addons-409501 kubelet[1490]: E0829 19:54:19.778010    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961259777012649,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:509648,},InodesUsed:&UInt64Value{Value:201,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 19:54:19 addons-409501 kubelet[1490]: E0829 19:54:19.778049    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961259777012649,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:509648,},InodesUsed:&UInt64Value{Value:201,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.302085    1490 scope.go:117] "RemoveContainer" containerID="c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101"
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.343472    1490 scope.go:117] "RemoveContainer" containerID="c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101"
	Aug 29 19:54:20 addons-409501 kubelet[1490]: E0829 19:54:20.343830    1490 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101\": container with ID starting with c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101 not found: ID does not exist" containerID="c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101"
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.343857    1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101"} err="failed to get container status \"c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101\": rpc error: code = NotFound desc = could not find container \"c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101\": container with ID starting with c9cc47b2083e2947aa91bf8ac4b4e603565c541c808b1aad6f5f792e87863101 not found: ID does not exist"
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.343883    1490 scope.go:117] "RemoveContainer" containerID="866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5"
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.348301    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-fsf7b\" (UniqueName: \"kubernetes.io/projected/b92ef39b-61ac-4d36-b964-ff31ca2d7d7d-kube-api-access-fsf7b\") pod \"b92ef39b-61ac-4d36-b964-ff31ca2d7d7d\" (UID: \"b92ef39b-61ac-4d36-b964-ff31ca2d7d7d\") "
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.348332    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-7jljx\" (UniqueName: \"kubernetes.io/projected/4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d-kube-api-access-7jljx\") pod \"4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d\" (UID: \"4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d\") "
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.363121    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d-kube-api-access-7jljx" (OuterVolumeSpecName: "kube-api-access-7jljx") pod "4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d" (UID: "4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d"). InnerVolumeSpecName "kube-api-access-7jljx". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.369005    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/b92ef39b-61ac-4d36-b964-ff31ca2d7d7d-kube-api-access-fsf7b" (OuterVolumeSpecName: "kube-api-access-fsf7b") pod "b92ef39b-61ac-4d36-b964-ff31ca2d7d7d" (UID: "b92ef39b-61ac-4d36-b964-ff31ca2d7d7d"). InnerVolumeSpecName "kube-api-access-fsf7b". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.395260    1490 scope.go:117] "RemoveContainer" containerID="866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5"
	Aug 29 19:54:20 addons-409501 kubelet[1490]: E0829 19:54:20.396170    1490 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5\": container with ID starting with 866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5 not found: ID does not exist" containerID="866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5"
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.396218    1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5"} err="failed to get container status \"866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5\": rpc error: code = NotFound desc = could not find container \"866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5\": container with ID starting with 866dbff251a2cf26a8fcecabec5e29eaef45a94d2d79da662c069ab5891c14f5 not found: ID does not exist"
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.452818    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-fsf7b\" (UniqueName: \"kubernetes.io/projected/b92ef39b-61ac-4d36-b964-ff31ca2d7d7d-kube-api-access-fsf7b\") on node \"addons-409501\" DevicePath \"\""
	Aug 29 19:54:20 addons-409501 kubelet[1490]: I0829 19:54:20.452862    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-7jljx\" (UniqueName: \"kubernetes.io/projected/4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d-kube-api-access-7jljx\") on node \"addons-409501\" DevicePath \"\""
	Aug 29 19:54:21 addons-409501 kubelet[1490]: E0829 19:54:21.456315    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="ef9f30b4-fb1a-4ae7-8d69-c37f1dfc888a"
	Aug 29 19:54:21 addons-409501 kubelet[1490]: I0829 19:54:21.457854    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d" path="/var/lib/kubelet/pods/4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d/volumes"
	Aug 29 19:54:21 addons-409501 kubelet[1490]: I0829 19:54:21.458260    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="b92ef39b-61ac-4d36-b964-ff31ca2d7d7d" path="/var/lib/kubelet/pods/b92ef39b-61ac-4d36-b964-ff31ca2d7d7d/volumes"
	
	
	==> storage-provisioner [d8bedd7a86eae1d1fcb9fbb73c0695ee73d73e1a0e93c6a4111e46ecdfba2469] <==
	I0829 19:43:21.852171       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0829 19:43:21.875773       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0829 19:43:21.875901       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0829 19:43:21.940270       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0829 19:43:21.940396       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"fc7206db-49f2-4ef2-97d6-8399d2c3219c", APIVersion:"v1", ResourceVersion:"929", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-409501_b6e0abf8-ef47-4195-a717-b40dbb5db45d became leader
	I0829 19:43:21.944101       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-409501_b6e0abf8-ef47-4195-a717-b40dbb5db45d!
	I0829 19:43:22.044679       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-409501_b6e0abf8-ef47-4195-a717-b40dbb5db45d!
	

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

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-409501/192.168.49.2
	Start Time:       Thu, 29 Aug 2024 19:45:04 +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-m94ms (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-m94ms:
	    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-409501
	  Normal   Pulling    7m45s (x4 over 9m18s)   kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     7m45s (x4 over 9m18s)   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     7m45s (x4 over 9m18s)   kubelet            Error: ErrImagePull
	  Warning  Failed     7m34s (x6 over 9m17s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    4m14s (x20 over 9m17s)  kubelet            Back-off pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	
	
	Name:             test-local-path
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-409501/192.168.49.2
	Start Time:       Thu, 29 Aug 2024 19:54:18 +0000
	Labels:           run=test-local-path
	Annotations:      <none>
	Status:           Succeeded
	IP:               10.244.0.26
	IPs:
	  IP:  10.244.0.26
	Containers:
	  busybox:
	    Container ID:  cri-o://530b4377c3ea0331e46ce0c15ab622db8a68b49dcf0733a9becea127799905b9
	    Image:         busybox:stable
	    Image ID:      docker.io/library/busybox@sha256:8bd2137dd2a779a73bba21c508ed0d899898a73974c4a6a675c6cd8a8a726547
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      sh
	      -c
	      echo 'local-path-provisioner' > /test/file1
	    State:          Terminated
	      Reason:       Completed
	      Exit Code:    0
	      Started:      Thu, 29 Aug 2024 19:54:20 +0000
	      Finished:     Thu, 29 Aug 2024 19:54:20 +0000
	    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)
	      /test from data (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-7278g (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   False 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  data:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  test-pvc
	    ReadOnly:   false
	  kube-api-access-7278g:
	    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  4s    default-scheduler  Successfully assigned default/test-local-path to addons-409501
	  Normal  Pulling    4s    kubelet            Pulling image "busybox:stable"
	  Normal  Pulled     2s    kubelet            Successfully pulled image "busybox:stable" in 1.67s (1.67s including waiting). Image size: 4288691 bytes.
	  Normal  Created    2s    kubelet            Created container busybox
	  Normal  Started    2s    kubelet            Started container busybox

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-cm4vp" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-95tfb" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-409501 describe pod busybox test-local-path ingress-nginx-admission-create-cm4vp ingress-nginx-admission-patch-95tfb: exit status 1
--- FAIL: TestAddons/parallel/Registry (75.04s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (153.17s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:209: (dbg) Run:  kubectl --context addons-409501 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-409501 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:247: (dbg) Run:  kubectl --context addons-409501 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" [52b69569-009b-4f2d-b2fa-37417967dbb2] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [52b69569-009b-4f2d-b2fa-37417967dbb2] Running
addons_test.go:252: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.003593777s
addons_test.go:264: (dbg) Run:  out/minikube-linux-arm64 -p addons-409501 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-409501 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.747497166s)

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

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa",
	        "Created": "2024-08-29T19:42:06.464253498Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 593284,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-08-29T19:42:06.601839172Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:eb620c1d7126103417d4dc31eb6aaaf95b0878713d0303a36cb77002c31b0deb",
	        "ResolvConfPath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/hostname",
	        "HostsPath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/hosts",
	        "LogPath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa-json.log",
	        "Name": "/addons-409501",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-409501:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-409501",
	            "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/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2-init/diff:/var/lib/docker/overlay2/b9b713c472a4e6468ee9bbac575b4317dbe87cd6d195ee7630d13eaf08e96077/diff",
	                "MergedDir": "/var/lib/docker/overlay2/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2/merged",
	                "UpperDir": "/var/lib/docker/overlay2/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2/diff",
	                "WorkDir": "/var/lib/docker/overlay2/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-409501",
	                "Source": "/var/lib/docker/volumes/addons-409501/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-409501",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0",
	            "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-409501",
	                "name.minikube.sigs.k8s.io": "addons-409501",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "6e54aae6b59953e187b95f479a6870c6eb28fee9b5a7e2779f24c3ed37bc19c2",
	            "SandboxKey": "/var/run/docker/netns/6e54aae6b599",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33508"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33509"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33512"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33510"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33511"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-409501": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "ba68a6dc272dfe46ad533c18d09a2707361443f344e1c5378391955d476001b9",
	                    "EndpointID": "284386008c1f360a9509edcd99c61342c228075d88293dbd59bd56928015f350",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-409501",
	                        "68c10b9a23b5"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-409501 -n addons-409501
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-409501 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-409501 logs -n 25: (1.457656227s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-855902                                                                     | download-only-855902   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| delete  | -p download-only-887925                                                                     | download-only-887925   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| start   | --download-only -p                                                                          | download-docker-297874 | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | download-docker-297874                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-297874                                                                   | download-docker-297874 | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-237279   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | binary-mirror-237279                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:46025                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-237279                                                                     | binary-mirror-237279   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| addons  | enable dashboard -p                                                                         | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | addons-409501                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | addons-409501                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-409501 --wait=true                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:45 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-409501 addons                                                                        | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:53 UTC | 29 Aug 24 19:53 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-409501 addons                                                                        | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:53 UTC | 29 Aug 24 19:53 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | -p addons-409501                                                                            |                        |         |         |                     |                     |
	| ip      | addons-409501 ip                                                                            | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ssh     | addons-409501 ssh cat                                                                       | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | /opt/local-path-provisioner/pvc-14a5d7f7-7a49-4a0e-9ba0-743d8ddd7c9e_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:55 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | addons-409501                                                                               |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | -p addons-409501                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:55 UTC | 29 Aug 24 19:55 UTC |
	|         | addons-409501                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-409501 ssh curl -s                                                                   | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:55 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ip      | addons-409501 ip                                                                            | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:57 UTC | 29 Aug 24 19:57 UTC |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:57 UTC | 29 Aug 24 19:57 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:57 UTC | 29 Aug 24 19:57 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/08/29 19:41:41
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.22.5 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0829 19:41:41.793081  592789 out.go:345] Setting OutFile to fd 1 ...
	I0829 19:41:41.793231  592789 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 19:41:41.793242  592789 out.go:358] Setting ErrFile to fd 2...
	I0829 19:41:41.793248  592789 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 19:41:41.793484  592789 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 19:41:41.793911  592789 out.go:352] Setting JSON to false
	I0829 19:41:41.794718  592789 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":12249,"bootTime":1724948253,"procs":144,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1068-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0829 19:41:41.794789  592789 start.go:139] virtualization:  
	I0829 19:41:41.797073  592789 out.go:177] * [addons-409501] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0829 19:41:41.798843  592789 out.go:177]   - MINIKUBE_LOCATION=19530
	I0829 19:41:41.799025  592789 notify.go:220] Checking for updates...
	I0829 19:41:41.802223  592789 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0829 19:41:41.803964  592789 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 19:41:41.806283  592789 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube
	I0829 19:41:41.807813  592789 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0829 19:41:41.809823  592789 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0829 19:41:41.812094  592789 driver.go:392] Setting default libvirt URI to qemu:///system
	I0829 19:41:41.833761  592789 docker.go:123] docker version: linux-27.2.0:Docker Engine - Community
	I0829 19:41:41.833895  592789 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 19:41:41.892917  592789 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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:24 OomKillDisable:true NGoroutines:41 SystemTime:2024-08-29 19:41:41.883301865 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 19:41:41.893061  592789 docker.go:307] overlay module found
	I0829 19:41:41.896006  592789 out.go:177] * Using the docker driver based on user configuration
	I0829 19:41:41.897663  592789 start.go:297] selected driver: docker
	I0829 19:41:41.897692  592789 start.go:901] validating driver "docker" against <nil>
	I0829 19:41:41.897711  592789 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0829 19:41:41.898384  592789 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 19:41:41.951685  592789 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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:24 OomKillDisable:true NGoroutines:41 SystemTime:2024-08-29 19:41:41.941511774 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 19:41:41.951901  592789 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0829 19:41:41.952178  592789 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]
	I0829 19:41:41.954159  592789 out.go:177] * Using Docker driver with root privileges
	I0829 19:41:41.956170  592789 cni.go:84] Creating CNI manager for ""
	I0829 19:41:41.956197  592789 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:41:41.956215  592789 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0829 19:41:41.956299  592789 start.go:340] cluster config:
	{Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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}
	I0829 19:41:41.959386  592789 out.go:177] * Starting "addons-409501" primary control-plane node in "addons-409501" cluster
	I0829 19:41:41.961193  592789 cache.go:121] Beginning downloading kic base image for docker with crio
	I0829 19:41:41.963058  592789 out.go:177] * Pulling base image v0.0.44-1724862063-19530 ...
	I0829 19:41:41.964755  592789 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local docker daemon
	I0829 19:41:41.964842  592789 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:41:41.964896  592789 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4
	I0829 19:41:41.964913  592789 cache.go:56] Caching tarball of preloaded images
	I0829 19:41:41.965009  592789 preload.go:172] Found /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0829 19:41:41.965025  592789 cache.go:59] Finished verifying existence of preloaded tar for v1.31.0 on crio
	I0829 19:41:41.965482  592789 profile.go:143] Saving config to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/config.json ...
	I0829 19:41:41.965516  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/config.json: {Name:mk5ea4569b35caf1a2a173499e259aef957118c6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:41:41.980897  592789 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 to local cache
	I0829 19:41:41.981015  592789 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local cache directory
	I0829 19:41:41.981039  592789 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local cache directory, skipping pull
	I0829 19:41:41.981045  592789 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 exists in cache, skipping pull
	I0829 19:41:41.981056  592789 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 as a tarball
	I0829 19:41:41.981062  592789 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 from local cache
	I0829 19:41:59.363163  592789 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 from cached tarball
	I0829 19:41:59.363211  592789 cache.go:194] Successfully downloaded all kic artifacts
	I0829 19:41:59.363269  592789 start.go:360] acquireMachinesLock for addons-409501: {Name:mk516304c67f7267e84effdc2e8f0f0a7968ef88 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0829 19:41:59.363414  592789 start.go:364] duration metric: took 122.42µs to acquireMachinesLock for "addons-409501"
	I0829 19:41:59.363447  592789 start.go:93] Provisioning new machine with config: &{Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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.0 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0829 19:41:59.363540  592789 start.go:125] createHost starting for "" (driver="docker")
	I0829 19:41:59.366152  592789 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0829 19:41:59.366411  592789 start.go:159] libmachine.API.Create for "addons-409501" (driver="docker")
	I0829 19:41:59.366443  592789 client.go:168] LocalClient.Create starting
	I0829 19:41:59.366554  592789 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem
	I0829 19:41:59.717626  592789 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem
	I0829 19:41:59.879054  592789 cli_runner.go:164] Run: docker network inspect addons-409501 --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}}]}"
	W0829 19:41:59.895988  592789 cli_runner.go:211] docker network inspect addons-409501 --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
	I0829 19:41:59.896072  592789 network_create.go:284] running [docker network inspect addons-409501] to gather additional debugging logs...
	I0829 19:41:59.896093  592789 cli_runner.go:164] Run: docker network inspect addons-409501
	W0829 19:41:59.909799  592789 cli_runner.go:211] docker network inspect addons-409501 returned with exit code 1
	I0829 19:41:59.909828  592789 network_create.go:287] error running [docker network inspect addons-409501]: docker network inspect addons-409501: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-409501 not found
	I0829 19:41:59.909841  592789 network_create.go:289] output of [docker network inspect addons-409501]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-409501 not found
	
	** /stderr **
	I0829 19:41:59.909951  592789 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}}]}"
	I0829 19:41:59.925952  592789 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:0x4001a9f210}
	I0829 19:41:59.926000  592789 network_create.go:124] attempt to create docker network addons-409501 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0829 19:41:59.926057  592789 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-409501 addons-409501
	I0829 19:41:59.995056  592789 network_create.go:108] docker network addons-409501 192.168.49.0/24 created
	I0829 19:41:59.995088  592789 kic.go:121] calculated static IP "192.168.49.2" for the "addons-409501" container
	I0829 19:41:59.995161  592789 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0829 19:42:00.049165  592789 cli_runner.go:164] Run: docker volume create addons-409501 --label name.minikube.sigs.k8s.io=addons-409501 --label created_by.minikube.sigs.k8s.io=true
	I0829 19:42:00.140078  592789 oci.go:103] Successfully created a docker volume addons-409501
	I0829 19:42:00.140184  592789 cli_runner.go:164] Run: docker run --rm --name addons-409501-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-409501 --entrypoint /usr/bin/test -v addons-409501:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -d /var/lib
	I0829 19:42:02.332120  592789 cli_runner.go:217] Completed: docker run --rm --name addons-409501-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-409501 --entrypoint /usr/bin/test -v addons-409501:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -d /var/lib: (2.191887651s)
	I0829 19:42:02.332153  592789 oci.go:107] Successfully prepared a docker volume addons-409501
	I0829 19:42:02.332180  592789 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:42:02.332201  592789 kic.go:194] Starting extracting preloaded images to volume ...
	I0829 19:42:02.332287  592789 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-409501:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -I lz4 -xf /preloaded.tar -C /extractDir
	I0829 19:42:06.391697  592789 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-409501:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -I lz4 -xf /preloaded.tar -C /extractDir: (4.059371072s)
	I0829 19:42:06.391730  592789 kic.go:203] duration metric: took 4.059525771s to extract preloaded images to volume ...
	W0829 19:42:06.391865  592789 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0829 19:42:06.392008  592789 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0829 19:42:06.450040  592789 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-409501 --name addons-409501 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-409501 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-409501 --network addons-409501 --ip 192.168.49.2 --volume addons-409501:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0
	I0829 19:42:06.753148  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Running}}
	I0829 19:42:06.784005  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:06.803767  592789 cli_runner.go:164] Run: docker exec addons-409501 stat /var/lib/dpkg/alternatives/iptables
	I0829 19:42:06.864883  592789 oci.go:144] the created container "addons-409501" has a running status.
	I0829 19:42:06.864910  592789 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa...
	I0829 19:42:07.380146  592789 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0829 19:42:07.406073  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:07.432499  592789 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0829 19:42:07.432523  592789 kic_runner.go:114] Args: [docker exec --privileged addons-409501 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0829 19:42:07.498275  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:07.525996  592789 machine.go:93] provisionDockerMachine start ...
	I0829 19:42:07.526089  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:07.551537  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:07.551800  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:07.551808  592789 main.go:141] libmachine: About to run SSH command:
	hostname
	I0829 19:42:07.698592  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-409501
	
	I0829 19:42:07.698691  592789 ubuntu.go:169] provisioning hostname "addons-409501"
	I0829 19:42:07.698803  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:07.721226  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:07.721468  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:07.721479  592789 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-409501 && echo "addons-409501" | sudo tee /etc/hostname
	I0829 19:42:07.872359  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-409501
	
	I0829 19:42:07.872503  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:07.889822  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:07.890102  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:07.890119  592789 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-409501' /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-409501/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-409501' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0829 19:42:08.027158  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0829 19:42:08.027183  592789 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19530-586627/.minikube CaCertPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19530-586627/.minikube}
	I0829 19:42:08.027207  592789 ubuntu.go:177] setting up certificates
	I0829 19:42:08.027219  592789 provision.go:84] configureAuth start
	I0829 19:42:08.027289  592789 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-409501
	I0829 19:42:08.046462  592789 provision.go:143] copyHostCerts
	I0829 19:42:08.046561  592789 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19530-586627/.minikube/cert.pem (1123 bytes)
	I0829 19:42:08.046692  592789 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19530-586627/.minikube/key.pem (1679 bytes)
	I0829 19:42:08.046768  592789 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19530-586627/.minikube/ca.pem (1082 bytes)
	I0829 19:42:08.046838  592789 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19530-586627/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca-key.pem org=jenkins.addons-409501 san=[127.0.0.1 192.168.49.2 addons-409501 localhost minikube]
	I0829 19:42:09.076462  592789 provision.go:177] copyRemoteCerts
	I0829 19:42:09.076538  592789 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0829 19:42:09.076586  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.093629  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.188595  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0829 19:42:09.214185  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0829 19:42:09.238258  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0829 19:42:09.261613  592789 provision.go:87] duration metric: took 1.234379527s to configureAuth
	I0829 19:42:09.261639  592789 ubuntu.go:193] setting minikube options for container-runtime
	I0829 19:42:09.261830  592789 config.go:182] Loaded profile config "addons-409501": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 19:42:09.261943  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.278545  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:09.278788  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:09.278803  592789 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
	I0829 19:42:09.511899  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0829 19:42:09.511921  592789 machine.go:96] duration metric: took 1.98590543s to provisionDockerMachine
	I0829 19:42:09.511931  592789 client.go:171] duration metric: took 10.145477646s to LocalClient.Create
	I0829 19:42:09.511952  592789 start.go:167] duration metric: took 10.145541949s to libmachine.API.Create "addons-409501"
	I0829 19:42:09.511959  592789 start.go:293] postStartSetup for "addons-409501" (driver="docker")
	I0829 19:42:09.511974  592789 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]
	I0829 19:42:09.512043  592789 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
	I0829 19:42:09.512083  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.530815  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.629831  592789 ssh_runner.go:195] Run: cat /etc/os-release
	I0829 19:42:09.633229  592789 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0829 19:42:09.633267  592789 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0829 19:42:09.633310  592789 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0829 19:42:09.633318  592789 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0829 19:42:09.633329  592789 filesync.go:126] Scanning /home/jenkins/minikube-integration/19530-586627/.minikube/addons for local assets ...
	I0829 19:42:09.633416  592789 filesync.go:126] Scanning /home/jenkins/minikube-integration/19530-586627/.minikube/files for local assets ...
	I0829 19:42:09.633452  592789 start.go:296] duration metric: took 121.487139ms for postStartSetup
	I0829 19:42:09.633778  592789 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-409501
	I0829 19:42:09.649914  592789 profile.go:143] Saving config to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/config.json ...
	I0829 19:42:09.650210  592789 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0829 19:42:09.650270  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.666721  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.755735  592789 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0829 19:42:09.760198  592789 start.go:128] duration metric: took 10.396643336s to createHost
	I0829 19:42:09.760223  592789 start.go:83] releasing machines lock for "addons-409501", held for 10.396800028s
	I0829 19:42:09.760325  592789 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-409501
	I0829 19:42:09.776036  592789 ssh_runner.go:195] Run: cat /version.json
	I0829 19:42:09.776097  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.776357  592789 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0829 19:42:09.776434  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.792932  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.801863  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.882394  592789 ssh_runner.go:195] Run: systemctl --version
	I0829 19:42:10.158654  592789 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0829 19:42:10.301142  592789 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0829 19:42:10.305246  592789 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" ;
	I0829 19:42:10.323810  592789 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0829 19:42:10.323893  592789 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" ;
	I0829 19:42:10.358674  592789 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0829 19:42:10.358740  592789 start.go:495] detecting cgroup driver to use...
	I0829 19:42:10.358791  592789 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0829 19:42:10.358872  592789 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0829 19:42:10.375343  592789 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0829 19:42:10.387546  592789 docker.go:217] disabling cri-docker service (if available) ...
	I0829 19:42:10.387653  592789 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0829 19:42:10.401820  592789 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0829 19:42:10.416249  592789 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0829 19:42:10.510203  592789 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0829 19:42:10.606576  592789 docker.go:233] disabling docker service ...
	I0829 19:42:10.606641  592789 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0829 19:42:10.627871  592789 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0829 19:42:10.640401  592789 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0829 19:42:10.728814  592789 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0829 19:42:10.822692  592789 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0829 19:42:10.833603  592789 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"
	I0829 19:42:10.849555  592789 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0829 19:42:10.849623  592789 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"
	I0829 19:42:10.859454  592789 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0829 19:42:10.859529  592789 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0829 19:42:10.869301  592789 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0829 19:42:10.878736  592789 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0829 19:42:10.888598  592789 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0829 19:42:10.897663  592789 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"
	I0829 19:42:10.910966  592789 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"
	I0829 19:42:10.926376  592789 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"
	I0829 19:42:10.936056  592789 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0829 19:42:10.944550  592789 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0829 19:42:10.952919  592789 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0829 19:42:11.041228  592789 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0829 19:42:11.155074  592789 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0829 19:42:11.155197  592789 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0829 19:42:11.158506  592789 start.go:563] Will wait 60s for crictl version
	I0829 19:42:11.158565  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:42:11.161731  592789 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0829 19:42:11.196187  592789 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0829 19:42:11.196286  592789 ssh_runner.go:195] Run: crio --version
	I0829 19:42:11.232717  592789 ssh_runner.go:195] Run: crio --version
	I0829 19:42:11.274570  592789 out.go:177] * Preparing Kubernetes v1.31.0 on CRI-O 1.24.6 ...
	I0829 19:42:11.276791  592789 cli_runner.go:164] Run: docker network inspect addons-409501 --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}}]}"
	I0829 19:42:11.291409  592789 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0829 19:42:11.294701  592789 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""
	I0829 19:42:11.304609  592789 kubeadm.go:883] updating cluster {Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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} ...
	I0829 19:42:11.304730  592789 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:42:11.304789  592789 ssh_runner.go:195] Run: sudo crictl images --output json
	I0829 19:42:11.383152  592789 crio.go:514] all images are preloaded for cri-o runtime.
	I0829 19:42:11.383174  592789 crio.go:433] Images already preloaded, skipping extraction
	I0829 19:42:11.383229  592789 ssh_runner.go:195] Run: sudo crictl images --output json
	I0829 19:42:11.418536  592789 crio.go:514] all images are preloaded for cri-o runtime.
	I0829 19:42:11.418612  592789 cache_images.go:84] Images are preloaded, skipping loading
	I0829 19:42:11.418637  592789 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.0 crio true true} ...
	I0829 19:42:11.418754  592789 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-409501 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.0 ClusterName:addons-409501 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:}
	I0829 19:42:11.418871  592789 ssh_runner.go:195] Run: crio config
	I0829 19:42:11.465804  592789 cni.go:84] Creating CNI manager for ""
	I0829 19:42:11.465826  592789 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:42:11.465836  592789 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0829 19:42:11.465860  592789 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.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-409501 NodeName:addons-409501 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}
	I0829 19:42:11.466007  592789 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-409501"
	  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.0
	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
	
	I0829 19:42:11.466081  592789 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.0
	I0829 19:42:11.474906  592789 binaries.go:44] Found k8s binaries, skipping transfer
	I0829 19:42:11.475023  592789 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0829 19:42:11.484205  592789 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0829 19:42:11.502506  592789 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0829 19:42:11.521209  592789 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0829 19:42:11.539620  592789 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0829 19:42:11.543105  592789 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""
	I0829 19:42:11.553343  592789 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0829 19:42:11.631479  592789 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0829 19:42:11.645307  592789 certs.go:68] Setting up /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501 for IP: 192.168.49.2
	I0829 19:42:11.645327  592789 certs.go:194] generating shared ca certs ...
	I0829 19:42:11.645344  592789 certs.go:226] acquiring lock for ca certs: {Name:mk7dc306e109c248b430f4f727ec3386b6a6e744 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:11.645467  592789 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key
	I0829 19:42:12.061485  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt ...
	I0829 19:42:12.061520  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt: {Name:mk7e3cec1eb2c1be866f2ec4696d2a5261ef318c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.061728  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key ...
	I0829 19:42:12.061741  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key: {Name:mk92efa67d08c27b64f206254a3c11c71f74cadd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.061833  592789 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key
	I0829 19:42:12.404039  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.crt ...
	I0829 19:42:12.404069  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.crt: {Name:mk3b5d80165818aa92f6f4181b4aeeab32049297 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.404723  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key ...
	I0829 19:42:12.404740  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key: {Name:mk9b28b891e198c68706e703cb57ff3cadd0c5da Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.405236  592789 certs.go:256] generating profile certs ...
	I0829 19:42:12.405302  592789 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.key
	I0829 19:42:12.405319  592789 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt with IP's: []
	I0829 19:42:12.872771  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt ...
	I0829 19:42:12.872806  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: {Name:mk0a6830d5e11565b0729e01a6a9d8f1ae8fe1ba Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.873378  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.key ...
	I0829 19:42:12.873394  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.key: {Name:mkb9927424fc9c63acaefbec6aa67714d54030ae Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.874032  592789 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837
	I0829 19:42:12.874056  592789 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0829 19:42:13.448431  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837 ...
	I0829 19:42:13.448463  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837: {Name:mkcebb772c7b52de588fd2055771800a751f1042 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.448649  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837 ...
	I0829 19:42:13.448663  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837: {Name:mke201ca281a18118fd6836c7e215ea7da67cee8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.448746  592789 certs.go:381] copying /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837 -> /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt
	I0829 19:42:13.448835  592789 certs.go:385] copying /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837 -> /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key
	I0829 19:42:13.448895  592789 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key
	I0829 19:42:13.448917  592789 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt with IP's: []
	I0829 19:42:13.563342  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt ...
	I0829 19:42:13.563371  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt: {Name:mke134975df6905c19c514c59695935fb4621aa8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.564056  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key ...
	I0829 19:42:13.564073  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key: {Name:mka2d1872d6aec7ba625ae2d2a14b5c7bde677ca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.564873  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca-key.pem (1675 bytes)
	I0829 19:42:13.564919  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem (1082 bytes)
	I0829 19:42:13.564950  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem (1123 bytes)
	I0829 19:42:13.564980  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/key.pem (1679 bytes)
	I0829 19:42:13.565593  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0829 19:42:13.589749  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0829 19:42:13.613158  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0829 19:42:13.637673  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0829 19:42:13.662336  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0829 19:42:13.686908  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0829 19:42:13.710975  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0829 19:42:13.735099  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0829 19:42:13.759379  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0829 19:42:13.786837  592789 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0829 19:42:13.805838  592789 ssh_runner.go:195] Run: openssl version
	I0829 19:42:13.811512  592789 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"
	I0829 19:42:13.821579  592789 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0829 19:42:13.825055  592789 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Aug 29 19:42 /usr/share/ca-certificates/minikubeCA.pem
	I0829 19:42:13.825119  592789 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0829 19:42:13.831816  592789 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"
	I0829 19:42:13.841214  592789 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0829 19:42:13.844901  592789 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
	I0829 19:42:13.844953  592789 kubeadm.go:392] StartCluster: {Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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}
	I0829 19:42:13.845033  592789 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0829 19:42:13.845091  592789 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0829 19:42:13.887627  592789 cri.go:89] found id: ""
	I0829 19:42:13.887751  592789 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0829 19:42:13.896965  592789 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0829 19:42:13.906263  592789 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0829 19:42:13.906331  592789 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
	I0829 19:42:13.915946  592789 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
	I0829 19:42:13.915965  592789 kubeadm.go:157] found existing configuration files:
	
	I0829 19:42:13.916018  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0829 19:42:13.925772  592789 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
	I0829 19:42:13.925839  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0829 19:42:13.936105  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0829 19:42:13.947631  592789 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
	I0829 19:42:13.947750  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0829 19:42:13.958294  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0829 19:42:13.970730  592789 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
	I0829 19:42:13.970846  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0829 19:42:13.982256  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0829 19:42:13.993814  592789 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
	I0829 19:42:13.993913  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0829 19:42:14.002802  592789 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.0:$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"
	I0829 19:42:14.054688  592789 kubeadm.go:310] [init] Using Kubernetes version: v1.31.0
	I0829 19:42:14.054897  592789 kubeadm.go:310] [preflight] Running pre-flight checks
	I0829 19:42:14.081029  592789 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0829 19:42:14.081110  592789 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1068-aws
	I0829 19:42:14.081152  592789 kubeadm.go:310] OS: Linux
	I0829 19:42:14.081210  592789 kubeadm.go:310] CGROUPS_CPU: enabled
	I0829 19:42:14.081269  592789 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0829 19:42:14.081325  592789 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0829 19:42:14.081376  592789 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0829 19:42:14.081436  592789 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0829 19:42:14.081495  592789 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0829 19:42:14.081550  592789 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0829 19:42:14.081601  592789 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0829 19:42:14.081659  592789 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0829 19:42:14.141034  592789 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0829 19:42:14.141159  592789 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0829 19:42:14.141280  592789 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0829 19:42:14.147561  592789 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0829 19:42:14.151464  592789 out.go:235]   - Generating certificates and keys ...
	I0829 19:42:14.151575  592789 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0829 19:42:14.151653  592789 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0829 19:42:14.687518  592789 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0829 19:42:15.610013  592789 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0829 19:42:16.022587  592789 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0829 19:42:16.374516  592789 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0829 19:42:16.645237  592789 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0829 19:42:16.645391  592789 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-409501 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0829 19:42:17.082928  592789 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0829 19:42:17.085339  592789 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-409501 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0829 19:42:17.318575  592789 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0829 19:42:17.921901  592789 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0829 19:42:18.559342  592789 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0829 19:42:18.559715  592789 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0829 19:42:19.268970  592789 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0829 19:42:19.474444  592789 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0829 19:42:20.090338  592789 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0829 19:42:20.424996  592789 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0829 19:42:21.104057  592789 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0829 19:42:21.104680  592789 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0829 19:42:21.107704  592789 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0829 19:42:21.110367  592789 out.go:235]   - Booting up control plane ...
	I0829 19:42:21.110474  592789 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0829 19:42:21.110548  592789 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0829 19:42:21.111092  592789 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0829 19:42:21.123450  592789 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0829 19:42:21.129668  592789 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0829 19:42:21.129739  592789 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0829 19:42:21.227052  592789 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0829 19:42:21.227179  592789 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0829 19:42:22.728772  592789 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.5017565s
	I0829 19:42:22.728858  592789 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0829 19:42:28.730662  592789 kubeadm.go:310] [api-check] The API server is healthy after 6.001922754s
	I0829 19:42:28.751152  592789 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0829 19:42:28.765487  592789 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0829 19:42:28.789204  592789 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0829 19:42:28.789408  592789 kubeadm.go:310] [mark-control-plane] Marking the node addons-409501 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0829 19:42:28.800062  592789 kubeadm.go:310] [bootstrap-token] Using token: vg4pvc.pme4qtp95nu14nhs
	I0829 19:42:28.803193  592789 out.go:235]   - Configuring RBAC rules ...
	I0829 19:42:28.803327  592789 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0829 19:42:28.807951  592789 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0829 19:42:28.815501  592789 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
	I0829 19:42:28.819260  592789 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0829 19:42:28.822889  592789 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0829 19:42:28.827795  592789 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0829 19:42:29.136342  592789 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0829 19:42:29.562266  592789 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0829 19:42:30.140666  592789 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0829 19:42:30.142091  592789 kubeadm.go:310] 
	I0829 19:42:30.142171  592789 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0829 19:42:30.142185  592789 kubeadm.go:310] 
	I0829 19:42:30.142262  592789 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0829 19:42:30.142273  592789 kubeadm.go:310] 
	I0829 19:42:30.142298  592789 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0829 19:42:30.142359  592789 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0829 19:42:30.142414  592789 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0829 19:42:30.142430  592789 kubeadm.go:310] 
	I0829 19:42:30.142483  592789 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0829 19:42:30.142490  592789 kubeadm.go:310] 
	I0829 19:42:30.142542  592789 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0829 19:42:30.142550  592789 kubeadm.go:310] 
	I0829 19:42:30.142601  592789 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0829 19:42:30.142680  592789 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0829 19:42:30.142748  592789 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0829 19:42:30.142756  592789 kubeadm.go:310] 
	I0829 19:42:30.142837  592789 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0829 19:42:30.142918  592789 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0829 19:42:30.142926  592789 kubeadm.go:310] 
	I0829 19:42:30.143032  592789 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token vg4pvc.pme4qtp95nu14nhs \
	I0829 19:42:30.143138  592789 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:01ec06adb34080c15b21b7863a8c9518a95e43c8d2df53da9e139cf85c5c32d1 \
	I0829 19:42:30.143164  592789 kubeadm.go:310] 	--control-plane 
	I0829 19:42:30.143173  592789 kubeadm.go:310] 
	I0829 19:42:30.143255  592789 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0829 19:42:30.143263  592789 kubeadm.go:310] 
	I0829 19:42:30.143342  592789 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token vg4pvc.pme4qtp95nu14nhs \
	I0829 19:42:30.143445  592789 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:01ec06adb34080c15b21b7863a8c9518a95e43c8d2df53da9e139cf85c5c32d1 
	I0829 19:42:30.147742  592789 kubeadm.go:310] W0829 19:42:14.050381    1182 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.
	I0829 19:42:30.148125  592789 kubeadm.go:310] W0829 19:42:14.052111    1182 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.
	I0829 19:42:30.148415  592789 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-1068-aws\n", err: exit status 1
	I0829 19:42:30.148563  592789 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0829 19:42:30.148607  592789 cni.go:84] Creating CNI manager for ""
	I0829 19:42:30.148618  592789 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:42:30.151729  592789 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0829 19:42:30.155999  592789 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0829 19:42:30.162801  592789 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.0/kubectl ...
	I0829 19:42:30.162827  592789 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0829 19:42:30.185460  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0829 19:42:30.478673  592789 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0829 19:42:30.478806  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:30.478901  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-409501 minikube.k8s.io/updated_at=2024_08_29T19_42_30_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=5512bd76519cf55fa04aeca1cd01a1369e298033 minikube.k8s.io/name=addons-409501 minikube.k8s.io/primary=true
	I0829 19:42:30.672149  592789 ops.go:34] apiserver oom_adj: -16
	I0829 19:42:30.672248  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:31.173309  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:31.672413  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:32.173360  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:32.672392  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:33.173114  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:33.673303  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:34.173018  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:34.672635  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:34.758685  592789 kubeadm.go:1113] duration metric: took 4.279924902s to wait for elevateKubeSystemPrivileges
	I0829 19:42:34.758717  592789 kubeadm.go:394] duration metric: took 20.913768382s to StartCluster
	I0829 19:42:34.758735  592789 settings.go:142] acquiring lock: {Name:mk268c49dae9722f63d4ad187dcceabf7ceff85c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:34.759351  592789 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 19:42:34.759742  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/kubeconfig: {Name:mk05c0635ad3408a5e80dd3e7d5f67a3fc48d188 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:34.760330  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0829 19:42:34.760363  592789 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.0 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0829 19:42:34.760616  592789 config.go:182] Loaded profile config "addons-409501": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 19:42:34.760648  592789 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]
	I0829 19:42:34.760734  592789 addons.go:69] Setting yakd=true in profile "addons-409501"
	I0829 19:42:34.760758  592789 addons.go:234] Setting addon yakd=true in "addons-409501"
	I0829 19:42:34.760781  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.761238  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.761724  592789 addons.go:69] Setting metrics-server=true in profile "addons-409501"
	I0829 19:42:34.761764  592789 addons.go:234] Setting addon metrics-server=true in "addons-409501"
	I0829 19:42:34.761796  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.762236  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.762433  592789 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-409501"
	I0829 19:42:34.762464  592789 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-409501"
	I0829 19:42:34.762514  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.762899  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.763448  592789 addons.go:69] Setting registry=true in profile "addons-409501"
	I0829 19:42:34.763487  592789 addons.go:234] Setting addon registry=true in "addons-409501"
	I0829 19:42:34.763520  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.763974  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.765294  592789 addons.go:69] Setting cloud-spanner=true in profile "addons-409501"
	I0829 19:42:34.765574  592789 addons.go:234] Setting addon cloud-spanner=true in "addons-409501"
	I0829 19:42:34.765612  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.766035  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.772401  592789 addons.go:69] Setting storage-provisioner=true in profile "addons-409501"
	I0829 19:42:34.772454  592789 addons.go:234] Setting addon storage-provisioner=true in "addons-409501"
	I0829 19:42:34.772493  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.772947  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.765465  592789 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-409501"
	I0829 19:42:34.791584  592789 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-409501"
	I0829 19:42:34.792046  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.796374  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.822391  592789 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-409501"
	I0829 19:42:34.822487  592789 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-409501"
	I0829 19:42:34.765478  592789 addons.go:69] Setting default-storageclass=true in profile "addons-409501"
	I0829 19:42:34.826855  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.827168  592789 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-409501"
	I0829 19:42:34.828742  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.845363  592789 addons.go:69] Setting volcano=true in profile "addons-409501"
	I0829 19:42:34.845450  592789 addons.go:234] Setting addon volcano=true in "addons-409501"
	I0829 19:42:34.845534  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.846028  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.765482  592789 addons.go:69] Setting gcp-auth=true in profile "addons-409501"
	I0829 19:42:34.847713  592789 mustload.go:65] Loading cluster: addons-409501
	I0829 19:42:34.765489  592789 addons.go:69] Setting ingress=true in profile "addons-409501"
	I0829 19:42:34.765493  592789 addons.go:69] Setting ingress-dns=true in profile "addons-409501"
	I0829 19:42:34.765497  592789 addons.go:69] Setting inspektor-gadget=true in profile "addons-409501"
	I0829 19:42:34.765551  592789 out.go:177] * Verifying Kubernetes components...
	I0829 19:42:34.851417  592789 config.go:182] Loaded profile config "addons-409501": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 19:42:34.851672  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.855811  592789 addons.go:69] Setting volumesnapshots=true in profile "addons-409501"
	I0829 19:42:34.855866  592789 addons.go:234] Setting addon volumesnapshots=true in "addons-409501"
	I0829 19:42:34.855902  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.856351  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.867003  592789 addons.go:234] Setting addon ingress=true in "addons-409501"
	I0829 19:42:34.867115  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.867583  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.876999  592789 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0829 19:42:34.883069  592789 addons.go:234] Setting addon ingress-dns=true in "addons-409501"
	I0829 19:42:34.883137  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.883608  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.885875  592789 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0829 19:42:34.888753  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0829 19:42:34.888826  592789 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0829 19:42:34.888995  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.893647  592789 addons.go:234] Setting addon inspektor-gadget=true in "addons-409501"
	I0829 19:42:34.893711  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.894172  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.903226  592789 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0829 19:42:34.910413  592789 out.go:177]   - Using image docker.io/registry:2.8.3
	I0829 19:42:34.910600  592789 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0829 19:42:34.930240  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0829 19:42:34.930313  592789 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0829 19:42:34.930412  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.937054  592789 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0829 19:42:34.937124  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0829 19:42:34.937222  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.953125  592789 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
	I0829 19:42:34.961602  592789 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0829 19:42:34.964093  592789 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0829 19:42:34.964157  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0829 19:42:34.964384  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.966292  592789 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0829 19:42:34.966344  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0829 19:42:34.966442  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.980948  592789 addons.go:234] Setting addon default-storageclass=true in "addons-409501"
	I0829 19:42:34.980987  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.981422  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	W0829 19:42:34.982899  592789 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0829 19:42:34.983312  592789 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0829 19:42:34.983476  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0829 19:42:34.987214  592789 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0829 19:42:34.987238  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0829 19:42:34.987296  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.999941  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0829 19:42:35.001922  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0829 19:42:35.006110  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0829 19:42:35.008209  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0829 19:42:35.010037  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0829 19:42:35.012115  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0829 19:42:35.013926  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0829 19:42:35.019134  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0829 19:42:35.019862  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0829 19:42:35.019937  592789 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0829 19:42:35.020055  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.021528  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0829 19:42:35.021555  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0829 19:42:35.021647  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.077645  592789 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-409501"
	I0829 19:42:35.077696  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:35.078120  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:35.116516  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0829 19:42:35.118149  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0829 19:42:35.120416  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0829 19:42:35.122666  592789 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0829 19:42:35.122694  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0829 19:42:35.122794  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.141426  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.180606  592789 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0829 19:42:35.180681  592789 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.31.0
	I0829 19:42:35.180930  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:35.187060  592789 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0829 19:42:35.187090  592789 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0829 19:42:35.187167  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.188027  592789 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0829 19:42:35.188040  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0829 19:42:35.188085  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.213291  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.226779  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.237730  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.238123  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.246026  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.260062  592789 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0829 19:42:35.260082  592789 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0829 19:42:35.260146  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.271185  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.327239  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.334497  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.335294  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.346839  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.349306  592789 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0829 19:42:35.353082  592789 out.go:177]   - Using image docker.io/busybox:stable
	I0829 19:42:35.355092  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.356095  592789 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0829 19:42:35.356115  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0829 19:42:35.356175  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.388294  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	W0829 19:42:35.389108  592789 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0829 19:42:35.389134  592789 retry.go:31] will retry after 308.476932ms: ssh: handshake failed: EOF
	I0829 19:42:35.405636  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/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.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0829 19:42:35.405755  592789 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0829 19:42:35.607184  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0829 19:42:35.614693  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0829 19:42:35.614757  592789 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0829 19:42:35.648432  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0829 19:42:35.720059  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0829 19:42:35.720135  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0829 19:42:35.761480  592789 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0829 19:42:35.761556  592789 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0829 19:42:35.797472  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0829 19:42:35.807211  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0829 19:42:35.807285  592789 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0829 19:42:35.810295  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0829 19:42:35.829598  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0829 19:42:35.829675  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0829 19:42:35.882998  592789 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0829 19:42:35.883071  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0829 19:42:35.909232  592789 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0829 19:42:35.909304  592789 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0829 19:42:35.915130  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0829 19:42:35.928581  592789 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0829 19:42:35.928649  592789 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0829 19:42:35.970970  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0829 19:42:35.985521  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0829 19:42:35.985544  592789 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)
	I0829 19:42:35.998293  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0829 19:42:35.998316  592789 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0829 19:42:36.022443  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0829 19:42:36.034006  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0829 19:42:36.034030  592789 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0829 19:42:36.079155  592789 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0829 19:42:36.079184  592789 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0829 19:42:36.106166  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0829 19:42:36.106244  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0829 19:42:36.123572  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0829 19:42:36.123652  592789 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0829 19:42:36.171427  592789 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0829 19:42:36.171504  592789 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0829 19:42:36.195508  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0829 19:42:36.206382  592789 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0829 19:42:36.206451  592789 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0829 19:42:36.238068  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0829 19:42:36.238143  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0829 19:42:36.267688  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.267909  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0829 19:42:36.267927  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0829 19:42:36.325622  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0829 19:42:36.325646  592789 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0829 19:42:36.334690  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0829 19:42:36.334715  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0829 19:42:36.349437  592789 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0829 19:42:36.349463  592789 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0829 19:42:36.473412  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0829 19:42:36.473437  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0829 19:42:36.481208  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.484013  592789 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0829 19:42:36.484038  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0829 19:42:36.539391  592789 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0829 19:42:36.539416  592789 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0829 19:42:36.571206  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0829 19:42:36.571232  592789 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0829 19:42:36.595612  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.667724  592789 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0829 19:42:36.667749  592789 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0829 19:42:36.682341  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0829 19:42:36.682366  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0829 19:42:36.768969  592789 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0829 19:42:36.768994  592789 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0829 19:42:36.789259  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0829 19:42:36.789285  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0829 19:42:36.836920  592789 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0829 19:42:36.836946  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0829 19:42:36.879519  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0829 19:42:36.879551  592789 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0829 19:42:36.962277  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.993888  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:38.236310  592789 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.830531196s)
	I0829 19:42:38.237140  592789 node_ready.go:35] waiting up to 6m0s for node "addons-409501" to be "Ready" ...
	I0829 19:42:38.237323  592789 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/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.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.831663779s)
	I0829 19:42:38.237346  592789 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0829 19:42:39.021789  592789 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-409501" context rescaled to 1 replicas
	I0829 19:42:39.421319  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.814055772s)
	I0829 19:42:40.319193  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:40.661230  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.012714817s)
	I0829 19:42:40.661291  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.850928877s)
	I0829 19:42:40.661320  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.863698518s)
	I0829 19:42:41.733854  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.818642266s)
	I0829 19:42:41.733888  592789 addons.go:475] Verifying addon ingress=true in "addons-409501"
	I0829 19:42:41.734109  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.763083393s)
	I0829 19:42:41.734154  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.711639956s)
	I0829 19:42:41.734164  592789 addons.go:475] Verifying addon registry=true in "addons-409501"
	I0829 19:42:41.734457  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.538868313s)
	I0829 19:42:41.734667  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.466949334s)
	I0829 19:42:41.734680  592789 addons.go:475] Verifying addon metrics-server=true in "addons-409501"
	I0829 19:42:41.734718  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.253484455s)
	I0829 19:42:41.737829  592789 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-409501 service yakd-dashboard -n yakd-dashboard
	
	I0829 19:42:41.737949  592789 out.go:177] * Verifying registry addon...
	I0829 19:42:41.738016  592789 out.go:177] * Verifying ingress addon...
	I0829 19:42:41.741340  592789 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0829 19:42:41.741308  592789 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0829 19:42:41.756235  592789 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0829 19:42:41.756315  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:41.756950  592789 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0829 19:42:41.756999  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:41.827104  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.231415719s)
	W0829 19:42:41.827146  592789 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:41.827174  592789 retry.go:31] will retry after 199.390197ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:41.827253  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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.864947195s)
	I0829 19:42:42.027241  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:42.248042  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:42.250115  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:42.294690  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.300749616s)
	I0829 19:42:42.294795  592789 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-409501"
	I0829 19:42:42.298088  592789 out.go:177] * Verifying csi-hostpath-driver addon...
	I0829 19:42:42.300996  592789 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0829 19:42:42.308953  592789 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0829 19:42:42.309030  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:42.743377  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:42.757023  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:42.759173  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:42.855941  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:43.248370  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:43.250081  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:43.308264  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:43.746720  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:43.747986  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:43.848147  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:44.250572  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:44.251026  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:44.305594  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:44.760487  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:44.763288  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:44.764197  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:44.878536  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:45.265277  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:45.267136  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:45.300039  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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.272738696s)
	I0829 19:42:45.306705  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:45.403948  592789 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0829 19:42:45.404259  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:45.431219  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:45.566137  592789 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0829 19:42:45.586567  592789 addons.go:234] Setting addon gcp-auth=true in "addons-409501"
	I0829 19:42:45.586619  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:45.587162  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:45.607976  592789 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0829 19:42:45.608123  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:45.638906  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:45.752073  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:45.752384  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:45.760089  592789 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0829 19:42:45.762208  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0829 19:42:45.764567  592789 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0829 19:42:45.764616  592789 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0829 19:42:45.784792  592789 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0829 19:42:45.784812  592789 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0829 19:42:45.803402  592789 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0829 19:42:45.803425  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0829 19:42:45.805865  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:45.823962  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:46.246169  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:46.247304  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:46.338029  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:46.425996  592789 addons.go:475] Verifying addon gcp-auth=true in "addons-409501"
	I0829 19:42:46.429680  592789 out.go:177] * Verifying gcp-auth addon...
	I0829 19:42:46.432739  592789 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0829 19:42:46.440360  592789 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0829 19:42:46.440384  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:46.745192  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:46.745982  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:46.804536  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:46.941776  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:47.242063  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:47.247916  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:47.249678  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:47.305030  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:47.436923  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:47.747519  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:47.748140  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:47.805441  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:47.936927  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:48.246294  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:48.246908  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:48.304691  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:48.436568  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:48.745017  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:48.746089  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:48.805018  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:48.936547  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:49.245721  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:49.246020  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:49.304946  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:49.439434  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:49.741110  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:49.744729  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:49.745613  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:49.804885  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:49.936240  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:50.246233  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:50.246901  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:50.304617  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:50.436392  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:50.745515  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:50.746567  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:50.805017  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:50.936534  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:51.245845  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:51.246783  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:51.305356  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:51.436674  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:51.741702  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:51.746656  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:51.746977  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:51.804418  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:51.940513  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:52.245554  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:52.246314  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:52.304613  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:52.435697  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:52.744793  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:52.745861  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:52.805273  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:52.942529  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:53.244984  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:53.245959  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:53.304185  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:53.436596  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:53.744883  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:53.745680  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:53.805425  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:53.936611  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:54.240751  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:54.245833  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:54.246702  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:54.304909  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:54.436085  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:54.746215  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:54.746453  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:54.805043  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:54.936751  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:55.245517  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:55.246292  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:55.304685  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:55.436357  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:55.745456  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:55.746264  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:55.804324  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:55.936887  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:56.240919  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:56.244527  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:56.246132  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:56.304236  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:56.435684  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:56.745532  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:56.745734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:56.805027  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:56.936233  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:57.245800  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:57.246031  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:57.305480  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:57.436492  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:57.745691  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:57.745927  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:57.805313  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:57.937004  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:58.245474  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:58.246702  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:58.305243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:58.436609  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:58.740882  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:58.744778  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:58.745427  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:58.805221  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:58.935982  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:59.245088  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:59.245301  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:59.304659  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:59.438457  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:59.744819  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:59.745859  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:59.804954  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:59.936428  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:00.268054  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:00.269067  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:00.305924  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:00.437338  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:00.741688  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:00.745471  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:00.746348  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:00.804522  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:00.936603  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:01.245387  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:01.246219  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:01.304582  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:01.436889  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:01.744545  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:01.745614  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:01.804560  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:01.936843  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:02.245248  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:02.246099  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:02.304469  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:02.436931  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:02.742458  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:02.744559  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:02.745890  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:02.804177  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:02.936850  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:03.245244  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:03.245654  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:03.305004  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:03.436242  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:03.746939  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:03.747159  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:03.805319  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:03.936675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:04.251963  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:04.253248  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:04.304883  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:04.436734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:04.744875  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:04.745643  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:04.805440  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:04.936752  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:05.240333  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:05.244765  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:05.246109  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:05.304562  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:05.436063  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:05.744649  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:05.745411  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:05.804866  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:05.936807  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:06.245519  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:06.246304  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:06.304179  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:06.436715  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:06.745049  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:06.745887  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:06.804508  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:06.936057  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:07.241224  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:07.247229  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:07.249481  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:07.305658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:07.437885  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:07.753362  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:07.767664  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:07.805308  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:07.936577  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:08.247112  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:08.248069  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:08.304368  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:08.436799  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:08.754148  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:08.754219  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:08.804718  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:08.936456  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:09.246313  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:09.246426  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:09.304832  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:09.437300  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:09.749402  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:09.749479  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:09.750557  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:09.805450  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:09.936129  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:10.244487  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:10.245871  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:10.305267  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:10.435808  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:10.745092  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:10.745902  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:10.805468  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:10.936656  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:11.245429  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:11.246269  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:11.304840  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:11.436097  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:11.746649  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:11.747668  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:11.804747  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:11.935972  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:12.240825  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:12.246857  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:12.247502  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:12.305323  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:12.436716  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:12.744363  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:12.745251  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:12.804493  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:12.935802  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:13.246240  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:13.247138  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:13.304909  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:13.436694  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:13.746040  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:13.746795  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:13.804954  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:13.936619  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:14.245569  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:14.246562  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:14.305256  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:14.437170  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:14.742005  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:14.745052  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:14.746069  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:14.804504  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:14.936079  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:15.244858  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:15.245741  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:15.305928  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:15.436102  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:15.745196  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:15.746705  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:15.805085  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:15.935986  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:16.245598  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:16.246146  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:16.305052  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:16.436906  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:16.744897  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:16.746256  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:16.804778  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:16.935819  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:17.240167  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:17.246470  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:17.247366  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:17.304277  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:17.435866  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:17.746042  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:17.746304  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:17.804745  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:17.936627  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:18.244751  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:18.245376  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:18.305164  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:18.435827  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:18.745632  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:18.746356  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:18.804943  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:18.936275  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:19.240894  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:19.246414  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:19.246730  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:19.305342  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:19.436934  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:19.745550  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:19.745892  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:19.804337  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:19.936519  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:20.245570  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:20.246145  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:20.304767  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:20.436787  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:20.744645  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:20.745494  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:20.804544  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:20.936730  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:21.264196  592789 node_ready.go:49] node "addons-409501" has status "Ready":"True"
	I0829 19:43:21.264224  592789 node_ready.go:38] duration metric: took 43.027055951s for node "addons-409501" to be "Ready" ...
	I0829 19:43:21.264235  592789 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" ...
	I0829 19:43:21.308704  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:21.309471  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:21.328486  592789 pod_ready.go:79] waiting up to 6m0s for pod "coredns-6f6b679f8f-7b28d" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:21.340797  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:21.444046  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:21.765275  592789 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0829 19:43:21.765308  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:21.766686  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:21.813449  592789 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0829 19:43:21.813485  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:21.939548  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:22.268726  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:22.273238  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:22.381070  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:22.436771  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:22.746114  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:22.746580  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:22.819298  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:22.835851  592789 pod_ready.go:93] pod "coredns-6f6b679f8f-7b28d" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.835877  592789 pod_ready.go:82] duration metric: took 1.507358886s for pod "coredns-6f6b679f8f-7b28d" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.835896  592789 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.841565  592789 pod_ready.go:93] pod "etcd-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.841587  592789 pod_ready.go:82] duration metric: took 5.683038ms for pod "etcd-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.841603  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.849385  592789 pod_ready.go:93] pod "kube-apiserver-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.849412  592789 pod_ready.go:82] duration metric: took 7.801465ms for pod "kube-apiserver-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.849425  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.855439  592789 pod_ready.go:93] pod "kube-controller-manager-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.855469  592789 pod_ready.go:82] duration metric: took 6.035718ms for pod "kube-controller-manager-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.855483  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-tczgv" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.861200  592789 pod_ready.go:93] pod "kube-proxy-tczgv" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.861226  592789 pod_ready.go:82] duration metric: took 5.734877ms for pod "kube-proxy-tczgv" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.861237  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.937113  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:23.241021  592789 pod_ready.go:93] pod "kube-scheduler-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:23.241048  592789 pod_ready.go:82] duration metric: took 379.803937ms for pod "kube-scheduler-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:23.241060  592789 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:23.245593  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:23.246866  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:23.306120  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:23.436273  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:23.746184  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:23.746877  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:23.806408  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:23.936470  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:24.250910  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:24.251714  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:24.307043  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:24.436627  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:24.749895  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:24.751095  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:24.806045  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:24.937469  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:25.247909  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:25.248578  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:25.249470  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:25.306507  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:25.436854  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:25.746027  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:25.747515  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:25.810814  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:25.936782  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:26.251632  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:26.252544  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:26.305870  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:26.436352  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:26.747550  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:26.748741  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:26.805797  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:26.936245  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:27.249569  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:27.252680  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:27.256244  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:27.306243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:27.436598  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:27.749503  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:27.750535  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:27.806065  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:27.941126  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:28.250224  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:28.252117  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:28.306181  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:28.436536  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:28.751950  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:28.753709  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:28.809282  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:28.936950  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:29.247546  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:29.248193  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:29.308540  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:29.439690  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:29.747190  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:29.748007  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:29.753161  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:29.806841  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:29.936734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:30.256675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:30.257599  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:30.306316  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:30.436931  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:30.747664  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:30.748892  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:30.806176  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:30.937209  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:31.247569  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:31.248829  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:31.309059  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:31.436671  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:31.747137  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:31.747784  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:31.807793  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:31.936097  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:32.249128  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:32.249803  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:32.250922  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:32.307190  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:32.437106  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:32.752178  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:32.753498  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:32.807440  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:32.937477  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:33.246602  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:33.249743  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:33.308265  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:33.436438  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:33.749674  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:33.750854  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:33.806336  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:33.936549  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:34.247892  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:34.249154  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:34.306412  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:34.436423  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:34.760850  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:34.762331  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:34.767236  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:34.806897  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:34.936394  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:35.248163  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:35.250222  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:35.306576  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:35.436934  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:35.749550  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:35.750937  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:35.806658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:35.936833  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:36.248985  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:36.249578  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:36.305698  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:36.436915  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:36.746773  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:36.747466  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:36.805775  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:36.939703  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:37.247688  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:37.248459  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:37.248700  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:37.305632  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:37.436837  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:37.751599  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:37.752013  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:37.806082  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:37.937382  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:38.250251  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:38.251050  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:38.348549  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:38.447289  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:38.747679  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:38.748683  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:38.806027  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:38.936878  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:39.260943  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:39.262064  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:39.269958  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:39.350928  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:39.437109  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:39.746713  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:39.747478  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:39.805609  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:39.937138  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:40.247369  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:40.249706  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:40.305599  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:40.436294  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:40.746025  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:40.747524  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:40.805989  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:40.936529  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:41.246766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:41.248080  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:41.306040  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:41.436060  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:41.748870  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:41.749518  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:41.751920  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:41.849799  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:41.937618  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:42.255011  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:42.258405  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:42.308570  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:42.436675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:42.745599  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:42.748269  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:42.806735  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:42.937024  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:43.264529  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:43.265421  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:43.354087  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:43.436545  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:43.750856  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:43.752856  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:43.758042  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:43.806798  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:43.938197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:44.259820  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:44.262397  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:44.307462  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:44.436989  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:44.765455  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:44.768454  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:44.806959  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:44.938525  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:45.283515  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:45.285875  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:45.319702  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:45.440369  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:45.748902  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:45.768006  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:45.807198  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:45.937063  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:46.253083  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:46.253704  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:46.255056  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:46.315197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:46.441826  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:46.752739  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:46.757321  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:46.809795  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:46.936612  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:47.250257  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:47.251556  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:47.307262  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:47.437502  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:47.751312  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:47.752712  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:47.807323  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:47.936551  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:48.249197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:48.250077  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:48.306229  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:48.437618  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:48.746764  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:48.746918  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:48.749750  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:48.806159  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:48.939299  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:49.248908  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:49.248978  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:49.306443  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:49.448313  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:49.747712  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:49.748731  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:49.805777  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:49.936264  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:50.246743  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:50.247497  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:50.305512  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:50.436609  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:50.746406  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:50.747450  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:50.753933  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:50.810590  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:50.941814  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:51.248975  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:51.251379  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:51.306149  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:51.436347  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:51.746893  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:51.748105  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:51.805315  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:51.937165  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:52.245917  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:52.246877  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:52.305753  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:52.437001  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:52.747417  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:52.748200  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:52.806003  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:52.936264  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:53.247617  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:53.248813  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:53.249496  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:53.306058  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:53.437015  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:53.747114  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:53.749672  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:53.805915  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:53.936883  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:54.246151  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:54.249483  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:54.305894  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:54.436491  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:54.751263  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:54.752512  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:54.806791  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:54.936952  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:55.255396  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:55.259614  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:55.262219  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:55.306670  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:55.436678  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:55.753127  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:55.755068  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:55.806151  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:55.937572  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:56.250976  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:56.252735  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:56.306766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:56.437283  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:56.757575  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:56.758629  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:56.808394  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:56.937057  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:57.247483  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:57.249189  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:57.305445  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:57.436453  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:57.747785  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:57.748774  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:57.751415  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:57.805563  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:57.936758  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:58.248677  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:58.249538  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:58.348769  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:58.436731  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:58.749952  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:58.751454  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:58.806127  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:58.936602  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:59.247734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:59.249282  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:59.314726  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:59.438492  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:59.747052  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:59.747545  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:59.805973  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:59.938005  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:00.361418  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:00.361990  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:00.364158  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:00.369237  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:00.440675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:00.746275  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:00.746782  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:00.806248  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:00.943167  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:01.247443  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:01.248945  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:01.306206  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:01.435980  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:01.745899  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:01.748313  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:01.805887  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:01.936688  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:02.247120  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:02.248343  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:02.306371  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:02.437137  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:02.745278  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:02.746522  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:02.750677  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:02.805624  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:02.935870  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:03.246750  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:03.247689  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:03.306243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:03.436650  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:03.746455  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:03.747708  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:03.805805  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:03.936642  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:04.247455  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:04.247464  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:04.305901  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:04.436418  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:04.750455  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:04.751438  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:04.765342  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:04.806852  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:04.937080  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:05.257598  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:05.258806  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:05.307112  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:05.440131  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:05.750881  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:05.752355  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:05.806160  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:05.936914  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:06.251436  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:06.252918  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:06.306384  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:06.437615  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:06.750342  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:06.755001  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:06.807375  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:06.937249  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:07.248422  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:07.252724  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:07.254257  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:07.306167  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:07.436801  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:07.745972  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:07.749257  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:07.807185  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:07.936395  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:08.248405  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:08.251665  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:08.306491  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:08.438012  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:08.759956  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:08.761326  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:08.805954  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:08.937299  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:09.246247  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:09.250192  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:09.256416  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:09.310349  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:09.437906  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:09.746808  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:09.747519  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:09.807324  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:09.936297  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:10.248305  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:10.248680  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:10.305674  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:10.437958  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:10.748324  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:10.748946  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:10.805967  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:10.942968  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:11.247452  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:11.248028  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:11.306175  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:11.436521  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:11.746647  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:11.747290  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:11.751026  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:11.805734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:11.938588  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:12.246374  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:12.247759  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:12.306442  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:12.436749  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:12.749804  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:12.750830  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:12.813030  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:12.937486  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:13.247737  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:13.248681  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:13.306584  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:13.437935  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:13.747088  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:13.747630  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:13.805984  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:13.936185  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:14.246936  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:14.247071  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:14.249438  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:14.307315  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:14.436791  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:14.746730  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:14.747943  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:14.806204  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:14.935915  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:15.246454  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:15.248294  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:15.306449  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:15.438289  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:15.753317  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:15.753928  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:15.806841  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:15.939359  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:16.263867  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:16.264774  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:16.268389  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:16.321441  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:16.437187  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:16.747080  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:16.749787  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:16.806209  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:16.936658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:17.246323  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:17.247552  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:17.311308  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:17.436087  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:17.747137  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:17.747331  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:17.805390  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:17.936333  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:18.246397  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:18.248232  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:18.305216  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:18.437035  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:18.750244  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:18.754465  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:18.756028  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:18.805931  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:18.940465  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:19.249685  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:19.253461  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:19.307022  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:19.438539  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:19.752614  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:19.756044  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:19.806881  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:19.936218  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:20.248901  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:20.249976  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:20.306197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:20.437422  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:20.752549  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:20.754247  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:20.761452  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:20.807237  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:20.939738  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:21.248740  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:21.249966  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:21.305109  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:21.437195  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:21.751024  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:21.781292  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:21.808097  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:21.938424  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:22.248845  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:22.249293  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:22.305922  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:22.437260  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:22.750677  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:22.750874  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:22.850117  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:22.936746  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:23.248370  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:23.248952  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:23.250575  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:23.313328  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:23.455684  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:23.749769  592789 kapi.go:107] duration metric: took 1m42.008460801s to wait for kubernetes.io/minikube-addons=registry ...
	I0829 19:44:23.750835  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:23.805782  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:23.937221  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:24.248533  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:24.306095  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:24.442592  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:24.751029  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:24.809377  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:24.937741  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:25.249923  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:25.251484  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:25.305864  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:25.437162  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:25.747755  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:25.806064  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:25.935924  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:26.246645  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:26.306161  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:26.436305  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:26.748331  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:26.805473  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:26.936439  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:27.245439  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:27.306218  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:27.437238  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:27.749001  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:27.754663  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:27.806663  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:27.936638  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:28.247786  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:28.305727  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:28.436932  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:28.749269  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:28.806323  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:28.936845  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:29.246788  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:29.306067  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:29.438197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:29.747796  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:29.806516  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:29.937766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:30.252734  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:30.264070  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:30.306508  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:30.437611  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:30.748625  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:30.812482  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:30.940679  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:31.249406  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:31.305863  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:31.436847  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:31.749370  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:31.806015  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:31.938651  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:32.247341  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:32.306844  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:32.437273  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:32.750954  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:32.757237  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:32.808269  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:32.938342  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:33.250705  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:33.308351  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:33.436885  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:33.750288  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:33.808239  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:33.938817  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:34.251034  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:34.306763  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:34.436658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:34.750260  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:34.815523  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:34.936816  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:35.256381  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:35.258018  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:35.306653  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:35.436803  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:35.749237  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:35.850442  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:35.936777  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:36.247267  592789 kapi.go:107] duration metric: took 1m54.505918465s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0829 19:44:36.306439  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:36.436571  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:36.806368  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:36.936766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:37.350776  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:37.435972  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:37.747688  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:37.806112  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:37.936566  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:38.307243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:38.436541  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:38.807784  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:38.937382  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:39.310446  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:39.437008  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:39.810062  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:39.938709  592789 kapi.go:107] duration metric: took 1m53.505969097s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0829 19:44:39.941008  592789 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-409501 cluster.
	I0829 19:44:39.942774  592789 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.
	I0829 19:44:39.944627  592789 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0829 19:44:40.248373  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:40.307374  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:40.807958  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:41.306077  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:41.807032  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:42.257310  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:42.319057  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:42.806109  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:43.306117  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:43.806522  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:44.305900  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:44.747310  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:44.809248  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:45.307734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:45.806973  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:46.306770  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:46.747718  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:46.805975  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:47.305673  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:47.806561  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:48.307955  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:48.750804  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:48.809233  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:49.306917  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:49.806079  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:50.306197  592789 kapi.go:107] duration metric: took 2m8.005201415s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0829 19:44:50.309411  592789 out.go:177] * Enabled addons: cloud-spanner, storage-provisioner, nvidia-device-plugin, default-storageclass, ingress-dns, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0829 19:44:50.311166  592789 addons.go:510] duration metric: took 2m15.550512304s for enable addons: enabled=[cloud-spanner storage-provisioner nvidia-device-plugin default-storageclass ingress-dns metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0829 19:44:51.248176  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:52.247008  592789 pod_ready.go:93] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"True"
	I0829 19:44:52.247032  592789 pod_ready.go:82] duration metric: took 1m29.005964231s for pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace to be "Ready" ...
	I0829 19:44:52.247049  592789 pod_ready.go:39] duration metric: took 1m30.982801929s 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" ...
	I0829 19:44:52.247063  592789 api_server.go:52] waiting for apiserver process to appear ...
	I0829 19:44:52.247682  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0829 19:44:52.247766  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0829 19:44:52.306734  592789 cri.go:89] found id: "83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:52.306764  592789 cri.go:89] found id: ""
	I0829 19:44:52.306773  592789 logs.go:276] 1 containers: [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29]
	I0829 19:44:52.307334  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.311573  592789 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0829 19:44:52.311660  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0829 19:44:52.352967  592789 cri.go:89] found id: "4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:52.352999  592789 cri.go:89] found id: ""
	I0829 19:44:52.353009  592789 logs.go:276] 1 containers: [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd]
	I0829 19:44:52.353076  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.356619  592789 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0829 19:44:52.356710  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0829 19:44:52.396513  592789 cri.go:89] found id: "87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:52.396536  592789 cri.go:89] found id: ""
	I0829 19:44:52.396544  592789 logs.go:276] 1 containers: [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd]
	I0829 19:44:52.396604  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.400208  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0829 19:44:52.400302  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0829 19:44:52.444232  592789 cri.go:89] found id: "907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:52.444266  592789 cri.go:89] found id: ""
	I0829 19:44:52.444278  592789 logs.go:276] 1 containers: [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36]
	I0829 19:44:52.444343  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.447879  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0829 19:44:52.447949  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0829 19:44:52.494416  592789 cri.go:89] found id: "782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:52.494487  592789 cri.go:89] found id: ""
	I0829 19:44:52.494508  592789 logs.go:276] 1 containers: [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e]
	I0829 19:44:52.494604  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.498066  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0829 19:44:52.498181  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0829 19:44:52.547722  592789 cri.go:89] found id: "82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:52.547754  592789 cri.go:89] found id: ""
	I0829 19:44:52.547763  592789 logs.go:276] 1 containers: [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5]
	I0829 19:44:52.547837  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.551472  592789 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0829 19:44:52.551546  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0829 19:44:52.588978  592789 cri.go:89] found id: "16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:52.589000  592789 cri.go:89] found id: ""
	I0829 19:44:52.589015  592789 logs.go:276] 1 containers: [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74]
	I0829 19:44:52.589072  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.592575  592789 logs.go:123] Gathering logs for etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] ...
	I0829 19:44:52.592602  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:52.651917  592789 logs.go:123] Gathering logs for container status ...
	I0829 19:44:52.651948  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0829 19:44:52.699193  592789 logs.go:123] Gathering logs for kubelet ...
	I0829 19:44:52.699229  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0829 19:44:52.810259  592789 logs.go:123] Gathering logs for dmesg ...
	I0829 19:44:52.810295  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0829 19:44:52.828272  592789 logs.go:123] Gathering logs for kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] ...
	I0829 19:44:52.828301  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:52.881817  592789 logs.go:123] Gathering logs for kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] ...
	I0829 19:44:52.881851  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:52.927671  592789 logs.go:123] Gathering logs for kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] ...
	I0829 19:44:52.927702  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:53.019714  592789 logs.go:123] Gathering logs for kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] ...
	I0829 19:44:53.019748  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:53.069980  592789 logs.go:123] Gathering logs for CRI-O ...
	I0829 19:44:53.070009  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0829 19:44:53.163528  592789 logs.go:123] Gathering logs for describe nodes ...
	I0829 19:44:53.163567  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0829 19:44:53.350625  592789 logs.go:123] Gathering logs for coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] ...
	I0829 19:44:53.350675  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:53.392677  592789 logs.go:123] Gathering logs for kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] ...
	I0829 19:44:53.392710  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:55.941852  592789 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0829 19:44:55.955278  592789 api_server.go:72] duration metric: took 2m21.19488186s to wait for apiserver process to appear ...
	I0829 19:44:55.955315  592789 api_server.go:88] waiting for apiserver healthz status ...
	I0829 19:44:55.955348  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0829 19:44:55.955410  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0829 19:44:55.997296  592789 cri.go:89] found id: "83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:55.997320  592789 cri.go:89] found id: ""
	I0829 19:44:55.997333  592789 logs.go:276] 1 containers: [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29]
	I0829 19:44:55.997416  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.002335  592789 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0829 19:44:56.002426  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0829 19:44:56.063364  592789 cri.go:89] found id: "4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:56.063386  592789 cri.go:89] found id: ""
	I0829 19:44:56.063394  592789 logs.go:276] 1 containers: [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd]
	I0829 19:44:56.063475  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.067043  592789 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0829 19:44:56.067123  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0829 19:44:56.108896  592789 cri.go:89] found id: "87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:56.108918  592789 cri.go:89] found id: ""
	I0829 19:44:56.108925  592789 logs.go:276] 1 containers: [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd]
	I0829 19:44:56.108984  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.112618  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0829 19:44:56.112700  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0829 19:44:56.155897  592789 cri.go:89] found id: "907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:56.155918  592789 cri.go:89] found id: ""
	I0829 19:44:56.155926  592789 logs.go:276] 1 containers: [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36]
	I0829 19:44:56.155993  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.159316  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0829 19:44:56.159385  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0829 19:44:56.197027  592789 cri.go:89] found id: "782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:56.197048  592789 cri.go:89] found id: ""
	I0829 19:44:56.197056  592789 logs.go:276] 1 containers: [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e]
	I0829 19:44:56.197113  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.200865  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0829 19:44:56.200938  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0829 19:44:56.238062  592789 cri.go:89] found id: "82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:56.238088  592789 cri.go:89] found id: ""
	I0829 19:44:56.238097  592789 logs.go:276] 1 containers: [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5]
	I0829 19:44:56.238155  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.241645  592789 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0829 19:44:56.241718  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0829 19:44:56.277774  592789 cri.go:89] found id: "16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:56.277797  592789 cri.go:89] found id: ""
	I0829 19:44:56.277805  592789 logs.go:276] 1 containers: [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74]
	I0829 19:44:56.277861  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.281129  592789 logs.go:123] Gathering logs for coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] ...
	I0829 19:44:56.281155  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:56.322436  592789 logs.go:123] Gathering logs for kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] ...
	I0829 19:44:56.322467  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:56.392968  592789 logs.go:123] Gathering logs for kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] ...
	I0829 19:44:56.393000  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:56.434108  592789 logs.go:123] Gathering logs for CRI-O ...
	I0829 19:44:56.434137  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0829 19:44:56.527426  592789 logs.go:123] Gathering logs for kubelet ...
	I0829 19:44:56.527462  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0829 19:44:56.639086  592789 logs.go:123] Gathering logs for dmesg ...
	I0829 19:44:56.639119  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0829 19:44:56.658071  592789 logs.go:123] Gathering logs for kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] ...
	I0829 19:44:56.658100  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:56.731722  592789 logs.go:123] Gathering logs for kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] ...
	I0829 19:44:56.731756  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:56.772558  592789 logs.go:123] Gathering logs for container status ...
	I0829 19:44:56.772586  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0829 19:44:56.818368  592789 logs.go:123] Gathering logs for describe nodes ...
	I0829 19:44:56.818398  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0829 19:44:56.957949  592789 logs.go:123] Gathering logs for etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] ...
	I0829 19:44:56.957980  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:57.001465  592789 logs.go:123] Gathering logs for kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] ...
	I0829 19:44:57.001499  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:59.561718  592789 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0829 19:44:59.570114  592789 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0829 19:44:59.571247  592789 api_server.go:141] control plane version: v1.31.0
	I0829 19:44:59.571274  592789 api_server.go:131] duration metric: took 3.615950839s to wait for apiserver health ...
	I0829 19:44:59.571283  592789 system_pods.go:43] waiting for kube-system pods to appear ...
	I0829 19:44:59.571304  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0829 19:44:59.571374  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0829 19:44:59.613932  592789 cri.go:89] found id: "83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:59.613956  592789 cri.go:89] found id: ""
	I0829 19:44:59.613964  592789 logs.go:276] 1 containers: [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29]
	I0829 19:44:59.614028  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.617682  592789 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0829 19:44:59.617765  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0829 19:44:59.660364  592789 cri.go:89] found id: "4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:59.660385  592789 cri.go:89] found id: ""
	I0829 19:44:59.660393  592789 logs.go:276] 1 containers: [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd]
	I0829 19:44:59.660447  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.663863  592789 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0829 19:44:59.663931  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0829 19:44:59.701588  592789 cri.go:89] found id: "87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:59.701612  592789 cri.go:89] found id: ""
	I0829 19:44:59.701621  592789 logs.go:276] 1 containers: [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd]
	I0829 19:44:59.701686  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.705352  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0829 19:44:59.705454  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0829 19:44:59.743519  592789 cri.go:89] found id: "907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:59.743542  592789 cri.go:89] found id: ""
	I0829 19:44:59.743550  592789 logs.go:276] 1 containers: [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36]
	I0829 19:44:59.743630  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.747353  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0829 19:44:59.747432  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0829 19:44:59.789700  592789 cri.go:89] found id: "782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:59.789724  592789 cri.go:89] found id: ""
	I0829 19:44:59.789732  592789 logs.go:276] 1 containers: [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e]
	I0829 19:44:59.789791  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.793334  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0829 19:44:59.793439  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0829 19:44:59.834188  592789 cri.go:89] found id: "82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:59.834211  592789 cri.go:89] found id: ""
	I0829 19:44:59.834220  592789 logs.go:276] 1 containers: [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5]
	I0829 19:44:59.834307  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.837721  592789 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0829 19:44:59.837813  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0829 19:44:59.880864  592789 cri.go:89] found id: "16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:59.880887  592789 cri.go:89] found id: ""
	I0829 19:44:59.880895  592789 logs.go:276] 1 containers: [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74]
	I0829 19:44:59.880973  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.884488  592789 logs.go:123] Gathering logs for kubelet ...
	I0829 19:44:59.884515  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0829 19:44:59.994478  592789 logs.go:123] Gathering logs for kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] ...
	I0829 19:44:59.994520  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:45:00.120637  592789 logs.go:123] Gathering logs for CRI-O ...
	I0829 19:45:00.120676  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0829 19:45:00.332713  592789 logs.go:123] Gathering logs for kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] ...
	I0829 19:45:00.332755  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:45:00.513182  592789 logs.go:123] Gathering logs for dmesg ...
	I0829 19:45:00.513228  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0829 19:45:00.570582  592789 logs.go:123] Gathering logs for describe nodes ...
	I0829 19:45:00.570615  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0829 19:45:00.756375  592789 logs.go:123] Gathering logs for kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] ...
	I0829 19:45:00.756415  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:45:00.837145  592789 logs.go:123] Gathering logs for etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] ...
	I0829 19:45:00.837181  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:45:00.887707  592789 logs.go:123] Gathering logs for coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] ...
	I0829 19:45:00.887744  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:45:00.932829  592789 logs.go:123] Gathering logs for kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] ...
	I0829 19:45:00.932863  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:45:00.983335  592789 logs.go:123] Gathering logs for kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] ...
	I0829 19:45:00.983373  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:45:01.071695  592789 logs.go:123] Gathering logs for container status ...
	I0829 19:45:01.071741  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0829 19:45:03.635797  592789 system_pods.go:59] 18 kube-system pods found
	I0829 19:45:03.635836  592789 system_pods.go:61] "coredns-6f6b679f8f-7b28d" [10bc0111-ce00-4eb0-9e2e-72d7ccff4047] Running
	I0829 19:45:03.635842  592789 system_pods.go:61] "csi-hostpath-attacher-0" [1d861494-b8de-4d6c-8ca3-0aa3f36ddd19] Running
	I0829 19:45:03.635848  592789 system_pods.go:61] "csi-hostpath-resizer-0" [f423b666-df2a-47e9-80a8-d54d88af13c3] Running
	I0829 19:45:03.635853  592789 system_pods.go:61] "csi-hostpathplugin-4cs9h" [15315339-1810-4570-9932-5785ae106325] Running
	I0829 19:45:03.635857  592789 system_pods.go:61] "etcd-addons-409501" [5d89a497-8ffe-4797-b367-a8d6c72a94a0] Running
	I0829 19:45:03.635861  592789 system_pods.go:61] "kindnet-s2qxc" [134afc9b-7db9-468a-aca7-bf70c4b77230] Running
	I0829 19:45:03.635865  592789 system_pods.go:61] "kube-apiserver-addons-409501" [e8c929d2-96f8-4ea7-bd1a-c9afa80a6b4d] Running
	I0829 19:45:03.635870  592789 system_pods.go:61] "kube-controller-manager-addons-409501" [72dc6a04-6897-4d8a-b70b-6199105213d2] Running
	I0829 19:45:03.635880  592789 system_pods.go:61] "kube-ingress-dns-minikube" [9a36043f-2589-4e2e-99d3-dc2d685c3c36] Running
	I0829 19:45:03.635884  592789 system_pods.go:61] "kube-proxy-tczgv" [51a25e2f-47c9-45e4-a803-0903d31d0aee] Running
	I0829 19:45:03.635891  592789 system_pods.go:61] "kube-scheduler-addons-409501" [8bb9f07a-661d-40e9-b6db-f61d0c84cec7] Running
	I0829 19:45:03.635896  592789 system_pods.go:61] "metrics-server-8988944d9-vz48c" [61bbf036-f9eb-48a4-82dc-387329ad5f4e] Running
	I0829 19:45:03.635902  592789 system_pods.go:61] "nvidia-device-plugin-daemonset-kj6gt" [a704fc0e-8c7d-43e0-8d50-5fbc26aacf13] Running
	I0829 19:45:03.635906  592789 system_pods.go:61] "registry-6fb4cdfc84-dgdkf" [b92ef39b-61ac-4d36-b964-ff31ca2d7d7d] Running
	I0829 19:45:03.635914  592789 system_pods.go:61] "registry-proxy-r2p55" [4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d] Running
	I0829 19:45:03.635918  592789 system_pods.go:61] "snapshot-controller-56fcc65765-ddc7c" [3447f99d-ccc7-4097-b2ae-cef83fe3081a] Running
	I0829 19:45:03.635922  592789 system_pods.go:61] "snapshot-controller-56fcc65765-rjrp9" [54b96e65-30c3-4f8b-9d39-4e3da4ad5a1d] Running
	I0829 19:45:03.635928  592789 system_pods.go:61] "storage-provisioner" [64b344d0-4ca7-4ca5-bde4-2f2914c42c30] Running
	I0829 19:45:03.635935  592789 system_pods.go:74] duration metric: took 4.06464638s to wait for pod list to return data ...
	I0829 19:45:03.635949  592789 default_sa.go:34] waiting for default service account to be created ...
	I0829 19:45:03.638700  592789 default_sa.go:45] found service account: "default"
	I0829 19:45:03.638729  592789 default_sa.go:55] duration metric: took 2.773613ms for default service account to be created ...
	I0829 19:45:03.638739  592789 system_pods.go:116] waiting for k8s-apps to be running ...
	I0829 19:45:03.649380  592789 system_pods.go:86] 18 kube-system pods found
	I0829 19:45:03.649428  592789 system_pods.go:89] "coredns-6f6b679f8f-7b28d" [10bc0111-ce00-4eb0-9e2e-72d7ccff4047] Running
	I0829 19:45:03.649441  592789 system_pods.go:89] "csi-hostpath-attacher-0" [1d861494-b8de-4d6c-8ca3-0aa3f36ddd19] Running
	I0829 19:45:03.649446  592789 system_pods.go:89] "csi-hostpath-resizer-0" [f423b666-df2a-47e9-80a8-d54d88af13c3] Running
	I0829 19:45:03.649451  592789 system_pods.go:89] "csi-hostpathplugin-4cs9h" [15315339-1810-4570-9932-5785ae106325] Running
	I0829 19:45:03.649456  592789 system_pods.go:89] "etcd-addons-409501" [5d89a497-8ffe-4797-b367-a8d6c72a94a0] Running
	I0829 19:45:03.649460  592789 system_pods.go:89] "kindnet-s2qxc" [134afc9b-7db9-468a-aca7-bf70c4b77230] Running
	I0829 19:45:03.649465  592789 system_pods.go:89] "kube-apiserver-addons-409501" [e8c929d2-96f8-4ea7-bd1a-c9afa80a6b4d] Running
	I0829 19:45:03.649470  592789 system_pods.go:89] "kube-controller-manager-addons-409501" [72dc6a04-6897-4d8a-b70b-6199105213d2] Running
	I0829 19:45:03.649480  592789 system_pods.go:89] "kube-ingress-dns-minikube" [9a36043f-2589-4e2e-99d3-dc2d685c3c36] Running
	I0829 19:45:03.649485  592789 system_pods.go:89] "kube-proxy-tczgv" [51a25e2f-47c9-45e4-a803-0903d31d0aee] Running
	I0829 19:45:03.649500  592789 system_pods.go:89] "kube-scheduler-addons-409501" [8bb9f07a-661d-40e9-b6db-f61d0c84cec7] Running
	I0829 19:45:03.649505  592789 system_pods.go:89] "metrics-server-8988944d9-vz48c" [61bbf036-f9eb-48a4-82dc-387329ad5f4e] Running
	I0829 19:45:03.649512  592789 system_pods.go:89] "nvidia-device-plugin-daemonset-kj6gt" [a704fc0e-8c7d-43e0-8d50-5fbc26aacf13] Running
	I0829 19:45:03.649520  592789 system_pods.go:89] "registry-6fb4cdfc84-dgdkf" [b92ef39b-61ac-4d36-b964-ff31ca2d7d7d] Running
	I0829 19:45:03.649524  592789 system_pods.go:89] "registry-proxy-r2p55" [4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d] Running
	I0829 19:45:03.649528  592789 system_pods.go:89] "snapshot-controller-56fcc65765-ddc7c" [3447f99d-ccc7-4097-b2ae-cef83fe3081a] Running
	I0829 19:45:03.649538  592789 system_pods.go:89] "snapshot-controller-56fcc65765-rjrp9" [54b96e65-30c3-4f8b-9d39-4e3da4ad5a1d] Running
	I0829 19:45:03.649542  592789 system_pods.go:89] "storage-provisioner" [64b344d0-4ca7-4ca5-bde4-2f2914c42c30] Running
	I0829 19:45:03.649551  592789 system_pods.go:126] duration metric: took 10.805352ms to wait for k8s-apps to be running ...
	I0829 19:45:03.649566  592789 system_svc.go:44] waiting for kubelet service to be running ....
	I0829 19:45:03.649628  592789 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0829 19:45:03.661392  592789 system_svc.go:56] duration metric: took 11.817673ms WaitForService to wait for kubelet
	I0829 19:45:03.661429  592789 kubeadm.go:582] duration metric: took 2m28.901037276s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0829 19:45:03.661465  592789 node_conditions.go:102] verifying NodePressure condition ...
	I0829 19:45:03.664682  592789 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0829 19:45:03.664719  592789 node_conditions.go:123] node cpu capacity is 2
	I0829 19:45:03.664731  592789 node_conditions.go:105] duration metric: took 3.261193ms to run NodePressure ...
	I0829 19:45:03.664743  592789 start.go:241] waiting for startup goroutines ...
	I0829 19:45:03.664750  592789 start.go:246] waiting for cluster config update ...
	I0829 19:45:03.664767  592789 start.go:255] writing updated cluster config ...
	I0829 19:45:03.665078  592789 ssh_runner.go:195] Run: rm -f paused
	I0829 19:45:04.007885  592789 start.go:600] kubectl: 1.31.0, cluster: 1.31.0 (minor skew: 0)
	I0829 19:45:04.010266  592789 out.go:177] * Done! kubectl is now configured to use "addons-409501" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Aug 29 19:57:41 addons-409501 crio[965]: time="2024-08-29 19:57:41.717449794Z" level=warning msg="Allowed annotations are specified for workload []"
	Aug 29 19:57:41 addons-409501 crio[965]: time="2024-08-29 19:57:41.745947711Z" level=warning msg="Failed to open /etc/passwd: open /var/lib/containers/storage/overlay/86d9a02041f9bc6258276ef27f89e408b5e6fa3c2d8f2bbeb32cab617eef0738/merged/etc/passwd: no such file or directory"
	Aug 29 19:57:41 addons-409501 crio[965]: time="2024-08-29 19:57:41.745992355Z" level=warning msg="Failed to open /etc/group: open /var/lib/containers/storage/overlay/86d9a02041f9bc6258276ef27f89e408b5e6fa3c2d8f2bbeb32cab617eef0738/merged/etc/group: no such file or directory"
	Aug 29 19:57:41 addons-409501 crio[965]: time="2024-08-29 19:57:41.786297257Z" level=info msg="Created container 80e78933229eacbbe2b4514600a9023e36b5842f6f7eb2e4cd719d9c0cda82cf: default/hello-world-app-55bf9c44b4-29798/hello-world-app" id=9dcf564e-2fa7-4c19-b988-1bc88f18410c name=/runtime.v1.RuntimeService/CreateContainer
	Aug 29 19:57:41 addons-409501 crio[965]: time="2024-08-29 19:57:41.787478176Z" level=info msg="Starting container: 80e78933229eacbbe2b4514600a9023e36b5842f6f7eb2e4cd719d9c0cda82cf" id=c4c57ff8-0425-49af-b8aa-4bb454325c50 name=/runtime.v1.RuntimeService/StartContainer
	Aug 29 19:57:41 addons-409501 crio[965]: time="2024-08-29 19:57:41.795107091Z" level=info msg="Started container" PID=9450 containerID=80e78933229eacbbe2b4514600a9023e36b5842f6f7eb2e4cd719d9c0cda82cf description=default/hello-world-app-55bf9c44b4-29798/hello-world-app id=c4c57ff8-0425-49af-b8aa-4bb454325c50 name=/runtime.v1.RuntimeService/StartContainer sandboxID=1d7ce3407b60161f4cc22b5781dafd79eda756e429ebec3dc326d2b67fb7bc39
	Aug 29 19:57:41 addons-409501 crio[965]: time="2024-08-29 19:57:41.902457813Z" level=info msg="Removing container: e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e" id=978624fe-9f2f-4a95-beb5-257fc536ba13 name=/runtime.v1.RuntimeService/RemoveContainer
	Aug 29 19:57:41 addons-409501 crio[965]: time="2024-08-29 19:57:41.924805498Z" level=info msg="Removed container e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=978624fe-9f2f-4a95-beb5-257fc536ba13 name=/runtime.v1.RuntimeService/RemoveContainer
	Aug 29 19:57:43 addons-409501 crio[965]: time="2024-08-29 19:57:43.696377995Z" level=info msg="Stopping container: 6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea (timeout: 2s)" id=95b893bd-8ffc-4f1b-a6f4-e4b1800ee02e name=/runtime.v1.RuntimeService/StopContainer
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.703798755Z" level=warning msg="Stopping container 6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=95b893bd-8ffc-4f1b-a6f4-e4b1800ee02e name=/runtime.v1.RuntimeService/StopContainer
	Aug 29 19:57:45 addons-409501 conmon[4989]: conmon 6c2cc0503a56805cc2cb <ninfo>: container 4999 exited with status 137
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.842282758Z" level=info msg="Stopped container 6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea: ingress-nginx/ingress-nginx-controller-bc57996ff-vx29g/controller" id=95b893bd-8ffc-4f1b-a6f4-e4b1800ee02e name=/runtime.v1.RuntimeService/StopContainer
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.842844028Z" level=info msg="Stopping pod sandbox: 8f308cbbdfad772ccc0ca1cbadc0f2921e704efac26db9d0880d7a275ffea91e" id=11c280e0-4870-4ca9-9971-2aa7e7324a26 name=/runtime.v1.RuntimeService/StopPodSandbox
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.846505218Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-NJ5T25AERXQ3743S - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-GAHZXMO425XSP2NC - [0:0]\n-X KUBE-HP-NJ5T25AERXQ3743S\n-X KUBE-HP-GAHZXMO425XSP2NC\nCOMMIT\n"
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.849057226Z" level=info msg="Closing host port tcp:80"
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.849109181Z" level=info msg="Closing host port tcp:443"
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.850496286Z" level=info msg="Host port tcp:80 does not have an open socket"
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.850530846Z" level=info msg="Host port tcp:443 does not have an open socket"
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.850710677Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-bc57996ff-vx29g Namespace:ingress-nginx ID:8f308cbbdfad772ccc0ca1cbadc0f2921e704efac26db9d0880d7a275ffea91e UID:77b39132-330d-4487-8f31-6f474d516a9a NetNS:/var/run/netns/7aeaf964-20e5-4d55-9bb8-53c64859f0e7 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.850849016Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-bc57996ff-vx29g from CNI network \"kindnet\" (type=ptp)"
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.877075523Z" level=info msg="Stopped pod sandbox: 8f308cbbdfad772ccc0ca1cbadc0f2921e704efac26db9d0880d7a275ffea91e" id=11c280e0-4870-4ca9-9971-2aa7e7324a26 name=/runtime.v1.RuntimeService/StopPodSandbox
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.914633111Z" level=info msg="Removing container: 6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea" id=932a8255-4bf9-4804-99a2-e0bd93aac9b5 name=/runtime.v1.RuntimeService/RemoveContainer
	Aug 29 19:57:45 addons-409501 crio[965]: time="2024-08-29 19:57:45.929745562Z" level=info msg="Removed container 6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea: ingress-nginx/ingress-nginx-controller-bc57996ff-vx29g/controller" id=932a8255-4bf9-4804-99a2-e0bd93aac9b5 name=/runtime.v1.RuntimeService/RemoveContainer
	Aug 29 19:57:46 addons-409501 crio[965]: time="2024-08-29 19:57:46.454376037Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=4f183b33-92c0-4a55-9306-289f49ed0f72 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:57:46 addons-409501 crio[965]: time="2024-08-29 19:57:46.454609924Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=4f183b33-92c0-4a55-9306-289f49ed0f72 name=/runtime.v1.ImageService/ImageStatus
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	80e78933229ea       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                        9 seconds ago       Running             hello-world-app           0                   1d7ce3407b601       hello-world-app-55bf9c44b4-29798
	e3f34cda4abc4       docker.io/library/nginx@sha256:ba188f579f7a2638229e326e78c957a185630e303757813ef1ad7aac1b8248b6                              2 minutes ago       Running             nginx                     0                   f659c5d41e91d       nginx
	2ed7d5b6dd97e       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69                 13 minutes ago      Running             gcp-auth                  0                   dd95b782ee44d       gcp-auth-89d5ffd79-fvg2n
	bdf41a8a0b6dd       420193b27261a8d37b9fb1faeed45094cefa47e72a7538fd5a6c05e8b5ce192e                                                             13 minutes ago      Exited              patch                     3                   56927ea725540       ingress-nginx-admission-patch-95tfb
	379df40415fa6       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:7c4c1a6ca8855c524a64983eaf590e126a669ae12df83ad65de281c9beee13d3   13 minutes ago      Exited              create                    0                   6e70c460e9810       ingress-nginx-admission-create-cm4vp
	8fe03f46e9a9d       registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70        14 minutes ago      Running             metrics-server            0                   8d11de23e83a2       metrics-server-8988944d9-vz48c
	87a14b13da6ae       2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93                                                             14 minutes ago      Running             coredns                   0                   8761257d85015       coredns-6f6b679f8f-7b28d
	d8bedd7a86eae       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             14 minutes ago      Running             storage-provisioner       0                   331271044cb2c       storage-provisioner
	16dcf4797fc81       docker.io/kindest/kindnetd@sha256:4d39335073da9a0b82be8e01028f0aa75aff16caff2e2d8889d0effd579a6f64                           15 minutes ago      Running             kindnet-cni               0                   ac5a387e430f0       kindnet-s2qxc
	782e985f86b97       71d55d66fd4eec8986225089a135fadd96bc6624d987096808772ce1e1924d89                                                             15 minutes ago      Running             kube-proxy                0                   03bf121917089       kube-proxy-tczgv
	4435b834a60ec       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                             15 minutes ago      Running             etcd                      0                   17717b6a97263       etcd-addons-409501
	907cc7df0fd84       fbbbd428abb4dae52ab3018797d00d5840a739f0cc5697b662791831a60b0adb                                                             15 minutes ago      Running             kube-scheduler            0                   94e0119b3d14b       kube-scheduler-addons-409501
	82e1075fc823f       fcb0683e6bdbd083710cf2d6fd7eb699c77fe4994c38a5c82d059e2e3cb4c2fd                                                             15 minutes ago      Running             kube-controller-manager   0                   acfe750c1caf2       kube-controller-manager-addons-409501
	83f00f2cd989c       cd0f0ae0ec9e0cdc092079156c122bf034ba3f24d31c1b1dd1b52a42ecf9b388                                                             15 minutes ago      Running             kube-apiserver            0                   79c9305b8b200       kube-apiserver-addons-409501
	
	
	==> coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] <==
	[INFO] 10.244.0.15:37657 - 59498 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000295113s
	[INFO] 10.244.0.15:40059 - 38772 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002805703s
	[INFO] 10.244.0.15:40059 - 51058 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002915339s
	[INFO] 10.244.0.15:48008 - 58699 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00011831s
	[INFO] 10.244.0.15:48008 - 29004 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000196061s
	[INFO] 10.244.0.15:54160 - 41037 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000159195s
	[INFO] 10.244.0.15:54160 - 20850 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000299092s
	[INFO] 10.244.0.15:55993 - 13951 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000075438s
	[INFO] 10.244.0.15:55993 - 32381 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000243658s
	[INFO] 10.244.0.15:57302 - 30489 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000082396s
	[INFO] 10.244.0.15:57302 - 46108 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000051971s
	[INFO] 10.244.0.15:45249 - 53417 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001594252s
	[INFO] 10.244.0.15:45249 - 25258 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001641686s
	[INFO] 10.244.0.15:42306 - 33494 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00005623s
	[INFO] 10.244.0.15:42306 - 6441 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000054392s
	[INFO] 10.244.0.20:59985 - 25990 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000149374s
	[INFO] 10.244.0.20:56213 - 58193 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000164595s
	[INFO] 10.244.0.20:36001 - 47527 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000099708s
	[INFO] 10.244.0.20:53101 - 58363 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000077801s
	[INFO] 10.244.0.20:50912 - 41178 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00008718s
	[INFO] 10.244.0.20:36740 - 46885 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000096427s
	[INFO] 10.244.0.20:43305 - 35893 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002284424s
	[INFO] 10.244.0.20:44474 - 58348 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002273208s
	[INFO] 10.244.0.20:52420 - 47373 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.000839095s
	[INFO] 10.244.0.20:54263 - 42642 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001642375s
	
	
	==> describe nodes <==
	Name:               addons-409501
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-409501
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5512bd76519cf55fa04aeca1cd01a1369e298033
	                    minikube.k8s.io/name=addons-409501
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_08_29T19_42_30_0700
	                    minikube.k8s.io/version=v1.33.1
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-409501
	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:  Thu, 29 Aug 2024 19:42:26 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-409501
	  AcquireTime:     <unset>
	  RenewTime:       Thu, 29 Aug 2024 19:57:48 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Thu, 29 Aug 2024 19:55:34 +0000   Thu, 29 Aug 2024 19:42:24 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Thu, 29 Aug 2024 19:55:34 +0000   Thu, 29 Aug 2024 19:42:24 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Thu, 29 Aug 2024 19:55:34 +0000   Thu, 29 Aug 2024 19:42:24 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Thu, 29 Aug 2024 19:55:34 +0000   Thu, 29 Aug 2024 19:43:21 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-409501
	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:                 24b52ec51aee452f8eaf9e3bd1a7e7eb
	  System UUID:                e0d39c20-a632-4fe3-abf2-8670ff1cfa71
	  Boot ID:                    e02afb51-111a-4769-91d4-ae8dc8b3a6de
	  Kernel Version:             5.15.0-1068-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.0
	  Kube-Proxy Version:         
	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-29798         0 (0%)        0 (0%)      0 (0%)           0 (0%)         12s
	  default                     nginx                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m32s
	  gcp-auth                    gcp-auth-89d5ffd79-fvg2n                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 coredns-6f6b679f8f-7b28d                 100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     15m
	  kube-system                 etcd-addons-409501                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         15m
	  kube-system                 kindnet-s2qxc                            100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      15m
	  kube-system                 kube-apiserver-addons-409501             250m (12%)    0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 kube-controller-manager-addons-409501    200m (10%)    0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 kube-proxy-tczgv                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 kube-scheduler-addons-409501             100m (5%)     0 (0%)      0 (0%)           0 (0%)         15m
	  kube-system                 metrics-server-8988944d9-vz48c           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   Starting                 15m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 15m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  15m (x8 over 15m)  kubelet          Node addons-409501 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    15m (x8 over 15m)  kubelet          Node addons-409501 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     15m (x7 over 15m)  kubelet          Node addons-409501 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-409501 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    15m                kubelet          Node addons-409501 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     15m                kubelet          Node addons-409501 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           15m                node-controller  Node addons-409501 event: Registered Node addons-409501 in Controller
	  Normal   NodeReady                14m                kubelet          Node addons-409501 status is now: NodeReady
	
	
	==> dmesg <==
	[Aug29 17:57] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
	
	
	==> etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] <==
	{"level":"info","ts":"2024-08-29T19:42:24.103279Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.103311Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.103354Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.103395Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.104852Z","caller":"etcdserver/server.go:2118","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-409501 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2024-08-29T19:42:24.104947Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-08-29T19:42:24.105301Z","caller":"etcdserver/server.go:2629","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.106834Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-08-29T19:42:24.107763Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2024-08-29T19:42:24.108739Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2024-08-29T19:42:24.109234Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.117661Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.111016Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2024-08-29T19:42:24.111670Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2024-08-29T19:42:24.117814Z","caller":"etcdserver/server.go:2653","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.117875Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2024-08-29T19:42:24.119089Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2024-08-29T19:42:35.761874Z","caller":"traceutil/trace.go:171","msg":"trace[610871234] transaction","detail":"{read_only:false; response_revision:374; number_of_response:1; }","duration":"244.745612ms","start":"2024-08-29T19:42:35.516923Z","end":"2024-08-29T19:42:35.761668Z","steps":["trace[610871234] 'process raft request'  (duration: 74.665523ms)"],"step_count":1}
	{"level":"info","ts":"2024-08-29T19:42:36.381268Z","caller":"traceutil/trace.go:171","msg":"trace[1450695773] transaction","detail":"{read_only:false; response_revision:379; number_of_response:1; }","duration":"118.653177ms","start":"2024-08-29T19:42:36.262408Z","end":"2024-08-29T19:42:36.381061Z","steps":["trace[1450695773] 'process raft request'  (duration: 96.978352ms)"],"step_count":1}
	{"level":"info","ts":"2024-08-29T19:52:24.748984Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1580}
	{"level":"info","ts":"2024-08-29T19:52:24.786136Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1580,"took":"36.599779ms","hash":2590864056,"current-db-size-bytes":5996544,"current-db-size":"6.0 MB","current-db-size-in-use-bytes":3522560,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2024-08-29T19:52:24.786187Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2590864056,"revision":1580,"compact-revision":-1}
	{"level":"info","ts":"2024-08-29T19:57:24.755773Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1997}
	{"level":"info","ts":"2024-08-29T19:57:24.772575Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1997,"took":"16.153728ms","hash":2877278138,"current-db-size-bytes":5996544,"current-db-size":"6.0 MB","current-db-size-in-use-bytes":4485120,"current-db-size-in-use":"4.5 MB"}
	{"level":"info","ts":"2024-08-29T19:57:24.772624Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2877278138,"revision":1997,"compact-revision":1580}
	
	
	==> gcp-auth [2ed7d5b6dd97e08019fcb187a7f6d27225f8f79af623fb0cfd442befb631530f] <==
	2024/08/29 19:45:04 Ready to write response ...
	2024/08/29 19:45:04 Ready to marshal response ...
	2024/08/29 19:45:04 Ready to write response ...
	2024/08/29 19:53:19 Ready to marshal response ...
	2024/08/29 19:53:19 Ready to write response ...
	2024/08/29 19:53:21 Ready to marshal response ...
	2024/08/29 19:53:21 Ready to write response ...
	2024/08/29 19:53:37 Ready to marshal response ...
	2024/08/29 19:53:37 Ready to write response ...
	2024/08/29 19:54:13 Ready to marshal response ...
	2024/08/29 19:54:13 Ready to write response ...
	2024/08/29 19:54:13 Ready to marshal response ...
	2024/08/29 19:54:13 Ready to write response ...
	2024/08/29 19:54:23 Ready to marshal response ...
	2024/08/29 19:54:23 Ready to write response ...
	2024/08/29 19:54:29 Ready to marshal response ...
	2024/08/29 19:54:29 Ready to write response ...
	2024/08/29 19:54:29 Ready to marshal response ...
	2024/08/29 19:54:29 Ready to write response ...
	2024/08/29 19:54:29 Ready to marshal response ...
	2024/08/29 19:54:29 Ready to write response ...
	2024/08/29 19:55:19 Ready to marshal response ...
	2024/08/29 19:55:19 Ready to write response ...
	2024/08/29 19:57:39 Ready to marshal response ...
	2024/08/29 19:57:39 Ready to write response ...
	
	
	==> kernel <==
	 19:57:51 up  3:40,  0 users,  load average: 0.10, 0.35, 0.98
	Linux addons-409501 5.15.0-1068-aws #74~20.04.1-Ubuntu SMP Tue Aug 6 19:45:17 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] <==
	I0829 19:55:50.901111       1 main.go:299] handling current node
	I0829 19:56:00.902925       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:56:00.903122       1 main.go:299] handling current node
	I0829 19:56:10.902112       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:56:10.902151       1 main.go:299] handling current node
	I0829 19:56:20.900257       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:56:20.900297       1 main.go:299] handling current node
	I0829 19:56:30.900097       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:56:30.900137       1 main.go:299] handling current node
	I0829 19:56:40.900776       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:56:40.900834       1 main.go:299] handling current node
	I0829 19:56:50.901133       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:56:50.901164       1 main.go:299] handling current node
	I0829 19:57:00.905156       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:57:00.905190       1 main.go:299] handling current node
	I0829 19:57:10.902090       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:57:10.902125       1 main.go:299] handling current node
	I0829 19:57:20.901381       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:57:20.901417       1 main.go:299] handling current node
	I0829 19:57:30.900875       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:57:30.900913       1 main.go:299] handling current node
	I0829 19:57:40.900475       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:57:40.900518       1 main.go:299] handling current node
	I0829 19:57:50.902738       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:57:50.902776       1 main.go:299] handling current node
	
	
	==> kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] <==
	I0829 19:53:32.301651       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0829 19:53:53.859615       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.859667       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.895959       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.896331       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.928260       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.928313       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.959546       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.959588       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.991966       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.992005       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0829 19:53:54.960383       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0829 19:53:54.992647       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0829 19:53:55.088491       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0829 19:54:29.251236       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.109.53.30"}
	E0829 19:54:39.697552       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0829 19:55:13.939205       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0829 19:55:15.066268       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0829 19:55:19.513665       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0829 19:55:19.832795       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.210.4"}
	I0829 19:57:40.054078       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.107.237.55"}
	E0829 19:57:41.927121       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	E0829 19:57:42.742634       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
	E0829 19:57:45.675766       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
	E0829 19:57:45.685782       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
	
	
	==> kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] <==
	W0829 19:56:26.736954       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
	E0829 19:56:26.737001       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"
	W0829 19:56:33.682214       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
	E0829 19:56:33.682256       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"
	W0829 19:56:33.745143       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
	E0829 19:56:33.745184       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"
	W0829 19:56:49.427677       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
	E0829 19:56:49.427719       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"
	W0829 19:57:15.364909       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
	E0829 19:57:15.364957       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"
	W0829 19:57:19.510755       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
	E0829 19:57:19.510801       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"
	W0829 19:57:26.156443       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
	E0829 19:57:26.156487       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"
	I0829 19:57:39.787429       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="37.812931ms"
	I0829 19:57:39.801411       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="12.872992ms"
	I0829 19:57:39.801568       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="38.711µs"
	I0829 19:57:39.811894       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="26.256µs"
	I0829 19:57:41.969502       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="24.463297ms"
	I0829 19:57:41.969807       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-55bf9c44b4" duration="50.141µs"
	I0829 19:57:42.658733       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-create" delay="0s"
	I0829 19:57:42.666852       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-bc57996ff" duration="8.188µs"
	I0829 19:57:42.669677       1 job_controller.go:568] "enqueueing job" logger="job-controller" key="ingress-nginx/ingress-nginx-admission-patch" delay="0s"
	W0829 19:57:44.191828       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
	E0829 19:57:44.191883       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	
	
	==> kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] <==
	I0829 19:42:40.298614       1 server_linux.go:66] "Using iptables proxy"
	I0829 19:42:41.070975       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0829 19:42:41.071062       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`"
	I0829 19:42:41.378642       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0829 19:42:41.378798       1 server_linux.go:169] "Using iptables Proxier"
	I0829 19:42:41.441022       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"
	I0829 19:42:41.441727       1 server.go:483] "Version info" version="v1.31.0"
	I0829 19:42:41.441774       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0829 19:42:41.477805       1 config.go:197] "Starting service config controller"
	I0829 19:42:41.477856       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0829 19:42:41.477879       1 config.go:104] "Starting endpoint slice config controller"
	I0829 19:42:41.477899       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0829 19:42:41.479707       1 config.go:326] "Starting node config controller"
	I0829 19:42:41.479732       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0829 19:42:41.588958       1 shared_informer.go:320] Caches are synced for node config
	I0829 19:42:41.600406       1 shared_informer.go:320] Caches are synced for service config
	I0829 19:42:41.607968       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] <==
	W0829 19:42:26.916206       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0829 19:42:26.916993       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"
	W0829 19:42:26.916260       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
	E0829 19:42:26.917093       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"
	W0829 19:42:27.723195       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
	E0829 19:42:27.723248       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"
	W0829 19:42:27.808676       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0829 19:42:27.808722       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"
	W0829 19:42:27.873947       1 reflector.go:561] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0829 19:42:27.873982       1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
	W0829 19:42:27.897757       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0829 19:42:27.897799       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0829 19:42:27.937273       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
	E0829 19:42:27.937398       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"
	W0829 19:42:28.017075       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
	E0829 19:42:28.017123       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"
	W0829 19:42:28.020000       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
	E0829 19:42:28.020131       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"
	W0829 19:42:28.049060       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0829 19:42:28.049116       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"
	W0829 19:42:28.059681       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
	E0829 19:42:28.059738       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"
	W0829 19:42:28.094478       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
	E0829 19:42:28.094546       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"
	I0829 19:42:30.179513       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Aug 29 19:57:41 addons-409501 kubelet[1490]: I0829 19:57:41.109824    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-fjt88\" (UniqueName: \"kubernetes.io/projected/9a36043f-2589-4e2e-99d3-dc2d685c3c36-kube-api-access-fjt88\") pod \"9a36043f-2589-4e2e-99d3-dc2d685c3c36\" (UID: \"9a36043f-2589-4e2e-99d3-dc2d685c3c36\") "
	Aug 29 19:57:41 addons-409501 kubelet[1490]: I0829 19:57:41.112073    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/9a36043f-2589-4e2e-99d3-dc2d685c3c36-kube-api-access-fjt88" (OuterVolumeSpecName: "kube-api-access-fjt88") pod "9a36043f-2589-4e2e-99d3-dc2d685c3c36" (UID: "9a36043f-2589-4e2e-99d3-dc2d685c3c36"). InnerVolumeSpecName "kube-api-access-fjt88". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Aug 29 19:57:41 addons-409501 kubelet[1490]: I0829 19:57:41.210719    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-fjt88\" (UniqueName: \"kubernetes.io/projected/9a36043f-2589-4e2e-99d3-dc2d685c3c36-kube-api-access-fjt88\") on node \"addons-409501\" DevicePath \"\""
	Aug 29 19:57:41 addons-409501 kubelet[1490]: I0829 19:57:41.900412    1490 scope.go:117] "RemoveContainer" containerID="e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e"
	Aug 29 19:57:41 addons-409501 kubelet[1490]: I0829 19:57:41.925691    1490 scope.go:117] "RemoveContainer" containerID="e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e"
	Aug 29 19:57:41 addons-409501 kubelet[1490]: E0829 19:57:41.928450    1490 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e\": container with ID starting with e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e not found: ID does not exist" containerID="e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e"
	Aug 29 19:57:41 addons-409501 kubelet[1490]: I0829 19:57:41.928503    1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e"} err="failed to get container status \"e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e\": rpc error: code = NotFound desc = could not find container \"e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e\": container with ID starting with e6bf0fe6ddf7781955a3daef38b6a212cb54b7050e169dba9d5d2001d3e5b59e not found: ID does not exist"
	Aug 29 19:57:42 addons-409501 kubelet[1490]: I0829 19:57:42.679308    1490 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="default/hello-world-app-55bf9c44b4-29798" podStartSLOduration=2.119634867 podStartE2EDuration="3.679287088s" podCreationTimestamp="2024-08-29 19:57:39 +0000 UTC" firstStartedPulling="2024-08-29 19:57:40.155371029 +0000 UTC m=+910.809668421" lastFinishedPulling="2024-08-29 19:57:41.715023258 +0000 UTC m=+912.369320642" observedRunningTime="2024-08-29 19:57:41.943886716 +0000 UTC m=+912.598184133" watchObservedRunningTime="2024-08-29 19:57:42.679287088 +0000 UTC m=+913.333584472"
	Aug 29 19:57:43 addons-409501 kubelet[1490]: I0829 19:57:43.455745    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="22e05c92-c3ab-4e78-b024-de73caf0d25e" path="/var/lib/kubelet/pods/22e05c92-c3ab-4e78-b024-de73caf0d25e/volumes"
	Aug 29 19:57:43 addons-409501 kubelet[1490]: I0829 19:57:43.456187    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="9a36043f-2589-4e2e-99d3-dc2d685c3c36" path="/var/lib/kubelet/pods/9a36043f-2589-4e2e-99d3-dc2d685c3c36/volumes"
	Aug 29 19:57:43 addons-409501 kubelet[1490]: I0829 19:57:43.456568    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ac63b2b4-0437-421f-a893-247fe104c567" path="/var/lib/kubelet/pods/ac63b2b4-0437-421f-a893-247fe104c567/volumes"
	Aug 29 19:57:45 addons-409501 kubelet[1490]: I0829 19:57:45.913382    1490 scope.go:117] "RemoveContainer" containerID="6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea"
	Aug 29 19:57:45 addons-409501 kubelet[1490]: I0829 19:57:45.929994    1490 scope.go:117] "RemoveContainer" containerID="6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea"
	Aug 29 19:57:45 addons-409501 kubelet[1490]: E0829 19:57:45.930391    1490 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea\": container with ID starting with 6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea not found: ID does not exist" containerID="6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea"
	Aug 29 19:57:45 addons-409501 kubelet[1490]: I0829 19:57:45.930435    1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea"} err="failed to get container status \"6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea\": rpc error: code = NotFound desc = could not find container \"6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea\": container with ID starting with 6c2cc0503a56805cc2cb2977e64a88db602ad41b218e05bab5518291b6bbe7ea not found: ID does not exist"
	Aug 29 19:57:45 addons-409501 kubelet[1490]: I0829 19:57:45.943944    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-dpc5z\" (UniqueName: \"kubernetes.io/projected/77b39132-330d-4487-8f31-6f474d516a9a-kube-api-access-dpc5z\") pod \"77b39132-330d-4487-8f31-6f474d516a9a\" (UID: \"77b39132-330d-4487-8f31-6f474d516a9a\") "
	Aug 29 19:57:45 addons-409501 kubelet[1490]: I0829 19:57:45.943998    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/77b39132-330d-4487-8f31-6f474d516a9a-webhook-cert\") pod \"77b39132-330d-4487-8f31-6f474d516a9a\" (UID: \"77b39132-330d-4487-8f31-6f474d516a9a\") "
	Aug 29 19:57:45 addons-409501 kubelet[1490]: I0829 19:57:45.945889    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/77b39132-330d-4487-8f31-6f474d516a9a-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "77b39132-330d-4487-8f31-6f474d516a9a" (UID: "77b39132-330d-4487-8f31-6f474d516a9a"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Aug 29 19:57:45 addons-409501 kubelet[1490]: I0829 19:57:45.947809    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/77b39132-330d-4487-8f31-6f474d516a9a-kube-api-access-dpc5z" (OuterVolumeSpecName: "kube-api-access-dpc5z") pod "77b39132-330d-4487-8f31-6f474d516a9a" (UID: "77b39132-330d-4487-8f31-6f474d516a9a"). InnerVolumeSpecName "kube-api-access-dpc5z". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Aug 29 19:57:46 addons-409501 kubelet[1490]: I0829 19:57:46.044321    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-dpc5z\" (UniqueName: \"kubernetes.io/projected/77b39132-330d-4487-8f31-6f474d516a9a-kube-api-access-dpc5z\") on node \"addons-409501\" DevicePath \"\""
	Aug 29 19:57:46 addons-409501 kubelet[1490]: I0829 19:57:46.044371    1490 reconciler_common.go:288] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/77b39132-330d-4487-8f31-6f474d516a9a-webhook-cert\") on node \"addons-409501\" DevicePath \"\""
	Aug 29 19:57:46 addons-409501 kubelet[1490]: E0829 19:57:46.454839    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="ef9f30b4-fb1a-4ae7-8d69-c37f1dfc888a"
	Aug 29 19:57:47 addons-409501 kubelet[1490]: I0829 19:57:47.455598    1490 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="77b39132-330d-4487-8f31-6f474d516a9a" path="/var/lib/kubelet/pods/77b39132-330d-4487-8f31-6f474d516a9a/volumes"
	Aug 29 19:57:49 addons-409501 kubelet[1490]: E0829 19:57:49.844576    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961469844336665,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 19:57:49 addons-409501 kubelet[1490]: E0829 19:57:49.844606    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961469844336665,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	
	
	==> storage-provisioner [d8bedd7a86eae1d1fcb9fbb73c0695ee73d73e1a0e93c6a4111e46ecdfba2469] <==
	I0829 19:43:21.852171       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0829 19:43:21.875773       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0829 19:43:21.875901       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0829 19:43:21.940270       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0829 19:43:21.940396       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"fc7206db-49f2-4ef2-97d6-8399d2c3219c", APIVersion:"v1", ResourceVersion:"929", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-409501_b6e0abf8-ef47-4195-a717-b40dbb5db45d became leader
	I0829 19:43:21.944101       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-409501_b6e0abf8-ef47-4195-a717-b40dbb5db45d!
	I0829 19:43:22.044679       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-409501_b6e0abf8-ef47-4195-a717-b40dbb5db45d!
	

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

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-409501/192.168.49.2
	Start Time:       Thu, 29 Aug 2024 19:45:04 +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-m94ms (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-m94ms:
	    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-409501
	  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    2m42s (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 (153.17s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (330.07s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:409: metrics-server stabilized in 3.947007ms
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-8988944d9-vz48c" [61bbf036-f9eb-48a4-82dc-387329ad5f4e] Running
addons_test.go:411: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.004253012s
addons_test.go:417: (dbg) Run:  kubectl --context addons-409501 top pods -n kube-system
addons_test.go:417: (dbg) Non-zero exit: kubectl --context addons-409501 top pods -n kube-system: exit status 1 (96.096446ms)

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 12m18.188760687s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 12m20.598724169s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 12m25.389027519s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 12m33.763955497s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 12m43.685268052s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 13m3.313469837s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 13m32.815533375s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 14m18.807790059s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 14m57.725770222s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 15m33.26928455s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 16m12.013098717s

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

                                                
                                                
** stderr ** 
	error: Metrics not available for pod kube-system/coredns-6f6b679f8f-7b28d, age: 17m38.893780786s

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

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa",
	        "Created": "2024-08-29T19:42:06.464253498Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 593284,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-08-29T19:42:06.601839172Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:eb620c1d7126103417d4dc31eb6aaaf95b0878713d0303a36cb77002c31b0deb",
	        "ResolvConfPath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/hostname",
	        "HostsPath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/hosts",
	        "LogPath": "/var/lib/docker/containers/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa/68c10b9a23b5fef381a29c19f3308340ea488c501494f40b4cab4747200ccaaa-json.log",
	        "Name": "/addons-409501",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-409501:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-409501",
	            "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/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2-init/diff:/var/lib/docker/overlay2/b9b713c472a4e6468ee9bbac575b4317dbe87cd6d195ee7630d13eaf08e96077/diff",
	                "MergedDir": "/var/lib/docker/overlay2/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2/merged",
	                "UpperDir": "/var/lib/docker/overlay2/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2/diff",
	                "WorkDir": "/var/lib/docker/overlay2/8970b28f2e4e67076e5cda1a60ebd6d01af634335bc275e6e755476f3be192f2/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "volume",
	                "Name": "addons-409501",
	                "Source": "/var/lib/docker/volumes/addons-409501/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            },
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-409501",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0",
	            "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-409501",
	                "name.minikube.sigs.k8s.io": "addons-409501",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "6e54aae6b59953e187b95f479a6870c6eb28fee9b5a7e2779f24c3ed37bc19c2",
	            "SandboxKey": "/var/run/docker/netns/6e54aae6b599",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33508"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33509"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33512"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33510"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33511"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-409501": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "ba68a6dc272dfe46ad533c18d09a2707361443f344e1c5378391955d476001b9",
	                    "EndpointID": "284386008c1f360a9509edcd99c61342c228075d88293dbd59bd56928015f350",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-409501",
	                        "68c10b9a23b5"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-409501 -n addons-409501
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-409501 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-409501 logs -n 25: (1.535293367s)
helpers_test.go:252: TestAddons/parallel/MetricsServer logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-887925                                                                     | download-only-887925   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| start   | --download-only -p                                                                          | download-docker-297874 | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | download-docker-297874                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-297874                                                                   | download-docker-297874 | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-237279   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | binary-mirror-237279                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:46025                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-237279                                                                     | binary-mirror-237279   | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:41 UTC |
	| addons  | enable dashboard -p                                                                         | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | addons-409501                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC |                     |
	|         | addons-409501                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-409501 --wait=true                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:41 UTC | 29 Aug 24 19:45 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-409501 addons                                                                        | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:53 UTC | 29 Aug 24 19:53 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-409501 addons                                                                        | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:53 UTC | 29 Aug 24 19:53 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | -p addons-409501                                                                            |                        |         |         |                     |                     |
	| ip      | addons-409501 ip                                                                            | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ssh     | addons-409501 ssh cat                                                                       | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | /opt/local-path-provisioner/pvc-14a5d7f7-7a49-4a0e-9ba0-743d8ddd7c9e_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:55 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | addons-409501                                                                               |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | -p addons-409501                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:54 UTC | 29 Aug 24 19:54 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:55 UTC | 29 Aug 24 19:55 UTC |
	|         | addons-409501                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-409501 ssh curl -s                                                                   | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:55 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ip      | addons-409501 ip                                                                            | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:57 UTC | 29 Aug 24 19:57 UTC |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:57 UTC | 29 Aug 24 19:57 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-409501 addons disable                                                                | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 19:57 UTC | 29 Aug 24 19:57 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-409501 addons                                                                        | addons-409501          | jenkins | v1.33.1 | 29 Aug 24 20:00 UTC | 29 Aug 24 20:00 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/08/29 19:41:41
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.22.5 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0829 19:41:41.793081  592789 out.go:345] Setting OutFile to fd 1 ...
	I0829 19:41:41.793231  592789 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 19:41:41.793242  592789 out.go:358] Setting ErrFile to fd 2...
	I0829 19:41:41.793248  592789 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 19:41:41.793484  592789 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 19:41:41.793911  592789 out.go:352] Setting JSON to false
	I0829 19:41:41.794718  592789 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":12249,"bootTime":1724948253,"procs":144,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1068-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0829 19:41:41.794789  592789 start.go:139] virtualization:  
	I0829 19:41:41.797073  592789 out.go:177] * [addons-409501] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0829 19:41:41.798843  592789 out.go:177]   - MINIKUBE_LOCATION=19530
	I0829 19:41:41.799025  592789 notify.go:220] Checking for updates...
	I0829 19:41:41.802223  592789 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0829 19:41:41.803964  592789 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 19:41:41.806283  592789 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube
	I0829 19:41:41.807813  592789 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0829 19:41:41.809823  592789 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0829 19:41:41.812094  592789 driver.go:392] Setting default libvirt URI to qemu:///system
	I0829 19:41:41.833761  592789 docker.go:123] docker version: linux-27.2.0:Docker Engine - Community
	I0829 19:41:41.833895  592789 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 19:41:41.892917  592789 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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:24 OomKillDisable:true NGoroutines:41 SystemTime:2024-08-29 19:41:41.883301865 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 19:41:41.893061  592789 docker.go:307] overlay module found
	I0829 19:41:41.896006  592789 out.go:177] * Using the docker driver based on user configuration
	I0829 19:41:41.897663  592789 start.go:297] selected driver: docker
	I0829 19:41:41.897692  592789 start.go:901] validating driver "docker" against <nil>
	I0829 19:41:41.897711  592789 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0829 19:41:41.898384  592789 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 19:41:41.951685  592789 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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:24 OomKillDisable:true NGoroutines:41 SystemTime:2024-08-29 19:41:41.941511774 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 19:41:41.951901  592789 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0829 19:41:41.952178  592789 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]
	I0829 19:41:41.954159  592789 out.go:177] * Using Docker driver with root privileges
	I0829 19:41:41.956170  592789 cni.go:84] Creating CNI manager for ""
	I0829 19:41:41.956197  592789 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:41:41.956215  592789 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0829 19:41:41.956299  592789 start.go:340] cluster config:
	{Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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}
	I0829 19:41:41.959386  592789 out.go:177] * Starting "addons-409501" primary control-plane node in "addons-409501" cluster
	I0829 19:41:41.961193  592789 cache.go:121] Beginning downloading kic base image for docker with crio
	I0829 19:41:41.963058  592789 out.go:177] * Pulling base image v0.0.44-1724862063-19530 ...
	I0829 19:41:41.964755  592789 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local docker daemon
	I0829 19:41:41.964842  592789 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:41:41.964896  592789 preload.go:146] Found local preload: /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4
	I0829 19:41:41.964913  592789 cache.go:56] Caching tarball of preloaded images
	I0829 19:41:41.965009  592789 preload.go:172] Found /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0829 19:41:41.965025  592789 cache.go:59] Finished verifying existence of preloaded tar for v1.31.0 on crio
	I0829 19:41:41.965482  592789 profile.go:143] Saving config to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/config.json ...
	I0829 19:41:41.965516  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/config.json: {Name:mk5ea4569b35caf1a2a173499e259aef957118c6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:41:41.980897  592789 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 to local cache
	I0829 19:41:41.981015  592789 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local cache directory
	I0829 19:41:41.981039  592789 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local cache directory, skipping pull
	I0829 19:41:41.981045  592789 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 exists in cache, skipping pull
	I0829 19:41:41.981056  592789 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 as a tarball
	I0829 19:41:41.981062  592789 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 from local cache
	I0829 19:41:59.363163  592789 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 from cached tarball
	I0829 19:41:59.363211  592789 cache.go:194] Successfully downloaded all kic artifacts
	I0829 19:41:59.363269  592789 start.go:360] acquireMachinesLock for addons-409501: {Name:mk516304c67f7267e84effdc2e8f0f0a7968ef88 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0829 19:41:59.363414  592789 start.go:364] duration metric: took 122.42µs to acquireMachinesLock for "addons-409501"
	I0829 19:41:59.363447  592789 start.go:93] Provisioning new machine with config: &{Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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.0 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0829 19:41:59.363540  592789 start.go:125] createHost starting for "" (driver="docker")
	I0829 19:41:59.366152  592789 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0829 19:41:59.366411  592789 start.go:159] libmachine.API.Create for "addons-409501" (driver="docker")
	I0829 19:41:59.366443  592789 client.go:168] LocalClient.Create starting
	I0829 19:41:59.366554  592789 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem
	I0829 19:41:59.717626  592789 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem
	I0829 19:41:59.879054  592789 cli_runner.go:164] Run: docker network inspect addons-409501 --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}}]}"
	W0829 19:41:59.895988  592789 cli_runner.go:211] docker network inspect addons-409501 --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
	I0829 19:41:59.896072  592789 network_create.go:284] running [docker network inspect addons-409501] to gather additional debugging logs...
	I0829 19:41:59.896093  592789 cli_runner.go:164] Run: docker network inspect addons-409501
	W0829 19:41:59.909799  592789 cli_runner.go:211] docker network inspect addons-409501 returned with exit code 1
	I0829 19:41:59.909828  592789 network_create.go:287] error running [docker network inspect addons-409501]: docker network inspect addons-409501: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-409501 not found
	I0829 19:41:59.909841  592789 network_create.go:289] output of [docker network inspect addons-409501]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-409501 not found
	
	** /stderr **
	I0829 19:41:59.909951  592789 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}}]}"
	I0829 19:41:59.925952  592789 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:0x4001a9f210}
	I0829 19:41:59.926000  592789 network_create.go:124] attempt to create docker network addons-409501 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0829 19:41:59.926057  592789 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-409501 addons-409501
	I0829 19:41:59.995056  592789 network_create.go:108] docker network addons-409501 192.168.49.0/24 created
	I0829 19:41:59.995088  592789 kic.go:121] calculated static IP "192.168.49.2" for the "addons-409501" container
	I0829 19:41:59.995161  592789 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0829 19:42:00.049165  592789 cli_runner.go:164] Run: docker volume create addons-409501 --label name.minikube.sigs.k8s.io=addons-409501 --label created_by.minikube.sigs.k8s.io=true
	I0829 19:42:00.140078  592789 oci.go:103] Successfully created a docker volume addons-409501
	I0829 19:42:00.140184  592789 cli_runner.go:164] Run: docker run --rm --name addons-409501-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-409501 --entrypoint /usr/bin/test -v addons-409501:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -d /var/lib
	I0829 19:42:02.332120  592789 cli_runner.go:217] Completed: docker run --rm --name addons-409501-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-409501 --entrypoint /usr/bin/test -v addons-409501:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -d /var/lib: (2.191887651s)
	I0829 19:42:02.332153  592789 oci.go:107] Successfully prepared a docker volume addons-409501
	I0829 19:42:02.332180  592789 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:42:02.332201  592789 kic.go:194] Starting extracting preloaded images to volume ...
	I0829 19:42:02.332287  592789 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-409501:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -I lz4 -xf /preloaded.tar -C /extractDir
	I0829 19:42:06.391697  592789 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-409501:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 -I lz4 -xf /preloaded.tar -C /extractDir: (4.059371072s)
	I0829 19:42:06.391730  592789 kic.go:203] duration metric: took 4.059525771s to extract preloaded images to volume ...
	W0829 19:42:06.391865  592789 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0829 19:42:06.392008  592789 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0829 19:42:06.450040  592789 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-409501 --name addons-409501 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-409501 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-409501 --network addons-409501 --ip 192.168.49.2 --volume addons-409501:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0
	I0829 19:42:06.753148  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Running}}
	I0829 19:42:06.784005  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:06.803767  592789 cli_runner.go:164] Run: docker exec addons-409501 stat /var/lib/dpkg/alternatives/iptables
	I0829 19:42:06.864883  592789 oci.go:144] the created container "addons-409501" has a running status.
	I0829 19:42:06.864910  592789 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa...
	I0829 19:42:07.380146  592789 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0829 19:42:07.406073  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:07.432499  592789 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0829 19:42:07.432523  592789 kic_runner.go:114] Args: [docker exec --privileged addons-409501 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0829 19:42:07.498275  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:07.525996  592789 machine.go:93] provisionDockerMachine start ...
	I0829 19:42:07.526089  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:07.551537  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:07.551800  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:07.551808  592789 main.go:141] libmachine: About to run SSH command:
	hostname
	I0829 19:42:07.698592  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-409501
	
	I0829 19:42:07.698691  592789 ubuntu.go:169] provisioning hostname "addons-409501"
	I0829 19:42:07.698803  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:07.721226  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:07.721468  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:07.721479  592789 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-409501 && echo "addons-409501" | sudo tee /etc/hostname
	I0829 19:42:07.872359  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-409501
	
	I0829 19:42:07.872503  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:07.889822  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:07.890102  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:07.890119  592789 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-409501' /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-409501/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-409501' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0829 19:42:08.027158  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0829 19:42:08.027183  592789 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/19530-586627/.minikube CaCertPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/19530-586627/.minikube}
	I0829 19:42:08.027207  592789 ubuntu.go:177] setting up certificates
	I0829 19:42:08.027219  592789 provision.go:84] configureAuth start
	I0829 19:42:08.027289  592789 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-409501
	I0829 19:42:08.046462  592789 provision.go:143] copyHostCerts
	I0829 19:42:08.046561  592789 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/19530-586627/.minikube/cert.pem (1123 bytes)
	I0829 19:42:08.046692  592789 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/19530-586627/.minikube/key.pem (1679 bytes)
	I0829 19:42:08.046768  592789 exec_runner.go:151] cp: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/19530-586627/.minikube/ca.pem (1082 bytes)
	I0829 19:42:08.046838  592789 provision.go:117] generating server cert: /home/jenkins/minikube-integration/19530-586627/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca-key.pem org=jenkins.addons-409501 san=[127.0.0.1 192.168.49.2 addons-409501 localhost minikube]
	I0829 19:42:09.076462  592789 provision.go:177] copyRemoteCerts
	I0829 19:42:09.076538  592789 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0829 19:42:09.076586  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.093629  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.188595  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0829 19:42:09.214185  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0829 19:42:09.238258  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0829 19:42:09.261613  592789 provision.go:87] duration metric: took 1.234379527s to configureAuth
	I0829 19:42:09.261639  592789 ubuntu.go:193] setting minikube options for container-runtime
	I0829 19:42:09.261830  592789 config.go:182] Loaded profile config "addons-409501": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 19:42:09.261943  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.278545  592789 main.go:141] libmachine: Using SSH client type: native
	I0829 19:42:09.278788  592789 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e49d0] 0x3e7230 <nil>  [] 0s} 127.0.0.1 33508 <nil> <nil>}
	I0829 19:42:09.278803  592789 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
	I0829 19:42:09.511899  592789 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0829 19:42:09.511921  592789 machine.go:96] duration metric: took 1.98590543s to provisionDockerMachine
	I0829 19:42:09.511931  592789 client.go:171] duration metric: took 10.145477646s to LocalClient.Create
	I0829 19:42:09.511952  592789 start.go:167] duration metric: took 10.145541949s to libmachine.API.Create "addons-409501"
	I0829 19:42:09.511959  592789 start.go:293] postStartSetup for "addons-409501" (driver="docker")
	I0829 19:42:09.511974  592789 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]
	I0829 19:42:09.512043  592789 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
	I0829 19:42:09.512083  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.530815  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.629831  592789 ssh_runner.go:195] Run: cat /etc/os-release
	I0829 19:42:09.633229  592789 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0829 19:42:09.633267  592789 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0829 19:42:09.633310  592789 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0829 19:42:09.633318  592789 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0829 19:42:09.633329  592789 filesync.go:126] Scanning /home/jenkins/minikube-integration/19530-586627/.minikube/addons for local assets ...
	I0829 19:42:09.633416  592789 filesync.go:126] Scanning /home/jenkins/minikube-integration/19530-586627/.minikube/files for local assets ...
	I0829 19:42:09.633452  592789 start.go:296] duration metric: took 121.487139ms for postStartSetup
	I0829 19:42:09.633778  592789 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-409501
	I0829 19:42:09.649914  592789 profile.go:143] Saving config to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/config.json ...
	I0829 19:42:09.650210  592789 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0829 19:42:09.650270  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.666721  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.755735  592789 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0829 19:42:09.760198  592789 start.go:128] duration metric: took 10.396643336s to createHost
	I0829 19:42:09.760223  592789 start.go:83] releasing machines lock for "addons-409501", held for 10.396800028s
	I0829 19:42:09.760325  592789 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-409501
	I0829 19:42:09.776036  592789 ssh_runner.go:195] Run: cat /version.json
	I0829 19:42:09.776097  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.776357  592789 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0829 19:42:09.776434  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:09.792932  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.801863  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:09.882394  592789 ssh_runner.go:195] Run: systemctl --version
	I0829 19:42:10.158654  592789 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0829 19:42:10.301142  592789 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0829 19:42:10.305246  592789 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" ;
	I0829 19:42:10.323810  592789 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0829 19:42:10.323893  592789 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" ;
	I0829 19:42:10.358674  592789 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0829 19:42:10.358740  592789 start.go:495] detecting cgroup driver to use...
	I0829 19:42:10.358791  592789 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0829 19:42:10.358872  592789 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0829 19:42:10.375343  592789 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0829 19:42:10.387546  592789 docker.go:217] disabling cri-docker service (if available) ...
	I0829 19:42:10.387653  592789 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0829 19:42:10.401820  592789 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0829 19:42:10.416249  592789 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0829 19:42:10.510203  592789 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0829 19:42:10.606576  592789 docker.go:233] disabling docker service ...
	I0829 19:42:10.606641  592789 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0829 19:42:10.627871  592789 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0829 19:42:10.640401  592789 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0829 19:42:10.728814  592789 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0829 19:42:10.822692  592789 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0829 19:42:10.833603  592789 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"
	I0829 19:42:10.849555  592789 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0829 19:42:10.849623  592789 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"
	I0829 19:42:10.859454  592789 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0829 19:42:10.859529  592789 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0829 19:42:10.869301  592789 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0829 19:42:10.878736  592789 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0829 19:42:10.888598  592789 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0829 19:42:10.897663  592789 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"
	I0829 19:42:10.910966  592789 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"
	I0829 19:42:10.926376  592789 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"
	I0829 19:42:10.936056  592789 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0829 19:42:10.944550  592789 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0829 19:42:10.952919  592789 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0829 19:42:11.041228  592789 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0829 19:42:11.155074  592789 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0829 19:42:11.155197  592789 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0829 19:42:11.158506  592789 start.go:563] Will wait 60s for crictl version
	I0829 19:42:11.158565  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:42:11.161731  592789 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0829 19:42:11.196187  592789 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0829 19:42:11.196286  592789 ssh_runner.go:195] Run: crio --version
	I0829 19:42:11.232717  592789 ssh_runner.go:195] Run: crio --version
	I0829 19:42:11.274570  592789 out.go:177] * Preparing Kubernetes v1.31.0 on CRI-O 1.24.6 ...
	I0829 19:42:11.276791  592789 cli_runner.go:164] Run: docker network inspect addons-409501 --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}}]}"
	I0829 19:42:11.291409  592789 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0829 19:42:11.294701  592789 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""
	I0829 19:42:11.304609  592789 kubeadm.go:883] updating cluster {Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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} ...
	I0829 19:42:11.304730  592789 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:42:11.304789  592789 ssh_runner.go:195] Run: sudo crictl images --output json
	I0829 19:42:11.383152  592789 crio.go:514] all images are preloaded for cri-o runtime.
	I0829 19:42:11.383174  592789 crio.go:433] Images already preloaded, skipping extraction
	I0829 19:42:11.383229  592789 ssh_runner.go:195] Run: sudo crictl images --output json
	I0829 19:42:11.418536  592789 crio.go:514] all images are preloaded for cri-o runtime.
	I0829 19:42:11.418612  592789 cache_images.go:84] Images are preloaded, skipping loading
	I0829 19:42:11.418637  592789 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.31.0 crio true true} ...
	I0829 19:42:11.418754  592789 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.31.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-409501 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.31.0 ClusterName:addons-409501 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:}
	I0829 19:42:11.418871  592789 ssh_runner.go:195] Run: crio config
	I0829 19:42:11.465804  592789 cni.go:84] Creating CNI manager for ""
	I0829 19:42:11.465826  592789 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:42:11.465836  592789 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0829 19:42:11.465860  592789 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.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-409501 NodeName:addons-409501 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}
	I0829 19:42:11.466007  592789 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-409501"
	  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.0
	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
	
	I0829 19:42:11.466081  592789 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.31.0
	I0829 19:42:11.474906  592789 binaries.go:44] Found k8s binaries, skipping transfer
	I0829 19:42:11.475023  592789 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0829 19:42:11.484205  592789 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0829 19:42:11.502506  592789 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0829 19:42:11.521209  592789 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0829 19:42:11.539620  592789 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0829 19:42:11.543105  592789 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""
	I0829 19:42:11.553343  592789 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0829 19:42:11.631479  592789 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0829 19:42:11.645307  592789 certs.go:68] Setting up /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501 for IP: 192.168.49.2
	I0829 19:42:11.645327  592789 certs.go:194] generating shared ca certs ...
	I0829 19:42:11.645344  592789 certs.go:226] acquiring lock for ca certs: {Name:mk7dc306e109c248b430f4f727ec3386b6a6e744 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:11.645467  592789 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key
	I0829 19:42:12.061485  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt ...
	I0829 19:42:12.061520  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt: {Name:mk7e3cec1eb2c1be866f2ec4696d2a5261ef318c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.061728  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key ...
	I0829 19:42:12.061741  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key: {Name:mk92efa67d08c27b64f206254a3c11c71f74cadd Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.061833  592789 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key
	I0829 19:42:12.404039  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.crt ...
	I0829 19:42:12.404069  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.crt: {Name:mk3b5d80165818aa92f6f4181b4aeeab32049297 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.404723  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key ...
	I0829 19:42:12.404740  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key: {Name:mk9b28b891e198c68706e703cb57ff3cadd0c5da Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.405236  592789 certs.go:256] generating profile certs ...
	I0829 19:42:12.405302  592789 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.key
	I0829 19:42:12.405319  592789 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt with IP's: []
	I0829 19:42:12.872771  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt ...
	I0829 19:42:12.872806  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: {Name:mk0a6830d5e11565b0729e01a6a9d8f1ae8fe1ba Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.873378  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.key ...
	I0829 19:42:12.873394  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.key: {Name:mkb9927424fc9c63acaefbec6aa67714d54030ae Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:12.874032  592789 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837
	I0829 19:42:12.874056  592789 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0829 19:42:13.448431  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837 ...
	I0829 19:42:13.448463  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837: {Name:mkcebb772c7b52de588fd2055771800a751f1042 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.448649  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837 ...
	I0829 19:42:13.448663  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837: {Name:mke201ca281a18118fd6836c7e215ea7da67cee8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.448746  592789 certs.go:381] copying /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt.16bab837 -> /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt
	I0829 19:42:13.448835  592789 certs.go:385] copying /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key.16bab837 -> /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key
	I0829 19:42:13.448895  592789 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key
	I0829 19:42:13.448917  592789 crypto.go:68] Generating cert /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt with IP's: []
	I0829 19:42:13.563342  592789 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt ...
	I0829 19:42:13.563371  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt: {Name:mke134975df6905c19c514c59695935fb4621aa8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.564056  592789 crypto.go:164] Writing key to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key ...
	I0829 19:42:13.564073  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key: {Name:mka2d1872d6aec7ba625ae2d2a14b5c7bde677ca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:13.564873  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca-key.pem (1675 bytes)
	I0829 19:42:13.564919  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/ca.pem (1082 bytes)
	I0829 19:42:13.564950  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/cert.pem (1123 bytes)
	I0829 19:42:13.564980  592789 certs.go:484] found cert: /home/jenkins/minikube-integration/19530-586627/.minikube/certs/key.pem (1679 bytes)
	I0829 19:42:13.565593  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0829 19:42:13.589749  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0829 19:42:13.613158  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0829 19:42:13.637673  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0829 19:42:13.662336  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0829 19:42:13.686908  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0829 19:42:13.710975  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0829 19:42:13.735099  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0829 19:42:13.759379  592789 ssh_runner.go:362] scp /home/jenkins/minikube-integration/19530-586627/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0829 19:42:13.786837  592789 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0829 19:42:13.805838  592789 ssh_runner.go:195] Run: openssl version
	I0829 19:42:13.811512  592789 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"
	I0829 19:42:13.821579  592789 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0829 19:42:13.825055  592789 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Aug 29 19:42 /usr/share/ca-certificates/minikubeCA.pem
	I0829 19:42:13.825119  592789 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0829 19:42:13.831816  592789 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"
	I0829 19:42:13.841214  592789 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0829 19:42:13.844901  592789 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
	I0829 19:42:13.844953  592789 kubeadm.go:392] StartCluster: {Name:addons-409501 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:addons-409501 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.0 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}
	I0829 19:42:13.845033  592789 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0829 19:42:13.845091  592789 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0829 19:42:13.887627  592789 cri.go:89] found id: ""
	I0829 19:42:13.887751  592789 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0829 19:42:13.896965  592789 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0829 19:42:13.906263  592789 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0829 19:42:13.906331  592789 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
	I0829 19:42:13.915946  592789 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
	I0829 19:42:13.915965  592789 kubeadm.go:157] found existing configuration files:
	
	I0829 19:42:13.916018  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0829 19:42:13.925772  592789 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
	I0829 19:42:13.925839  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0829 19:42:13.936105  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0829 19:42:13.947631  592789 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
	I0829 19:42:13.947750  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0829 19:42:13.958294  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0829 19:42:13.970730  592789 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
	I0829 19:42:13.970846  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0829 19:42:13.982256  592789 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0829 19:42:13.993814  592789 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
	I0829 19:42:13.993913  592789 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0829 19:42:14.002802  592789 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.31.0:$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"
	I0829 19:42:14.054688  592789 kubeadm.go:310] [init] Using Kubernetes version: v1.31.0
	I0829 19:42:14.054897  592789 kubeadm.go:310] [preflight] Running pre-flight checks
	I0829 19:42:14.081029  592789 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0829 19:42:14.081110  592789 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1068-aws
	I0829 19:42:14.081152  592789 kubeadm.go:310] OS: Linux
	I0829 19:42:14.081210  592789 kubeadm.go:310] CGROUPS_CPU: enabled
	I0829 19:42:14.081269  592789 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0829 19:42:14.081325  592789 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0829 19:42:14.081376  592789 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0829 19:42:14.081436  592789 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0829 19:42:14.081495  592789 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0829 19:42:14.081550  592789 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0829 19:42:14.081601  592789 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0829 19:42:14.081659  592789 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0829 19:42:14.141034  592789 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0829 19:42:14.141159  592789 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0829 19:42:14.141280  592789 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0829 19:42:14.147561  592789 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0829 19:42:14.151464  592789 out.go:235]   - Generating certificates and keys ...
	I0829 19:42:14.151575  592789 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0829 19:42:14.151653  592789 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0829 19:42:14.687518  592789 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0829 19:42:15.610013  592789 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0829 19:42:16.022587  592789 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0829 19:42:16.374516  592789 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0829 19:42:16.645237  592789 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0829 19:42:16.645391  592789 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-409501 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0829 19:42:17.082928  592789 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0829 19:42:17.085339  592789 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-409501 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0829 19:42:17.318575  592789 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0829 19:42:17.921901  592789 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0829 19:42:18.559342  592789 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0829 19:42:18.559715  592789 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0829 19:42:19.268970  592789 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0829 19:42:19.474444  592789 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0829 19:42:20.090338  592789 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0829 19:42:20.424996  592789 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0829 19:42:21.104057  592789 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0829 19:42:21.104680  592789 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0829 19:42:21.107704  592789 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0829 19:42:21.110367  592789 out.go:235]   - Booting up control plane ...
	I0829 19:42:21.110474  592789 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0829 19:42:21.110548  592789 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0829 19:42:21.111092  592789 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0829 19:42:21.123450  592789 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0829 19:42:21.129668  592789 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0829 19:42:21.129739  592789 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0829 19:42:21.227052  592789 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0829 19:42:21.227179  592789 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0829 19:42:22.728772  592789 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.5017565s
	I0829 19:42:22.728858  592789 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0829 19:42:28.730662  592789 kubeadm.go:310] [api-check] The API server is healthy after 6.001922754s
	I0829 19:42:28.751152  592789 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0829 19:42:28.765487  592789 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0829 19:42:28.789204  592789 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0829 19:42:28.789408  592789 kubeadm.go:310] [mark-control-plane] Marking the node addons-409501 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0829 19:42:28.800062  592789 kubeadm.go:310] [bootstrap-token] Using token: vg4pvc.pme4qtp95nu14nhs
	I0829 19:42:28.803193  592789 out.go:235]   - Configuring RBAC rules ...
	I0829 19:42:28.803327  592789 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0829 19:42:28.807951  592789 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0829 19:42:28.815501  592789 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
	I0829 19:42:28.819260  592789 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0829 19:42:28.822889  592789 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0829 19:42:28.827795  592789 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0829 19:42:29.136342  592789 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0829 19:42:29.562266  592789 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0829 19:42:30.140666  592789 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0829 19:42:30.142091  592789 kubeadm.go:310] 
	I0829 19:42:30.142171  592789 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0829 19:42:30.142185  592789 kubeadm.go:310] 
	I0829 19:42:30.142262  592789 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0829 19:42:30.142273  592789 kubeadm.go:310] 
	I0829 19:42:30.142298  592789 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0829 19:42:30.142359  592789 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0829 19:42:30.142414  592789 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0829 19:42:30.142430  592789 kubeadm.go:310] 
	I0829 19:42:30.142483  592789 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0829 19:42:30.142490  592789 kubeadm.go:310] 
	I0829 19:42:30.142542  592789 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0829 19:42:30.142550  592789 kubeadm.go:310] 
	I0829 19:42:30.142601  592789 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0829 19:42:30.142680  592789 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0829 19:42:30.142748  592789 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0829 19:42:30.142756  592789 kubeadm.go:310] 
	I0829 19:42:30.142837  592789 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0829 19:42:30.142918  592789 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0829 19:42:30.142926  592789 kubeadm.go:310] 
	I0829 19:42:30.143032  592789 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token vg4pvc.pme4qtp95nu14nhs \
	I0829 19:42:30.143138  592789 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:01ec06adb34080c15b21b7863a8c9518a95e43c8d2df53da9e139cf85c5c32d1 \
	I0829 19:42:30.143164  592789 kubeadm.go:310] 	--control-plane 
	I0829 19:42:30.143173  592789 kubeadm.go:310] 
	I0829 19:42:30.143255  592789 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0829 19:42:30.143263  592789 kubeadm.go:310] 
	I0829 19:42:30.143342  592789 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token vg4pvc.pme4qtp95nu14nhs \
	I0829 19:42:30.143445  592789 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:01ec06adb34080c15b21b7863a8c9518a95e43c8d2df53da9e139cf85c5c32d1 
	I0829 19:42:30.147742  592789 kubeadm.go:310] W0829 19:42:14.050381    1182 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.
	I0829 19:42:30.148125  592789 kubeadm.go:310] W0829 19:42:14.052111    1182 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.
	I0829 19:42:30.148415  592789 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-1068-aws\n", err: exit status 1
	I0829 19:42:30.148563  592789 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0829 19:42:30.148607  592789 cni.go:84] Creating CNI manager for ""
	I0829 19:42:30.148618  592789 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:42:30.151729  592789 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0829 19:42:30.155999  592789 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0829 19:42:30.162801  592789 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.31.0/kubectl ...
	I0829 19:42:30.162827  592789 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0829 19:42:30.185460  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0829 19:42:30.478673  592789 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0829 19:42:30.478806  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:30.478901  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-409501 minikube.k8s.io/updated_at=2024_08_29T19_42_30_0700 minikube.k8s.io/version=v1.33.1 minikube.k8s.io/commit=5512bd76519cf55fa04aeca1cd01a1369e298033 minikube.k8s.io/name=addons-409501 minikube.k8s.io/primary=true
	I0829 19:42:30.672149  592789 ops.go:34] apiserver oom_adj: -16
	I0829 19:42:30.672248  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:31.173309  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:31.672413  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:32.173360  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:32.672392  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:33.173114  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:33.673303  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:34.173018  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:34.672635  592789 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.31.0/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0829 19:42:34.758685  592789 kubeadm.go:1113] duration metric: took 4.279924902s to wait for elevateKubeSystemPrivileges
	I0829 19:42:34.758717  592789 kubeadm.go:394] duration metric: took 20.913768382s to StartCluster
	I0829 19:42:34.758735  592789 settings.go:142] acquiring lock: {Name:mk268c49dae9722f63d4ad187dcceabf7ceff85c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:34.759351  592789 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 19:42:34.759742  592789 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/kubeconfig: {Name:mk05c0635ad3408a5e80dd3e7d5f67a3fc48d188 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:42:34.760330  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0829 19:42:34.760363  592789 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.31.0 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0829 19:42:34.760616  592789 config.go:182] Loaded profile config "addons-409501": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 19:42:34.760648  592789 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]
	I0829 19:42:34.760734  592789 addons.go:69] Setting yakd=true in profile "addons-409501"
	I0829 19:42:34.760758  592789 addons.go:234] Setting addon yakd=true in "addons-409501"
	I0829 19:42:34.760781  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.761238  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.761724  592789 addons.go:69] Setting metrics-server=true in profile "addons-409501"
	I0829 19:42:34.761764  592789 addons.go:234] Setting addon metrics-server=true in "addons-409501"
	I0829 19:42:34.761796  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.762236  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.762433  592789 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-409501"
	I0829 19:42:34.762464  592789 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-409501"
	I0829 19:42:34.762514  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.762899  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.763448  592789 addons.go:69] Setting registry=true in profile "addons-409501"
	I0829 19:42:34.763487  592789 addons.go:234] Setting addon registry=true in "addons-409501"
	I0829 19:42:34.763520  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.763974  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.765294  592789 addons.go:69] Setting cloud-spanner=true in profile "addons-409501"
	I0829 19:42:34.765574  592789 addons.go:234] Setting addon cloud-spanner=true in "addons-409501"
	I0829 19:42:34.765612  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.766035  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.772401  592789 addons.go:69] Setting storage-provisioner=true in profile "addons-409501"
	I0829 19:42:34.772454  592789 addons.go:234] Setting addon storage-provisioner=true in "addons-409501"
	I0829 19:42:34.772493  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.772947  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.765465  592789 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-409501"
	I0829 19:42:34.791584  592789 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-409501"
	I0829 19:42:34.792046  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.796374  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.822391  592789 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-409501"
	I0829 19:42:34.822487  592789 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-409501"
	I0829 19:42:34.765478  592789 addons.go:69] Setting default-storageclass=true in profile "addons-409501"
	I0829 19:42:34.826855  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.827168  592789 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-409501"
	I0829 19:42:34.828742  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.845363  592789 addons.go:69] Setting volcano=true in profile "addons-409501"
	I0829 19:42:34.845450  592789 addons.go:234] Setting addon volcano=true in "addons-409501"
	I0829 19:42:34.845534  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.846028  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.765482  592789 addons.go:69] Setting gcp-auth=true in profile "addons-409501"
	I0829 19:42:34.847713  592789 mustload.go:65] Loading cluster: addons-409501
	I0829 19:42:34.765489  592789 addons.go:69] Setting ingress=true in profile "addons-409501"
	I0829 19:42:34.765493  592789 addons.go:69] Setting ingress-dns=true in profile "addons-409501"
	I0829 19:42:34.765497  592789 addons.go:69] Setting inspektor-gadget=true in profile "addons-409501"
	I0829 19:42:34.765551  592789 out.go:177] * Verifying Kubernetes components...
	I0829 19:42:34.851417  592789 config.go:182] Loaded profile config "addons-409501": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 19:42:34.851672  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.855811  592789 addons.go:69] Setting volumesnapshots=true in profile "addons-409501"
	I0829 19:42:34.855866  592789 addons.go:234] Setting addon volumesnapshots=true in "addons-409501"
	I0829 19:42:34.855902  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.856351  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.867003  592789 addons.go:234] Setting addon ingress=true in "addons-409501"
	I0829 19:42:34.867115  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.867583  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.876999  592789 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0829 19:42:34.883069  592789 addons.go:234] Setting addon ingress-dns=true in "addons-409501"
	I0829 19:42:34.883137  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.883608  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.885875  592789 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.1
	I0829 19:42:34.888753  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0829 19:42:34.888826  592789 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0829 19:42:34.888995  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.893647  592789 addons.go:234] Setting addon inspektor-gadget=true in "addons-409501"
	I0829 19:42:34.893711  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.894172  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:34.903226  592789 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0829 19:42:34.910413  592789 out.go:177]   - Using image docker.io/registry:2.8.3
	I0829 19:42:34.910600  592789 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.16.2
	I0829 19:42:34.930240  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0829 19:42:34.930313  592789 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0829 19:42:34.930412  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.937054  592789 addons.go:431] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0829 19:42:34.937124  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0829 19:42:34.937222  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.953125  592789 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.23
	I0829 19:42:34.961602  592789 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0829 19:42:34.964093  592789 addons.go:431] installing /etc/kubernetes/addons/registry-rc.yaml
	I0829 19:42:34.964157  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0829 19:42:34.964384  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.966292  592789 addons.go:431] installing /etc/kubernetes/addons/deployment.yaml
	I0829 19:42:34.966344  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0829 19:42:34.966442  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.980948  592789 addons.go:234] Setting addon default-storageclass=true in "addons-409501"
	I0829 19:42:34.980987  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:34.981422  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	W0829 19:42:34.982899  592789 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0829 19:42:34.983312  592789 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0829 19:42:34.983476  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0829 19:42:34.987214  592789 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0829 19:42:34.987238  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0829 19:42:34.987296  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:34.999941  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0829 19:42:35.001922  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0829 19:42:35.006110  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0829 19:42:35.008209  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0829 19:42:35.010037  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0829 19:42:35.012115  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0829 19:42:35.013926  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0829 19:42:35.019134  592789 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0829 19:42:35.019862  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0829 19:42:35.019937  592789 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0829 19:42:35.020055  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.021528  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0829 19:42:35.021555  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0829 19:42:35.021647  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.077645  592789 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-409501"
	I0829 19:42:35.077696  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:35.078120  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:35.116516  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0829 19:42:35.118149  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.2
	I0829 19:42:35.120416  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0829 19:42:35.122666  592789 addons.go:431] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0829 19:42:35.122694  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0829 19:42:35.122794  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.141426  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.180606  592789 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0829 19:42:35.180681  592789 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.31.0
	I0829 19:42:35.180930  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:35.187060  592789 addons.go:431] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0829 19:42:35.187090  592789 ssh_runner.go:362] scp inspektor-gadget/ig-namespace.yaml --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0829 19:42:35.187167  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.188027  592789 addons.go:431] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0829 19:42:35.188040  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0829 19:42:35.188085  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.213291  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.226779  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.237730  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.238123  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.246026  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.260062  592789 addons.go:431] installing /etc/kubernetes/addons/storageclass.yaml
	I0829 19:42:35.260082  592789 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0829 19:42:35.260146  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.271185  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.327239  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.334497  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.335294  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.346839  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.349306  592789 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0829 19:42:35.353082  592789 out.go:177]   - Using image docker.io/busybox:stable
	I0829 19:42:35.355092  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:35.356095  592789 addons.go:431] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0829 19:42:35.356115  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0829 19:42:35.356175  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:35.388294  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	W0829 19:42:35.389108  592789 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0829 19:42:35.389134  592789 retry.go:31] will retry after 308.476932ms: ssh: handshake failed: EOF
	I0829 19:42:35.405636  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/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.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0829 19:42:35.405755  592789 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0829 19:42:35.607184  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0829 19:42:35.614693  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0829 19:42:35.614757  592789 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0829 19:42:35.648432  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0829 19:42:35.720059  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0829 19:42:35.720135  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0829 19:42:35.761480  592789 addons.go:431] installing /etc/kubernetes/addons/registry-svc.yaml
	I0829 19:42:35.761556  592789 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0829 19:42:35.797472  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0829 19:42:35.807211  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0829 19:42:35.807285  592789 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0829 19:42:35.810295  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0829 19:42:35.829598  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0829 19:42:35.829675  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0829 19:42:35.882998  592789 addons.go:431] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0829 19:42:35.883071  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0829 19:42:35.909232  592789 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0829 19:42:35.909304  592789 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0829 19:42:35.915130  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0829 19:42:35.928581  592789 addons.go:431] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0829 19:42:35.928649  592789 ssh_runner.go:362] scp inspektor-gadget/ig-serviceaccount.yaml --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0829 19:42:35.970970  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0829 19:42:35.985521  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0829 19:42:35.985544  592789 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)
	I0829 19:42:35.998293  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0829 19:42:35.998316  592789 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0829 19:42:36.022443  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0829 19:42:36.034006  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0829 19:42:36.034030  592789 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0829 19:42:36.079155  592789 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0829 19:42:36.079184  592789 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0829 19:42:36.106166  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0829 19:42:36.106244  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0829 19:42:36.123572  592789 addons.go:431] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0829 19:42:36.123652  592789 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0829 19:42:36.171427  592789 addons.go:431] installing /etc/kubernetes/addons/ig-role.yaml
	I0829 19:42:36.171504  592789 ssh_runner.go:362] scp inspektor-gadget/ig-role.yaml --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0829 19:42:36.195508  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0829 19:42:36.206382  592789 addons.go:431] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0829 19:42:36.206451  592789 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0829 19:42:36.238068  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0829 19:42:36.238143  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0829 19:42:36.267688  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.267909  592789 addons.go:431] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0829 19:42:36.267927  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0829 19:42:36.325622  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0829 19:42:36.325646  592789 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0829 19:42:36.334690  592789 addons.go:431] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0829 19:42:36.334715  592789 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0829 19:42:36.349437  592789 addons.go:431] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0829 19:42:36.349463  592789 ssh_runner.go:362] scp inspektor-gadget/ig-rolebinding.yaml --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0829 19:42:36.473412  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0829 19:42:36.473437  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0829 19:42:36.481208  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.484013  592789 addons.go:431] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0829 19:42:36.484038  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0829 19:42:36.539391  592789 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0829 19:42:36.539416  592789 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrole.yaml --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0829 19:42:36.571206  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0829 19:42:36.571232  592789 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0829 19:42:36.595612  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.667724  592789 addons.go:431] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0829 19:42:36.667749  592789 ssh_runner.go:362] scp inspektor-gadget/ig-clusterrolebinding.yaml --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0829 19:42:36.682341  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0829 19:42:36.682366  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0829 19:42:36.768969  592789 addons.go:431] installing /etc/kubernetes/addons/ig-crd.yaml
	I0829 19:42:36.768994  592789 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0829 19:42:36.789259  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0829 19:42:36.789285  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0829 19:42:36.836920  592789 addons.go:431] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0829 19:42:36.836946  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0829 19:42:36.879519  592789 addons.go:431] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0829 19:42:36.879551  592789 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0829 19:42:36.962277  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:36.993888  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:38.236310  592789 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.830531196s)
	I0829 19:42:38.237140  592789 node_ready.go:35] waiting up to 6m0s for node "addons-409501" to be "Ready" ...
	I0829 19:42:38.237323  592789 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/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.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.831663779s)
	I0829 19:42:38.237346  592789 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0829 19:42:39.021789  592789 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-409501" context rescaled to 1 replicas
	I0829 19:42:39.421319  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (3.814055772s)
	I0829 19:42:40.319193  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:40.661230  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.012714817s)
	I0829 19:42:40.661291  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.850928877s)
	I0829 19:42:40.661320  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.863698518s)
	I0829 19:42:41.733854  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.818642266s)
	I0829 19:42:41.733888  592789 addons.go:475] Verifying addon ingress=true in "addons-409501"
	I0829 19:42:41.734109  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.763083393s)
	I0829 19:42:41.734154  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (5.711639956s)
	I0829 19:42:41.734164  592789 addons.go:475] Verifying addon registry=true in "addons-409501"
	I0829 19:42:41.734457  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.538868313s)
	I0829 19:42:41.734667  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (5.466949334s)
	I0829 19:42:41.734680  592789 addons.go:475] Verifying addon metrics-server=true in "addons-409501"
	I0829 19:42:41.734718  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.253484455s)
	I0829 19:42:41.737829  592789 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-409501 service yakd-dashboard -n yakd-dashboard
	
	I0829 19:42:41.737949  592789 out.go:177] * Verifying registry addon...
	I0829 19:42:41.738016  592789 out.go:177] * Verifying ingress addon...
	I0829 19:42:41.741340  592789 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0829 19:42:41.741308  592789 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0829 19:42:41.756235  592789 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0829 19:42:41.756315  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:41.756950  592789 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0829 19:42:41.756999  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:41.827104  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.231415719s)
	W0829 19:42:41.827146  592789 addons.go:457] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:41.827174  592789 retry.go:31] will retry after 199.390197ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:41.827253  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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.864947195s)
	I0829 19:42:42.027241  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:42.248042  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:42.250115  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:42.294690  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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: (5.300749616s)
	I0829 19:42:42.294795  592789 addons.go:475] Verifying addon csi-hostpath-driver=true in "addons-409501"
	I0829 19:42:42.298088  592789 out.go:177] * Verifying csi-hostpath-driver addon...
	I0829 19:42:42.300996  592789 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0829 19:42:42.308953  592789 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0829 19:42:42.309030  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:42.743377  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:42.757023  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:42.759173  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:42.855941  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:43.248370  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:43.250081  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:43.308264  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:43.746720  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:43.747986  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:43.848147  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:44.250572  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:44.251026  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:44.305594  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:44.760487  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:44.763288  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:44.764197  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:44.878536  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:45.265277  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:45.267136  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:45.300039  592789 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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.272738696s)
	I0829 19:42:45.306705  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:45.403948  592789 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0829 19:42:45.404259  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:45.431219  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:45.566137  592789 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0829 19:42:45.586567  592789 addons.go:234] Setting addon gcp-auth=true in "addons-409501"
	I0829 19:42:45.586619  592789 host.go:66] Checking if "addons-409501" exists ...
	I0829 19:42:45.587162  592789 cli_runner.go:164] Run: docker container inspect addons-409501 --format={{.State.Status}}
	I0829 19:42:45.607976  592789 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0829 19:42:45.608123  592789 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-409501
	I0829 19:42:45.638906  592789 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/addons-409501/id_rsa Username:docker}
	I0829 19:42:45.752073  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:45.752384  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:45.760089  592789 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0829 19:42:45.762208  592789 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.3
	I0829 19:42:45.764567  592789 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0829 19:42:45.764616  592789 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0829 19:42:45.784792  592789 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0829 19:42:45.784812  592789 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0829 19:42:45.803402  592789 addons.go:431] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0829 19:42:45.803425  592789 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0829 19:42:45.805865  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:45.823962  592789 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.31.0/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
	I0829 19:42:46.246169  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:46.247304  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:46.338029  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:46.425996  592789 addons.go:475] Verifying addon gcp-auth=true in "addons-409501"
	I0829 19:42:46.429680  592789 out.go:177] * Verifying gcp-auth addon...
	I0829 19:42:46.432739  592789 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0829 19:42:46.440360  592789 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0829 19:42:46.440384  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:46.745192  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:46.745982  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:46.804536  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:46.941776  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:47.242063  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:47.247916  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:47.249678  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:47.305030  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:47.436923  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:47.747519  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:47.748140  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:47.805441  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:47.936927  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:48.246294  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:48.246908  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:48.304691  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:48.436568  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:48.745017  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:48.746089  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:48.805018  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:48.936547  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:49.245721  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:49.246020  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:49.304946  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:49.439434  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:49.741110  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:49.744729  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:49.745613  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:49.804885  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:49.936240  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:50.246233  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:50.246901  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:50.304617  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:50.436392  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:50.745515  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:50.746567  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:50.805017  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:50.936534  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:51.245845  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:51.246783  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:51.305356  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:51.436674  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:51.741702  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:51.746656  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:51.746977  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:51.804418  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:51.940513  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:52.245554  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:52.246314  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:52.304613  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:52.435697  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:52.744793  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:52.745861  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:52.805273  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:52.942529  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:53.244984  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:53.245959  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:53.304185  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:53.436596  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:53.744883  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:53.745680  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:53.805425  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:53.936611  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:54.240751  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:54.245833  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:54.246702  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:54.304909  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:54.436085  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:54.746215  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:54.746453  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:54.805043  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:54.936751  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:55.245517  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:55.246292  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:55.304685  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:55.436357  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:55.745456  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:55.746264  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:55.804324  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:55.936887  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:56.240919  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:56.244527  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:56.246132  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:56.304236  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:56.435684  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:56.745532  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:56.745734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:56.805027  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:56.936233  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:57.245800  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:57.246031  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:57.305480  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:57.436492  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:57.745691  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:57.745927  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:57.805313  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:57.937004  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:58.245474  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:58.246702  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:58.305243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:58.436609  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:58.740882  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:42:58.744778  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:58.745427  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:58.805221  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:58.935982  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:59.245088  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:59.245301  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:59.304659  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:59.438457  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:42:59.744819  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:42:59.745859  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:42:59.804954  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:42:59.936428  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:00.268054  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:00.269067  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:00.305924  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:00.437338  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:00.741688  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:00.745471  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:00.746348  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:00.804522  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:00.936603  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:01.245387  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:01.246219  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:01.304582  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:01.436889  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:01.744545  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:01.745614  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:01.804560  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:01.936843  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:02.245248  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:02.246099  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:02.304469  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:02.436931  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:02.742458  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:02.744559  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:02.745890  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:02.804177  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:02.936850  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:03.245244  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:03.245654  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:03.305004  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:03.436242  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:03.746939  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:03.747159  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:03.805319  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:03.936675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:04.251963  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:04.253248  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:04.304883  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:04.436734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:04.744875  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:04.745643  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:04.805440  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:04.936752  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:05.240333  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:05.244765  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:05.246109  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:05.304562  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:05.436063  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:05.744649  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:05.745411  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:05.804866  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:05.936807  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:06.245519  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:06.246304  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:06.304179  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:06.436715  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:06.745049  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:06.745887  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:06.804508  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:06.936057  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:07.241224  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:07.247229  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:07.249481  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:07.305658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:07.437885  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:07.753362  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:07.767664  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:07.805308  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:07.936577  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:08.247112  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:08.248069  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:08.304368  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:08.436799  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:08.754148  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:08.754219  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:08.804718  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:08.936456  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:09.246313  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:09.246426  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:09.304832  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:09.437300  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:09.749402  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:09.749479  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:09.750557  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:09.805450  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:09.936129  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:10.244487  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:10.245871  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:10.305267  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:10.435808  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:10.745092  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:10.745902  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:10.805468  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:10.936656  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:11.245429  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:11.246269  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:11.304840  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:11.436097  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:11.746649  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:11.747668  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:11.804747  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:11.935972  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:12.240825  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:12.246857  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:12.247502  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:12.305323  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:12.436716  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:12.744363  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:12.745251  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:12.804493  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:12.935802  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:13.246240  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:13.247138  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:13.304909  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:13.436694  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:13.746040  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:13.746795  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:13.804954  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:13.936619  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:14.245569  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:14.246562  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:14.305256  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:14.437170  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:14.742005  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:14.745052  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:14.746069  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:14.804504  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:14.936079  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:15.244858  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:15.245741  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:15.305928  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:15.436102  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:15.745196  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:15.746705  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:15.805085  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:15.935986  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:16.245598  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:16.246146  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:16.305052  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:16.436906  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:16.744897  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:16.746256  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:16.804778  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:16.935819  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:17.240167  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:17.246470  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:17.247366  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:17.304277  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:17.435866  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:17.746042  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:17.746304  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:17.804745  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:17.936627  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:18.244751  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:18.245376  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:18.305164  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:18.435827  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:18.745632  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:18.746356  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:18.804943  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:18.936275  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:19.240894  592789 node_ready.go:53] node "addons-409501" has status "Ready":"False"
	I0829 19:43:19.246414  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:19.246730  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:19.305342  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:19.436934  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:19.745550  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:19.745892  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:19.804337  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:19.936519  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:20.245570  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:20.246145  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:20.304767  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:20.436787  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:20.744645  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:20.745494  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:20.804544  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:20.936730  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:21.264196  592789 node_ready.go:49] node "addons-409501" has status "Ready":"True"
	I0829 19:43:21.264224  592789 node_ready.go:38] duration metric: took 43.027055951s for node "addons-409501" to be "Ready" ...
	I0829 19:43:21.264235  592789 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" ...
	I0829 19:43:21.308704  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:21.309471  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:21.328486  592789 pod_ready.go:79] waiting up to 6m0s for pod "coredns-6f6b679f8f-7b28d" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:21.340797  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:21.444046  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:21.765275  592789 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0829 19:43:21.765308  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:21.766686  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:21.813449  592789 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0829 19:43:21.813485  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:21.939548  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:22.268726  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:22.273238  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:22.381070  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:22.436771  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:22.746114  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:22.746580  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:22.819298  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:22.835851  592789 pod_ready.go:93] pod "coredns-6f6b679f8f-7b28d" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.835877  592789 pod_ready.go:82] duration metric: took 1.507358886s for pod "coredns-6f6b679f8f-7b28d" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.835896  592789 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.841565  592789 pod_ready.go:93] pod "etcd-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.841587  592789 pod_ready.go:82] duration metric: took 5.683038ms for pod "etcd-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.841603  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.849385  592789 pod_ready.go:93] pod "kube-apiserver-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.849412  592789 pod_ready.go:82] duration metric: took 7.801465ms for pod "kube-apiserver-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.849425  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.855439  592789 pod_ready.go:93] pod "kube-controller-manager-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.855469  592789 pod_ready.go:82] duration metric: took 6.035718ms for pod "kube-controller-manager-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.855483  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-tczgv" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.861200  592789 pod_ready.go:93] pod "kube-proxy-tczgv" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:22.861226  592789 pod_ready.go:82] duration metric: took 5.734877ms for pod "kube-proxy-tczgv" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.861237  592789 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:22.937113  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:23.241021  592789 pod_ready.go:93] pod "kube-scheduler-addons-409501" in "kube-system" namespace has status "Ready":"True"
	I0829 19:43:23.241048  592789 pod_ready.go:82] duration metric: took 379.803937ms for pod "kube-scheduler-addons-409501" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:23.241060  592789 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace to be "Ready" ...
	I0829 19:43:23.245593  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:23.246866  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:23.306120  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:23.436273  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:23.746184  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:23.746877  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:23.806408  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:23.936470  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:24.250910  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:24.251714  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:24.307043  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:24.436627  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:24.749895  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:24.751095  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:24.806045  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:24.937469  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:25.247909  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:25.248578  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:25.249470  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:25.306507  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:25.436854  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:25.746027  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:25.747515  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:25.810814  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:25.936782  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:26.251632  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:26.252544  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:26.305870  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:26.436352  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:26.747550  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:26.748741  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:26.805797  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:26.936245  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:27.249569  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:27.252680  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:27.256244  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:27.306243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:27.436598  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:27.749503  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:27.750535  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:27.806065  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:27.941126  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:28.250224  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:28.252117  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:28.306181  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:28.436536  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:28.751950  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:28.753709  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:28.809282  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:28.936950  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:29.247546  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:29.248193  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:29.308540  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:29.439690  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:29.747190  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:29.748007  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:29.753161  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:29.806841  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:29.936734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:30.256675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:30.257599  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:30.306316  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:30.436931  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:30.747664  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:30.748892  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:30.806176  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:30.937209  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:31.247569  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:31.248829  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:31.309059  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:31.436671  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:31.747137  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:31.747784  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:31.807793  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:31.936097  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:32.249128  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:32.249803  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:32.250922  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:32.307190  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:32.437106  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:32.752178  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:32.753498  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:32.807440  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:32.937477  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:33.246602  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:33.249743  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:33.308265  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:33.436438  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:33.749674  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:33.750854  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:33.806336  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:33.936549  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:34.247892  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:34.249154  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:34.306412  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:34.436423  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:34.760850  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:34.762331  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:34.767236  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:34.806897  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:34.936394  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:35.248163  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:35.250222  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:35.306576  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:35.436934  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:35.749550  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:35.750937  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:35.806658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:35.936833  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:36.248985  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:36.249578  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:36.305698  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:36.436915  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:36.746773  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:36.747466  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:36.805775  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:36.939703  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:37.247688  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:37.248459  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:37.248700  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:37.305632  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:37.436837  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:37.751599  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:37.752013  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:37.806082  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:37.937382  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:38.250251  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:38.251050  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:38.348549  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:38.447289  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:38.747679  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:38.748683  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:38.806027  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:38.936878  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:39.260943  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:39.262064  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:39.269958  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:39.350928  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:39.437109  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:39.746713  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:39.747478  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:39.805609  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:39.937138  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:40.247369  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:40.249706  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:40.305599  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:40.436294  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:40.746025  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:40.747524  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:40.805989  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:40.936529  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:41.246766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:41.248080  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:41.306040  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:41.436060  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:41.748870  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:41.749518  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:41.751920  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:41.849799  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:41.937618  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:42.255011  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:42.258405  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:42.308570  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:42.436675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:42.745599  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:42.748269  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:42.806735  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:42.937024  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:43.264529  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:43.265421  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:43.354087  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:43.436545  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:43.750856  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:43.752856  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:43.758042  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:43.806798  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:43.938197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:44.259820  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:44.262397  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:44.307462  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:44.436989  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:44.765455  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:44.768454  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:44.806959  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:44.938525  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:45.283515  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:45.285875  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:45.319702  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:45.440369  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:45.748902  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:45.768006  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:45.807198  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:45.937063  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:46.253083  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:46.253704  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:46.255056  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:46.315197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:46.441826  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:46.752739  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:46.757321  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:46.809795  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:46.936612  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:47.250257  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:47.251556  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:47.307262  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:47.437502  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:47.751312  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:47.752712  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:47.807323  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:47.936551  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:48.249197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:48.250077  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:48.306229  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:48.437618  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:48.746764  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:48.746918  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:48.749750  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:48.806159  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:48.939299  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:49.248908  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:49.248978  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:49.306443  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:49.448313  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:49.747712  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:49.748731  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:49.805777  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:49.936264  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:50.246743  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:50.247497  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:50.305512  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:50.436609  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:50.746406  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:50.747450  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:50.753933  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:50.810590  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:50.941814  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:51.248975  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:51.251379  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:51.306149  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:51.436347  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:51.746893  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:51.748105  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:51.805315  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:51.937165  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:52.245917  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:52.246877  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:52.305753  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:52.437001  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:52.747417  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:52.748200  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:52.806003  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:52.936264  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:53.247617  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:53.248813  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:53.249496  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:53.306058  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:53.437015  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:53.747114  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:53.749672  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:53.805915  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:53.936883  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:54.246151  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:54.249483  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:54.305894  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:54.436491  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:54.751263  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:54.752512  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:54.806791  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:54.936952  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:55.255396  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:55.259614  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:55.262219  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:55.306670  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:55.436678  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:55.753127  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:55.755068  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:55.806151  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:55.937572  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:56.250976  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:56.252735  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:56.306766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:56.437283  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:56.757575  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:56.758629  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:56.808394  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:56.937057  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:57.247483  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:57.249189  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:57.305445  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:57.436453  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:57.747785  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:57.748774  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:57.751415  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:43:57.805563  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:57.936758  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:58.248677  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:58.249538  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:58.348769  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:58.436731  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:58.749952  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:58.751454  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:58.806127  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:58.936602  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:59.247734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:59.249282  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:59.314726  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:59.438492  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:43:59.747052  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:43:59.747545  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:43:59.805973  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:43:59.938005  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:00.361418  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:00.361990  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:00.364158  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:00.369237  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:00.440675  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:00.746275  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:00.746782  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:00.806248  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:00.943167  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:01.247443  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:01.248945  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:01.306206  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:01.435980  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:01.745899  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:01.748313  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:01.805887  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:01.936688  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:02.247120  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:02.248343  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:02.306371  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:02.437137  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:02.745278  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:02.746522  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:02.750677  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:02.805624  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:02.935870  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:03.246750  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:03.247689  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:03.306243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:03.436650  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:03.746455  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:03.747708  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:03.805805  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:03.936642  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:04.247455  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:04.247464  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:04.305901  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:04.436418  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:04.750455  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:04.751438  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:04.765342  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:04.806852  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:04.937080  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:05.257598  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:05.258806  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:05.307112  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:05.440131  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:05.750881  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:05.752355  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:05.806160  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:05.936914  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:06.251436  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:06.252918  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:06.306384  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:06.437615  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:06.750342  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:06.755001  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:06.807375  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:06.937249  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:07.248422  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:07.252724  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:07.254257  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:07.306167  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:07.436801  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:07.745972  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:07.749257  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:07.807185  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:07.936395  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:08.248405  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:08.251665  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:08.306491  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:08.438012  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:08.759956  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:08.761326  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:08.805954  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:08.937299  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:09.246247  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:09.250192  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:09.256416  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:09.310349  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:09.437906  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:09.746808  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:09.747519  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:09.807324  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:09.936297  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:10.248305  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:10.248680  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:10.305674  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:10.437958  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:10.748324  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:10.748946  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:10.805967  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:10.942968  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:11.247452  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:11.248028  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:11.306175  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:11.436521  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:11.746647  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:11.747290  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:11.751026  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:11.805734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:11.938588  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:12.246374  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:12.247759  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:12.306442  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:12.436749  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:12.749804  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:12.750830  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:12.813030  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:12.937486  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:13.247737  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:13.248681  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:13.306584  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:13.437935  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:13.747088  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:13.747630  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:13.805984  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:13.936185  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:14.246936  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:14.247071  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:14.249438  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:14.307315  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:14.436791  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:14.746730  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:14.747943  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:14.806204  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:14.935915  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:15.246454  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:15.248294  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:15.306449  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:15.438289  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:15.753317  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:15.753928  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:15.806841  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:15.939359  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:16.263867  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:16.264774  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:16.268389  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:16.321441  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:16.437187  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:16.747080  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:16.749787  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:16.806209  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:16.936658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:17.246323  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:17.247552  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:17.311308  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:17.436087  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:17.747137  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:17.747331  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:17.805390  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:17.936333  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:18.246397  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:18.248232  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:18.305216  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:18.437035  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:18.750244  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:18.754465  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:18.756028  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:18.805931  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:18.940465  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:19.249685  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:19.253461  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:19.307022  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:19.438539  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:19.752614  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:19.756044  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:19.806881  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:19.936218  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:20.248901  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:20.249976  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:20.306197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:20.437422  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:20.752549  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:20.754247  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:20.761452  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:20.807237  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:20.939738  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:21.248740  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:21.249966  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:21.305109  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:21.437195  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:21.751024  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:21.781292  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:21.808097  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:21.938424  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:22.248845  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:22.249293  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:22.305922  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:22.437260  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:22.750677  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:22.750874  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:22.850117  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:22.936746  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:23.248370  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0829 19:44:23.248952  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:23.250575  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:23.313328  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:23.455684  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:23.749769  592789 kapi.go:107] duration metric: took 1m42.008460801s to wait for kubernetes.io/minikube-addons=registry ...
	I0829 19:44:23.750835  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:23.805782  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:23.937221  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:24.248533  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:24.306095  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:24.442592  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:24.751029  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:24.809377  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:24.937741  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:25.249923  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:25.251484  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:25.305864  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:25.437162  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:25.747755  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:25.806064  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:25.935924  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:26.246645  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:26.306161  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:26.436305  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:26.748331  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:26.805473  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:26.936439  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:27.245439  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:27.306218  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:27.437238  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:27.749001  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:27.754663  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:27.806663  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:27.936638  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:28.247786  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:28.305727  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:28.436932  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:28.749269  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:28.806323  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:28.936845  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:29.246788  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:29.306067  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:29.438197  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:29.747796  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:29.806516  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:29.937766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:30.252734  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:30.264070  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:30.306508  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:30.437611  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:30.748625  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:30.812482  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:30.940679  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:31.249406  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:31.305863  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:31.436847  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:31.749370  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:31.806015  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:31.938651  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:32.247341  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:32.306844  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:32.437273  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:32.750954  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:32.757237  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:32.808269  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:32.938342  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:33.250705  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:33.308351  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:33.436885  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:33.750288  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:33.808239  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:33.938817  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:34.251034  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:34.306763  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:34.436658  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:34.750260  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:34.815523  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:34.936816  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:35.256381  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:35.258018  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:35.306653  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:35.436803  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:35.749237  592789 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0829 19:44:35.850442  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:35.936777  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:36.247267  592789 kapi.go:107] duration metric: took 1m54.505918465s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0829 19:44:36.306439  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:36.436571  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:36.806368  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:36.936766  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:37.350776  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:37.435972  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:37.747688  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:37.806112  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:37.936566  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:38.307243  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:38.436541  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:38.807784  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:38.937382  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:39.310446  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:39.437008  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0829 19:44:39.810062  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:39.938709  592789 kapi.go:107] duration metric: took 1m53.505969097s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0829 19:44:39.941008  592789 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-409501 cluster.
	I0829 19:44:39.942774  592789 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.
	I0829 19:44:39.944627  592789 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0829 19:44:40.248373  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:40.307374  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:40.807958  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:41.306077  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:41.807032  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:42.257310  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:42.319057  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:42.806109  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:43.306117  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:43.806522  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:44.305900  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:44.747310  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:44.809248  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:45.307734  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:45.806973  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:46.306770  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:46.747718  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:46.805975  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:47.305673  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:47.806561  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:48.307955  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:48.750804  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:48.809233  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:49.306917  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:49.806079  592789 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0829 19:44:50.306197  592789 kapi.go:107] duration metric: took 2m8.005201415s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0829 19:44:50.309411  592789 out.go:177] * Enabled addons: cloud-spanner, storage-provisioner, nvidia-device-plugin, default-storageclass, ingress-dns, metrics-server, yakd, storage-provisioner-rancher, inspektor-gadget, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0829 19:44:50.311166  592789 addons.go:510] duration metric: took 2m15.550512304s for enable addons: enabled=[cloud-spanner storage-provisioner nvidia-device-plugin default-storageclass ingress-dns metrics-server yakd storage-provisioner-rancher inspektor-gadget volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0829 19:44:51.248176  592789 pod_ready.go:103] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"False"
	I0829 19:44:52.247008  592789 pod_ready.go:93] pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace has status "Ready":"True"
	I0829 19:44:52.247032  592789 pod_ready.go:82] duration metric: took 1m29.005964231s for pod "metrics-server-8988944d9-vz48c" in "kube-system" namespace to be "Ready" ...
	I0829 19:44:52.247049  592789 pod_ready.go:39] duration metric: took 1m30.982801929s 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" ...
	I0829 19:44:52.247063  592789 api_server.go:52] waiting for apiserver process to appear ...
	I0829 19:44:52.247682  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0829 19:44:52.247766  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0829 19:44:52.306734  592789 cri.go:89] found id: "83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:52.306764  592789 cri.go:89] found id: ""
	I0829 19:44:52.306773  592789 logs.go:276] 1 containers: [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29]
	I0829 19:44:52.307334  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.311573  592789 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0829 19:44:52.311660  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0829 19:44:52.352967  592789 cri.go:89] found id: "4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:52.352999  592789 cri.go:89] found id: ""
	I0829 19:44:52.353009  592789 logs.go:276] 1 containers: [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd]
	I0829 19:44:52.353076  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.356619  592789 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0829 19:44:52.356710  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0829 19:44:52.396513  592789 cri.go:89] found id: "87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:52.396536  592789 cri.go:89] found id: ""
	I0829 19:44:52.396544  592789 logs.go:276] 1 containers: [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd]
	I0829 19:44:52.396604  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.400208  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0829 19:44:52.400302  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0829 19:44:52.444232  592789 cri.go:89] found id: "907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:52.444266  592789 cri.go:89] found id: ""
	I0829 19:44:52.444278  592789 logs.go:276] 1 containers: [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36]
	I0829 19:44:52.444343  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.447879  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0829 19:44:52.447949  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0829 19:44:52.494416  592789 cri.go:89] found id: "782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:52.494487  592789 cri.go:89] found id: ""
	I0829 19:44:52.494508  592789 logs.go:276] 1 containers: [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e]
	I0829 19:44:52.494604  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.498066  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0829 19:44:52.498181  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0829 19:44:52.547722  592789 cri.go:89] found id: "82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:52.547754  592789 cri.go:89] found id: ""
	I0829 19:44:52.547763  592789 logs.go:276] 1 containers: [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5]
	I0829 19:44:52.547837  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.551472  592789 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0829 19:44:52.551546  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0829 19:44:52.588978  592789 cri.go:89] found id: "16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:52.589000  592789 cri.go:89] found id: ""
	I0829 19:44:52.589015  592789 logs.go:276] 1 containers: [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74]
	I0829 19:44:52.589072  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:52.592575  592789 logs.go:123] Gathering logs for etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] ...
	I0829 19:44:52.592602  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:52.651917  592789 logs.go:123] Gathering logs for container status ...
	I0829 19:44:52.651948  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0829 19:44:52.699193  592789 logs.go:123] Gathering logs for kubelet ...
	I0829 19:44:52.699229  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0829 19:44:52.810259  592789 logs.go:123] Gathering logs for dmesg ...
	I0829 19:44:52.810295  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0829 19:44:52.828272  592789 logs.go:123] Gathering logs for kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] ...
	I0829 19:44:52.828301  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:52.881817  592789 logs.go:123] Gathering logs for kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] ...
	I0829 19:44:52.881851  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:52.927671  592789 logs.go:123] Gathering logs for kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] ...
	I0829 19:44:52.927702  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:53.019714  592789 logs.go:123] Gathering logs for kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] ...
	I0829 19:44:53.019748  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:53.069980  592789 logs.go:123] Gathering logs for CRI-O ...
	I0829 19:44:53.070009  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0829 19:44:53.163528  592789 logs.go:123] Gathering logs for describe nodes ...
	I0829 19:44:53.163567  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0829 19:44:53.350625  592789 logs.go:123] Gathering logs for coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] ...
	I0829 19:44:53.350675  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:53.392677  592789 logs.go:123] Gathering logs for kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] ...
	I0829 19:44:53.392710  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:55.941852  592789 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0829 19:44:55.955278  592789 api_server.go:72] duration metric: took 2m21.19488186s to wait for apiserver process to appear ...
	I0829 19:44:55.955315  592789 api_server.go:88] waiting for apiserver healthz status ...
	I0829 19:44:55.955348  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0829 19:44:55.955410  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0829 19:44:55.997296  592789 cri.go:89] found id: "83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:55.997320  592789 cri.go:89] found id: ""
	I0829 19:44:55.997333  592789 logs.go:276] 1 containers: [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29]
	I0829 19:44:55.997416  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.002335  592789 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0829 19:44:56.002426  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0829 19:44:56.063364  592789 cri.go:89] found id: "4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:56.063386  592789 cri.go:89] found id: ""
	I0829 19:44:56.063394  592789 logs.go:276] 1 containers: [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd]
	I0829 19:44:56.063475  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.067043  592789 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0829 19:44:56.067123  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0829 19:44:56.108896  592789 cri.go:89] found id: "87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:56.108918  592789 cri.go:89] found id: ""
	I0829 19:44:56.108925  592789 logs.go:276] 1 containers: [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd]
	I0829 19:44:56.108984  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.112618  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0829 19:44:56.112700  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0829 19:44:56.155897  592789 cri.go:89] found id: "907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:56.155918  592789 cri.go:89] found id: ""
	I0829 19:44:56.155926  592789 logs.go:276] 1 containers: [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36]
	I0829 19:44:56.155993  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.159316  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0829 19:44:56.159385  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0829 19:44:56.197027  592789 cri.go:89] found id: "782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:56.197048  592789 cri.go:89] found id: ""
	I0829 19:44:56.197056  592789 logs.go:276] 1 containers: [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e]
	I0829 19:44:56.197113  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.200865  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0829 19:44:56.200938  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0829 19:44:56.238062  592789 cri.go:89] found id: "82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:56.238088  592789 cri.go:89] found id: ""
	I0829 19:44:56.238097  592789 logs.go:276] 1 containers: [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5]
	I0829 19:44:56.238155  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.241645  592789 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0829 19:44:56.241718  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0829 19:44:56.277774  592789 cri.go:89] found id: "16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:56.277797  592789 cri.go:89] found id: ""
	I0829 19:44:56.277805  592789 logs.go:276] 1 containers: [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74]
	I0829 19:44:56.277861  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:56.281129  592789 logs.go:123] Gathering logs for coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] ...
	I0829 19:44:56.281155  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:56.322436  592789 logs.go:123] Gathering logs for kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] ...
	I0829 19:44:56.322467  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:56.392968  592789 logs.go:123] Gathering logs for kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] ...
	I0829 19:44:56.393000  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:56.434108  592789 logs.go:123] Gathering logs for CRI-O ...
	I0829 19:44:56.434137  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0829 19:44:56.527426  592789 logs.go:123] Gathering logs for kubelet ...
	I0829 19:44:56.527462  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0829 19:44:56.639086  592789 logs.go:123] Gathering logs for dmesg ...
	I0829 19:44:56.639119  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0829 19:44:56.658071  592789 logs.go:123] Gathering logs for kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] ...
	I0829 19:44:56.658100  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:56.731722  592789 logs.go:123] Gathering logs for kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] ...
	I0829 19:44:56.731756  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:56.772558  592789 logs.go:123] Gathering logs for container status ...
	I0829 19:44:56.772586  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0829 19:44:56.818368  592789 logs.go:123] Gathering logs for describe nodes ...
	I0829 19:44:56.818398  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0829 19:44:56.957949  592789 logs.go:123] Gathering logs for etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] ...
	I0829 19:44:56.957980  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:57.001465  592789 logs.go:123] Gathering logs for kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] ...
	I0829 19:44:57.001499  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:59.561718  592789 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0829 19:44:59.570114  592789 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0829 19:44:59.571247  592789 api_server.go:141] control plane version: v1.31.0
	I0829 19:44:59.571274  592789 api_server.go:131] duration metric: took 3.615950839s to wait for apiserver health ...
	I0829 19:44:59.571283  592789 system_pods.go:43] waiting for kube-system pods to appear ...
	I0829 19:44:59.571304  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0829 19:44:59.571374  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0829 19:44:59.613932  592789 cri.go:89] found id: "83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:44:59.613956  592789 cri.go:89] found id: ""
	I0829 19:44:59.613964  592789 logs.go:276] 1 containers: [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29]
	I0829 19:44:59.614028  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.617682  592789 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0829 19:44:59.617765  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0829 19:44:59.660364  592789 cri.go:89] found id: "4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:44:59.660385  592789 cri.go:89] found id: ""
	I0829 19:44:59.660393  592789 logs.go:276] 1 containers: [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd]
	I0829 19:44:59.660447  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.663863  592789 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0829 19:44:59.663931  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0829 19:44:59.701588  592789 cri.go:89] found id: "87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:44:59.701612  592789 cri.go:89] found id: ""
	I0829 19:44:59.701621  592789 logs.go:276] 1 containers: [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd]
	I0829 19:44:59.701686  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.705352  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0829 19:44:59.705454  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0829 19:44:59.743519  592789 cri.go:89] found id: "907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:44:59.743542  592789 cri.go:89] found id: ""
	I0829 19:44:59.743550  592789 logs.go:276] 1 containers: [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36]
	I0829 19:44:59.743630  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.747353  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0829 19:44:59.747432  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0829 19:44:59.789700  592789 cri.go:89] found id: "782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:44:59.789724  592789 cri.go:89] found id: ""
	I0829 19:44:59.789732  592789 logs.go:276] 1 containers: [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e]
	I0829 19:44:59.789791  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.793334  592789 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0829 19:44:59.793439  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0829 19:44:59.834188  592789 cri.go:89] found id: "82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:44:59.834211  592789 cri.go:89] found id: ""
	I0829 19:44:59.834220  592789 logs.go:276] 1 containers: [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5]
	I0829 19:44:59.834307  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.837721  592789 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0829 19:44:59.837813  592789 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0829 19:44:59.880864  592789 cri.go:89] found id: "16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:44:59.880887  592789 cri.go:89] found id: ""
	I0829 19:44:59.880895  592789 logs.go:276] 1 containers: [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74]
	I0829 19:44:59.880973  592789 ssh_runner.go:195] Run: which crictl
	I0829 19:44:59.884488  592789 logs.go:123] Gathering logs for kubelet ...
	I0829 19:44:59.884515  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0829 19:44:59.994478  592789 logs.go:123] Gathering logs for kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] ...
	I0829 19:44:59.994520  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e"
	I0829 19:45:00.120637  592789 logs.go:123] Gathering logs for CRI-O ...
	I0829 19:45:00.120676  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0829 19:45:00.332713  592789 logs.go:123] Gathering logs for kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] ...
	I0829 19:45:00.332755  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74"
	I0829 19:45:00.513182  592789 logs.go:123] Gathering logs for dmesg ...
	I0829 19:45:00.513228  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0829 19:45:00.570582  592789 logs.go:123] Gathering logs for describe nodes ...
	I0829 19:45:00.570615  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.31.0/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0829 19:45:00.756375  592789 logs.go:123] Gathering logs for kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] ...
	I0829 19:45:00.756415  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29"
	I0829 19:45:00.837145  592789 logs.go:123] Gathering logs for etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] ...
	I0829 19:45:00.837181  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd"
	I0829 19:45:00.887707  592789 logs.go:123] Gathering logs for coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] ...
	I0829 19:45:00.887744  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd"
	I0829 19:45:00.932829  592789 logs.go:123] Gathering logs for kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] ...
	I0829 19:45:00.932863  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36"
	I0829 19:45:00.983335  592789 logs.go:123] Gathering logs for kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] ...
	I0829 19:45:00.983373  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5"
	I0829 19:45:01.071695  592789 logs.go:123] Gathering logs for container status ...
	I0829 19:45:01.071741  592789 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0829 19:45:03.635797  592789 system_pods.go:59] 18 kube-system pods found
	I0829 19:45:03.635836  592789 system_pods.go:61] "coredns-6f6b679f8f-7b28d" [10bc0111-ce00-4eb0-9e2e-72d7ccff4047] Running
	I0829 19:45:03.635842  592789 system_pods.go:61] "csi-hostpath-attacher-0" [1d861494-b8de-4d6c-8ca3-0aa3f36ddd19] Running
	I0829 19:45:03.635848  592789 system_pods.go:61] "csi-hostpath-resizer-0" [f423b666-df2a-47e9-80a8-d54d88af13c3] Running
	I0829 19:45:03.635853  592789 system_pods.go:61] "csi-hostpathplugin-4cs9h" [15315339-1810-4570-9932-5785ae106325] Running
	I0829 19:45:03.635857  592789 system_pods.go:61] "etcd-addons-409501" [5d89a497-8ffe-4797-b367-a8d6c72a94a0] Running
	I0829 19:45:03.635861  592789 system_pods.go:61] "kindnet-s2qxc" [134afc9b-7db9-468a-aca7-bf70c4b77230] Running
	I0829 19:45:03.635865  592789 system_pods.go:61] "kube-apiserver-addons-409501" [e8c929d2-96f8-4ea7-bd1a-c9afa80a6b4d] Running
	I0829 19:45:03.635870  592789 system_pods.go:61] "kube-controller-manager-addons-409501" [72dc6a04-6897-4d8a-b70b-6199105213d2] Running
	I0829 19:45:03.635880  592789 system_pods.go:61] "kube-ingress-dns-minikube" [9a36043f-2589-4e2e-99d3-dc2d685c3c36] Running
	I0829 19:45:03.635884  592789 system_pods.go:61] "kube-proxy-tczgv" [51a25e2f-47c9-45e4-a803-0903d31d0aee] Running
	I0829 19:45:03.635891  592789 system_pods.go:61] "kube-scheduler-addons-409501" [8bb9f07a-661d-40e9-b6db-f61d0c84cec7] Running
	I0829 19:45:03.635896  592789 system_pods.go:61] "metrics-server-8988944d9-vz48c" [61bbf036-f9eb-48a4-82dc-387329ad5f4e] Running
	I0829 19:45:03.635902  592789 system_pods.go:61] "nvidia-device-plugin-daemonset-kj6gt" [a704fc0e-8c7d-43e0-8d50-5fbc26aacf13] Running
	I0829 19:45:03.635906  592789 system_pods.go:61] "registry-6fb4cdfc84-dgdkf" [b92ef39b-61ac-4d36-b964-ff31ca2d7d7d] Running
	I0829 19:45:03.635914  592789 system_pods.go:61] "registry-proxy-r2p55" [4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d] Running
	I0829 19:45:03.635918  592789 system_pods.go:61] "snapshot-controller-56fcc65765-ddc7c" [3447f99d-ccc7-4097-b2ae-cef83fe3081a] Running
	I0829 19:45:03.635922  592789 system_pods.go:61] "snapshot-controller-56fcc65765-rjrp9" [54b96e65-30c3-4f8b-9d39-4e3da4ad5a1d] Running
	I0829 19:45:03.635928  592789 system_pods.go:61] "storage-provisioner" [64b344d0-4ca7-4ca5-bde4-2f2914c42c30] Running
	I0829 19:45:03.635935  592789 system_pods.go:74] duration metric: took 4.06464638s to wait for pod list to return data ...
	I0829 19:45:03.635949  592789 default_sa.go:34] waiting for default service account to be created ...
	I0829 19:45:03.638700  592789 default_sa.go:45] found service account: "default"
	I0829 19:45:03.638729  592789 default_sa.go:55] duration metric: took 2.773613ms for default service account to be created ...
	I0829 19:45:03.638739  592789 system_pods.go:116] waiting for k8s-apps to be running ...
	I0829 19:45:03.649380  592789 system_pods.go:86] 18 kube-system pods found
	I0829 19:45:03.649428  592789 system_pods.go:89] "coredns-6f6b679f8f-7b28d" [10bc0111-ce00-4eb0-9e2e-72d7ccff4047] Running
	I0829 19:45:03.649441  592789 system_pods.go:89] "csi-hostpath-attacher-0" [1d861494-b8de-4d6c-8ca3-0aa3f36ddd19] Running
	I0829 19:45:03.649446  592789 system_pods.go:89] "csi-hostpath-resizer-0" [f423b666-df2a-47e9-80a8-d54d88af13c3] Running
	I0829 19:45:03.649451  592789 system_pods.go:89] "csi-hostpathplugin-4cs9h" [15315339-1810-4570-9932-5785ae106325] Running
	I0829 19:45:03.649456  592789 system_pods.go:89] "etcd-addons-409501" [5d89a497-8ffe-4797-b367-a8d6c72a94a0] Running
	I0829 19:45:03.649460  592789 system_pods.go:89] "kindnet-s2qxc" [134afc9b-7db9-468a-aca7-bf70c4b77230] Running
	I0829 19:45:03.649465  592789 system_pods.go:89] "kube-apiserver-addons-409501" [e8c929d2-96f8-4ea7-bd1a-c9afa80a6b4d] Running
	I0829 19:45:03.649470  592789 system_pods.go:89] "kube-controller-manager-addons-409501" [72dc6a04-6897-4d8a-b70b-6199105213d2] Running
	I0829 19:45:03.649480  592789 system_pods.go:89] "kube-ingress-dns-minikube" [9a36043f-2589-4e2e-99d3-dc2d685c3c36] Running
	I0829 19:45:03.649485  592789 system_pods.go:89] "kube-proxy-tczgv" [51a25e2f-47c9-45e4-a803-0903d31d0aee] Running
	I0829 19:45:03.649500  592789 system_pods.go:89] "kube-scheduler-addons-409501" [8bb9f07a-661d-40e9-b6db-f61d0c84cec7] Running
	I0829 19:45:03.649505  592789 system_pods.go:89] "metrics-server-8988944d9-vz48c" [61bbf036-f9eb-48a4-82dc-387329ad5f4e] Running
	I0829 19:45:03.649512  592789 system_pods.go:89] "nvidia-device-plugin-daemonset-kj6gt" [a704fc0e-8c7d-43e0-8d50-5fbc26aacf13] Running
	I0829 19:45:03.649520  592789 system_pods.go:89] "registry-6fb4cdfc84-dgdkf" [b92ef39b-61ac-4d36-b964-ff31ca2d7d7d] Running
	I0829 19:45:03.649524  592789 system_pods.go:89] "registry-proxy-r2p55" [4d5acaa2-7101-4d8f-a44f-e5c3e5bede3d] Running
	I0829 19:45:03.649528  592789 system_pods.go:89] "snapshot-controller-56fcc65765-ddc7c" [3447f99d-ccc7-4097-b2ae-cef83fe3081a] Running
	I0829 19:45:03.649538  592789 system_pods.go:89] "snapshot-controller-56fcc65765-rjrp9" [54b96e65-30c3-4f8b-9d39-4e3da4ad5a1d] Running
	I0829 19:45:03.649542  592789 system_pods.go:89] "storage-provisioner" [64b344d0-4ca7-4ca5-bde4-2f2914c42c30] Running
	I0829 19:45:03.649551  592789 system_pods.go:126] duration metric: took 10.805352ms to wait for k8s-apps to be running ...
	I0829 19:45:03.649566  592789 system_svc.go:44] waiting for kubelet service to be running ....
	I0829 19:45:03.649628  592789 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0829 19:45:03.661392  592789 system_svc.go:56] duration metric: took 11.817673ms WaitForService to wait for kubelet
	I0829 19:45:03.661429  592789 kubeadm.go:582] duration metric: took 2m28.901037276s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0829 19:45:03.661465  592789 node_conditions.go:102] verifying NodePressure condition ...
	I0829 19:45:03.664682  592789 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0829 19:45:03.664719  592789 node_conditions.go:123] node cpu capacity is 2
	I0829 19:45:03.664731  592789 node_conditions.go:105] duration metric: took 3.261193ms to run NodePressure ...
	I0829 19:45:03.664743  592789 start.go:241] waiting for startup goroutines ...
	I0829 19:45:03.664750  592789 start.go:246] waiting for cluster config update ...
	I0829 19:45:03.664767  592789 start.go:255] writing updated cluster config ...
	I0829 19:45:03.665078  592789 ssh_runner.go:195] Run: rm -f paused
	I0829 19:45:04.007885  592789 start.go:600] kubectl: 1.31.0, cluster: 1.31.0 (minor skew: 0)
	I0829 19:45:04.010266  592789 out.go:177] * Done! kubectl is now configured to use "addons-409501" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Aug 29 19:58:30 addons-409501 crio[965]: time="2024-08-29 19:58:30.041926717Z" level=info msg="Stopped pod sandbox (already stopped): 6e70c460e9810901f2b8d3d68998abc7481c29bda3ce1007aa0c6748642f03ff" id=2a3c3b94-c443-4cfd-ba91-306b41ed7a1e name=/runtime.v1.RuntimeService/StopPodSandbox
	Aug 29 19:58:30 addons-409501 crio[965]: time="2024-08-29 19:58:30.042412590Z" level=info msg="Removing pod sandbox: 6e70c460e9810901f2b8d3d68998abc7481c29bda3ce1007aa0c6748642f03ff" id=a96e2ada-8f52-42f8-b550-3d6a0a7624ab name=/runtime.v1.RuntimeService/RemovePodSandbox
	Aug 29 19:58:30 addons-409501 crio[965]: time="2024-08-29 19:58:30.051613979Z" level=info msg="Removed pod sandbox: 6e70c460e9810901f2b8d3d68998abc7481c29bda3ce1007aa0c6748642f03ff" id=a96e2ada-8f52-42f8-b550-3d6a0a7624ab name=/runtime.v1.RuntimeService/RemovePodSandbox
	Aug 29 19:58:41 addons-409501 crio[965]: time="2024-08-29 19:58:41.454787551Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=4514c095-b651-481d-9aae-41d79e357e04 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:58:41 addons-409501 crio[965]: time="2024-08-29 19:58:41.455492066Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=4514c095-b651-481d-9aae-41d79e357e04 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:58:53 addons-409501 crio[965]: time="2024-08-29 19:58:53.455131454Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=32662540-5d01-4592-9978-e33a2353c671 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:58:53 addons-409501 crio[965]: time="2024-08-29 19:58:53.455360910Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=32662540-5d01-4592-9978-e33a2353c671 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:59:06 addons-409501 crio[965]: time="2024-08-29 19:59:06.454335866Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=b3480fbe-de9d-45df-a90b-71d3cf7637d4 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:59:06 addons-409501 crio[965]: time="2024-08-29 19:59:06.454573486Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=b3480fbe-de9d-45df-a90b-71d3cf7637d4 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:59:21 addons-409501 crio[965]: time="2024-08-29 19:59:21.455237899Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=d2f4414c-b043-4d6f-8261-f791c9c650c6 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:59:21 addons-409501 crio[965]: time="2024-08-29 19:59:21.455477307Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=d2f4414c-b043-4d6f-8261-f791c9c650c6 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:59:32 addons-409501 crio[965]: time="2024-08-29 19:59:32.454496786Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=2b5dedc4-60fe-4c13-9e4a-2864a5bbf7e6 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:59:32 addons-409501 crio[965]: time="2024-08-29 19:59:32.454730237Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=2b5dedc4-60fe-4c13-9e4a-2864a5bbf7e6 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:59:46 addons-409501 crio[965]: time="2024-08-29 19:59:46.454831559Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=9ac1e305-93ed-4d58-bfbb-48903a9ea5b3 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 19:59:46 addons-409501 crio[965]: time="2024-08-29 19:59:46.455148817Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=9ac1e305-93ed-4d58-bfbb-48903a9ea5b3 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 20:00:00 addons-409501 crio[965]: time="2024-08-29 20:00:00.455502132Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=77c5a8cc-dacc-4ce6-bc77-e4dc2c774ef0 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 20:00:00 addons-409501 crio[965]: time="2024-08-29 20:00:00.455815960Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=77c5a8cc-dacc-4ce6-bc77-e4dc2c774ef0 name=/runtime.v1.ImageService/ImageStatus
	Aug 29 20:00:11 addons-409501 crio[965]: time="2024-08-29 20:00:11.454883156Z" level=info msg="Checking image status: gcr.io/k8s-minikube/busybox:1.28.4-glibc" id=da415025-b0ed-4cd0-9c74-0d85e5e2690d name=/runtime.v1.ImageService/ImageStatus
	Aug 29 20:00:11 addons-409501 crio[965]: time="2024-08-29 20:00:11.455141198Z" level=info msg="Image gcr.io/k8s-minikube/busybox:1.28.4-glibc not found" id=da415025-b0ed-4cd0-9c74-0d85e5e2690d name=/runtime.v1.ImageService/ImageStatus
	Aug 29 20:00:14 addons-409501 crio[965]: time="2024-08-29 20:00:14.445821589Z" level=info msg="Stopping container: 8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7 (timeout: 30s)" id=72b9bd25-f945-4247-b728-f4a190af7240 name=/runtime.v1.RuntimeService/StopContainer
	Aug 29 20:00:15 addons-409501 crio[965]: time="2024-08-29 20:00:15.609723699Z" level=info msg="Stopped container 8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7: kube-system/metrics-server-8988944d9-vz48c/metrics-server" id=72b9bd25-f945-4247-b728-f4a190af7240 name=/runtime.v1.RuntimeService/StopContainer
	Aug 29 20:00:15 addons-409501 crio[965]: time="2024-08-29 20:00:15.610243509Z" level=info msg="Stopping pod sandbox: 8d11de23e83a2f36b59658325a16e3736e0edb7dc80da941f3590a058cb184d5" id=e7f46190-1f3e-49d9-a639-d99a9480e3f5 name=/runtime.v1.RuntimeService/StopPodSandbox
	Aug 29 20:00:15 addons-409501 crio[965]: time="2024-08-29 20:00:15.610462347Z" level=info msg="Got pod network &{Name:metrics-server-8988944d9-vz48c Namespace:kube-system ID:8d11de23e83a2f36b59658325a16e3736e0edb7dc80da941f3590a058cb184d5 UID:61bbf036-f9eb-48a4-82dc-387329ad5f4e NetNS:/var/run/netns/90a873e3-4979-409f-8f03-9fc58a99c28c Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Aug 29 20:00:15 addons-409501 crio[965]: time="2024-08-29 20:00:15.610606330Z" level=info msg="Deleting pod kube-system_metrics-server-8988944d9-vz48c from CNI network \"kindnet\" (type=ptp)"
	Aug 29 20:00:15 addons-409501 crio[965]: time="2024-08-29 20:00:15.633461943Z" level=info msg="Stopped pod sandbox: 8d11de23e83a2f36b59658325a16e3736e0edb7dc80da941f3590a058cb184d5" id=e7f46190-1f3e-49d9-a639-d99a9480e3f5 name=/runtime.v1.RuntimeService/StopPodSandbox
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                   CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	80e78933229ea       docker.io/kicbase/echo-server@sha256:127ac38a2bb9537b7f252addff209ea6801edcac8a92c8b1104dacd66a583ed6                   2 minutes ago       Running             hello-world-app           0                   1d7ce3407b601       hello-world-app-55bf9c44b4-29798
	e3f34cda4abc4       docker.io/library/nginx@sha256:ba188f579f7a2638229e326e78c957a185630e303757813ef1ad7aac1b8248b6                         4 minutes ago       Running             nginx                     0                   f659c5d41e91d       nginx
	2ed7d5b6dd97e       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:a40e1a121ee367d1712ac3a54ec9c38c405a65dde923c98e5fa6368fa82c4b69            15 minutes ago      Running             gcp-auth                  0                   dd95b782ee44d       gcp-auth-89d5ffd79-fvg2n
	8fe03f46e9a9d       registry.k8s.io/metrics-server/metrics-server@sha256:7f0fc3565b6d4655d078bb8e250d0423d7c79aeb05fbc71e1ffa6ff664264d70   16 minutes ago      Exited              metrics-server            0                   8d11de23e83a2       metrics-server-8988944d9-vz48c
	87a14b13da6ae       2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93                                                        16 minutes ago      Running             coredns                   0                   8761257d85015       coredns-6f6b679f8f-7b28d
	d8bedd7a86eae       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                        16 minutes ago      Running             storage-provisioner       0                   331271044cb2c       storage-provisioner
	16dcf4797fc81       docker.io/kindest/kindnetd@sha256:4d39335073da9a0b82be8e01028f0aa75aff16caff2e2d8889d0effd579a6f64                      17 minutes ago      Running             kindnet-cni               0                   ac5a387e430f0       kindnet-s2qxc
	782e985f86b97       71d55d66fd4eec8986225089a135fadd96bc6624d987096808772ce1e1924d89                                                        17 minutes ago      Running             kube-proxy                0                   03bf121917089       kube-proxy-tczgv
	4435b834a60ec       27e3830e1402783674d8b594038967deea9d51f0d91b34c93c8f39d2f68af7da                                                        17 minutes ago      Running             etcd                      0                   17717b6a97263       etcd-addons-409501
	907cc7df0fd84       fbbbd428abb4dae52ab3018797d00d5840a739f0cc5697b662791831a60b0adb                                                        17 minutes ago      Running             kube-scheduler            0                   94e0119b3d14b       kube-scheduler-addons-409501
	82e1075fc823f       fcb0683e6bdbd083710cf2d6fd7eb699c77fe4994c38a5c82d059e2e3cb4c2fd                                                        17 minutes ago      Running             kube-controller-manager   0                   acfe750c1caf2       kube-controller-manager-addons-409501
	83f00f2cd989c       cd0f0ae0ec9e0cdc092079156c122bf034ba3f24d31c1b1dd1b52a42ecf9b388                                                        17 minutes ago      Running             kube-apiserver            0                   79c9305b8b200       kube-apiserver-addons-409501
	
	
	==> coredns [87a14b13da6ae2d7ad78fd6794d60f782eaaddca148e7f09e3b1bd89840eaabd] <==
	[INFO] 10.244.0.15:37657 - 59498 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000295113s
	[INFO] 10.244.0.15:40059 - 38772 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002805703s
	[INFO] 10.244.0.15:40059 - 51058 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.002915339s
	[INFO] 10.244.0.15:48008 - 58699 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00011831s
	[INFO] 10.244.0.15:48008 - 29004 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000196061s
	[INFO] 10.244.0.15:54160 - 41037 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000159195s
	[INFO] 10.244.0.15:54160 - 20850 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000299092s
	[INFO] 10.244.0.15:55993 - 13951 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000075438s
	[INFO] 10.244.0.15:55993 - 32381 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000243658s
	[INFO] 10.244.0.15:57302 - 30489 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000082396s
	[INFO] 10.244.0.15:57302 - 46108 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000051971s
	[INFO] 10.244.0.15:45249 - 53417 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001594252s
	[INFO] 10.244.0.15:45249 - 25258 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001641686s
	[INFO] 10.244.0.15:42306 - 33494 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.00005623s
	[INFO] 10.244.0.15:42306 - 6441 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000054392s
	[INFO] 10.244.0.20:59985 - 25990 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000149374s
	[INFO] 10.244.0.20:56213 - 58193 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000164595s
	[INFO] 10.244.0.20:36001 - 47527 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000099708s
	[INFO] 10.244.0.20:53101 - 58363 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000077801s
	[INFO] 10.244.0.20:50912 - 41178 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00008718s
	[INFO] 10.244.0.20:36740 - 46885 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000096427s
	[INFO] 10.244.0.20:43305 - 35893 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002284424s
	[INFO] 10.244.0.20:44474 - 58348 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002273208s
	[INFO] 10.244.0.20:52420 - 47373 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.000839095s
	[INFO] 10.244.0.20:54263 - 42642 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001642375s
	
	
	==> describe nodes <==
	Name:               addons-409501
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-409501
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5512bd76519cf55fa04aeca1cd01a1369e298033
	                    minikube.k8s.io/name=addons-409501
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_08_29T19_42_30_0700
	                    minikube.k8s.io/version=v1.33.1
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-409501
	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:  Thu, 29 Aug 2024 19:42:26 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-409501
	  AcquireTime:     <unset>
	  RenewTime:       Thu, 29 Aug 2024 20:00:12 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Thu, 29 Aug 2024 19:58:07 +0000   Thu, 29 Aug 2024 19:42:24 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Thu, 29 Aug 2024 19:58:07 +0000   Thu, 29 Aug 2024 19:42:24 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Thu, 29 Aug 2024 19:58:07 +0000   Thu, 29 Aug 2024 19:42:24 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Thu, 29 Aug 2024 19:58:07 +0000   Thu, 29 Aug 2024 19:43:21 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-409501
	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:                 24b52ec51aee452f8eaf9e3bd1a7e7eb
	  System UUID:                e0d39c20-a632-4fe3-abf2-8670ff1cfa71
	  Boot ID:                    e02afb51-111a-4769-91d4-ae8dc8b3a6de
	  Kernel Version:             5.15.0-1068-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.0
	  Kube-Proxy Version:         
	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-29798         0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m36s
	  default                     nginx                                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m56s
	  gcp-auth                    gcp-auth-89d5ffd79-fvg2n                 0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 coredns-6f6b679f8f-7b28d                 100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     17m
	  kube-system                 etcd-addons-409501                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         17m
	  kube-system                 kindnet-s2qxc                            100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      17m
	  kube-system                 kube-apiserver-addons-409501             250m (12%)    0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-controller-manager-addons-409501    200m (10%)    0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-proxy-tczgv                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 kube-scheduler-addons-409501             100m (5%)     0 (0%)      0 (0%)           0 (0%)         17m
	  kube-system                 storage-provisioner                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         17m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (42%)  100m (5%)
	  memory             220Mi (2%)  220Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   Starting                 17m                kube-proxy       
	  Normal   Starting                 17m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 17m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  17m (x8 over 17m)  kubelet          Node addons-409501 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    17m (x8 over 17m)  kubelet          Node addons-409501 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     17m (x7 over 17m)  kubelet          Node addons-409501 status is now: NodeHasSufficientPID
	  Normal   Starting                 17m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 17m                kubelet          Cgroup v1 support is in maintenance mode, please migrate to Cgroup v2.
	  Normal   NodeHasSufficientMemory  17m                kubelet          Node addons-409501 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    17m                kubelet          Node addons-409501 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     17m                kubelet          Node addons-409501 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           17m                node-controller  Node addons-409501 event: Registered Node addons-409501 in Controller
	  Normal   NodeReady                16m                kubelet          Node addons-409501 status is now: NodeReady
	
	
	==> dmesg <==
	[Aug29 17:57] kmem.limit_in_bytes is deprecated and will be removed. Please report your usecase to linux-mm@kvack.org if you depend on this functionality.
	
	
	==> etcd [4435b834a60ec3cf383b096a60a1b85570480c36da0cd286415294ec83ae56cd] <==
	{"level":"info","ts":"2024-08-29T19:42:24.103279Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.103311Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.103354Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.103395Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2024-08-29T19:42:24.104852Z","caller":"etcdserver/server.go:2118","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:addons-409501 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2024-08-29T19:42:24.104947Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-08-29T19:42:24.105301Z","caller":"etcdserver/server.go:2629","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.106834Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2024-08-29T19:42:24.107763Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2024-08-29T19:42:24.108739Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2024-08-29T19:42:24.109234Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.117661Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.111016Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2024-08-29T19:42:24.111670Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2024-08-29T19:42:24.117814Z","caller":"etcdserver/server.go:2653","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2024-08-29T19:42:24.117875Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2024-08-29T19:42:24.119089Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2024-08-29T19:42:35.761874Z","caller":"traceutil/trace.go:171","msg":"trace[610871234] transaction","detail":"{read_only:false; response_revision:374; number_of_response:1; }","duration":"244.745612ms","start":"2024-08-29T19:42:35.516923Z","end":"2024-08-29T19:42:35.761668Z","steps":["trace[610871234] 'process raft request'  (duration: 74.665523ms)"],"step_count":1}
	{"level":"info","ts":"2024-08-29T19:42:36.381268Z","caller":"traceutil/trace.go:171","msg":"trace[1450695773] transaction","detail":"{read_only:false; response_revision:379; number_of_response:1; }","duration":"118.653177ms","start":"2024-08-29T19:42:36.262408Z","end":"2024-08-29T19:42:36.381061Z","steps":["trace[1450695773] 'process raft request'  (duration: 96.978352ms)"],"step_count":1}
	{"level":"info","ts":"2024-08-29T19:52:24.748984Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1580}
	{"level":"info","ts":"2024-08-29T19:52:24.786136Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1580,"took":"36.599779ms","hash":2590864056,"current-db-size-bytes":5996544,"current-db-size":"6.0 MB","current-db-size-in-use-bytes":3522560,"current-db-size-in-use":"3.5 MB"}
	{"level":"info","ts":"2024-08-29T19:52:24.786187Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2590864056,"revision":1580,"compact-revision":-1}
	{"level":"info","ts":"2024-08-29T19:57:24.755773Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":1997}
	{"level":"info","ts":"2024-08-29T19:57:24.772575Z","caller":"mvcc/kvstore_compaction.go:69","msg":"finished scheduled compaction","compact-revision":1997,"took":"16.153728ms","hash":2877278138,"current-db-size-bytes":5996544,"current-db-size":"6.0 MB","current-db-size-in-use-bytes":4485120,"current-db-size-in-use":"4.5 MB"}
	{"level":"info","ts":"2024-08-29T19:57:24.772624Z","caller":"mvcc/hash.go:137","msg":"storing new hash","hash":2877278138,"revision":1997,"compact-revision":1580}
	
	
	==> gcp-auth [2ed7d5b6dd97e08019fcb187a7f6d27225f8f79af623fb0cfd442befb631530f] <==
	2024/08/29 19:45:04 Ready to write response ...
	2024/08/29 19:45:04 Ready to marshal response ...
	2024/08/29 19:45:04 Ready to write response ...
	2024/08/29 19:53:19 Ready to marshal response ...
	2024/08/29 19:53:19 Ready to write response ...
	2024/08/29 19:53:21 Ready to marshal response ...
	2024/08/29 19:53:21 Ready to write response ...
	2024/08/29 19:53:37 Ready to marshal response ...
	2024/08/29 19:53:37 Ready to write response ...
	2024/08/29 19:54:13 Ready to marshal response ...
	2024/08/29 19:54:13 Ready to write response ...
	2024/08/29 19:54:13 Ready to marshal response ...
	2024/08/29 19:54:13 Ready to write response ...
	2024/08/29 19:54:23 Ready to marshal response ...
	2024/08/29 19:54:23 Ready to write response ...
	2024/08/29 19:54:29 Ready to marshal response ...
	2024/08/29 19:54:29 Ready to write response ...
	2024/08/29 19:54:29 Ready to marshal response ...
	2024/08/29 19:54:29 Ready to write response ...
	2024/08/29 19:54:29 Ready to marshal response ...
	2024/08/29 19:54:29 Ready to write response ...
	2024/08/29 19:55:19 Ready to marshal response ...
	2024/08/29 19:55:19 Ready to write response ...
	2024/08/29 19:57:39 Ready to marshal response ...
	2024/08/29 19:57:39 Ready to write response ...
	
	
	==> kernel <==
	 20:00:16 up  3:42,  0 users,  load average: 0.06, 0.22, 0.84
	Linux addons-409501 5.15.0-1068-aws #74~20.04.1-Ubuntu SMP Tue Aug 6 19:45:17 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [16dcf4797fc814f0936e915565e8190b1c21e3ebd43b4988b97aea5e301eaa74] <==
	I0829 19:58:10.902822       1 main.go:299] handling current node
	I0829 19:58:20.902236       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:58:20.902362       1 main.go:299] handling current node
	I0829 19:58:30.901522       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:58:30.901583       1 main.go:299] handling current node
	I0829 19:58:40.900614       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:58:40.900648       1 main.go:299] handling current node
	I0829 19:58:50.900913       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:58:50.900956       1 main.go:299] handling current node
	I0829 19:59:00.904077       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:59:00.904109       1 main.go:299] handling current node
	I0829 19:59:10.903310       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:59:10.903347       1 main.go:299] handling current node
	I0829 19:59:20.901581       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:59:20.901614       1 main.go:299] handling current node
	I0829 19:59:30.900702       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:59:30.900735       1 main.go:299] handling current node
	I0829 19:59:40.900064       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:59:40.900108       1 main.go:299] handling current node
	I0829 19:59:50.904067       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 19:59:50.904102       1 main.go:299] handling current node
	I0829 20:00:00.903579       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 20:00:00.903624       1 main.go:299] handling current node
	I0829 20:00:10.901280       1 main.go:295] Handling node with IPs: map[192.168.49.2:{}]
	I0829 20:00:10.901398       1 main.go:299] handling current node
	
	
	==> kube-apiserver [83f00f2cd989ca4a6789c92f26b5628eb904a84ecae29b99c9056e7b8360de29] <==
	I0829 19:53:32.301651       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0829 19:53:53.859615       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.859667       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.895959       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.896331       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.928260       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.928313       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.959546       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.959588       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0829 19:53:53.991966       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0829 19:53:53.992005       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0829 19:53:54.960383       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0829 19:53:54.992647       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0829 19:53:55.088491       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0829 19:54:29.251236       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.109.53.30"}
	E0829 19:54:39.697552       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0829 19:55:13.939205       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0829 19:55:15.066268       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0829 19:55:19.513665       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0829 19:55:19.832795       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.110.210.4"}
	I0829 19:57:40.054078       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.107.237.55"}
	E0829 19:57:41.927121       1 watch.go:250] "Unhandled Error" err="http2: stream closed" logger="UnhandledError"
	E0829 19:57:42.742634       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
	E0829 19:57:45.675766       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
	E0829 19:57:45.685782       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"ingress-nginx\" not found]"
	
	
	==> kube-controller-manager [82e1075fc823fc1c0101917a9beea10692e6de147e237aa6531d3ad4086072d5] <==
	E0829 19:58:00.822218       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"
	W0829 19:58:07.294830       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
	E0829 19:58:07.294877       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"
	I0829 19:58:07.377596       1 range_allocator.go:241] "Successfully synced" logger="node-ipam-controller" key="addons-409501"
	W0829 19:58:13.547134       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
	E0829 19:58:13.547182       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"
	W0829 19:58:43.627540       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
	E0829 19:58:43.627583       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"
	W0829 19:58:51.845056       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
	E0829 19:58:51.845100       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"
	W0829 19:58:52.420255       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
	E0829 19:58:52.420299       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"
	W0829 19:58:52.848704       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
	E0829 19:58:52.848751       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"
	W0829 19:59:23.758523       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
	E0829 19:59:23.758566       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"
	W0829 19:59:26.447876       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
	E0829 19:59:26.447921       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"
	W0829 19:59:34.474157       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
	E0829 19:59:34.474283       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"
	W0829 19:59:47.860906       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
	E0829 19:59:47.860953       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"
	W0829 20:00:13.029996       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
	E0829 20:00:13.030051       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"
	I0829 20:00:14.419832       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/metrics-server-8988944d9" duration="6.835µs"
	
	
	==> kube-proxy [782e985f86b97af4ade87f1efb915301dea5da64aa225bbe5413793f7a54d80e] <==
	I0829 19:42:40.298614       1 server_linux.go:66] "Using iptables proxy"
	I0829 19:42:41.070975       1 server.go:677] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0829 19:42:41.071062       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`"
	I0829 19:42:41.378642       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0829 19:42:41.378798       1 server_linux.go:169] "Using iptables Proxier"
	I0829 19:42:41.441022       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"
	I0829 19:42:41.441727       1 server.go:483] "Version info" version="v1.31.0"
	I0829 19:42:41.441774       1 server.go:485] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0829 19:42:41.477805       1 config.go:197] "Starting service config controller"
	I0829 19:42:41.477856       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0829 19:42:41.477879       1 config.go:104] "Starting endpoint slice config controller"
	I0829 19:42:41.477899       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0829 19:42:41.479707       1 config.go:326] "Starting node config controller"
	I0829 19:42:41.479732       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0829 19:42:41.588958       1 shared_informer.go:320] Caches are synced for node config
	I0829 19:42:41.600406       1 shared_informer.go:320] Caches are synced for service config
	I0829 19:42:41.607968       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [907cc7df0fd84093883e33e31e73f68b2f654012cc518d22ea0bbf7038071b36] <==
	W0829 19:42:26.916206       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0829 19:42:26.916993       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"
	W0829 19:42:26.916260       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
	E0829 19:42:26.917093       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"
	W0829 19:42:27.723195       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
	E0829 19:42:27.723248       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"
	W0829 19:42:27.808676       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0829 19:42:27.808722       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"
	W0829 19:42:27.873947       1 reflector.go:561] runtime/asm_arm64.s:1222: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0829 19:42:27.873982       1 reflector.go:158] "Unhandled Error" err="runtime/asm_arm64.s:1222: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
	W0829 19:42:27.897757       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0829 19:42:27.897799       1 reflector.go:158] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0829 19:42:27.937273       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
	E0829 19:42:27.937398       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"
	W0829 19:42:28.017075       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
	E0829 19:42:28.017123       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"
	W0829 19:42:28.020000       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
	E0829 19:42:28.020131       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"
	W0829 19:42:28.049060       1 reflector.go:561] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0829 19:42:28.049116       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"
	W0829 19:42:28.059681       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
	E0829 19:42:28.059738       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"
	W0829 19:42:28.094478       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
	E0829 19:42:28.094546       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"
	I0829 19:42:30.179513       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Aug 29 19:59:21 addons-409501 kubelet[1490]: E0829 19:59:21.455718    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="ef9f30b4-fb1a-4ae7-8d69-c37f1dfc888a"
	Aug 29 19:59:29 addons-409501 kubelet[1490]: E0829 19:59:29.872555    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961569872229899,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 19:59:29 addons-409501 kubelet[1490]: E0829 19:59:29.872623    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961569872229899,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 19:59:32 addons-409501 kubelet[1490]: E0829 19:59:32.454961    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="ef9f30b4-fb1a-4ae7-8d69-c37f1dfc888a"
	Aug 29 19:59:39 addons-409501 kubelet[1490]: E0829 19:59:39.874774    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961579874525281,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 19:59:39 addons-409501 kubelet[1490]: E0829 19:59:39.874816    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961579874525281,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 19:59:46 addons-409501 kubelet[1490]: E0829 19:59:46.455575    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="ef9f30b4-fb1a-4ae7-8d69-c37f1dfc888a"
	Aug 29 19:59:49 addons-409501 kubelet[1490]: E0829 19:59:49.878210    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961589877297227,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 19:59:49 addons-409501 kubelet[1490]: E0829 19:59:49.878247    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961589877297227,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 19:59:59 addons-409501 kubelet[1490]: E0829 19:59:59.880965    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961599880712069,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 19:59:59 addons-409501 kubelet[1490]: E0829 19:59:59.881008    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961599880712069,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 20:00:00 addons-409501 kubelet[1490]: E0829 20:00:00.456729    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="ef9f30b4-fb1a-4ae7-8d69-c37f1dfc888a"
	Aug 29 20:00:09 addons-409501 kubelet[1490]: E0829 20:00:09.883612    1490 eviction_manager.go:257] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961609883405661,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 20:00:09 addons-409501 kubelet[1490]: E0829 20:00:09.883648    1490 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1724961609883405661,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:578566,},InodesUsed:&UInt64Value{Value:225,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Aug 29 20:00:11 addons-409501 kubelet[1490]: E0829 20:00:11.455529    1490 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"busybox\" with ImagePullBackOff: \"Back-off pulling image \\\"gcr.io/k8s-minikube/busybox:1.28.4-glibc\\\"\"" pod="default/busybox" podUID="ef9f30b4-fb1a-4ae7-8d69-c37f1dfc888a"
	Aug 29 20:00:15 addons-409501 kubelet[1490]: I0829 20:00:15.740299    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"kube-api-access-nt2zd\" (UniqueName: \"kubernetes.io/projected/61bbf036-f9eb-48a4-82dc-387329ad5f4e-kube-api-access-nt2zd\") pod \"61bbf036-f9eb-48a4-82dc-387329ad5f4e\" (UID: \"61bbf036-f9eb-48a4-82dc-387329ad5f4e\") "
	Aug 29 20:00:15 addons-409501 kubelet[1490]: I0829 20:00:15.740360    1490 reconciler_common.go:159] "operationExecutor.UnmountVolume started for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/61bbf036-f9eb-48a4-82dc-387329ad5f4e-tmp-dir\") pod \"61bbf036-f9eb-48a4-82dc-387329ad5f4e\" (UID: \"61bbf036-f9eb-48a4-82dc-387329ad5f4e\") "
	Aug 29 20:00:15 addons-409501 kubelet[1490]: I0829 20:00:15.741265    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/empty-dir/61bbf036-f9eb-48a4-82dc-387329ad5f4e-tmp-dir" (OuterVolumeSpecName: "tmp-dir") pod "61bbf036-f9eb-48a4-82dc-387329ad5f4e" (UID: "61bbf036-f9eb-48a4-82dc-387329ad5f4e"). InnerVolumeSpecName "tmp-dir". PluginName "kubernetes.io/empty-dir", VolumeGidValue ""
	Aug 29 20:00:15 addons-409501 kubelet[1490]: I0829 20:00:15.743369    1490 operation_generator.go:803] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/61bbf036-f9eb-48a4-82dc-387329ad5f4e-kube-api-access-nt2zd" (OuterVolumeSpecName: "kube-api-access-nt2zd") pod "61bbf036-f9eb-48a4-82dc-387329ad5f4e" (UID: "61bbf036-f9eb-48a4-82dc-387329ad5f4e"). InnerVolumeSpecName "kube-api-access-nt2zd". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Aug 29 20:00:15 addons-409501 kubelet[1490]: I0829 20:00:15.841241    1490 reconciler_common.go:288] "Volume detached for volume \"kube-api-access-nt2zd\" (UniqueName: \"kubernetes.io/projected/61bbf036-f9eb-48a4-82dc-387329ad5f4e-kube-api-access-nt2zd\") on node \"addons-409501\" DevicePath \"\""
	Aug 29 20:00:15 addons-409501 kubelet[1490]: I0829 20:00:15.841288    1490 reconciler_common.go:288] "Volume detached for volume \"tmp-dir\" (UniqueName: \"kubernetes.io/empty-dir/61bbf036-f9eb-48a4-82dc-387329ad5f4e-tmp-dir\") on node \"addons-409501\" DevicePath \"\""
	Aug 29 20:00:16 addons-409501 kubelet[1490]: I0829 20:00:16.241455    1490 scope.go:117] "RemoveContainer" containerID="8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7"
	Aug 29 20:00:16 addons-409501 kubelet[1490]: I0829 20:00:16.276214    1490 scope.go:117] "RemoveContainer" containerID="8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7"
	Aug 29 20:00:16 addons-409501 kubelet[1490]: E0829 20:00:16.276606    1490 log.go:32] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7\": container with ID starting with 8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7 not found: ID does not exist" containerID="8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7"
	Aug 29 20:00:16 addons-409501 kubelet[1490]: I0829 20:00:16.276641    1490 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7"} err="failed to get container status \"8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7\": rpc error: code = NotFound desc = could not find container \"8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7\": container with ID starting with 8fe03f46e9a9d411cd75b906f5cbe639110a0ec2813115ad2e11f059994602b7 not found: ID does not exist"
	
	
	==> storage-provisioner [d8bedd7a86eae1d1fcb9fbb73c0695ee73d73e1a0e93c6a4111e46ecdfba2469] <==
	I0829 19:43:21.852171       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0829 19:43:21.875773       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0829 19:43:21.875901       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0829 19:43:21.940270       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0829 19:43:21.940396       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"fc7206db-49f2-4ef2-97d6-8399d2c3219c", APIVersion:"v1", ResourceVersion:"929", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-409501_b6e0abf8-ef47-4195-a717-b40dbb5db45d became leader
	I0829 19:43:21.944101       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-409501_b6e0abf8-ef47-4195-a717-b40dbb5db45d!
	I0829 19:43:22.044679       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-409501_b6e0abf8-ef47-4195-a717-b40dbb5db45d!
	

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

                                                
                                                
-- stdout --
	Name:             busybox
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-409501/192.168.49.2
	Start Time:       Thu, 29 Aug 2024 19:45:04 +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-m94ms (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-m94ms:
	    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-409501
	  Normal   Pulling    13m (x4 over 15m)  kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Warning  Failed     13m (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     13m (x4 over 15m)  kubelet            Error: ErrImagePull
	  Warning  Failed     13m (x6 over 15m)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    6s (x64 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 (330.07s)

                                                
                                    

Test pass (295/328)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 72.28
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.2
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.13
12 TestDownloadOnly/v1.31.0/json-events 154.97
13 TestDownloadOnly/v1.31.0/preload-exists 0
17 TestDownloadOnly/v1.31.0/LogsDuration 0.07
18 TestDownloadOnly/v1.31.0/DeleteAll 0.25
19 TestDownloadOnly/v1.31.0/DeleteAlwaysSucceeds 0.13
21 TestBinaryMirror 0.57
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.07
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.07
27 TestAddons/Setup 202.28
31 TestAddons/serial/GCPAuth/Namespaces 0.21
35 TestAddons/parallel/InspektorGadget 11.76
39 TestAddons/parallel/CSI 46.5
40 TestAddons/parallel/Headlamp 18.7
41 TestAddons/parallel/CloudSpanner 5.54
42 TestAddons/parallel/LocalPath 54.79
43 TestAddons/parallel/NvidiaDevicePlugin 6.51
44 TestAddons/parallel/Yakd 11.84
45 TestAddons/StoppedEnableDisable 6.2
46 TestCertOptions 36.67
47 TestCertExpiration 249.68
49 TestForceSystemdFlag 41.43
50 TestForceSystemdEnv 40.74
56 TestErrorSpam/setup 30.08
57 TestErrorSpam/start 0.78
58 TestErrorSpam/status 1.37
59 TestErrorSpam/pause 1.76
60 TestErrorSpam/unpause 2.02
61 TestErrorSpam/stop 1.41
64 TestFunctional/serial/CopySyncFile 0
65 TestFunctional/serial/StartWithProxy 49.34
66 TestFunctional/serial/AuditLog 0
67 TestFunctional/serial/SoftStart 28.9
68 TestFunctional/serial/KubeContext 0.07
69 TestFunctional/serial/KubectlGetPods 0.16
72 TestFunctional/serial/CacheCmd/cache/add_remote 5.39
73 TestFunctional/serial/CacheCmd/cache/add_local 1.32
74 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.06
75 TestFunctional/serial/CacheCmd/cache/list 0.05
76 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.33
77 TestFunctional/serial/CacheCmd/cache/cache_reload 2.18
78 TestFunctional/serial/CacheCmd/cache/delete 0.1
79 TestFunctional/serial/MinikubeKubectlCmd 0.14
80 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.15
81 TestFunctional/serial/ExtraConfig 34.74
82 TestFunctional/serial/ComponentHealth 0.11
83 TestFunctional/serial/LogsCmd 1.66
84 TestFunctional/serial/LogsFileCmd 1.73
85 TestFunctional/serial/InvalidService 4.64
87 TestFunctional/parallel/ConfigCmd 0.45
88 TestFunctional/parallel/DashboardCmd 12.15
89 TestFunctional/parallel/DryRun 0.53
90 TestFunctional/parallel/InternationalLanguage 0.21
91 TestFunctional/parallel/StatusCmd 0.98
95 TestFunctional/parallel/ServiceCmdConnect 13.79
96 TestFunctional/parallel/AddonsCmd 0.27
97 TestFunctional/parallel/PersistentVolumeClaim 25.24
99 TestFunctional/parallel/SSHCmd 0.64
100 TestFunctional/parallel/CpCmd 2.23
102 TestFunctional/parallel/FileSync 0.34
103 TestFunctional/parallel/CertSync 2.15
107 TestFunctional/parallel/NodeLabels 0.12
109 TestFunctional/parallel/NonActiveRuntimeDisabled 0.74
111 TestFunctional/parallel/License 0.51
113 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.62
114 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
116 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 8.43
117 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.11
118 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
122 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
123 TestFunctional/parallel/ServiceCmd/DeployApp 6.23
124 TestFunctional/parallel/ProfileCmd/profile_not_create 0.4
125 TestFunctional/parallel/ProfileCmd/profile_list 0.4
126 TestFunctional/parallel/ProfileCmd/profile_json_output 0.4
127 TestFunctional/parallel/MountCmd/any-port 9.68
128 TestFunctional/parallel/ServiceCmd/List 0.55
129 TestFunctional/parallel/ServiceCmd/JSONOutput 0.51
130 TestFunctional/parallel/ServiceCmd/HTTPS 0.37
131 TestFunctional/parallel/ServiceCmd/Format 0.4
132 TestFunctional/parallel/ServiceCmd/URL 0.35
133 TestFunctional/parallel/MountCmd/specific-port 1.3
134 TestFunctional/parallel/MountCmd/VerifyCleanup 2.93
135 TestFunctional/parallel/Version/short 0.06
136 TestFunctional/parallel/Version/components 1.21
137 TestFunctional/parallel/ImageCommands/ImageListShort 0.27
138 TestFunctional/parallel/ImageCommands/ImageListTable 0.28
139 TestFunctional/parallel/ImageCommands/ImageListJson 0.27
140 TestFunctional/parallel/ImageCommands/ImageListYaml 0.32
141 TestFunctional/parallel/ImageCommands/ImageBuild 3.76
142 TestFunctional/parallel/ImageCommands/Setup 3.03
143 TestFunctional/parallel/UpdateContextCmd/no_changes 0.2
144 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.2
145 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.17
146 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.69
147 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.07
148 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.67
149 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.52
150 TestFunctional/parallel/ImageCommands/ImageRemove 0.6
151 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.81
152 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.57
153 TestFunctional/delete_echo-server_images 0.04
154 TestFunctional/delete_my-image_image 0.01
155 TestFunctional/delete_minikube_cached_images 0.02
159 TestMultiControlPlane/serial/StartCluster 183.28
160 TestMultiControlPlane/serial/DeployApp 7.76
161 TestMultiControlPlane/serial/PingHostFromPods 1.58
162 TestMultiControlPlane/serial/AddWorkerNode 38.1
163 TestMultiControlPlane/serial/NodeLabels 0.1
164 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.8
165 TestMultiControlPlane/serial/CopyFile 18.67
166 TestMultiControlPlane/serial/StopSecondaryNode 12.78
167 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.53
168 TestMultiControlPlane/serial/RestartSecondaryNode 20.28
169 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 9.91
170 TestMultiControlPlane/serial/RestartClusterKeepsNodes 257.47
171 TestMultiControlPlane/serial/DeleteSecondaryNode 12.67
172 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.52
173 TestMultiControlPlane/serial/StopCluster 35.85
174 TestMultiControlPlane/serial/RestartCluster 127.01
175 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.54
176 TestMultiControlPlane/serial/AddSecondaryNode 76.56
177 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.81
181 TestJSONOutput/start/Command 50.68
182 TestJSONOutput/start/Audit 0
184 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
185 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
187 TestJSONOutput/pause/Command 0.73
188 TestJSONOutput/pause/Audit 0
190 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
191 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
193 TestJSONOutput/unpause/Command 0.69
194 TestJSONOutput/unpause/Audit 0
196 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
197 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
199 TestJSONOutput/stop/Command 5.86
200 TestJSONOutput/stop/Audit 0
202 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
203 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
204 TestErrorJSONOutput 0.21
206 TestKicCustomNetwork/create_custom_network 39.14
207 TestKicCustomNetwork/use_default_bridge_network 34.65
208 TestKicExistingNetwork 33.86
209 TestKicCustomSubnet 32.05
210 TestKicStaticIP 33.14
211 TestMainNoArgs 0.05
212 TestMinikubeProfile 66.19
215 TestMountStart/serial/StartWithMountFirst 6.94
216 TestMountStart/serial/VerifyMountFirst 0.28
217 TestMountStart/serial/StartWithMountSecond 6.64
218 TestMountStart/serial/VerifyMountSecond 0.29
219 TestMountStart/serial/DeleteFirst 1.61
220 TestMountStart/serial/VerifyMountPostDelete 0.26
221 TestMountStart/serial/Stop 1.19
222 TestMountStart/serial/RestartStopped 8.07
223 TestMountStart/serial/VerifyMountPostStop 0.25
226 TestMultiNode/serial/FreshStart2Nodes 81.03
227 TestMultiNode/serial/DeployApp2Nodes 6.68
228 TestMultiNode/serial/PingHostFrom2Pods 0.99
229 TestMultiNode/serial/AddNode 32.57
230 TestMultiNode/serial/MultiNodeLabels 0.09
231 TestMultiNode/serial/ProfileList 0.32
232 TestMultiNode/serial/CopyFile 9.93
233 TestMultiNode/serial/StopNode 2.24
234 TestMultiNode/serial/StartAfterStop 10.6
235 TestMultiNode/serial/RestartKeepsNodes 105.86
236 TestMultiNode/serial/DeleteNode 5.61
237 TestMultiNode/serial/StopMultiNode 23.82
238 TestMultiNode/serial/RestartMultiNode 51.61
239 TestMultiNode/serial/ValidateNameConflict 34.79
244 TestPreload 134.64
246 TestScheduledStopUnix 106.3
249 TestInsufficientStorage 10.56
250 TestRunningBinaryUpgrade 61.46
252 TestKubernetesUpgrade 391.52
253 TestMissingContainerUpgrade 171.28
255 TestNoKubernetes/serial/StartNoK8sWithVersion 0.07
256 TestNoKubernetes/serial/StartWithK8s 42.74
257 TestNoKubernetes/serial/StartWithStopK8s 9.41
258 TestNoKubernetes/serial/Start 8.9
259 TestNoKubernetes/serial/VerifyK8sNotRunning 0.27
260 TestNoKubernetes/serial/ProfileList 0.66
261 TestNoKubernetes/serial/Stop 1.22
262 TestNoKubernetes/serial/StartNoArgs 7.6
263 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.36
264 TestStoppedBinaryUpgrade/Setup 9.83
265 TestStoppedBinaryUpgrade/Upgrade 86.16
266 TestStoppedBinaryUpgrade/MinikubeLogs 1.43
275 TestPause/serial/Start 52.3
276 TestPause/serial/SecondStartNoReconfiguration 27.63
277 TestPause/serial/Pause 0.88
278 TestPause/serial/VerifyStatus 0.37
279 TestPause/serial/Unpause 0.79
280 TestPause/serial/PauseAgain 1.16
281 TestPause/serial/DeletePaused 3.35
282 TestPause/serial/VerifyDeletedResources 2.8
290 TestNetworkPlugins/group/false 5.68
295 TestStartStop/group/old-k8s-version/serial/FirstStart 180.86
296 TestStartStop/group/old-k8s-version/serial/DeployApp 10.7
298 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 54.93
299 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 2.4
300 TestStartStop/group/old-k8s-version/serial/Stop 12.2
301 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.23
302 TestStartStop/group/old-k8s-version/serial/SecondStart 380.42
303 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 10.39
304 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.41
305 TestStartStop/group/default-k8s-diff-port/serial/Stop 12.53
306 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.21
307 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 266.82
308 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
309 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.12
310 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.26
311 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.15
313 TestStartStop/group/embed-certs/serial/FirstStart 56.52
314 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
315 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 6.11
316 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.24
317 TestStartStop/group/old-k8s-version/serial/Pause 2.94
319 TestStartStop/group/no-preload/serial/FirstStart 68.81
320 TestStartStop/group/embed-certs/serial/DeployApp 9.47
321 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.29
322 TestStartStop/group/embed-certs/serial/Stop 13.74
323 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.24
324 TestStartStop/group/embed-certs/serial/SecondStart 282.27
325 TestStartStop/group/no-preload/serial/DeployApp 10.35
326 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.06
327 TestStartStop/group/no-preload/serial/Stop 12.03
328 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.19
329 TestStartStop/group/no-preload/serial/SecondStart 280.11
330 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
331 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.1
332 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.25
333 TestStartStop/group/embed-certs/serial/Pause 3.01
335 TestStartStop/group/newest-cni/serial/FirstStart 37.44
336 TestStartStop/group/newest-cni/serial/DeployApp 0
337 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.17
338 TestStartStop/group/newest-cni/serial/Stop 1.27
339 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.23
340 TestStartStop/group/newest-cni/serial/SecondStart 17.3
341 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
342 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 6.12
343 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
344 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
345 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.25
346 TestStartStop/group/newest-cni/serial/Pause 3.45
347 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.4
348 TestStartStop/group/no-preload/serial/Pause 4.19
349 TestNetworkPlugins/group/auto/Start 59.25
350 TestNetworkPlugins/group/kindnet/Start 57.33
351 TestNetworkPlugins/group/auto/KubeletFlags 0.3
352 TestNetworkPlugins/group/auto/NetCatPod 11.33
353 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
354 TestNetworkPlugins/group/kindnet/KubeletFlags 0.29
355 TestNetworkPlugins/group/kindnet/NetCatPod 11.26
356 TestNetworkPlugins/group/auto/DNS 0.28
357 TestNetworkPlugins/group/auto/Localhost 0.25
358 TestNetworkPlugins/group/auto/HairPin 0.24
359 TestNetworkPlugins/group/kindnet/DNS 0.25
360 TestNetworkPlugins/group/kindnet/Localhost 0.19
361 TestNetworkPlugins/group/kindnet/HairPin 0.19
362 TestNetworkPlugins/group/calico/Start 70.98
363 TestNetworkPlugins/group/custom-flannel/Start 60.94
364 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.31
365 TestNetworkPlugins/group/custom-flannel/NetCatPod 12.29
366 TestNetworkPlugins/group/calico/ControllerPod 6.01
367 TestNetworkPlugins/group/calico/KubeletFlags 0.36
368 TestNetworkPlugins/group/calico/NetCatPod 13.26
369 TestNetworkPlugins/group/custom-flannel/DNS 0.24
370 TestNetworkPlugins/group/custom-flannel/Localhost 0.24
371 TestNetworkPlugins/group/custom-flannel/HairPin 0.24
372 TestNetworkPlugins/group/calico/DNS 0.29
373 TestNetworkPlugins/group/calico/Localhost 0.18
374 TestNetworkPlugins/group/calico/HairPin 0.24
375 TestNetworkPlugins/group/enable-default-cni/Start 82.3
376 TestNetworkPlugins/group/flannel/Start 60.59
377 TestNetworkPlugins/group/flannel/ControllerPod 6.01
378 TestNetworkPlugins/group/flannel/KubeletFlags 0.28
379 TestNetworkPlugins/group/flannel/NetCatPod 11.26
380 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.3
381 TestNetworkPlugins/group/enable-default-cni/NetCatPod 11.27
382 TestNetworkPlugins/group/flannel/DNS 0.19
383 TestNetworkPlugins/group/flannel/Localhost 0.17
384 TestNetworkPlugins/group/flannel/HairPin 0.17
385 TestNetworkPlugins/group/enable-default-cni/DNS 0.28
386 TestNetworkPlugins/group/enable-default-cni/Localhost 0.22
387 TestNetworkPlugins/group/enable-default-cni/HairPin 0.22
388 TestNetworkPlugins/group/bridge/Start 79.99
389 TestNetworkPlugins/group/bridge/KubeletFlags 0.29
390 TestNetworkPlugins/group/bridge/NetCatPod 11.28
391 TestNetworkPlugins/group/bridge/DNS 0.22
392 TestNetworkPlugins/group/bridge/Localhost 0.15
393 TestNetworkPlugins/group/bridge/HairPin 0.15
x
+
TestDownloadOnly/v1.20.0/json-events (72.28s)

                                                
                                                
=== 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-855902 --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-855902 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (1m12.277330896s)
--- PASS: TestDownloadOnly/v1.20.0/json-events (72.28s)

                                                
                                    
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-855902
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-arm64 logs -p download-only-855902: exit status 85 (67.141003ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-855902 | jenkins | v1.33.1 | 29 Aug 24 19:37 UTC |          |
	|         | -p download-only-855902        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/08/29 19:37:52
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.22.5 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0829 19:37:52.274057  592024 out.go:345] Setting OutFile to fd 1 ...
	I0829 19:37:52.274210  592024 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 19:37:52.274222  592024 out.go:358] Setting ErrFile to fd 2...
	I0829 19:37:52.274253  592024 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 19:37:52.274525  592024 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	W0829 19:37:52.274704  592024 root.go:314] Error reading config file at /home/jenkins/minikube-integration/19530-586627/.minikube/config/config.json: open /home/jenkins/minikube-integration/19530-586627/.minikube/config/config.json: no such file or directory
	I0829 19:37:52.275189  592024 out.go:352] Setting JSON to true
	I0829 19:37:52.276118  592024 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":12020,"bootTime":1724948253,"procs":167,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1068-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0829 19:37:52.276191  592024 start.go:139] virtualization:  
	I0829 19:37:52.279265  592024 out.go:97] [download-only-855902] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	W0829 19:37:52.279477  592024 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball: no such file or directory
	I0829 19:37:52.279519  592024 notify.go:220] Checking for updates...
	I0829 19:37:52.281205  592024 out.go:169] MINIKUBE_LOCATION=19530
	I0829 19:37:52.282737  592024 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0829 19:37:52.284494  592024 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 19:37:52.286995  592024 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube
	I0829 19:37:52.288976  592024 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0829 19:37:52.292327  592024 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0829 19:37:52.292620  592024 driver.go:392] Setting default libvirt URI to qemu:///system
	I0829 19:37:52.312942  592024 docker.go:123] docker version: linux-27.2.0:Docker Engine - Community
	I0829 19:37:52.313058  592024 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 19:37:52.366932  592024 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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-08-29 19:37:52.357254479 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 19:37:52.367056  592024 docker.go:307] overlay module found
	I0829 19:37:52.369175  592024 out.go:97] Using the docker driver based on user configuration
	I0829 19:37:52.369213  592024 start.go:297] selected driver: docker
	I0829 19:37:52.369220  592024 start.go:901] validating driver "docker" against <nil>
	I0829 19:37:52.369339  592024 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 19:37:52.424978  592024 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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-08-29 19:37:52.415758712 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 19:37:52.425173  592024 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0829 19:37:52.425446  592024 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0829 19:37:52.425602  592024 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0829 19:37:52.427979  592024 out.go:169] Using Docker driver with root privileges
	I0829 19:37:52.429949  592024 cni.go:84] Creating CNI manager for ""
	I0829 19:37:52.429975  592024 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:37:52.429987  592024 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0829 19:37:52.430072  592024 start.go:340] cluster config:
	{Name:download-only-855902 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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-855902 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}
	I0829 19:37:52.432063  592024 out.go:97] Starting "download-only-855902" primary control-plane node in "download-only-855902" cluster
	I0829 19:37:52.432085  592024 cache.go:121] Beginning downloading kic base image for docker with crio
	I0829 19:37:52.433795  592024 out.go:97] Pulling base image v0.0.44-1724862063-19530 ...
	I0829 19:37:52.433823  592024 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0829 19:37:52.433924  592024 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local docker daemon
	I0829 19:37:52.458140  592024 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 to local cache
	I0829 19:37:52.458301  592024 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local cache directory
	I0829 19:37:52.458392  592024 image.go:148] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 to local cache
	I0829 19:37:52.557998  592024 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
	I0829 19:37:52.558023  592024 cache.go:56] Caching tarball of preloaded images
	I0829 19:37:52.558671  592024 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0829 19:37:52.561191  592024 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0829 19:37:52.561219  592024 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0829 19:37:52.714553  592024 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/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0829 19:38:04.395119  592024 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 as a tarball
	I0829 19:39:01.977803  592024 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0829 19:39:01.977912  592024 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	
	
	* The control-plane node download-only-855902 host does not exist
	  To start a cluster, run: "minikube start -p download-only-855902"

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.0/json-events (154.97s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.31.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -o=json --download-only -p download-only-887925 --force --alsologtostderr --kubernetes-version=v1.31.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-887925 --force --alsologtostderr --kubernetes-version=v1.31.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (2m34.964975074s)
--- PASS: TestDownloadOnly/v1.31.0/json-events (154.97s)

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

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

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-855902 | jenkins | v1.33.1 | 29 Aug 24 19:37 UTC |                     |
	|         | -p download-only-855902        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.33.1 | 29 Aug 24 19:39 UTC | 29 Aug 24 19:39 UTC |
	| delete  | -p download-only-855902        | download-only-855902 | jenkins | v1.33.1 | 29 Aug 24 19:39 UTC | 29 Aug 24 19:39 UTC |
	| start   | -o=json --download-only        | download-only-887925 | jenkins | v1.33.1 | 29 Aug 24 19:39 UTC |                     |
	|         | -p download-only-887925        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.31.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/08/29 19:39:04
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.22.5 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0829 19:39:04.941355  592225 out.go:345] Setting OutFile to fd 1 ...
	I0829 19:39:04.941470  592225 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 19:39:04.941519  592225 out.go:358] Setting ErrFile to fd 2...
	I0829 19:39:04.941541  592225 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 19:39:04.941891  592225 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 19:39:04.942390  592225 out.go:352] Setting JSON to true
	I0829 19:39:04.943365  592225 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":12092,"bootTime":1724948253,"procs":162,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1068-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0829 19:39:04.943446  592225 start.go:139] virtualization:  
	I0829 19:39:04.946114  592225 out.go:97] [download-only-887925] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0829 19:39:04.946363  592225 notify.go:220] Checking for updates...
	I0829 19:39:04.948212  592225 out.go:169] MINIKUBE_LOCATION=19530
	I0829 19:39:04.950541  592225 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0829 19:39:04.952568  592225 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 19:39:04.954381  592225 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube
	I0829 19:39:04.956263  592225 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0829 19:39:04.959582  592225 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0829 19:39:04.959835  592225 driver.go:392] Setting default libvirt URI to qemu:///system
	I0829 19:39:04.980068  592225 docker.go:123] docker version: linux-27.2.0:Docker Engine - Community
	I0829 19:39:04.980206  592225 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 19:39:05.047884  592225 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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-08-29 19:39:05.035721644 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 19:39:05.048167  592225 docker.go:307] overlay module found
	I0829 19:39:05.050538  592225 out.go:97] Using the docker driver based on user configuration
	I0829 19:39:05.050660  592225 start.go:297] selected driver: docker
	I0829 19:39:05.050699  592225 start.go:901] validating driver "docker" against <nil>
	I0829 19:39:05.050905  592225 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 19:39:05.115763  592225 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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-08-29 19:39:05.103069022 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 19:39:05.115935  592225 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0829 19:39:05.116233  592225 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0829 19:39:05.116390  592225 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0829 19:39:05.118793  592225 out.go:169] Using Docker driver with root privileges
	I0829 19:39:05.121236  592225 cni.go:84] Creating CNI manager for ""
	I0829 19:39:05.121269  592225 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0829 19:39:05.121282  592225 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0829 19:39:05.121368  592225 start.go:340] cluster config:
	{Name:download-only-887925 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:download-only-887925 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.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}
	I0829 19:39:05.123292  592225 out.go:97] Starting "download-only-887925" primary control-plane node in "download-only-887925" cluster
	I0829 19:39:05.123328  592225 cache.go:121] Beginning downloading kic base image for docker with crio
	I0829 19:39:05.125539  592225 out.go:97] Pulling base image v0.0.44-1724862063-19530 ...
	I0829 19:39:05.125577  592225 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:39:05.125624  592225 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local docker daemon
	I0829 19:39:05.142221  592225 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 to local cache
	I0829 19:39:05.142368  592225 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local cache directory
	I0829 19:39:05.142393  592225 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 in local cache directory, skipping pull
	I0829 19:39:05.142402  592225 image.go:135] gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 exists in cache, skipping pull
	I0829 19:39:05.142410  592225 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 as a tarball
	I0829 19:39:05.184149  592225 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.0/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4
	I0829 19:39:05.184203  592225 cache.go:56] Caching tarball of preloaded images
	I0829 19:39:05.184363  592225 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:39:05.186562  592225 out.go:97] Downloading Kubernetes v1.31.0 preload ...
	I0829 19:39:05.186586  592225 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4 ...
	I0829 19:39:05.321669  592225 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.31.0/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4?checksum=md5:e6af375765e1700a37be5f07489fb80e -> /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4
	I0829 19:39:09.627100  592225 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4 ...
	I0829 19:39:09.627211  592225 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/19530-586627/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.31.0-cri-o-overlay-arm64.tar.lz4 ...
	I0829 19:39:10.480916  592225 cache.go:59] Finished verifying existence of preloaded tar for v1.31.0 on crio
	I0829 19:39:10.481304  592225 profile.go:143] Saving config to /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/download-only-887925/config.json ...
	I0829 19:39:10.481343  592225 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/download-only-887925/config.json: {Name:mkb3df8566da85d70ba6f896df56dd0ca4a86fc2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0829 19:39:10.482059  592225 preload.go:131] Checking if preload exists for k8s version v1.31.0 and runtime crio
	I0829 19:39:10.482256  592225 download.go:107] Downloading: https://dl.k8s.io/release/v1.31.0/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.31.0/bin/linux/arm64/kubectl.sha256 -> /home/jenkins/minikube-integration/19530-586627/.minikube/cache/linux/arm64/v1.31.0/kubectl
	
	
	* The control-plane node download-only-887925 host does not exist
	  To start a cluster, run: "minikube start -p download-only-887925"

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

                                                
                                    
x
+
TestDownloadOnly/v1.31.0/DeleteAll (0.25s)

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

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

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

                                                
                                    
x
+
TestBinaryMirror (0.57s)

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

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (202.28s)

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

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

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

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.76s)

                                                
                                                
=== 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-kt76k" [cec4d39d-9d40-4820-8b49-3b8420c22610] 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.004531954s
addons_test.go:851: (dbg) Run:  out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-409501
addons_test.go:851: (dbg) Done: out/minikube-linux-arm64 addons disable inspektor-gadget -p addons-409501: (5.749703806s)
--- PASS: TestAddons/parallel/InspektorGadget (11.76s)

                                                
                                    
x
+
TestAddons/parallel/CSI (46.5s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:567: csi-hostpath-driver pods stabilized in 6.025967ms
addons_test.go:570: (dbg) Run:  kubectl --context addons-409501 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-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:580: (dbg) Run:  kubectl --context addons-409501 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" [feca3bda-228b-408c-8132-6ba74d73c360] Pending
helpers_test.go:344: "task-pv-pod" [feca3bda-228b-408c-8132-6ba74d73c360] 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" [feca3bda-228b-408c-8132-6ba74d73c360] Running
addons_test.go:585: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 11.003543549s
addons_test.go:590: (dbg) Run:  kubectl --context addons-409501 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-409501 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:600: (dbg) Run:  kubectl --context addons-409501 delete pod task-pv-pod
addons_test.go:606: (dbg) Run:  kubectl --context addons-409501 delete pvc hpvc
addons_test.go:612: (dbg) Run:  kubectl --context addons-409501 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-409501 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:622: (dbg) Run:  kubectl --context addons-409501 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" [bd613521-2513-4f6b-b8d9-d65a06637ac2] Pending
helpers_test.go:344: "task-pv-pod-restore" [bd613521-2513-4f6b-b8d9-d65a06637ac2] 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" [bd613521-2513-4f6b-b8d9-d65a06637ac2] Running
addons_test.go:627: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 8.003573033s
addons_test.go:632: (dbg) Run:  kubectl --context addons-409501 delete pod task-pv-pod-restore
addons_test.go:636: (dbg) Run:  kubectl --context addons-409501 delete pvc hpvc-restore
addons_test.go:640: (dbg) Run:  kubectl --context addons-409501 delete volumesnapshot new-snapshot-demo
addons_test.go:644: (dbg) Run:  out/minikube-linux-arm64 -p addons-409501 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:644: (dbg) Done: out/minikube-linux-arm64 -p addons-409501 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.757633641s)
addons_test.go:648: (dbg) Run:  out/minikube-linux-arm64 -p addons-409501 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (46.50s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (18.7s)

                                                
                                                
=== 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-409501 --alsologtostderr -v=1
addons_test.go:835: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-57fb76fcdb-957st" [30773a0d-c74d-4fc4-9807-302e8ca3f947] Pending
helpers_test.go:344: "headlamp-57fb76fcdb-957st" [30773a0d-c74d-4fc4-9807-302e8ca3f947] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-57fb76fcdb-957st" [30773a0d-c74d-4fc4-9807-302e8ca3f947] Running
addons_test.go:835: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 12.00382117s
addons_test.go:839: (dbg) Run:  out/minikube-linux-arm64 -p addons-409501 addons disable headlamp --alsologtostderr -v=1
addons_test.go:839: (dbg) Done: out/minikube-linux-arm64 -p addons-409501 addons disable headlamp --alsologtostderr -v=1: (5.750793367s)
--- PASS: TestAddons/parallel/Headlamp (18.70s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.54s)

                                                
                                                
=== 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-wjxzm" [52f779b9-10fa-46bf-a9f1-f18dd3c0b523] Running
addons_test.go:867: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.003632214s
addons_test.go:870: (dbg) Run:  out/minikube-linux-arm64 addons disable cloud-spanner -p addons-409501
--- PASS: TestAddons/parallel/CloudSpanner (5.54s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (54.79s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:982: (dbg) Run:  kubectl --context addons-409501 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:988: (dbg) Run:  kubectl --context addons-409501 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-409501 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-409501 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" [437714d0-7200-4a7b-a64a-4a9148add3c3] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [437714d0-7200-4a7b-a64a-4a9148add3c3] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [437714d0-7200-4a7b-a64a-4a9148add3c3] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:995: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 5.003851349s
addons_test.go:1000: (dbg) Run:  kubectl --context addons-409501 get pvc test-pvc -o=json
addons_test.go:1009: (dbg) Run:  out/minikube-linux-arm64 -p addons-409501 ssh "cat /opt/local-path-provisioner/pvc-14a5d7f7-7a49-4a0e-9ba0-743d8ddd7c9e_default_test-pvc/file1"
addons_test.go:1021: (dbg) Run:  kubectl --context addons-409501 delete pod test-local-path
addons_test.go:1025: (dbg) Run:  kubectl --context addons-409501 delete pvc test-pvc
addons_test.go:1029: (dbg) Run:  out/minikube-linux-arm64 -p addons-409501 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:1029: (dbg) Done: out/minikube-linux-arm64 -p addons-409501 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.691789285s)
--- PASS: TestAddons/parallel/LocalPath (54.79s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.51s)

                                                
                                                
=== 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-kj6gt" [a704fc0e-8c7d-43e0-8d50-5fbc26aacf13] Running
addons_test.go:1061: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.004075768s
addons_test.go:1064: (dbg) Run:  out/minikube-linux-arm64 addons disable nvidia-device-plugin -p addons-409501
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.51s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.84s)

                                                
                                                
=== 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-v86s8" [1bfce3f0-2007-4bc4-9abb-dc65cc3a6d31] Running
addons_test.go:1072: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.007369965s
addons_test.go:1076: (dbg) Run:  out/minikube-linux-arm64 -p addons-409501 addons disable yakd --alsologtostderr -v=1
addons_test.go:1076: (dbg) Done: out/minikube-linux-arm64 -p addons-409501 addons disable yakd --alsologtostderr -v=1: (5.828227859s)
--- PASS: TestAddons/parallel/Yakd (11.84s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (6.2s)

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

                                                
                                    
x
+
TestCertOptions (36.67s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (249.68s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdFlag (41.43s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-arm64 start -p force-systemd-flag-696692 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio
docker_test.go:91: (dbg) Done: out/minikube-linux-arm64 start -p force-systemd-flag-696692 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (38.071963577s)
docker_test.go:132: (dbg) Run:  out/minikube-linux-arm64 -p force-systemd-flag-696692 ssh "cat /etc/crio/crio.conf.d/02-crio.conf"
helpers_test.go:175: Cleaning up "force-systemd-flag-696692" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p force-systemd-flag-696692
E0829 20:41:27.500151  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p force-systemd-flag-696692: (2.932726437s)
--- PASS: TestForceSystemdFlag (41.43s)

                                                
                                    
x
+
TestForceSystemdEnv (40.74s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/setup (30.08s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.78s)

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

                                                
                                    
x
+
TestErrorSpam/status (1.37s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.76s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (2.02s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.41s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (49.34s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2234: (dbg) Run:  out/minikube-linux-arm64 start -p functional-911032 --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-911032 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (49.336201184s)
--- PASS: TestFunctional/serial/StartWithProxy (49.34s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (28.9s)

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 cache add registry.k8s.io/pause:3.1
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-911032 cache add registry.k8s.io/pause:3.1: (1.591100643s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 cache add registry.k8s.io/pause:3.3
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-911032 cache add registry.k8s.io/pause:3.3: (1.759262528s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 cache add registry.k8s.io/pause:latest
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-911032 cache add registry.k8s.io/pause:latest: (2.035222873s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (5.39s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.14s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.15s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (34.74s)

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

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.11s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.66s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.73s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 logs --file /tmp/TestFunctionalserialLogsFileCmd1079584261/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-arm64 -p functional-911032 logs --file /tmp/TestFunctionalserialLogsFileCmd1079584261/001/logs.txt: (1.731174299s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.73s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.64s)

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.45s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (12.15s)

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.53s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0829 20:03:56.795134  620438 out.go:345] Setting OutFile to fd 1 ...
	I0829 20:03:56.795396  620438 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:03:56.795406  620438 out.go:358] Setting ErrFile to fd 2...
	I0829 20:03:56.795412  620438 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:03:56.795643  620438 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 20:03:56.796004  620438 out.go:352] Setting JSON to false
	I0829 20:03:56.796922  620438 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":13584,"bootTime":1724948253,"procs":199,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1068-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0829 20:03:56.796996  620438 start.go:139] virtualization:  
	I0829 20:03:56.800226  620438 out.go:177] * [functional-911032] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0829 20:03:56.802019  620438 out.go:177]   - MINIKUBE_LOCATION=19530
	I0829 20:03:56.802210  620438 notify.go:220] Checking for updates...
	I0829 20:03:56.809691  620438 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0829 20:03:56.811656  620438 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 20:03:56.814269  620438 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube
	I0829 20:03:56.816044  620438 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0829 20:03:56.818083  620438 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0829 20:03:56.821002  620438 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 20:03:56.821617  620438 driver.go:392] Setting default libvirt URI to qemu:///system
	I0829 20:03:56.869481  620438 docker.go:123] docker version: linux-27.2.0:Docker Engine - Community
	I0829 20:03:56.869594  620438 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 20:03:56.957596  620438 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-08-29 20:03:56.947510549 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 20:03:56.957784  620438 docker.go:307] overlay module found
	I0829 20:03:56.962152  620438 out.go:177] * Using the docker driver based on existing profile
	I0829 20:03:56.964040  620438 start.go:297] selected driver: docker
	I0829 20:03:56.964097  620438 start.go:901] validating driver "docker" against &{Name:functional-911032 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:functional-911032 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.0 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}
	I0829 20:03:56.964233  620438 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0829 20:03:56.967078  620438 out.go:201] 
	W0829 20:03:56.969062  620438 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
	I0829 20:03:56.971931  620438 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.21s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0829 20:03:56.581773  620395 out.go:345] Setting OutFile to fd 1 ...
	I0829 20:03:56.581982  620395 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:03:56.582012  620395 out.go:358] Setting ErrFile to fd 2...
	I0829 20:03:56.582036  620395 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:03:56.582888  620395 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 20:03:56.583356  620395 out.go:352] Setting JSON to false
	I0829 20:03:56.584361  620395 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":13584,"bootTime":1724948253,"procs":198,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1068-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0829 20:03:56.584483  620395 start.go:139] virtualization:  
	I0829 20:03:56.587183  620395 out.go:177] * [functional-911032] minikube v1.33.1 sur Ubuntu 20.04 (arm64)
	I0829 20:03:56.590572  620395 out.go:177]   - MINIKUBE_LOCATION=19530
	I0829 20:03:56.590649  620395 notify.go:220] Checking for updates...
	I0829 20:03:56.594225  620395 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0829 20:03:56.596593  620395 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 20:03:56.598550  620395 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube
	I0829 20:03:56.600873  620395 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0829 20:03:56.602916  620395 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0829 20:03:56.605503  620395 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 20:03:56.606053  620395 driver.go:392] Setting default libvirt URI to qemu:///system
	I0829 20:03:56.637367  620395 docker.go:123] docker version: linux-27.2.0:Docker Engine - Community
	I0829 20:03:56.637477  620395 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 20:03:56.718636  620395 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:true NGoroutines:52 SystemTime:2024-08-29 20:03:56.702646776 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 20:03:56.718745  620395 docker.go:307] overlay module found
	I0829 20:03:56.721521  620395 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0829 20:03:56.723407  620395 start.go:297] selected driver: docker
	I0829 20:03:56.723438  620395 start.go:901] validating driver "docker" against &{Name:functional-911032 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1724862063-19530@sha256:fd0f41868bf20a720502cce04c5201bfb064f3c267161af6fd5265d69c85c9f0 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.0 ClusterName:functional-911032 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.0 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}
	I0829 20:03:56.723774  620395 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0829 20:03:56.727359  620395 out.go:201] 
	W0829 20:03:56.729835  620395 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
	I0829 20:03:56.732265  620395 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (0.98s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (13.79s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1627: (dbg) Run:  kubectl --context functional-911032 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-911032 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-8b2g9" [350fa79a-bea4-4563-a6b9-4c8f473df3be] 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-8b2g9" [350fa79a-bea4-4563-a6b9-4c8f473df3be] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 13.004126633s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:32707
functional_test.go:1675: http://192.168.49.2:32707: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-65d86f57f4-8b2g9

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.27s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (25.24s)

                                                
                                                
=== RUN   TestFunctional/parallel/PersistentVolumeClaim
=== PAUSE TestFunctional/parallel/PersistentVolumeClaim

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/PersistentVolumeClaim
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: waiting 4m0s for pods matching "integration-test=storage-provisioner" in namespace "kube-system" ...
helpers_test.go:344: "storage-provisioner" [42562bf1-db7c-4dd0-a799-13e366bcb80c] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.004054649s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-911032 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-911032 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-911032 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-911032 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" [481fe6b1-b088-4489-937e-dedfc40ea2e6] Pending
helpers_test.go:344: "sp-pod" [481fe6b1-b088-4489-937e-dedfc40ea2e6] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [481fe6b1-b088-4489-937e-dedfc40ea2e6] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 11.004217151s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-911032 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-911032 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-911032 delete -f testdata/storage-provisioner/pod.yaml: (1.231086944s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-911032 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" [4d0b8b8b-85ac-4710-be1a-b753e95e9144] Pending
helpers_test.go:344: "sp-pod" [4d0b8b8b-85ac-4710-be1a-b753e95e9144] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 6.009473578s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-911032 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (25.24s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.64s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.23s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.34s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (2.15s)

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.51s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-911032 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" [d705779e-1e41-4018-9a70-c0762f445bb2] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [d705779e-1e41-4018-9a70-c0762f445bb2] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 8.00403348s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (8.43s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1437: (dbg) Run:  kubectl --context functional-911032 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-911032 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-nf549" [2585b51a-6434-466c-abae-3b6eea973717] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-64b4f8f9ff-nf549" [2585b51a-6434-466c-abae-3b6eea973717] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 6.007134031s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (6.23s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_not_create
functional_test.go:1270: (dbg) Run:  out/minikube-linux-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.40s)

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Aug 29 20:03 created-by-test
-rw-r--r-- 1 docker docker 24 Aug 29 20:03 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Aug 29 20:03 test-1724961831389179110
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 ssh cat /mount-9p/test-1724961831389179110
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-911032 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" [08de68b7-361f-4e28-a2b2-3306e10ccee5] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [08de68b7-361f-4e28-a2b2-3306e10ccee5] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [08de68b7-361f-4e28-a2b2-3306e10ccee5] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 6.005734416s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-911032 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-911032 /tmp/TestFunctionalparallelMountCmdany-port717164970/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (9.68s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/specific-port
functional_test_mount_test.go:213: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-911032 /tmp/TestFunctionalparallelMountCmdspecific-port2364517926/001:/mount-9p --alsologtostderr -v=1 --port 46464]
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 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-911032 /tmp/TestFunctionalparallelMountCmdspecific-port2364517926/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-911032 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-911032 ssh "sudo umount -f /mount-9p": exit status 1 (272.904008ms)

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

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

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

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

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

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

                                                
                                                
=== 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-911032 version --short
--- PASS: TestFunctional/parallel/Version/short (0.06s)

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

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

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

                                                
                                                
=== 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-911032 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-911032 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.0
registry.k8s.io/kube-proxy:v1.31.0
registry.k8s.io/kube-controller-manager:v1.31.0
registry.k8s.io/kube-apiserver:v1.31.0
registry.k8s.io/etcd:3.5.15-0
registry.k8s.io/echoserver-arm:1.8
registry.k8s.io/coredns/coredns:v1.11.1
localhost/minikube-local-cache-test:functional-911032
localhost/kicbase/echo-server:functional-911032
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
docker.io/kindest/kindnetd:v20240730-75a5af0c
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-911032 image ls --format short --alsologtostderr:
I0829 20:04:16.696145  623217 out.go:345] Setting OutFile to fd 1 ...
I0829 20:04:16.696331  623217 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 20:04:16.696361  623217 out.go:358] Setting ErrFile to fd 2...
I0829 20:04:16.696390  623217 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 20:04:16.696675  623217 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
I0829 20:04:16.697341  623217 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0829 20:04:16.697518  623217 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0829 20:04:16.698113  623217 cli_runner.go:164] Run: docker container inspect functional-911032 --format={{.State.Status}}
I0829 20:04:16.723484  623217 ssh_runner.go:195] Run: systemctl --version
I0829 20:04:16.723542  623217 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-911032
I0829 20:04:16.747299  623217 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/functional-911032/id_rsa Username:docker}
I0829 20:04:16.843458  623217 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.27s)

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

                                                
                                                
=== 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-911032 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-911032 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| docker.io/library/nginx                 | alpine             | 70594c812316a | 48.4MB |
| docker.io/library/nginx                 | latest             | a9dfdba8b7190 | 197MB  |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 1611cd07b61d5 | 3.77MB |
| registry.k8s.io/echoserver-arm          | 1.8                | 72565bf5bbedf | 87.5MB |
| registry.k8s.io/kube-scheduler          | v1.31.0            | fbbbd428abb4d | 67MB   |
| registry.k8s.io/pause                   | 3.10               | afb61768ce381 | 520kB  |
| registry.k8s.io/coredns/coredns         | v1.11.1            | 2437cf7621777 | 58.8MB |
| registry.k8s.io/kube-apiserver          | v1.31.0            | cd0f0ae0ec9e0 | 92.6MB |
| registry.k8s.io/kube-controller-manager | v1.31.0            | fcb0683e6bdbd | 86.9MB |
| registry.k8s.io/pause                   | 3.3                | 3d18732f8686c | 487kB  |
| docker.io/kindest/kindnetd              | v20240730-75a5af0c | d5e283bc63d43 | 90.3MB |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | ba04bb24b9575 | 29MB   |
| localhost/minikube-local-cache-test     | functional-911032  | 54b1ef95dcff5 | 3.33kB |
| registry.k8s.io/kube-proxy              | v1.31.0            | 71d55d66fd4ee | 95.9MB |
| registry.k8s.io/pause                   | latest             | 8cb2091f603e7 | 246kB  |
| docker.io/kindest/kindnetd              | v20240813-c6f155d6 | 6a23fa8fd2b78 | 90.3MB |
| localhost/kicbase/echo-server           | functional-911032  | ce2d2cda2d858 | 4.79MB |
| registry.k8s.io/etcd                    | 3.5.15-0           | 27e3830e14027 | 140MB  |
| registry.k8s.io/pause                   | 3.1                | 8057e0500773a | 529kB  |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-911032 image ls --format table --alsologtostderr:
I0829 20:04:17.012795  623286 out.go:345] Setting OutFile to fd 1 ...
I0829 20:04:17.012985  623286 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 20:04:17.013011  623286 out.go:358] Setting ErrFile to fd 2...
I0829 20:04:17.013032  623286 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 20:04:17.013339  623286 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
I0829 20:04:17.014106  623286 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0829 20:04:17.014305  623286 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0829 20:04:17.014896  623286 cli_runner.go:164] Run: docker container inspect functional-911032 --format={{.State.Status}}
I0829 20:04:17.040111  623286 ssh_runner.go:195] Run: systemctl --version
I0829 20:04:17.040166  623286 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-911032
I0829 20:04:17.078248  623286 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/functional-911032/id_rsa Username:docker}
I0829 20:04:17.172571  623286 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.28s)

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

                                                
                                                
=== 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-911032 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-911032 image ls --format json --alsologtostderr:
[{"id":"70594c812316a9bc20dd5d679982c6322dc7cf0128687ae9f849d0207783e753","repoDigests":["docker.io/library/nginx@sha256:ba188f579f7a2638229e326e78c957a185630e303757813ef1ad7aac1b8248b6","docker.io/library/nginx@sha256:c04c18adc2a407740a397c8407c011fc6c90026a9b65cceddef7ae5484360158"],"repoTags":["docker.io/library/nginx:alpine"],"size":"48397013"},{"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:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1d
ddad8977a0d7a944"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"29037500"},{"id":"ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17","repoDigests":["localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a"],"repoTags":["localhost/kicbase/echo-server:functional-911032"],"size":"4788229"},{"id":"fcb0683e6bdbd083710cf2d6fd7eb699c77fe4994c38a5c82d059e2e3cb4c2fd","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:ed8613b19e25d56d25e9ba0d83fd1e14f8ba070cb80e2674ba62ded55e260a9c","registry.k8s.io/kube-controller-manager@sha256:f6f3c33dda209e8434b83dacf5244c03b59b0018d93325ff21296a142b68497d"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.31.0"],"size":"86930758"},{"id":"a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c","docker.io/kubernetesui/metrics-scraper@sha256:853c43f
3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a"],"repoTags":[],"size":"42263767"},{"id":"54b1ef95dcff5fc2e2db5a8da533cf2d0b58fb90bfe794aa290fc2a8d761f5fd","repoDigests":["localhost/minikube-local-cache-test@sha256:fc6e6016609615de1972c2d390786ee0a3a3958b7cefb3a7def830dbb5911f92"],"repoTags":["localhost/minikube-local-cache-test:functional-911032"],"size":"3330"},{"id":"72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb","repoDigests":["registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5"],"repoTags":["registry.k8s.io/echoserver-arm:1.8"],"size":"87536549"},{"id":"cd0f0ae0ec9e0cdc092079156c122bf034ba3f24d31c1b1dd1b52a42ecf9b388","repoDigests":["registry.k8s.io/kube-apiserver@sha256:470179274deb9dc3a81df55cfc24823ce153147d4ebf2ed649a4f271f51eaddf","registry.k8s.io/kube-apiserver@sha256:74a8050ec347821b7884ab635f3e7883b5c570388ed8087ffd01fd9fe1cb39c6"],"repoTags":["registry.k8s.io/kube-apiserver:v1.31.0"],"size":"92567005"},{"id":"71d55d
66fd4eec8986225089a135fadd96bc6624d987096808772ce1e1924d89","repoDigests":["registry.k8s.io/kube-proxy@sha256:b7d336a1c5e9719bafe8a97dbb2c503580b5ac898f3f40329fc98f6a1f0ea971","registry.k8s.io/kube-proxy@sha256:c727efb1c6f15a68060bf7f207f5c7a765355b7e3340c513e582ec819c5cd2fe"],"repoTags":["registry.k8s.io/kube-proxy:v1.31.0"],"size":"95949719"},{"id":"3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":["registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"487479"},{"id":"d5e283bc63d431d0446af8b48a1618696def3b777347a97b8b3553d2c989c806","repoDigests":["docker.io/kindest/kindnetd@sha256:4067b91686869e19bac601aec305ba55d2e74cdcb91347869bfb4fd3a26cd3c3","docker.io/kindest/kindnetd@sha256:c26d1775b97b4ba3436f3cdc4d5c153b773ce2b3f5ad8e201f16b09e7182d63e"],"repoTags":["docker.io/kindest/kindnetd:v20240730-75a5af0c"],"size":"90290738"},{"id":"2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b6535266
7c223d93","repoDigests":["registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1","registry.k8s.io/coredns/coredns@sha256:ba9e70dbdf0ff8a77ea63451bb1241d08819471730fe7a35a218a8db2ef7890c"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.1"],"size":"58812704"},{"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":"fbbbd428abb4dae52ab3018797d00d5840a739f0cc5697b662791831a60b0adb","repoDigests":["registry.k8s.io/kube-scheduler@sha256:96ddae9c9b2e79342e0551e2d2ec422c0c02629a74d928924aaa069706619808","registry.k8s.io/kube-scheduler@sha256:dd427ccac78f027990d5a00936681095842a0d813c70ecc2d4f65f3bd3beef77"],"repoTags":["registry.k8s.io/kube-scheduler:v1.31.0"],"size":"6700781
4"},{"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":"a9dfdba8b719078c5705fdecd6f8315765cc79e473111aa9451551ddc340b2bc","repoDigests":["docker.io/library/nginx@sha256:447a8665cc1dab95b1ca778e162215839ccbb9189104c79d7ec3a81e14577add","docker.io/library/nginx@sha256:bab0713884fed8a137ba5bd2d67d218c6192bd79b5a3526d3eb15567e035eb55"],"repoTags":["docker.io/library/nginx:latest"],"size":"197172049"},{"id":"8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5","repoDigests":["registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"528622"},{"id":"afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e
4b3e5699057e6aa8","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":"20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8","repoDigests":["docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93","docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf"],"repoTags":[],"size":"247562353"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-911032 image ls --format json --alsologtostderr:
I0829 20:04:17.296084  623373 out.go:345] Setting OutFile to fd 1 ...
I0829 20:04:17.296209  623373 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 20:04:17.296250  623373 out.go:358] Setting ErrFile to fd 2...
I0829 20:04:17.296255  623373 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 20:04:17.296486  623373 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
I0829 20:04:17.297092  623373 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0829 20:04:17.297252  623373 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0829 20:04:17.297866  623373 cli_runner.go:164] Run: docker container inspect functional-911032 --format={{.State.Status}}
I0829 20:04:17.321384  623373 ssh_runner.go:195] Run: systemctl --version
I0829 20:04:17.321436  623373 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-911032
I0829 20:04:17.346655  623373 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/functional-911032/id_rsa Username:docker}
I0829 20:04:17.443592  623373 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.27s)

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

                                                
                                                
=== 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-911032 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-911032 image ls --format yaml --alsologtostderr:
- id: 70594c812316a9bc20dd5d679982c6322dc7cf0128687ae9f849d0207783e753
repoDigests:
- docker.io/library/nginx@sha256:ba188f579f7a2638229e326e78c957a185630e303757813ef1ad7aac1b8248b6
- docker.io/library/nginx@sha256:c04c18adc2a407740a397c8407c011fc6c90026a9b65cceddef7ae5484360158
repoTags:
- docker.io/library/nginx:alpine
size: "48397013"
- id: ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests:
- localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a
repoTags:
- localhost/kicbase/echo-server:functional-911032
size: "4788229"
- id: cd0f0ae0ec9e0cdc092079156c122bf034ba3f24d31c1b1dd1b52a42ecf9b388
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:470179274deb9dc3a81df55cfc24823ce153147d4ebf2ed649a4f271f51eaddf
- registry.k8s.io/kube-apiserver@sha256:74a8050ec347821b7884ab635f3e7883b5c570388ed8087ffd01fd9fe1cb39c6
repoTags:
- registry.k8s.io/kube-apiserver:v1.31.0
size: "92567005"
- id: 71d55d66fd4eec8986225089a135fadd96bc6624d987096808772ce1e1924d89
repoDigests:
- registry.k8s.io/kube-proxy@sha256:b7d336a1c5e9719bafe8a97dbb2c503580b5ac898f3f40329fc98f6a1f0ea971
- registry.k8s.io/kube-proxy@sha256:c727efb1c6f15a68060bf7f207f5c7a765355b7e3340c513e582ec819c5cd2fe
repoTags:
- registry.k8s.io/kube-proxy:v1.31.0
size: "95949719"
- id: fbbbd428abb4dae52ab3018797d00d5840a739f0cc5697b662791831a60b0adb
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:96ddae9c9b2e79342e0551e2d2ec422c0c02629a74d928924aaa069706619808
- registry.k8s.io/kube-scheduler@sha256:dd427ccac78f027990d5a00936681095842a0d813c70ecc2d4f65f3bd3beef77
repoTags:
- registry.k8s.io/kube-scheduler:v1.31.0
size: "67007814"
- id: 8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests:
- registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca
repoTags:
- registry.k8s.io/pause:latest
size: "246070"
- id: d5e283bc63d431d0446af8b48a1618696def3b777347a97b8b3553d2c989c806
repoDigests:
- docker.io/kindest/kindnetd@sha256:4067b91686869e19bac601aec305ba55d2e74cdcb91347869bfb4fd3a26cd3c3
- docker.io/kindest/kindnetd@sha256:c26d1775b97b4ba3436f3cdc4d5c153b773ce2b3f5ad8e201f16b09e7182d63e
repoTags:
- docker.io/kindest/kindnetd:v20240730-75a5af0c
size: "90290738"
- id: 8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests:
- registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67
repoTags:
- registry.k8s.io/pause:3.1
size: "528622"
- id: a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a
repoDigests:
- docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c
- docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a
repoTags: []
size: "42263767"
- id: a9dfdba8b719078c5705fdecd6f8315765cc79e473111aa9451551ddc340b2bc
repoDigests:
- docker.io/library/nginx@sha256:447a8665cc1dab95b1ca778e162215839ccbb9189104c79d7ec3a81e14577add
- docker.io/library/nginx@sha256:bab0713884fed8a137ba5bd2d67d218c6192bd79b5a3526d3eb15567e035eb55
repoTags:
- docker.io/library/nginx:latest
size: "197172049"
- 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: 54b1ef95dcff5fc2e2db5a8da533cf2d0b58fb90bfe794aa290fc2a8d761f5fd
repoDigests:
- localhost/minikube-local-cache-test@sha256:fc6e6016609615de1972c2d390786ee0a3a3958b7cefb3a7def830dbb5911f92
repoTags:
- localhost/minikube-local-cache-test:functional-911032
size: "3330"
- id: 2437cf762177702dec2dfe99a09c37427a15af6d9a57c456b65352667c223d93
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1
- registry.k8s.io/coredns/coredns@sha256:ba9e70dbdf0ff8a77ea63451bb1241d08819471730fe7a35a218a8db2ef7890c
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.1
size: "58812704"
- id: afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8
repoDigests:
- registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "519877"
- id: 3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests:
- registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476
repoTags:
- registry.k8s.io/pause:3.3
size: "487479"
- id: 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: 72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb
repoDigests:
- registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5
repoTags:
- registry.k8s.io/echoserver-arm:1.8
size: "87536549"
- 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: fcb0683e6bdbd083710cf2d6fd7eb699c77fe4994c38a5c82d059e2e3cb4c2fd
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:ed8613b19e25d56d25e9ba0d83fd1e14f8ba070cb80e2674ba62ded55e260a9c
- registry.k8s.io/kube-controller-manager@sha256:f6f3c33dda209e8434b83dacf5244c03b59b0018d93325ff21296a142b68497d
repoTags:
- registry.k8s.io/kube-controller-manager:v1.31.0
size: "86930758"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-911032 image ls --format yaml --alsologtostderr:
I0829 20:04:16.701853  623218 out.go:345] Setting OutFile to fd 1 ...
I0829 20:04:16.702068  623218 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 20:04:16.702082  623218 out.go:358] Setting ErrFile to fd 2...
I0829 20:04:16.702089  623218 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 20:04:16.702351  623218 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
I0829 20:04:16.703043  623218 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0829 20:04:16.703166  623218 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0829 20:04:16.703641  623218 cli_runner.go:164] Run: docker container inspect functional-911032 --format={{.State.Status}}
I0829 20:04:16.726386  623218 ssh_runner.go:195] Run: systemctl --version
I0829 20:04:16.726448  623218 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-911032
I0829 20:04:16.757610  623218 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/functional-911032/id_rsa Username:docker}
I0829 20:04:16.859699  623218 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.32s)

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

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

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 image build -t localhost/my-image:functional-911032 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-arm64 -p functional-911032 image build -t localhost/my-image:functional-911032 testdata/build --alsologtostderr: (3.17763404s)
functional_test.go:320: (dbg) Stdout: out/minikube-linux-arm64 -p functional-911032 image build -t localhost/my-image:functional-911032 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> 7a0ae2be312
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-911032
--> 69dbe8e1f2c
Successfully tagged localhost/my-image:functional-911032
69dbe8e1f2c8167790d262377adc2e76eec868e3424b704892f6dbd8c7eff6a3
functional_test.go:323: (dbg) Stderr: out/minikube-linux-arm64 -p functional-911032 image build -t localhost/my-image:functional-911032 testdata/build --alsologtostderr:
I0829 20:04:17.319830  623378 out.go:345] Setting OutFile to fd 1 ...
I0829 20:04:17.320831  623378 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 20:04:17.320877  623378 out.go:358] Setting ErrFile to fd 2...
I0829 20:04:17.320901  623378 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0829 20:04:17.321254  623378 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
I0829 20:04:17.322052  623378 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0829 20:04:17.322736  623378 config.go:182] Loaded profile config "functional-911032": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
I0829 20:04:17.323307  623378 cli_runner.go:164] Run: docker container inspect functional-911032 --format={{.State.Status}}
I0829 20:04:17.357974  623378 ssh_runner.go:195] Run: systemctl --version
I0829 20:04:17.358031  623378 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-911032
I0829 20:04:17.380926  623378 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33518 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/functional-911032/id_rsa Username:docker}
I0829 20:04:17.478785  623378 build_images.go:161] Building image from path: /tmp/build.951545973.tar
I0829 20:04:17.478863  623378 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0829 20:04:17.495181  623378 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.951545973.tar
I0829 20:04:17.500075  623378 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.951545973.tar: stat -c "%s %y" /var/lib/minikube/build/build.951545973.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.951545973.tar': No such file or directory
I0829 20:04:17.500107  623378 ssh_runner.go:362] scp /tmp/build.951545973.tar --> /var/lib/minikube/build/build.951545973.tar (3072 bytes)
I0829 20:04:17.527262  623378 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.951545973
I0829 20:04:17.536658  623378 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.951545973 -xf /var/lib/minikube/build/build.951545973.tar
I0829 20:04:17.545959  623378 crio.go:315] Building image: /var/lib/minikube/build/build.951545973
I0829 20:04:17.546035  623378 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-911032 /var/lib/minikube/build/build.951545973 --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
I0829 20:04:20.403990  623378 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-911032 /var/lib/minikube/build/build.951545973 --cgroup-manager=cgroupfs: (2.857924553s)
I0829 20:04:20.404058  623378 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.951545973
I0829 20:04:20.413064  623378 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.951545973.tar
I0829 20:04:20.421779  623378 build_images.go:217] Built localhost/my-image:functional-911032 from /tmp/build.951545973.tar
I0829 20:04:20.421807  623378 build_images.go:133] succeeded building to: functional-911032
I0829 20:04:20.421812  623378 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-911032 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.76s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:342: (dbg) Run:  docker pull kicbase/echo-server:1.0
2024/08/29 20:04:09 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
functional_test.go:342: (dbg) Done: docker pull kicbase/echo-server:1.0: (2.998588391s)
functional_test.go:347: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-911032
--- PASS: TestFunctional/parallel/ImageCommands/Setup (3.03s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.01s)

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

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (183.28s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 start -p ha-809224 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0829 20:05:04.525017  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:04.531662  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:04.542951  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:04.564383  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:04.605758  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:04.687108  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:04.848649  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:05.170365  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:05.811813  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:07.093794  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:09.655338  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:14.776669  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:25.018634  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:05:45.499977  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:06:26.461297  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 start -p ha-809224 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (3m2.491114623s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (183.28s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (7.76s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.58s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (38.1s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-809224 -v=7 --alsologtostderr
E0829 20:07:48.382841  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:228: (dbg) Done: out/minikube-linux-arm64 node add -p ha-809224 -v=7 --alsologtostderr: (37.135609178s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (38.10s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.1s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.8s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (18.67s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/CopyFile
ha_test.go:326: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 status --output json -v=7 --alsologtostderr
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp testdata/cp-test.txt ha-809224:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2488901401/001/cp-test_ha-809224.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224:/home/docker/cp-test.txt ha-809224-m02:/home/docker/cp-test_ha-809224_ha-809224-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m02 "sudo cat /home/docker/cp-test_ha-809224_ha-809224-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224:/home/docker/cp-test.txt ha-809224-m03:/home/docker/cp-test_ha-809224_ha-809224-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m03 "sudo cat /home/docker/cp-test_ha-809224_ha-809224-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224:/home/docker/cp-test.txt ha-809224-m04:/home/docker/cp-test_ha-809224_ha-809224-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m04 "sudo cat /home/docker/cp-test_ha-809224_ha-809224-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp testdata/cp-test.txt ha-809224-m02:/home/docker/cp-test.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m02:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2488901401/001/cp-test_ha-809224-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m02:/home/docker/cp-test.txt ha-809224:/home/docker/cp-test_ha-809224-m02_ha-809224.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224 "sudo cat /home/docker/cp-test_ha-809224-m02_ha-809224.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m02:/home/docker/cp-test.txt ha-809224-m03:/home/docker/cp-test_ha-809224-m02_ha-809224-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m02 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m03 "sudo cat /home/docker/cp-test_ha-809224-m02_ha-809224-m03.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m02:/home/docker/cp-test.txt ha-809224-m04:/home/docker/cp-test_ha-809224-m02_ha-809224-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m02 "sudo cat /home/docker/cp-test.txt"
E0829 20:08:24.431110  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:08:24.437652  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:08:24.448979  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:08:24.470352  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:08:24.511950  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:08:24.593611  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m04 "sudo cat /home/docker/cp-test_ha-809224-m02_ha-809224-m04.txt"
E0829 20:08:24.754831  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp testdata/cp-test.txt ha-809224-m03:/home/docker/cp-test.txt
E0829 20:08:25.076925  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m03:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2488901401/001/cp-test_ha-809224-m03.txt
E0829 20:08:25.719239  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m03:/home/docker/cp-test.txt ha-809224:/home/docker/cp-test_ha-809224-m03_ha-809224.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224 "sudo cat /home/docker/cp-test_ha-809224-m03_ha-809224.txt"
E0829 20:08:27.001523  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m03:/home/docker/cp-test.txt ha-809224-m02:/home/docker/cp-test_ha-809224-m03_ha-809224-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m02 "sudo cat /home/docker/cp-test_ha-809224-m03_ha-809224-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m03:/home/docker/cp-test.txt ha-809224-m04:/home/docker/cp-test_ha-809224-m03_ha-809224-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m03 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m04 "sudo cat /home/docker/cp-test_ha-809224-m03_ha-809224-m04.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp testdata/cp-test.txt ha-809224-m04:/home/docker/cp-test.txt
E0829 20:08:29.563672  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m04:/home/docker/cp-test.txt /tmp/TestMultiControlPlaneserialCopyFile2488901401/001/cp-test_ha-809224-m04.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m04:/home/docker/cp-test.txt ha-809224:/home/docker/cp-test_ha-809224-m04_ha-809224.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224 "sudo cat /home/docker/cp-test_ha-809224-m04_ha-809224.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m04:/home/docker/cp-test.txt ha-809224-m02:/home/docker/cp-test_ha-809224-m04_ha-809224-m02.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m02 "sudo cat /home/docker/cp-test_ha-809224-m04_ha-809224-m02.txt"
helpers_test.go:556: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 cp ha-809224-m04:/home/docker/cp-test.txt ha-809224-m03:/home/docker/cp-test_ha-809224-m04_ha-809224-m03.txt
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m04 "sudo cat /home/docker/cp-test.txt"
helpers_test.go:534: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 ssh -n ha-809224-m03 "sudo cat /home/docker/cp-test_ha-809224-m04_ha-809224-m03.txt"
--- PASS: TestMultiControlPlane/serial/CopyFile (18.67s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.78s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:363: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 node stop m02 -v=7 --alsologtostderr
E0829 20:08:34.685331  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:08:44.927634  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:363: (dbg) Done: out/minikube-linux-arm64 -p ha-809224 node stop m02 -v=7 --alsologtostderr: (12.047117361s)
ha_test.go:369: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 status -v=7 --alsologtostderr
ha_test.go:369: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-809224 status -v=7 --alsologtostderr: exit status 7 (730.288272ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0829 20:08:45.935252  639193 out.go:345] Setting OutFile to fd 1 ...
	I0829 20:08:45.935385  639193 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:08:45.935395  639193 out.go:358] Setting ErrFile to fd 2...
	I0829 20:08:45.935400  639193 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:08:45.935640  639193 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 20:08:45.935829  639193 out.go:352] Setting JSON to false
	I0829 20:08:45.935873  639193 mustload.go:65] Loading cluster: ha-809224
	I0829 20:08:45.935996  639193 notify.go:220] Checking for updates...
	I0829 20:08:45.936284  639193 config.go:182] Loaded profile config "ha-809224": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 20:08:45.936295  639193 status.go:255] checking status of ha-809224 ...
	I0829 20:08:45.937112  639193 cli_runner.go:164] Run: docker container inspect ha-809224 --format={{.State.Status}}
	I0829 20:08:45.957702  639193 status.go:330] ha-809224 host status = "Running" (err=<nil>)
	I0829 20:08:45.957723  639193 host.go:66] Checking if "ha-809224" exists ...
	I0829 20:08:45.958053  639193 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-809224
	I0829 20:08:45.984830  639193 host.go:66] Checking if "ha-809224" exists ...
	I0829 20:08:45.985132  639193 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0829 20:08:45.985175  639193 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-809224
	I0829 20:08:46.004515  639193 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33523 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/ha-809224/id_rsa Username:docker}
	I0829 20:08:46.100479  639193 ssh_runner.go:195] Run: systemctl --version
	I0829 20:08:46.104737  639193 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0829 20:08:46.117029  639193 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 20:08:46.173833  639193 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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-08-29 20:08:46.163695734 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 20:08:46.174378  639193 kubeconfig.go:125] found "ha-809224" server: "https://192.168.49.254:8443"
	I0829 20:08:46.174415  639193 api_server.go:166] Checking apiserver status ...
	I0829 20:08:46.174460  639193 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0829 20:08:46.185711  639193 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1377/cgroup
	I0829 20:08:46.195957  639193 api_server.go:182] apiserver freezer: "10:freezer:/docker/4a68b8205e2e40c9fd8aed011220ededf9b151d7070c56d1633019cbbcecfc81/crio/crio-843ee6ae66b7309aa64fb47934f528a2ad757b090251b127200c3bcfac0198a5"
	I0829 20:08:46.196038  639193 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/4a68b8205e2e40c9fd8aed011220ededf9b151d7070c56d1633019cbbcecfc81/crio/crio-843ee6ae66b7309aa64fb47934f528a2ad757b090251b127200c3bcfac0198a5/freezer.state
	I0829 20:08:46.205732  639193 api_server.go:204] freezer state: "THAWED"
	I0829 20:08:46.205757  639193 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0829 20:08:46.213472  639193 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0829 20:08:46.213501  639193 status.go:422] ha-809224 apiserver status = Running (err=<nil>)
	I0829 20:08:46.213514  639193 status.go:257] ha-809224 status: &{Name:ha-809224 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0829 20:08:46.213531  639193 status.go:255] checking status of ha-809224-m02 ...
	I0829 20:08:46.213850  639193 cli_runner.go:164] Run: docker container inspect ha-809224-m02 --format={{.State.Status}}
	I0829 20:08:46.230726  639193 status.go:330] ha-809224-m02 host status = "Stopped" (err=<nil>)
	I0829 20:08:46.230750  639193 status.go:343] host is not running, skipping remaining checks
	I0829 20:08:46.230758  639193 status.go:257] ha-809224-m02 status: &{Name:ha-809224-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0829 20:08:46.230790  639193 status.go:255] checking status of ha-809224-m03 ...
	I0829 20:08:46.231147  639193 cli_runner.go:164] Run: docker container inspect ha-809224-m03 --format={{.State.Status}}
	I0829 20:08:46.252687  639193 status.go:330] ha-809224-m03 host status = "Running" (err=<nil>)
	I0829 20:08:46.252714  639193 host.go:66] Checking if "ha-809224-m03" exists ...
	I0829 20:08:46.253031  639193 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-809224-m03
	I0829 20:08:46.269926  639193 host.go:66] Checking if "ha-809224-m03" exists ...
	I0829 20:08:46.270299  639193 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0829 20:08:46.270346  639193 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-809224-m03
	I0829 20:08:46.287873  639193 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33533 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/ha-809224-m03/id_rsa Username:docker}
	I0829 20:08:46.380402  639193 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0829 20:08:46.392194  639193 kubeconfig.go:125] found "ha-809224" server: "https://192.168.49.254:8443"
	I0829 20:08:46.392223  639193 api_server.go:166] Checking apiserver status ...
	I0829 20:08:46.392291  639193 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0829 20:08:46.403040  639193 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1366/cgroup
	I0829 20:08:46.412444  639193 api_server.go:182] apiserver freezer: "10:freezer:/docker/5ead112c6c790ba64455c2049e14fb2aad9061182d24329ed0ca2278148eaf29/crio/crio-0b5c3fa56cdc3ed9a0229e1dd1f9ecfa0b3eb9afa6a9853d8b8e4722e8b27848"
	I0829 20:08:46.412523  639193 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/5ead112c6c790ba64455c2049e14fb2aad9061182d24329ed0ca2278148eaf29/crio/crio-0b5c3fa56cdc3ed9a0229e1dd1f9ecfa0b3eb9afa6a9853d8b8e4722e8b27848/freezer.state
	I0829 20:08:46.421229  639193 api_server.go:204] freezer state: "THAWED"
	I0829 20:08:46.421257  639193 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0829 20:08:46.430627  639193 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0829 20:08:46.430666  639193 status.go:422] ha-809224-m03 apiserver status = Running (err=<nil>)
	I0829 20:08:46.430679  639193 status.go:257] ha-809224-m03 status: &{Name:ha-809224-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0829 20:08:46.430703  639193 status.go:255] checking status of ha-809224-m04 ...
	I0829 20:08:46.431083  639193 cli_runner.go:164] Run: docker container inspect ha-809224-m04 --format={{.State.Status}}
	I0829 20:08:46.448627  639193 status.go:330] ha-809224-m04 host status = "Running" (err=<nil>)
	I0829 20:08:46.448653  639193 host.go:66] Checking if "ha-809224-m04" exists ...
	I0829 20:08:46.448995  639193 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-809224-m04
	I0829 20:08:46.465497  639193 host.go:66] Checking if "ha-809224-m04" exists ...
	I0829 20:08:46.465949  639193 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0829 20:08:46.466032  639193 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-809224-m04
	I0829 20:08:46.490406  639193 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33538 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/ha-809224-m04/id_rsa Username:docker}
	I0829 20:08:46.584296  639193 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0829 20:08:46.596197  639193 status.go:257] ha-809224-m04 status: &{Name:ha-809224-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.53s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (20.28s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 node start m02 -v=7 --alsologtostderr
E0829 20:09:05.409920  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:420: (dbg) Done: out/minikube-linux-arm64 -p ha-809224 node start m02 -v=7 --alsologtostderr: (18.853913979s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 status -v=7 --alsologtostderr
ha_test.go:428: (dbg) Done: out/minikube-linux-arm64 -p ha-809224 status -v=7 --alsologtostderr: (1.324546813s)
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (20.28s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (9.91s)

                                                
                                                
=== 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: (9.911672723s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (9.91s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (257.47s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-809224 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-arm64 stop -p ha-809224 -v=7 --alsologtostderr
E0829 20:09:46.372268  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:462: (dbg) Done: out/minikube-linux-arm64 stop -p ha-809224 -v=7 --alsologtostderr: (36.917512894s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-arm64 start -p ha-809224 --wait=true -v=7 --alsologtostderr
E0829 20:10:04.524780  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:10:32.224970  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:11:08.294136  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:13:24.431154  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:467: (dbg) Done: out/minikube-linux-arm64 start -p ha-809224 --wait=true -v=7 --alsologtostderr: (3m40.382531555s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-809224
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (257.47s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (12.67s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.52s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.85s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:531: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 stop -v=7 --alsologtostderr
E0829 20:13:52.137142  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:531: (dbg) Done: out/minikube-linux-arm64 -p ha-809224 stop -v=7 --alsologtostderr: (35.737180872s)
ha_test.go:537: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 status -v=7 --alsologtostderr
ha_test.go:537: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-809224 status -v=7 --alsologtostderr: exit status 7 (111.525768ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0829 20:14:23.757629  654162 out.go:345] Setting OutFile to fd 1 ...
	I0829 20:14:23.757780  654162 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:14:23.757792  654162 out.go:358] Setting ErrFile to fd 2...
	I0829 20:14:23.757796  654162 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:14:23.758024  654162 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 20:14:23.758207  654162 out.go:352] Setting JSON to false
	I0829 20:14:23.758250  654162 mustload.go:65] Loading cluster: ha-809224
	I0829 20:14:23.758353  654162 notify.go:220] Checking for updates...
	I0829 20:14:23.758700  654162 config.go:182] Loaded profile config "ha-809224": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 20:14:23.758711  654162 status.go:255] checking status of ha-809224 ...
	I0829 20:14:23.759566  654162 cli_runner.go:164] Run: docker container inspect ha-809224 --format={{.State.Status}}
	I0829 20:14:23.777345  654162 status.go:330] ha-809224 host status = "Stopped" (err=<nil>)
	I0829 20:14:23.777366  654162 status.go:343] host is not running, skipping remaining checks
	I0829 20:14:23.777374  654162 status.go:257] ha-809224 status: &{Name:ha-809224 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0829 20:14:23.777399  654162 status.go:255] checking status of ha-809224-m02 ...
	I0829 20:14:23.777724  654162 cli_runner.go:164] Run: docker container inspect ha-809224-m02 --format={{.State.Status}}
	I0829 20:14:23.803811  654162 status.go:330] ha-809224-m02 host status = "Stopped" (err=<nil>)
	I0829 20:14:23.803838  654162 status.go:343] host is not running, skipping remaining checks
	I0829 20:14:23.803845  654162 status.go:257] ha-809224-m02 status: &{Name:ha-809224-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0829 20:14:23.803863  654162 status.go:255] checking status of ha-809224-m04 ...
	I0829 20:14:23.804169  654162 cli_runner.go:164] Run: docker container inspect ha-809224-m04 --format={{.State.Status}}
	I0829 20:14:23.820808  654162 status.go:330] ha-809224-m04 host status = "Stopped" (err=<nil>)
	I0829 20:14:23.820832  654162 status.go:343] host is not running, skipping remaining checks
	I0829 20:14:23.820840  654162 status.go:257] ha-809224-m04 status: &{Name:ha-809224-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (127.01s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-arm64 start -p ha-809224 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0829 20:15:04.524316  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:560: (dbg) Done: out/minikube-linux-arm64 start -p ha-809224 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m5.954721024s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 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 (127.01s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.54s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (76.56s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-809224 --control-plane -v=7 --alsologtostderr
ha_test.go:605: (dbg) Done: out/minikube-linux-arm64 node add -p ha-809224 --control-plane -v=7 --alsologtostderr: (1m15.604858053s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-arm64 -p ha-809224 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (76.56s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.81s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (50.68s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-arm64 start -p json-output-908362 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio
E0829 20:18:24.431121  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 start -p json-output-908362 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio: (50.673222542s)
--- PASS: TestJSONOutput/start/Command (50.68s)

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

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

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

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

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

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

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestErrorJSONOutput (0.21s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"d2378c8a-1926-4e37-bf80-dd1967f1a321","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-833447] minikube v1.33.1 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"37d606c1-b24e-461b-8ad2-0806b0a073c4","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19530"}}
	{"specversion":"1.0","id":"70395b53-53c9-4da7-ac8f-9949d3811e9a","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":"1463e7a1-1dd9-4be7-843f-0da930e48d6e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig"}}
	{"specversion":"1.0","id":"f42037f4-70ed-4bc5-bb7c-6f40d49fc3ee","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube"}}
	{"specversion":"1.0","id":"e912c7f9-894f-4425-b042-17c8c033f8e5","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":"6b411471-7d49-4110-b125-63a6c66b6dcb","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"c08bd5fe-0669-40a3-b5ed-1b1e5cc2c57b","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-833447" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p json-output-error-833447
--- PASS: TestErrorJSONOutput (0.21s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (39.14s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (34.65s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-183093 --network=bridge
E0829 20:20:04.525010  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-183093 --network=bridge: (32.718701243s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-183093" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-183093
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-183093: (1.912247734s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (34.65s)

                                                
                                    
x
+
TestKicExistingNetwork (33.86s)

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

                                                
                                    
x
+
TestKicCustomSubnet (32.05s)

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

                                                
                                    
x
+
TestKicStaticIP (33.14s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-linux-arm64 start -p static-ip-675262 --static-ip=192.168.200.200
E0829 20:21:27.587117  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/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-675262 --static-ip=192.168.200.200: (30.95180516s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-linux-arm64 -p static-ip-675262 ip
helpers_test.go:175: Cleaning up "static-ip-675262" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p static-ip-675262
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p static-ip-675262: (2.027002373s)
--- PASS: TestKicStaticIP (33.14s)

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (66.19s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-854109 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-854109 --driver=docker  --container-runtime=crio: (28.999680204s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-856628 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-856628 --driver=docker  --container-runtime=crio: (31.660449905s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-854109
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-856628
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-856628" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-856628
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-856628: (1.938418957s)
helpers_test.go:175: Cleaning up "first-854109" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-854109
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-854109: (2.273007208s)
--- PASS: TestMinikubeProfile (66.19s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (6.94s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.28s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (6.64s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.29s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.61s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.19s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (8.07s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.25s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (81.03s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-469670 --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-469670 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m20.522987619s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-469670 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (81.03s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (6.68s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeployApp2Nodes
multinode_test.go:493: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-469670 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml
multinode_test.go:498: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-469670 -- rollout status deployment/busybox
E0829 20:24:47.498496  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:498: (dbg) Done: out/minikube-linux-arm64 kubectl -p multinode-469670 -- rollout status deployment/busybox: (4.75086706s)
multinode_test.go:505: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-469670 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:528: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-469670 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:536: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-469670 -- exec busybox-7dff88458-m4c9l -- nslookup kubernetes.io
multinode_test.go:536: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-469670 -- exec busybox-7dff88458-svlvv -- nslookup kubernetes.io
multinode_test.go:546: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-469670 -- exec busybox-7dff88458-m4c9l -- nslookup kubernetes.default
multinode_test.go:546: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-469670 -- exec busybox-7dff88458-svlvv -- nslookup kubernetes.default
multinode_test.go:554: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-469670 -- exec busybox-7dff88458-m4c9l -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:554: (dbg) Run:  out/minikube-linux-arm64 kubectl -p multinode-469670 -- exec busybox-7dff88458-svlvv -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiNode/serial/DeployApp2Nodes (6.68s)

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.99s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (32.57s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-469670 -v 3 --alsologtostderr
E0829 20:25:04.524437  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:121: (dbg) Done: out/minikube-linux-arm64 node add -p multinode-469670 -v 3 --alsologtostderr: (31.895086664s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-arm64 -p multinode-469670 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (32.57s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.09s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.32s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (9.93s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.24s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0829 20:25:38.777446  707966 out.go:345] Setting OutFile to fd 1 ...
	I0829 20:25:38.777590  707966 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:25:38.777599  707966 out.go:358] Setting ErrFile to fd 2...
	I0829 20:25:38.777604  707966 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:25:38.777850  707966 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 20:25:38.778033  707966 out.go:352] Setting JSON to false
	I0829 20:25:38.778076  707966 mustload.go:65] Loading cluster: multinode-469670
	I0829 20:25:38.778222  707966 notify.go:220] Checking for updates...
	I0829 20:25:38.778546  707966 config.go:182] Loaded profile config "multinode-469670": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 20:25:38.778567  707966 status.go:255] checking status of multinode-469670 ...
	I0829 20:25:38.779414  707966 cli_runner.go:164] Run: docker container inspect multinode-469670 --format={{.State.Status}}
	I0829 20:25:38.798533  707966 status.go:330] multinode-469670 host status = "Running" (err=<nil>)
	I0829 20:25:38.798561  707966 host.go:66] Checking if "multinode-469670" exists ...
	I0829 20:25:38.798878  707966 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-469670
	I0829 20:25:38.824708  707966 host.go:66] Checking if "multinode-469670" exists ...
	I0829 20:25:38.825018  707966 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0829 20:25:38.825074  707966 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-469670
	I0829 20:25:38.841834  707966 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33643 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/multinode-469670/id_rsa Username:docker}
	I0829 20:25:38.936266  707966 ssh_runner.go:195] Run: systemctl --version
	I0829 20:25:38.940665  707966 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0829 20:25:38.952330  707966 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 20:25:39.019714  707966 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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-08-29 20:25:38.998454104 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 20:25:39.020350  707966 kubeconfig.go:125] found "multinode-469670" server: "https://192.168.67.2:8443"
	I0829 20:25:39.020395  707966 api_server.go:166] Checking apiserver status ...
	I0829 20:25:39.020449  707966 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0829 20:25:39.035285  707966 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1372/cgroup
	I0829 20:25:39.046549  707966 api_server.go:182] apiserver freezer: "10:freezer:/docker/352c4815df57228b1fc828fa50944d28b4492b1a045636c3ed95a8f30c6199ad/crio/crio-7393e28d7f679c78d011a72fdae506ccb2d34737196c12775c7de11bb7840571"
	I0829 20:25:39.046660  707966 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/352c4815df57228b1fc828fa50944d28b4492b1a045636c3ed95a8f30c6199ad/crio/crio-7393e28d7f679c78d011a72fdae506ccb2d34737196c12775c7de11bb7840571/freezer.state
	I0829 20:25:39.056757  707966 api_server.go:204] freezer state: "THAWED"
	I0829 20:25:39.056787  707966 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0829 20:25:39.064978  707966 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0829 20:25:39.065011  707966 status.go:422] multinode-469670 apiserver status = Running (err=<nil>)
	I0829 20:25:39.065043  707966 status.go:257] multinode-469670 status: &{Name:multinode-469670 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0829 20:25:39.065069  707966 status.go:255] checking status of multinode-469670-m02 ...
	I0829 20:25:39.065408  707966 cli_runner.go:164] Run: docker container inspect multinode-469670-m02 --format={{.State.Status}}
	I0829 20:25:39.082695  707966 status.go:330] multinode-469670-m02 host status = "Running" (err=<nil>)
	I0829 20:25:39.082720  707966 host.go:66] Checking if "multinode-469670-m02" exists ...
	I0829 20:25:39.083168  707966 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-469670-m02
	I0829 20:25:39.101592  707966 host.go:66] Checking if "multinode-469670-m02" exists ...
	I0829 20:25:39.101922  707966 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0829 20:25:39.101976  707966 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-469670-m02
	I0829 20:25:39.119459  707966 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33648 SSHKeyPath:/home/jenkins/minikube-integration/19530-586627/.minikube/machines/multinode-469670-m02/id_rsa Username:docker}
	I0829 20:25:39.211931  707966 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0829 20:25:39.223915  707966 status.go:257] multinode-469670-m02 status: &{Name:multinode-469670-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0829 20:25:39.223948  707966 status.go:255] checking status of multinode-469670-m03 ...
	I0829 20:25:39.224290  707966 cli_runner.go:164] Run: docker container inspect multinode-469670-m03 --format={{.State.Status}}
	I0829 20:25:39.240644  707966 status.go:330] multinode-469670-m03 host status = "Stopped" (err=<nil>)
	I0829 20:25:39.240667  707966 status.go:343] host is not running, skipping remaining checks
	I0829 20:25:39.240676  707966 status.go:257] multinode-469670-m03 status: &{Name:multinode-469670-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (10.6s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (105.86s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-469670
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-469670
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-469670: (24.855142409s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-469670 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-469670 --wait=true -v=8 --alsologtostderr: (1m20.882728945s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-469670
--- PASS: TestMultiNode/serial/RestartKeepsNodes (105.86s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.61s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.82s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0829 20:28:05.089612  715807 out.go:345] Setting OutFile to fd 1 ...
	I0829 20:28:05.089794  715807 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:28:05.089806  715807 out.go:358] Setting ErrFile to fd 2...
	I0829 20:28:05.089814  715807 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:28:05.090064  715807 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 20:28:05.090269  715807 out.go:352] Setting JSON to false
	I0829 20:28:05.090319  715807 mustload.go:65] Loading cluster: multinode-469670
	I0829 20:28:05.090402  715807 notify.go:220] Checking for updates...
	I0829 20:28:05.091480  715807 config.go:182] Loaded profile config "multinode-469670": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 20:28:05.091513  715807 status.go:255] checking status of multinode-469670 ...
	I0829 20:28:05.092078  715807 cli_runner.go:164] Run: docker container inspect multinode-469670 --format={{.State.Status}}
	I0829 20:28:05.111841  715807 status.go:330] multinode-469670 host status = "Stopped" (err=<nil>)
	I0829 20:28:05.111868  715807 status.go:343] host is not running, skipping remaining checks
	I0829 20:28:05.111877  715807 status.go:257] multinode-469670 status: &{Name:multinode-469670 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0829 20:28:05.111910  715807 status.go:255] checking status of multinode-469670-m02 ...
	I0829 20:28:05.112266  715807 cli_runner.go:164] Run: docker container inspect multinode-469670-m02 --format={{.State.Status}}
	I0829 20:28:05.129399  715807 status.go:330] multinode-469670-m02 host status = "Stopped" (err=<nil>)
	I0829 20:28:05.129424  715807 status.go:343] host is not running, skipping remaining checks
	I0829 20:28:05.129432  715807 status.go:257] multinode-469670-m02 status: &{Name:multinode-469670-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (51.61s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-469670 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0829 20:28:24.431028  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:376: (dbg) Done: out/minikube-linux-arm64 start -p multinode-469670 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (50.953263199s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-arm64 -p multinode-469670 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 (51.61s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (34.79s)

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

                                                
                                                
-- stdout --
	* [multinode-469670-m02] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19530
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

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

                                                
                                    
x
+
TestPreload (134.64s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-692468 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0829 20:30:04.524578  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-692468 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m41.94588224s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-692468 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-692468 image pull gcr.io/k8s-minikube/busybox: (3.433380907s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-692468
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-692468: (5.790129655s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-692468 --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-692468 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (20.77086031s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-692468 image list
helpers_test.go:175: Cleaning up "test-preload-692468" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-692468
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-692468: (2.374861851s)
--- PASS: TestPreload (134.64s)

                                                
                                    
x
+
TestScheduledStopUnix (106.3s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-arm64 start -p scheduled-stop-261857 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-arm64 start -p scheduled-stop-261857 --memory=2048 --driver=docker  --container-runtime=crio: (30.251787755s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-261857 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-arm64 status --format={{.TimeToStop}} -p scheduled-stop-261857 -n scheduled-stop-261857
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-261857 --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-261857 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p scheduled-stop-261857 -n scheduled-stop-261857
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-261857
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-261857 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
E0829 20:33:24.432389  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-261857
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p scheduled-stop-261857: exit status 7 (71.571342ms)

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (10.56s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"c85339ca-e34f-46c5-9316-146dbd00b1a8","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-933536] minikube v1.33.1 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"58a53300-6573-4f52-9977-95a814b685f9","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=19530"}}
	{"specversion":"1.0","id":"d8c86307-42b2-4f94-9ea6-21904466835f","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":"a8128523-076a-4b10-b984-399b529a7f7f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig"}}
	{"specversion":"1.0","id":"2c33da05-72db-48fa-b9f7-d567b5cdfbc0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube"}}
	{"specversion":"1.0","id":"2226cb87-84b3-44c6-82be-007b8fcbd0b9","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":"7116966c-a51b-4d0b-990e-7ba82c590edd","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"fb8372ee-8e8b-4332-bfa8-49c2a2ad8712","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":"372e2c3c-c308-4994-a019-a811da49e116","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":"1e170b4f-46bc-4f6c-9337-e14cef95a249","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":"4c048f56-0ed7-4566-b709-84570cd4ee76","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":"a8e9dbc4-b051-48b9-98a4-a4d9aca3ad85","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-933536\" primary control-plane node in \"insufficient-storage-933536\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"429d43d5-b138-4d44-9244-c6b82d568cb8","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.44-1724862063-19530 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"0e8ff669-a38a-4598-b3cd-ca76ed323067","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":"93980678-c9ac-4897-b050-7dbadd836c47","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-933536 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p insufficient-storage-933536 --output=json --layout=cluster: exit status 7 (293.637908ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0829 20:33:44.827437  733666 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-933536" does not appear in /home/jenkins/minikube-integration/19530-586627/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0829 20:33:45.177322  733729 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-933536" does not appear in /home/jenkins/minikube-integration/19530-586627/kubeconfig
	E0829 20:33:45.191857  733729 status.go:560] unable to read event log: stat: stat /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/insufficient-storage-933536/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (61.46s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.1738518893 start -p running-upgrade-020038 --memory=2200 --vm-driver=docker  --container-runtime=crio
E0829 20:38:24.431970  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.1738518893 start -p running-upgrade-020038 --memory=2200 --vm-driver=docker  --container-runtime=crio: (33.282397143s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-020038 --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-020038 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (24.672662231s)
helpers_test.go:175: Cleaning up "running-upgrade-020038" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-020038
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-020038: (2.663082734s)
--- PASS: TestRunningBinaryUpgrade (61.46s)

                                                
                                    
x
+
TestKubernetesUpgrade (391.52s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-arm64 start -p kubernetes-upgrade-478027 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
E0829 20:35:04.524445  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:222: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-478027 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m13.652690592s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-arm64 stop -p kubernetes-upgrade-478027
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-arm64 stop -p kubernetes-upgrade-478027: (2.234333078s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-arm64 -p kubernetes-upgrade-478027 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-arm64 -p kubernetes-upgrade-478027 status --format={{.Host}}: exit status 7 (84.149104ms)

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

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-478027] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19530
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.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.0 cluster to v1.20.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.20.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-478027
	    minikube start -p kubernetes-upgrade-478027 --kubernetes-version=v1.20.0
	    
	    2) Create a second cluster with Kubernetes 1.20.0, by running:
	    
	    minikube start -p kubernetes-upgrade-4780272 --kubernetes-version=v1.20.0
	    
	    3) Use the existing cluster at version Kubernetes 1.31.0, by running:
	    
	    minikube start -p kubernetes-upgrade-478027 --kubernetes-version=v1.31.0
	    

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

                                                
                                    
x
+
TestMissingContainerUpgrade (171.28s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.2033566955 start -p missing-upgrade-875420 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.2033566955 start -p missing-upgrade-875420 --memory=2200 --driver=docker  --container-runtime=crio: (1m39.750946076s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-875420
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-875420: (1.697352411s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-875420
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-875420 --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-875420 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (1m6.180322026s)
helpers_test.go:175: Cleaning up "missing-upgrade-875420" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-875420
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-875420: (2.599981764s)
--- PASS: TestMissingContainerUpgrade (171.28s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.07s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-634777] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=19530
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.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.07s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (42.74s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (9.41s)

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (8.9s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.27s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (0.66s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.22s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (7.6s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.36s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (9.83s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (86.16s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.2683676024 start -p stopped-upgrade-669438 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.2683676024 start -p stopped-upgrade-669438 --memory=2200 --vm-driver=docker  --container-runtime=crio: (37.496896607s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.2683676024 -p stopped-upgrade-669438 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.2683676024 -p stopped-upgrade-669438 stop: (2.465371757s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-669438 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
E0829 20:38:07.589319  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-669438 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (46.199622363s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (86.16s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.43s)

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

                                                
                                    
x
+
TestPause/serial/Start (52.3s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-arm64 start -p pause-020145 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
E0829 20:40:04.524164  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
pause_test.go:80: (dbg) Done: out/minikube-linux-arm64 start -p pause-020145 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (52.299039764s)
--- PASS: TestPause/serial/Start (52.30s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (27.63s)

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

                                                
                                    
x
+
TestPause/serial/Pause (0.88s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.37s)

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.79s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (1.16s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (3.35s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (2.8s)

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

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (5.68s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0829 20:41:34.947743  774918 out.go:345] Setting OutFile to fd 1 ...
	I0829 20:41:34.947968  774918 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:41:34.947992  774918 out.go:358] Setting ErrFile to fd 2...
	I0829 20:41:34.948019  774918 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0829 20:41:34.948298  774918 root.go:338] Updating PATH: /home/jenkins/minikube-integration/19530-586627/.minikube/bin
	I0829 20:41:34.948749  774918 out.go:352] Setting JSON to false
	I0829 20:41:34.949732  774918 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":15842,"bootTime":1724948253,"procs":176,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1068-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0829 20:41:34.949821  774918 start.go:139] virtualization:  
	I0829 20:41:34.952257  774918 out.go:177] * [false-559078] minikube v1.33.1 on Ubuntu 20.04 (arm64)
	I0829 20:41:34.954826  774918 out.go:177]   - MINIKUBE_LOCATION=19530
	I0829 20:41:34.954901  774918 notify.go:220] Checking for updates...
	I0829 20:41:34.957819  774918 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0829 20:41:34.960216  774918 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/19530-586627/kubeconfig
	I0829 20:41:34.962027  774918 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/19530-586627/.minikube
	I0829 20:41:34.964062  774918 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0829 20:41:34.965798  774918 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0829 20:41:34.968312  774918 config.go:182] Loaded profile config "force-systemd-env-308087": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.31.0
	I0829 20:41:34.968422  774918 driver.go:392] Setting default libvirt URI to qemu:///system
	I0829 20:41:34.997232  774918 docker.go:123] docker version: linux-27.2.0:Docker Engine - Community
	I0829 20:41:34.997356  774918 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0829 20:41:35.095913  774918 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 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:37 OomKillDisable:true NGoroutines:58 SystemTime:2024-08-29 20:41:35.085367916 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1068-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-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.2.0 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:472731909fa34bd7bc9c087e4c27943f9835f111 Expected:472731909fa34bd7bc9c087e4c27943f9835f111} RuncCommit:{ID:v1.1.13-0-g58aa920 Expected:v1.1.13-0-g58aa920} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> 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>}}
	I0829 20:41:35.096034  774918 docker.go:307] overlay module found
	I0829 20:41:35.100402  774918 out.go:177] * Using the docker driver based on user configuration
	I0829 20:41:35.102660  774918 start.go:297] selected driver: docker
	I0829 20:41:35.102679  774918 start.go:901] validating driver "docker" against <nil>
	I0829 20:41:35.102694  774918 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0829 20:41:35.105727  774918 out.go:201] 
	W0829 20:41:35.108008  774918 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
	I0829 20:41:35.109954  774918 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

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

                                                
                                                
=== 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-527814 --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
E0829 20:43:24.431420  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:45:04.524386  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/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-527814 --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: (3m0.859844466s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (180.86s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-527814 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" [c2274bf3-0b32-4789-bee3-1dadaea94a42] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [c2274bf3-0b32-4789-bee3-1dadaea94a42] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 10.011679975s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-527814 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (10.70s)

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

                                                
                                                
=== 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-151732 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-151732 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0: (54.92545744s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (54.93s)

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

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

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

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

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

                                                
                                                
=== 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-527814 -n old-k8s-version-527814
start_stop_delete_test.go:239: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-527814 -n old-k8s-version-527814: exit status 7 (81.828896ms)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-151732 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" [315d5347-defa-4547-be41-cd3cb8ef433e] Pending
helpers_test.go:344: "busybox" [315d5347-defa-4547-be41-cd3cb8ef433e] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [315d5347-defa-4547-be41-cd3cb8ef433e] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 10.018369755s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-151732 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (10.39s)

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

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

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

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

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

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

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

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

                                                
                                                
=== 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-151732 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0
E0829 20:48:24.431623  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:50:04.524212  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-151732 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0: (4m26.482272836s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-151732 -n default-k8s-diff-port-151732
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (266.82s)

                                                
                                    
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-5wbzj" [7e149237-1173-4559-8fde-ff5dcd165861] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004424501s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-5wbzj" [7e149237-1173-4559-8fde-ff5dcd165861] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003972783s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-151732 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.12s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p default-k8s-diff-port-151732 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240730-75a5af0c
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/default-k8s-diff-port/serial/VerifyKubernetesImages (0.26s)

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

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

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

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

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

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

                                                
                                    
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-78pbw" [a89e0050-164a-4383-bee1-bd11445ab2c5] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.012660067s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-78pbw" [a89e0050-164a-4383-bee1-bd11445ab2c5] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004577289s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-527814 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (6.11s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-430260 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" [da01d8a6-1340-43c7-85fd-9daa89ef8f66] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [da01d8a6-1340-43c7-85fd-9daa89ef8f66] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 9.004549836s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-430260 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (9.47s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-430260 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0
E0829 20:53:24.431118  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/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-430260 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0: (4m41.932291194s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-430260 -n embed-certs-430260
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (282.27s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-633085 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" [5ad17cb1-ec3e-4734-ae8a-b66571543ed1] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [5ad17cb1-ec3e-4734-ae8a-b66571543ed1] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 10.004249583s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-633085 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (10.35s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-633085 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0
E0829 20:54:47.590717  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:04.524817  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:50.437953  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:50.444422  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:50.455846  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:50.477221  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:50.518602  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:50.600006  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:50.761379  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:51.083152  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:51.724960  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:53.006380  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:55:55.569060  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:00.690806  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:10.932263  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:31.415161  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:50.390857  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:50.397255  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:50.408626  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:50.430048  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:50.471614  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:50.553075  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:50.714618  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:51.036275  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:51.678363  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:52.960293  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:56:55.521738  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:57:00.643842  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:57:10.885210  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:57:12.376798  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:57:31.366658  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-633085 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0: (4m39.685120851s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p no-preload-633085 -n no-preload-633085
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (280.11s)

                                                
                                    
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-rt457" [e0e160f3-6cb4-4b71-9d58-523f47040474] Running
E0829 20:58:07.502016  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/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.003860003s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-rt457" [e0e160f3-6cb4-4b71-9d58-523f47040474] Running
E0829 20:58:12.328427  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004007929s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-430260 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.10s)

                                                
                                    
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-430260 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240730-75a5af0c
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.01s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-817638 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0
E0829 20:58:24.431215  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
E0829 20:58:34.298861  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/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-817638 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.31.0: (37.440049007s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (37.44s)

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

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

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

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

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

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

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

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

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

                                                
                                    
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-t86rc" [c2ccda99-cfbe-4dcb-bd06-9a542450ee45] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004176605s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-695b96c756-t86rc" [c2ccda99-cfbe-4dcb-bd06-9a542450ee45] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004310783s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-633085 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (6.12s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-arm64 -p no-preload-633085 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/no-preload/serial/VerifyKubernetesImages (0.40s)

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

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

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

                                                
                                                
-- 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-633085 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p no-preload-633085 -n no-preload-633085
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p no-preload-633085 -n no-preload-633085
--- PASS: TestStartStop/group/no-preload/serial/Pause (4.19s)
E0829 21:05:04.524148  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:23.284771  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:23.291177  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:23.302696  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:23.324161  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:23.365532  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:23.447603  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:23.609322  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:23.931124  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:24.572399  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:24.668072  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:24.674493  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:24.685942  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:24.707393  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:24.748758  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:24.830220  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:24.991692  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:25.313372  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:25.424853  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:25.854625  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:25.955080  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:27.236864  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:28.416114  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:29.798512  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:33.538147  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:34.920423  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:43.780057  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:45.161904  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:05:50.437962  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kindnet-559078 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio
E0829 20:59:34.252214  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:00:04.524776  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/addons-409501/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kindnet-559078 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (57.324922798s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (57.33s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-559078 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-45gln" [6b4b41ab-c1dc-4588-b6aa-c7ede96b636b] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-45gln" [6b4b41ab-c1dc-4588-b6aa-c7ede96b636b] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 11.004529672s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (11.33s)

                                                
                                    
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-hxtqn" [1a9cafad-0212-4613-b4c4-0412d15b0976] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004016934s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-559078 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-pf9ml" [68d7d3a2-f9e8-45c2-accc-d8ee2511b86d] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-pf9ml" [68d7d3a2-f9e8-45c2-accc-d8ee2511b86d] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 11.005194268s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (11.26s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p custom-flannel-559078 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio
E0829 21:01:18.141037  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/old-k8s-version-527814/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:01:50.390112  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p custom-flannel-559078 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio: (1m0.939099s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (60.94s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-559078 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-xb475" [e797ae07-3c4a-4919-b2c7-d884469ae6f4] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-xb475" [e797ae07-3c4a-4919-b2c7-d884469ae6f4] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 12.006704184s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (12.29s)

                                                
                                    
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-s8vfs" [35878830-aee9-4d00-a48e-77e735f00b01] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.0101271s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-559078 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-w6mjp" [695b00d7-457b-419b-bf0c-70f9301c55e6] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0829 21:02:18.094577  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/default-k8s-diff-port-151732/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-6fc964789b-w6mjp" [695b00d7-457b-419b-bf0c-70f9301c55e6] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 13.004990044s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (13.26s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Localhost
net_test.go:194: (dbg) Run:  kubectl --context custom-flannel-559078 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.24s)

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p flannel-559078 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio
E0829 21:03:24.431129  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/functional-911032/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p flannel-559078 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio: (1m0.591986937s)
--- PASS: TestNetworkPlugins/group/flannel/Start (60.59s)

                                                
                                    
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-rssbn" [bc8e6fd7-8754-4def-ae9a-bc4ced02d835] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.003786118s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-559078 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-mxblp" [324bf139-eda2-49b0-bdeb-b06baa9c172b] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0829 21:04:03.487494  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:04:03.493940  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:04:03.505299  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:04:03.526727  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:04:03.568195  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:04:03.649837  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:04:03.811444  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:04:04.133182  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:04:04.774662  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:04:06.056294  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-6fc964789b-mxblp" [324bf139-eda2-49b0-bdeb-b06baa9c172b] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 11.004328607s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (11.26s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p enable-default-cni-559078 "pgrep -a kubelet"
E0829 21:04:08.617987  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.30s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-559078 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-7g4w9" [94237f04-108d-4cb2-9340-da64ef6190e0] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-7g4w9" [94237f04-108d-4cb2-9340-da64ef6190e0] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 11.005085216s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (11.27s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/DNS
net_test.go:175: (dbg) Run:  kubectl --context flannel-559078 exec deployment/netcat -- nslookup kubernetes.default
E0829 21:04:13.740193  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/no-preload-633085/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestNetworkPlugins/group/flannel/DNS (0.19s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-559078 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-xbh6t" [4455b5ca-7765-42fc-8257-36969e51fcfa] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-6fc964789b-xbh6t" [4455b5ca-7765-42fc-8257-36969e51fcfa] Running
E0829 21:06:04.261842  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/auto-559078/client.crt: no such file or directory" logger="UnhandledError"
E0829 21:06:05.644228  592018 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/19530-586627/.minikube/profiles/kindnet-559078/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 11.004420104s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (11.28s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/HairPin
net_test.go:264: (dbg) Run:  kubectl --context bridge-559078 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/bridge/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.0/cached-images (0s)

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (0.53s)

                                                
                                                
=== RUN   TestDownloadOnlyKic
aaa_download_only_test.go:232: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p download-docker-297874 --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-297874" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p download-docker-297874
--- SKIP: TestDownloadOnlyKic (0.53s)

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

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (4.59s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (5.02s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
Copied to clipboard