Test Report: Docker_Linux_containerd 20598

                    
                      63c1754226199ce281e4ac8e931674d5ef457043:2025-04-07:39038
                    
                

Test fail (11/331)

x
+
TestAddons/parallel/Ingress (491.48s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-438605 wait --for=condition=ready --namespace=ingress-nginx pod --selector=app.kubernetes.io/component=controller --timeout=90s
addons_test.go:232: (dbg) Run:  kubectl --context addons-438605 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-438605 replace --force -f testdata/nginx-pod-svc.yaml
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: waiting 8m0s for pods matching "run=nginx" in namespace "default" ...
helpers_test.go:344: "nginx" [69b039a7-6226-4052-a020-97718eae3479] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:329: TestAddons/parallel/Ingress: WARNING: pod list for "default" "run=nginx" returned: client rate limiter Wait returned an error: context deadline exceeded
addons_test.go:250: ***** TestAddons/parallel/Ingress: pod "run=nginx" failed to start within 8m0s: context deadline exceeded ****
addons_test.go:250: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-438605 -n addons-438605
addons_test.go:250: TestAddons/parallel/Ingress: showing logs for failed pods as of 2025-04-07 13:01:10.296804309 +0000 UTC m=+717.786751939
addons_test.go:250: (dbg) Run:  kubectl --context addons-438605 describe po nginx -n default
addons_test.go:250: (dbg) kubectl --context addons-438605 describe po nginx -n default:
Name:             nginx
Namespace:        default
Priority:         0
Service Account:  default
Node:             addons-438605/192.168.49.2
Start Time:       Mon, 07 Apr 2025 12:53:09 +0000
Labels:           run=nginx
Annotations:      <none>
Status:           Pending
IP:               10.244.0.32
IPs:
IP:  10.244.0.32
Containers:
nginx:
Container ID:   
Image:          docker.io/nginx:alpine
Image ID:       
Port:           80/TCP
Host Port:      0/TCP
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-t86g7 (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
kube-api-access-t86g7:
Type:                    Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds:  3607
ConfigMapName:           kube-root-ca.crt
ConfigMapOptional:       <nil>
DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type     Reason     Age                     From               Message
----     ------     ----                    ----               -------
Normal   Scheduled  8m1s                    default-scheduler  Successfully assigned default/nginx to addons-438605
Normal   Pulling    4m57s (x5 over 8m)      kubelet            Pulling image "docker.io/nginx:alpine"
Warning  Failed     4m56s (x5 over 7m58s)   kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Warning  Failed     4m56s (x5 over 7m58s)   kubelet            Error: ErrImagePull
Normal   BackOff    2m51s (x21 over 7m57s)  kubelet            Back-off pulling image "docker.io/nginx:alpine"
Warning  Failed     2m51s (x21 over 7m57s)  kubelet            Error: ImagePullBackOff
addons_test.go:250: (dbg) Run:  kubectl --context addons-438605 logs nginx -n default
addons_test.go:250: (dbg) Non-zero exit: kubectl --context addons-438605 logs nginx -n default: exit status 1 (74.009354ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "nginx" in pod "nginx" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
addons_test.go:250: kubectl --context addons-438605 logs nginx -n default: exit status 1
addons_test.go:251: failed waiting for ngnix pod: run=nginx within 8m0s: context deadline exceeded
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-438605
helpers_test.go:235: (dbg) docker inspect addons-438605:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0",
	        "Created": "2025-04-07T12:49:50.505617583Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 830245,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-04-07T12:49:50.542819946Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:037bd1b5a0f63899880a74b20d0e40b693fd199ade4ed9b883be5ed5726d15a6",
	        "ResolvConfPath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/hostname",
	        "HostsPath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/hosts",
	        "LogPath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0-json.log",
	        "Name": "/addons-438605",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-438605:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-438605",
	            "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": {
	                "ID": "814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0",
	                "LowerDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61-init/diff:/var/lib/docker/overlay2/d26f6b063706f297920cbe8b1068cf783bb11b15b0caeeceba79daf74886ddc7/diff",
	                "MergedDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61/merged",
	                "UpperDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61/diff",
	                "WorkDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "volume",
	                "Name": "addons-438605",
	                "Source": "/var/lib/docker/volumes/addons-438605/_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-438605",
	            "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.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727",
	            "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-438605",
	                "name.minikube.sigs.k8s.io": "addons-438605",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "238972fab58b8e480ebfed7f053d5e2a18c62cd3256ab0aba3ccb24cf340a5b2",
	            "SandboxKey": "/var/run/docker/netns/238972fab58b",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33143"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33144"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33147"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33145"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33146"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-438605": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "be:5a:ae:9f:d2:ac",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "6dc79560ba18d62073c5fba29bd0f7dc4de8c884d407901f4b82606bb72c3cfe",
	                    "EndpointID": "24339c8f297921d6a2ff50c62f9adead72dd584381647541b2de54e446621e27",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-438605",
	                        "814116c74616"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-438605 -n addons-438605
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 logs -n 25: (1.176426243s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                 Args                 |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-275779              | download-only-275779   | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| delete  | -p download-only-325513              | download-only-325513   | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| delete  | -p download-only-275779              | download-only-275779   | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| start   | --download-only -p                   | download-docker-071822 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |                     |
	|         | download-docker-071822               |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=containerd       |                        |         |         |                     |                     |
	| delete  | -p download-docker-071822            | download-docker-071822 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| start   | --download-only -p                   | binary-mirror-297215   | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |                     |
	|         | binary-mirror-297215                 |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --binary-mirror                      |                        |         |         |                     |                     |
	|         | http://127.0.0.1:46133               |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=containerd       |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-297215              | binary-mirror-297215   | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| addons  | enable dashboard -p                  | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |                     |
	|         | addons-438605                        |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |                     |
	|         | addons-438605                        |                        |         |         |                     |                     |
	| start   | -p addons-438605 --wait=true         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:51 UTC |
	|         | --memory=4000 --alsologtostderr      |                        |         |         |                     |                     |
	|         | --addons=registry                    |                        |         |         |                     |                     |
	|         | --addons=metrics-server              |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots             |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver         |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                    |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner               |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget            |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin        |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano       |                        |         |         |                     |                     |
	|         | --addons=amd-gpu-device-plugin       |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=containerd       |                        |         |         |                     |                     |
	|         | --addons=ingress                     |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                 |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|         | volcano --alsologtostderr -v=1       |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|         | gcp-auth --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | enable headlamp                      | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|         | -p addons-438605                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|         | amd-gpu-device-plugin                |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|         | disable nvidia-device-plugin         |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:53 UTC |
	|         | headlamp --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:53 UTC |
	|         | yakd --alsologtostderr -v=1          |                        |         |         |                     |                     |
	| ip      | addons-438605 ip                     | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | registry --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | disable cloud-spanner                |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | disable metrics-server               |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | disable inspektor-gadget             |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | disable volumesnapshots              |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | disable csi-hostpath-driver          |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:57 UTC | 07 Apr 25 12:58 UTC |
	|         | storage-provisioner-rancher          |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/04/07 12:49:25
	Running on machine: ubuntu-20-agent-7
	Binary: Built with gc go1.24.0 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0407 12:49:25.903609  829627 out.go:345] Setting OutFile to fd 1 ...
	I0407 12:49:25.903712  829627 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 12:49:25.903717  829627 out.go:358] Setting ErrFile to fd 2...
	I0407 12:49:25.903721  829627 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 12:49:25.903913  829627 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 12:49:25.904570  829627 out.go:352] Setting JSON to false
	I0407 12:49:25.905581  829627 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-7","uptime":23514,"bootTime":1744006652,"procs":195,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0407 12:49:25.905646  829627 start.go:139] virtualization: kvm guest
	I0407 12:49:25.907725  829627 out.go:177] * [addons-438605] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0407 12:49:25.909208  829627 notify.go:220] Checking for updates...
	I0407 12:49:25.909229  829627 out.go:177]   - MINIKUBE_LOCATION=20598
	I0407 12:49:25.910946  829627 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0407 12:49:25.912742  829627 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 12:49:25.914284  829627 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
	I0407 12:49:25.916004  829627 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0407 12:49:25.917462  829627 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0407 12:49:25.919511  829627 driver.go:394] Setting default libvirt URI to qemu:///system
	I0407 12:49:25.942746  829627 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
	I0407 12:49:25.942877  829627 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 12:49:25.990632  829627 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:true NGoroutines:44 SystemTime:2025-04-07 12:49:25.981734775 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 12:49:25.990753  829627 docker.go:318] overlay module found
	I0407 12:49:25.992639  829627 out.go:177] * Using the docker driver based on user configuration
	I0407 12:49:25.994072  829627 start.go:297] selected driver: docker
	I0407 12:49:25.994097  829627 start.go:901] validating driver "docker" against <nil>
	I0407 12:49:25.994112  829627 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0407 12:49:25.995004  829627 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 12:49:26.043422  829627 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:true NGoroutines:44 SystemTime:2025-04-07 12:49:26.034225857 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 12:49:26.043648  829627 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0407 12:49:26.043919  829627 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]
	I0407 12:49:26.045447  829627 out.go:177] * Using Docker driver with root privileges
	I0407 12:49:26.046823  829627 cni.go:84] Creating CNI manager for ""
	I0407 12:49:26.046896  829627 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0407 12:49:26.046907  829627 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0407 12:49:26.046982  829627 start.go:340] cluster config:
	{Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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: SSHA
uthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0407 12:49:26.048587  829627 out.go:177] * Starting "addons-438605" primary control-plane node in "addons-438605" cluster
	I0407 12:49:26.049878  829627 cache.go:121] Beginning downloading kic base image for docker with containerd
	I0407 12:49:26.051277  829627 out.go:177] * Pulling base image v0.0.46-1743675393-20591 ...
	I0407 12:49:26.052571  829627 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
	I0407 12:49:26.052621  829627 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4
	I0407 12:49:26.052632  829627 cache.go:56] Caching tarball of preloaded images
	I0407 12:49:26.052692  829627 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local docker daemon
	I0407 12:49:26.052723  829627 preload.go:172] Found /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
	I0407 12:49:26.052737  829627 cache.go:59] Finished verifying existence of preloaded tar for v1.32.2 on containerd
	I0407 12:49:26.053078  829627 profile.go:143] Saving config to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/config.json ...
	I0407 12:49:26.053111  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/config.json: {Name:mke71b541204ae176b1fe650af554dd6e231a152 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:26.069930  829627 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 to local cache
	I0407 12:49:26.070085  829627 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local cache directory
	I0407 12:49:26.070102  829627 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local cache directory, skipping pull
	I0407 12:49:26.070108  829627 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 exists in cache, skipping pull
	I0407 12:49:26.070124  829627 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 as a tarball
	I0407 12:49:26.070131  829627 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 from local cache
	I0407 12:49:38.362490  829627 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 from cached tarball
	I0407 12:49:38.362538  829627 cache.go:230] Successfully downloaded all kic artifacts
	I0407 12:49:38.362587  829627 start.go:360] acquireMachinesLock for addons-438605: {Name:mk1501e2d1d66972323fbf90cdb58af77c0490bb Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0407 12:49:38.362703  829627 start.go:364] duration metric: took 90.81µs to acquireMachinesLock for "addons-438605"
	I0407 12:49:38.362736  829627 start.go:93] Provisioning new machine with config: &{Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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:fa
lse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0407 12:49:38.362816  829627 start.go:125] createHost starting for "" (driver="docker")
	I0407 12:49:38.364684  829627 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0407 12:49:38.364911  829627 start.go:159] libmachine.API.Create for "addons-438605" (driver="docker")
	I0407 12:49:38.364946  829627 client.go:168] LocalClient.Create starting
	I0407 12:49:38.365064  829627 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem
	I0407 12:49:38.902997  829627 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem
	I0407 12:49:39.046217  829627 cli_runner.go:164] Run: docker network inspect addons-438605 --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}}]}"
	W0407 12:49:39.063637  829627 cli_runner.go:211] docker network inspect addons-438605 --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
	I0407 12:49:39.063730  829627 network_create.go:284] running [docker network inspect addons-438605] to gather additional debugging logs...
	I0407 12:49:39.063755  829627 cli_runner.go:164] Run: docker network inspect addons-438605
	W0407 12:49:39.079877  829627 cli_runner.go:211] docker network inspect addons-438605 returned with exit code 1
	I0407 12:49:39.079912  829627 network_create.go:287] error running [docker network inspect addons-438605]: docker network inspect addons-438605: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-438605 not found
	I0407 12:49:39.079929  829627 network_create.go:289] output of [docker network inspect addons-438605]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-438605 not found
	
	** /stderr **
	I0407 12:49:39.080016  829627 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}}]}"
	I0407 12:49:39.096486  829627 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:0xc001e04750}
	I0407 12:49:39.096553  829627 network_create.go:124] attempt to create docker network addons-438605 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0407 12:49:39.096624  829627 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-438605 addons-438605
	I0407 12:49:39.148286  829627 network_create.go:108] docker network addons-438605 192.168.49.0/24 created
	I0407 12:49:39.148317  829627 kic.go:121] calculated static IP "192.168.49.2" for the "addons-438605" container
	I0407 12:49:39.148376  829627 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0407 12:49:39.165262  829627 cli_runner.go:164] Run: docker volume create addons-438605 --label name.minikube.sigs.k8s.io=addons-438605 --label created_by.minikube.sigs.k8s.io=true
	I0407 12:49:39.183686  829627 oci.go:103] Successfully created a docker volume addons-438605
	I0407 12:49:39.183786  829627 cli_runner.go:164] Run: docker run --rm --name addons-438605-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-438605 --entrypoint /usr/bin/test -v addons-438605:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -d /var/lib
	I0407 12:49:45.924045  829627 cli_runner.go:217] Completed: docker run --rm --name addons-438605-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-438605 --entrypoint /usr/bin/test -v addons-438605:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -d /var/lib: (6.740201086s)
	I0407 12:49:45.924099  829627 oci.go:107] Successfully prepared a docker volume addons-438605
	I0407 12:49:45.924116  829627 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
	I0407 12:49:45.924153  829627 kic.go:194] Starting extracting preloaded images to volume ...
	I0407 12:49:45.924284  829627 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-438605:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -I lz4 -xf /preloaded.tar -C /extractDir
	I0407 12:49:50.442326  829627 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-438605:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -I lz4 -xf /preloaded.tar -C /extractDir: (4.517977542s)
	I0407 12:49:50.442369  829627 kic.go:203] duration metric: took 4.518221144s to extract preloaded images to volume ...
	W0407 12:49:50.442555  829627 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0407 12:49:50.442706  829627 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0407 12:49:50.490325  829627 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-438605 --name addons-438605 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-438605 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-438605 --network addons-438605 --ip 192.168.49.2 --volume addons-438605:/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.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727
	I0407 12:49:50.757928  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Running}}
	I0407 12:49:50.776137  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:49:50.796472  829627 cli_runner.go:164] Run: docker exec addons-438605 stat /var/lib/dpkg/alternatives/iptables
	I0407 12:49:50.839006  829627 oci.go:144] the created container "addons-438605" has a running status.
	I0407 12:49:50.839061  829627 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa...
	I0407 12:49:51.036469  829627 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0407 12:49:51.061038  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:49:51.081901  829627 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0407 12:49:51.081924  829627 kic_runner.go:114] Args: [docker exec --privileged addons-438605 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0407 12:49:51.136098  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:49:51.158287  829627 machine.go:93] provisionDockerMachine start ...
	I0407 12:49:51.158377  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:51.177866  829627 main.go:141] libmachine: Using SSH client type: native
	I0407 12:49:51.178114  829627 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil>  [] 0s} 127.0.0.1 33143 <nil> <nil>}
	I0407 12:49:51.178127  829627 main.go:141] libmachine: About to run SSH command:
	hostname
	I0407 12:49:51.398993  829627 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-438605
	
	I0407 12:49:51.399025  829627 ubuntu.go:169] provisioning hostname "addons-438605"
	I0407 12:49:51.399121  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:51.417552  829627 main.go:141] libmachine: Using SSH client type: native
	I0407 12:49:51.417772  829627 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil>  [] 0s} 127.0.0.1 33143 <nil> <nil>}
	I0407 12:49:51.417786  829627 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-438605 && echo "addons-438605" | sudo tee /etc/hostname
	I0407 12:49:51.554853  829627 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-438605
	
	I0407 12:49:51.554942  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:51.575573  829627 main.go:141] libmachine: Using SSH client type: native
	I0407 12:49:51.575784  829627 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil>  [] 0s} 127.0.0.1 33143 <nil> <nil>}
	I0407 12:49:51.575801  829627 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-438605' /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-438605/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-438605' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0407 12:49:51.699646  829627 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0407 12:49:51.699682  829627 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20598-821510/.minikube CaCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20598-821510/.minikube}
	I0407 12:49:51.699703  829627 ubuntu.go:177] setting up certificates
	I0407 12:49:51.699716  829627 provision.go:84] configureAuth start
	I0407 12:49:51.699779  829627 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-438605
	I0407 12:49:51.717563  829627 provision.go:143] copyHostCerts
	I0407 12:49:51.717651  829627 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/ca.pem (1078 bytes)
	I0407 12:49:51.717784  829627 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/cert.pem (1123 bytes)
	I0407 12:49:51.717866  829627 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/key.pem (1675 bytes)
	I0407 12:49:51.717937  829627 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem org=jenkins.addons-438605 san=[127.0.0.1 192.168.49.2 addons-438605 localhost minikube]
	I0407 12:49:52.076388  829627 provision.go:177] copyRemoteCerts
	I0407 12:49:52.076448  829627 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0407 12:49:52.076487  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:52.094049  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:49:52.184088  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0407 12:49:52.206729  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0407 12:49:52.230170  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0407 12:49:52.253299  829627 provision.go:87] duration metric: took 553.564922ms to configureAuth
	I0407 12:49:52.253334  829627 ubuntu.go:193] setting minikube options for container-runtime
	I0407 12:49:52.253516  829627 config.go:182] Loaded profile config "addons-438605": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 12:49:52.253530  829627 machine.go:96] duration metric: took 1.095220563s to provisionDockerMachine
	I0407 12:49:52.253540  829627 client.go:171] duration metric: took 13.888584056s to LocalClient.Create
	I0407 12:49:52.253568  829627 start.go:167] duration metric: took 13.888655703s to libmachine.API.Create "addons-438605"
	I0407 12:49:52.253581  829627 start.go:293] postStartSetup for "addons-438605" (driver="docker")
	I0407 12:49:52.253598  829627 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]
	I0407 12:49:52.253660  829627 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
	I0407 12:49:52.253712  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:52.272092  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:49:52.364195  829627 ssh_runner.go:195] Run: cat /etc/os-release
	I0407 12:49:52.367456  829627 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0407 12:49:52.367491  829627 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0407 12:49:52.367511  829627 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0407 12:49:52.367519  829627 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0407 12:49:52.367531  829627 filesync.go:126] Scanning /home/jenkins/minikube-integration/20598-821510/.minikube/addons for local assets ...
	I0407 12:49:52.367607  829627 filesync.go:126] Scanning /home/jenkins/minikube-integration/20598-821510/.minikube/files for local assets ...
	I0407 12:49:52.367629  829627 start.go:296] duration metric: took 114.038838ms for postStartSetup
	I0407 12:49:52.367914  829627 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-438605
	I0407 12:49:52.385971  829627 profile.go:143] Saving config to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/config.json ...
	I0407 12:49:52.386242  829627 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0407 12:49:52.386284  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:52.403774  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:49:52.492429  829627 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0407 12:49:52.496867  829627 start.go:128] duration metric: took 14.134031711s to createHost
	I0407 12:49:52.496895  829627 start.go:83] releasing machines lock for "addons-438605", held for 14.134175341s
	I0407 12:49:52.496972  829627 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-438605
	I0407 12:49:52.514876  829627 ssh_runner.go:195] Run: cat /version.json
	I0407 12:49:52.514915  829627 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0407 12:49:52.514928  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:52.515012  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:52.532858  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:49:52.533201  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:49:52.688411  829627 ssh_runner.go:195] Run: systemctl --version
	I0407 12:49:52.692724  829627 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0407 12:49:52.697059  829627 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 "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0407 12:49:52.720862  829627 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0407 12:49:52.720979  829627 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" ;
	I0407 12:49:52.747761  829627 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0407 12:49:52.747794  829627 start.go:495] detecting cgroup driver to use...
	I0407 12:49:52.747833  829627 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0407 12:49:52.747905  829627 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0407 12:49:52.759594  829627 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0407 12:49:52.770828  829627 docker.go:217] disabling cri-docker service (if available) ...
	I0407 12:49:52.770884  829627 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0407 12:49:52.783430  829627 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0407 12:49:52.796252  829627 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0407 12:49:52.874624  829627 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0407 12:49:52.956460  829627 docker.go:233] disabling docker service ...
	I0407 12:49:52.956522  829627 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0407 12:49:52.975196  829627 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0407 12:49:52.986107  829627 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0407 12:49:53.063099  829627 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0407 12:49:53.138752  829627 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0407 12:49:53.150187  829627 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0407 12:49:53.166473  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10"|' /etc/containerd/config.toml"
	I0407 12:49:53.176214  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0407 12:49:53.185931  829627 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
	I0407 12:49:53.185997  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
	I0407 12:49:53.195548  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0407 12:49:53.204976  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0407 12:49:53.214272  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0407 12:49:53.224556  829627 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0407 12:49:53.233724  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0407 12:49:53.243654  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0407 12:49:53.253596  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0407 12:49:53.263920  829627 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0407 12:49:53.272379  829627 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0407 12:49:53.280723  829627 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0407 12:49:53.363191  829627 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0407 12:49:53.462338  829627 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0407 12:49:53.462509  829627 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0407 12:49:53.466582  829627 start.go:563] Will wait 60s for crictl version
	I0407 12:49:53.466635  829627 ssh_runner.go:195] Run: which crictl
	I0407 12:49:53.470138  829627 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0407 12:49:53.503966  829627 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0407 12:49:53.504043  829627 ssh_runner.go:195] Run: containerd --version
	I0407 12:49:53.530352  829627 ssh_runner.go:195] Run: containerd --version
	I0407 12:49:53.555710  829627 out.go:177] * Preparing Kubernetes v1.32.2 on containerd 1.7.27 ...
	I0407 12:49:53.557162  829627 cli_runner.go:164] Run: docker network inspect addons-438605 --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}}]}"
	I0407 12:49:53.575223  829627 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0407 12:49:53.579045  829627 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""
	I0407 12:49:53.589794  829627 kubeadm.go:883] updating cluster {Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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 Cus
tomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0407 12:49:53.589927  829627 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
	I0407 12:49:53.589983  829627 ssh_runner.go:195] Run: sudo crictl images --output json
	I0407 12:49:53.622714  829627 containerd.go:627] all images are preloaded for containerd runtime.
	I0407 12:49:53.622738  829627 containerd.go:534] Images already preloaded, skipping extraction
	I0407 12:49:53.622790  829627 ssh_runner.go:195] Run: sudo crictl images --output json
	I0407 12:49:53.657525  829627 containerd.go:627] all images are preloaded for containerd runtime.
	I0407 12:49:53.657549  829627 cache_images.go:84] Images are preloaded, skipping loading
	I0407 12:49:53.657558  829627 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.2 containerd true true} ...
	I0407 12:49:53.657643  829627 kubeadm.go:946] kubelet [Unit]
	Wants=containerd.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.32.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-438605 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0407 12:49:53.657698  829627 ssh_runner.go:195] Run: sudo crictl info
	I0407 12:49:53.691897  829627 cni.go:84] Creating CNI manager for ""
	I0407 12:49:53.691926  829627 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0407 12:49:53.691942  829627 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0407 12:49:53.691984  829627 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.32.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-438605 NodeName:addons-438605 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.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
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0407 12:49:53.692147  829627 kubeadm.go:195] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: unix:///run/containerd/containerd.sock
	  name: "addons-438605"
	  kubeletExtraArgs:
	    - name: "node-ip"
	      value: "192.168.49.2"
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    - name: "enable-admission-plugins"
	      value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    - name: "allocate-node-cidrs"
	      value: "true"
	    - name: "leader-elect"
	      value: "false"
	scheduler:
	  extraArgs:
	    - name: "leader-elect"
	      value: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      - name: "proxy-refresh-interval"
	        value: "70000"
	kubernetesVersion: v1.32.2
	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:///run/containerd/containerd.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
	
	I0407 12:49:53.692230  829627 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.2
	I0407 12:49:53.700831  829627 binaries.go:44] Found k8s binaries, skipping transfer
	I0407 12:49:53.700901  829627 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0407 12:49:53.709331  829627 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
	I0407 12:49:53.726279  829627 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0407 12:49:53.743272  829627 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2303 bytes)
	I0407 12:49:53.760150  829627 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0407 12:49:53.763451  829627 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""
	I0407 12:49:53.773290  829627 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0407 12:49:53.845578  829627 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0407 12:49:53.858504  829627 certs.go:68] Setting up /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605 for IP: 192.168.49.2
	I0407 12:49:53.858526  829627 certs.go:194] generating shared ca certs ...
	I0407 12:49:53.858542  829627 certs.go:226] acquiring lock for ca certs: {Name:mk6a74ec6effe97d3cd7b0c9ad240ae641340c38 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:53.858684  829627 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key
	I0407 12:49:54.082178  829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt ...
	I0407 12:49:54.082212  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt: {Name:mk7d0664b47f06e6dcc0da06d3c0ff2ab0d9365f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.082378  829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key ...
	I0407 12:49:54.082390  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key: {Name:mk184d91bc1a67d839b5cb3c735170242e1d7a38 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.082457  829627 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key
	I0407 12:49:54.301675  829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.crt ...
	I0407 12:49:54.301714  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.crt: {Name:mke4e2fe7d727c765156d3f832fbc8f989b5e88d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.301898  829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key ...
	I0407 12:49:54.301909  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key: {Name:mk5330479fe36aa3bb2fbdaa3b0e763635aef59a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.301985  829627 certs.go:256] generating profile certs ...
	I0407 12:49:54.302045  829627 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.key
	I0407 12:49:54.302059  829627 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt with IP's: []
	I0407 12:49:54.429514  829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt ...
	I0407 12:49:54.429545  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: {Name:mke90ce21d8f62a3d57c76730f1763087ae54519 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.429704  829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.key ...
	I0407 12:49:54.429715  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.key: {Name:mka25eca96d9ceabe509958ef60cbe8cbbee6288 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.429784  829627 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc
	I0407 12:49:54.429803  829627 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0407 12:49:54.907679  829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc ...
	I0407 12:49:54.907719  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc: {Name:mk81024c17a250fe59b6778187c141f724ae60a6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.907899  829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc ...
	I0407 12:49:54.907916  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc: {Name:mke8f0970a03692388e41f73612f880aabd0d7e1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.907998  829627 certs.go:381] copying /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc -> /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt
	I0407 12:49:54.908071  829627 certs.go:385] copying /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc -> /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key
	I0407 12:49:54.908114  829627 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key
	I0407 12:49:54.908131  829627 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt with IP's: []
	I0407 12:49:55.207747  829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt ...
	I0407 12:49:55.207783  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt: {Name:mk590eb96ea15a5348374b9fe8a038f22ce02fbf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:55.207951  829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key ...
	I0407 12:49:55.207965  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key: {Name:mk2c574ec0c5ab09d2f95571c01917394520b3f4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:55.208134  829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem (1679 bytes)
	I0407 12:49:55.208169  829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem (1078 bytes)
	I0407 12:49:55.208199  829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem (1123 bytes)
	I0407 12:49:55.208225  829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem (1675 bytes)
	I0407 12:49:55.208802  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0407 12:49:55.232367  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0407 12:49:55.254655  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0407 12:49:55.277123  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0407 12:49:55.299718  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0407 12:49:55.321576  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0407 12:49:55.343695  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0407 12:49:55.366390  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0407 12:49:55.389967  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0407 12:49:55.414218  829627 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0407 12:49:55.431507  829627 ssh_runner.go:195] Run: openssl version
	I0407 12:49:55.436772  829627 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"
	I0407 12:49:55.445585  829627 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0407 12:49:55.448749  829627 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr  7 12:49 /usr/share/ca-certificates/minikubeCA.pem
	I0407 12:49:55.448805  829627 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0407 12:49:55.455000  829627 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"
	I0407 12:49:55.463414  829627 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0407 12:49:55.466258  829627 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
	I0407 12:49:55.466310  829627 kubeadm.go:392] StartCluster: {Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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 Custom
QemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0407 12:49:55.466390  829627 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0407 12:49:55.466431  829627 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0407 12:49:55.500121  829627 cri.go:89] found id: ""
	I0407 12:49:55.500185  829627 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0407 12:49:55.508780  829627 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0407 12:49:55.516883  829627 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0407 12:49:55.516934  829627 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
	I0407 12:49:55.525026  829627 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
	I0407 12:49:55.525045  829627 kubeadm.go:157] found existing configuration files:
	
	I0407 12:49:55.525089  829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0407 12:49:55.532933  829627 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
	I0407 12:49:55.532985  829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0407 12:49:55.540841  829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0407 12:49:55.549912  829627 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
	I0407 12:49:55.549986  829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0407 12:49:55.558209  829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0407 12:49:55.566620  829627 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
	I0407 12:49:55.566673  829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0407 12:49:55.574800  829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0407 12:49:55.583091  829627 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
	I0407 12:49:55.583143  829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0407 12:49:55.591174  829627 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.2:$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"
	I0407 12:49:55.627519  829627 kubeadm.go:310] [init] Using Kubernetes version: v1.32.2
	I0407 12:49:55.627570  829627 kubeadm.go:310] [preflight] Running pre-flight checks
	I0407 12:49:55.644635  829627 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0407 12:49:55.644701  829627 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1078-gcp
	I0407 12:49:55.644741  829627 kubeadm.go:310] OS: Linux
	I0407 12:49:55.644863  829627 kubeadm.go:310] CGROUPS_CPU: enabled
	I0407 12:49:55.644921  829627 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0407 12:49:55.644967  829627 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0407 12:49:55.645006  829627 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0407 12:49:55.645049  829627 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0407 12:49:55.645127  829627 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0407 12:49:55.645209  829627 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0407 12:49:55.645277  829627 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0407 12:49:55.645354  829627 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0407 12:49:55.698075  829627 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0407 12:49:55.698214  829627 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0407 12:49:55.698412  829627 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0407 12:49:55.704729  829627 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0407 12:49:55.708017  829627 out.go:235]   - Generating certificates and keys ...
	I0407 12:49:55.708123  829627 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0407 12:49:55.708200  829627 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0407 12:49:55.811555  829627 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0407 12:49:56.029368  829627 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0407 12:49:56.094940  829627 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0407 12:49:56.237339  829627 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0407 12:49:56.555876  829627 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0407 12:49:56.556103  829627 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-438605 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0407 12:49:56.605961  829627 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0407 12:49:56.606198  829627 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-438605 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0407 12:49:56.718326  829627 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0407 12:49:56.811879  829627 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0407 12:49:56.891305  829627 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0407 12:49:56.891396  829627 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0407 12:49:57.018748  829627 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0407 12:49:57.170703  829627 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0407 12:49:57.319868  829627 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0407 12:49:57.417712  829627 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0407 12:49:57.734886  829627 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0407 12:49:57.735370  829627 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0407 12:49:57.738872  829627 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0407 12:49:57.741419  829627 out.go:235]   - Booting up control plane ...
	I0407 12:49:57.741557  829627 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0407 12:49:57.741681  829627 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0407 12:49:57.741748  829627 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0407 12:49:57.750713  829627 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0407 12:49:57.756168  829627 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0407 12:49:57.756228  829627 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0407 12:49:57.846030  829627 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0407 12:49:57.846143  829627 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0407 12:49:58.347908  829627 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.972434ms
	I0407 12:49:58.348040  829627 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0407 12:50:03.349517  829627 kubeadm.go:310] [api-check] The API server is healthy after 5.001563361s
	I0407 12:50:03.360882  829627 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0407 12:50:03.370868  829627 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0407 12:50:03.389594  829627 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0407 12:50:03.389828  829627 kubeadm.go:310] [mark-control-plane] Marking the node addons-438605 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0407 12:50:03.397115  829627 kubeadm.go:310] [bootstrap-token] Using token: e4k37b.9ezdcxx3chkmc4rm
	I0407 12:50:03.398874  829627 out.go:235]   - Configuring RBAC rules ...
	I0407 12:50:03.399031  829627 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0407 12:50:03.402430  829627 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0407 12:50:03.409487  829627 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
	I0407 12:50:03.412105  829627 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0407 12:50:03.414381  829627 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0407 12:50:03.417015  829627 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0407 12:50:03.755785  829627 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0407 12:50:04.177245  829627 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0407 12:50:04.755128  829627 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0407 12:50:04.756086  829627 kubeadm.go:310] 
	I0407 12:50:04.756149  829627 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0407 12:50:04.756191  829627 kubeadm.go:310] 
	I0407 12:50:04.756308  829627 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0407 12:50:04.756318  829627 kubeadm.go:310] 
	I0407 12:50:04.756358  829627 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0407 12:50:04.756450  829627 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0407 12:50:04.756531  829627 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0407 12:50:04.756541  829627 kubeadm.go:310] 
	I0407 12:50:04.756635  829627 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0407 12:50:04.756652  829627 kubeadm.go:310] 
	I0407 12:50:04.756717  829627 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0407 12:50:04.756727  829627 kubeadm.go:310] 
	I0407 12:50:04.756801  829627 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0407 12:50:04.756898  829627 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0407 12:50:04.757005  829627 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0407 12:50:04.757036  829627 kubeadm.go:310] 
	I0407 12:50:04.757157  829627 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0407 12:50:04.757259  829627 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0407 12:50:04.757276  829627 kubeadm.go:310] 
	I0407 12:50:04.757387  829627 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token e4k37b.9ezdcxx3chkmc4rm \
	I0407 12:50:04.757472  829627 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:70b31bc585ec6212a6bfca403b6b71fdedcfb1a1a1fdfb0766b0b69f09699fc7 \
	I0407 12:50:04.757497  829627 kubeadm.go:310] 	--control-plane 
	I0407 12:50:04.757503  829627 kubeadm.go:310] 
	I0407 12:50:04.757569  829627 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0407 12:50:04.757575  829627 kubeadm.go:310] 
	I0407 12:50:04.757649  829627 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token e4k37b.9ezdcxx3chkmc4rm \
	I0407 12:50:04.757732  829627 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:70b31bc585ec6212a6bfca403b6b71fdedcfb1a1a1fdfb0766b0b69f09699fc7 
	I0407 12:50:04.759853  829627 kubeadm.go:310] 	[WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
	I0407 12:50:04.760109  829627 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-1078-gcp\n", err: exit status 1
	I0407 12:50:04.760248  829627 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0407 12:50:04.760283  829627 cni.go:84] Creating CNI manager for ""
	I0407 12:50:04.760293  829627 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0407 12:50:04.762327  829627 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0407 12:50:04.763644  829627 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0407 12:50:04.767487  829627 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.2/kubectl ...
	I0407 12:50:04.767506  829627 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0407 12:50:04.785327  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0407 12:50:04.996765  829627 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0407 12:50:04.996833  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:04.996877  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-438605 minikube.k8s.io/updated_at=2025_04_07T12_50_04_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=5cf7512d5a64c8581140916e82b849633d870277 minikube.k8s.io/name=addons-438605 minikube.k8s.io/primary=true
	I0407 12:50:05.125154  829627 ops.go:34] apiserver oom_adj: -16
	I0407 12:50:05.125244  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:05.625404  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:06.126214  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:06.626332  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:07.125369  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:07.625479  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:08.125857  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:08.625823  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:09.126086  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:09.226625  829627 kubeadm.go:1113] duration metric: took 4.229836573s to wait for elevateKubeSystemPrivileges
	I0407 12:50:09.226716  829627 kubeadm.go:394] duration metric: took 13.760410948s to StartCluster
	I0407 12:50:09.226740  829627 settings.go:142] acquiring lock: {Name:mke2659b5c87589770b9bcc21112539bc47c433b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:50:09.226878  829627 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 12:50:09.227391  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/kubeconfig: {Name:mk6cd3415e73e8e17006366409a4d89a3333886b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:50:09.227743  829627 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0407 12:50:09.227937  829627 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0407 12:50:09.227973  829627 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0407 12:50:09.228070  829627 config.go:182] Loaded profile config "addons-438605": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 12:50:09.228099  829627 addons.go:69] Setting yakd=true in profile "addons-438605"
	I0407 12:50:09.228111  829627 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-438605"
	I0407 12:50:09.228116  829627 addons.go:238] Setting addon yakd=true in "addons-438605"
	I0407 12:50:09.228124  829627 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-438605"
	I0407 12:50:09.228140  829627 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-438605"
	I0407 12:50:09.228145  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.228159  829627 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-438605"
	I0407 12:50:09.228168  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.228163  829627 addons.go:69] Setting registry=true in profile "addons-438605"
	I0407 12:50:09.228184  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.228179  829627 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-438605"
	I0407 12:50:09.228195  829627 addons.go:238] Setting addon registry=true in "addons-438605"
	I0407 12:50:09.228210  829627 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-438605"
	I0407 12:50:09.228207  829627 addons.go:69] Setting metrics-server=true in profile "addons-438605"
	I0407 12:50:09.228235  829627 addons.go:238] Setting addon metrics-server=true in "addons-438605"
	I0407 12:50:09.228236  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.228277  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.228521  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228689  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228698  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228707  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228718  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228726  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228846  829627 addons.go:69] Setting ingress-dns=true in profile "addons-438605"
	I0407 12:50:09.228865  829627 addons.go:238] Setting addon ingress-dns=true in "addons-438605"
	I0407 12:50:09.228914  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.229219  829627 addons.go:69] Setting cloud-spanner=true in profile "addons-438605"
	I0407 12:50:09.229269  829627 addons.go:238] Setting addon cloud-spanner=true in "addons-438605"
	I0407 12:50:09.229312  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.229677  829627 addons.go:69] Setting gcp-auth=true in profile "addons-438605"
	I0407 12:50:09.229748  829627 mustload.go:65] Loading cluster: addons-438605
	I0407 12:50:09.229782  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.229818  829627 addons.go:69] Setting inspektor-gadget=true in profile "addons-438605"
	I0407 12:50:09.229847  829627 addons.go:238] Setting addon inspektor-gadget=true in "addons-438605"
	I0407 12:50:09.229881  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.230001  829627 addons.go:69] Setting default-storageclass=true in profile "addons-438605"
	I0407 12:50:09.230056  829627 addons.go:69] Setting volcano=true in profile "addons-438605"
	I0407 12:50:09.230067  829627 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-438605"
	I0407 12:50:09.230093  829627 addons.go:238] Setting addon volcano=true in "addons-438605"
	I0407 12:50:09.230139  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.230305  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.230449  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.230496  829627 addons.go:69] Setting volumesnapshots=true in profile "addons-438605"
	I0407 12:50:09.230688  829627 addons.go:238] Setting addon volumesnapshots=true in "addons-438605"
	I0407 12:50:09.230023  829627 config.go:182] Loaded profile config "addons-438605": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 12:50:09.230751  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.231158  829627 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-438605"
	I0407 12:50:09.231213  829627 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-438605"
	I0407 12:50:09.231253  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.229787  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.231266  829627 addons.go:69] Setting storage-provisioner=true in profile "addons-438605"
	I0407 12:50:09.231593  829627 addons.go:238] Setting addon storage-provisioner=true in "addons-438605"
	I0407 12:50:09.231637  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.229804  829627 addons.go:69] Setting ingress=true in profile "addons-438605"
	I0407 12:50:09.234947  829627 out.go:177] * Verifying Kubernetes components...
	I0407 12:50:09.235447  829627 addons.go:238] Setting addon ingress=true in "addons-438605"
	I0407 12:50:09.235603  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.237652  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.237758  829627 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0407 12:50:09.251837  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.252006  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.252120  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.252641  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.252980  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.266018  829627 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0407 12:50:09.269372  829627 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0407 12:50:09.269458  829627 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0407 12:50:09.269569  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.286935  829627 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0407 12:50:09.287567  829627 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-438605"
	I0407 12:50:09.287620  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.288080  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.288388  829627 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0407 12:50:09.288410  829627 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0407 12:50:09.288481  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.298535  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.300679  829627 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
	I0407 12:50:09.302055  829627 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0407 12:50:09.303210  829627 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0407 12:50:09.304625  829627 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0407 12:50:09.304648  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0407 12:50:09.304708  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.314778  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0407 12:50:09.316231  829627 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0407 12:50:09.316406  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0407 12:50:09.317747  829627 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
	I0407 12:50:09.317800  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0407 12:50:09.317861  829627 out.go:177]   - Using image docker.io/busybox:stable
	I0407 12:50:09.319962  829627 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0407 12:50:09.319983  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0407 12:50:09.320043  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.320201  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0407 12:50:09.321551  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0407 12:50:09.322372  829627 addons.go:238] Setting addon default-storageclass=true in "addons-438605"
	I0407 12:50:09.322412  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.322775  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.323625  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0407 12:50:09.324821  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0407 12:50:09.328779  829627 out.go:177]   - Using image docker.io/registry:2.8.3
	I0407 12:50:09.328904  829627 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0407 12:50:09.338126  829627 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0407 12:50:09.338154  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0407 12:50:09.338218  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.338577  829627 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0407 12:50:09.338591  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0407 12:50:09.338638  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.341494  829627 out.go:177]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0407 12:50:09.343132  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0407 12:50:09.344551  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0407 12:50:09.344570  829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0407 12:50:09.344630  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.344869  829627 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.30
	I0407 12:50:09.345063  829627 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0407 12:50:09.345075  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0407 12:50:09.345121  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.345210  829627 out.go:177]   - Using image docker.io/volcanosh/vc-webhook-manager:v1.11.0
	I0407 12:50:09.346369  829627 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0407 12:50:09.346391  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0407 12:50:09.346439  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.348180  829627 out.go:177]   - Using image docker.io/volcanosh/vc-controller-manager:v1.11.0
	I0407 12:50:09.349333  829627 out.go:177]   - Using image docker.io/volcanosh/vc-scheduler:v1.11.0
	I0407 12:50:09.351929  829627 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
	I0407 12:50:09.351953  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (480278 bytes)
	I0407 12:50:09.352024  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.353529  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0407 12:50:09.354581  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0407 12:50:09.354595  829627 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0407 12:50:09.354655  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.358639  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.366675  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.372580  829627 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.37.0
	I0407 12:50:09.374198  829627 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0407 12:50:09.374233  829627 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
	I0407 12:50:09.374304  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.375746  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.375809  829627 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0407 12:50:09.375825  829627 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0407 12:50:09.375901  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.388517  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.402739  829627 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
	I0407 12:50:09.404234  829627 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0407 12:50:09.404259  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0407 12:50:09.404323  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.417475  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.417487  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.417649  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.417692  829627 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0407 12:50:09.419012  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.419478  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.419615  829627 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0407 12:50:09.419629  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0407 12:50:09.419695  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.424422  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.425384  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.428097  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.430851  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.434809  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	W0407 12:50:09.443256  829627 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0407 12:50:09.443304  829627 retry.go:31] will retry after 325.763177ms: ssh: handshake failed: EOF
	I0407 12:50:09.458435  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	W0407 12:50:09.519626  829627 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0407 12:50:09.519669  829627 retry.go:31] will retry after 160.33662ms: ssh: handshake failed: EOF
	I0407 12:50:09.726964  829627 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0407 12:50:09.727225  829627 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0407 12:50:09.741686  829627 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0407 12:50:09.741719  829627 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0407 12:50:09.838386  829627 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0407 12:50:09.838486  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0407 12:50:09.921624  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0407 12:50:09.921652  829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0407 12:50:09.931370  829627 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0407 12:50:09.931429  829627 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0407 12:50:10.026836  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0407 12:50:10.029074  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0407 12:50:10.123747  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0407 12:50:10.125836  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
	I0407 12:50:10.130145  829627 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0407 12:50:10.130232  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
	I0407 12:50:10.136577  829627 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0407 12:50:10.136664  829627 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0407 12:50:10.144294  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0407 12:50:10.223231  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0407 12:50:10.232542  829627 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0407 12:50:10.232576  829627 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0407 12:50:10.233388  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0407 12:50:10.233452  829627 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)
	I0407 12:50:10.235926  829627 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0407 12:50:10.235996  829627 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0407 12:50:10.319920  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0407 12:50:10.338399  829627 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0407 12:50:10.338427  829627 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0407 12:50:10.439346  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0407 12:50:10.523630  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0407 12:50:10.526307  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0407 12:50:10.624495  829627 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0407 12:50:10.624589  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0407 12:50:10.628791  829627 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0407 12:50:10.628873  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0407 12:50:10.735932  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0407 12:50:10.735970  829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0407 12:50:10.821225  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:10.831890  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:10.838326  829627 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0407 12:50:10.838440  829627 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0407 12:50:11.134365  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0407 12:50:11.241683  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0407 12:50:11.241715  829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0407 12:50:11.330650  829627 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0407 12:50:11.330684  829627 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0407 12:50:11.521541  829627 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0407 12:50:11.521579  829627 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0407 12:50:11.828007  829627 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.100740481s)
	I0407 12:50:11.828133  829627 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0407 12:50:11.829460  829627 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.10245092s)
	I0407 12:50:11.830395  829627 node_ready.go:35] waiting up to 6m0s for node "addons-438605" to be "Ready" ...
	I0407 12:50:11.830711  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (1.803762348s)
	I0407 12:50:11.834060  829627 node_ready.go:49] node "addons-438605" has status "Ready":"True"
	I0407 12:50:11.834131  829627 node_ready.go:38] duration metric: took 3.667026ms for node "addons-438605" to be "Ready" ...
	I0407 12:50:11.834153  829627 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" ...
	I0407 12:50:11.837529  829627 pod_ready.go:79] waiting up to 6m0s for pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace to be "Ready" ...
	I0407 12:50:11.945497  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0407 12:50:11.945596  829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0407 12:50:12.323657  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0407 12:50:12.323762  829627 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0407 12:50:12.332263  829627 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-438605" context rescaled to 1 replicas
	I0407 12:50:12.523790  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0407 12:50:12.523823  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0407 12:50:13.021071  829627 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0407 12:50:13.021127  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0407 12:50:13.537781  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0407 12:50:13.537903  829627 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0407 12:50:13.737967  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:13.929187  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:14.121265  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.092074326s)
	I0407 12:50:14.138260  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0407 12:50:14.138295  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0407 12:50:14.526498  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0407 12:50:14.526532  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0407 12:50:14.742011  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0407 12:50:14.742115  829627 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0407 12:50:14.942009  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:16.324462  829627 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0407 12:50:16.324547  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:16.344940  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:16.350646  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:16.821791  829627 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0407 12:50:16.928260  829627 addons.go:238] Setting addon gcp-auth=true in "addons-438605"
	I0407 12:50:16.928381  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:16.928963  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:16.953190  829627 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0407 12:50:16.953236  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:16.971370  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:17.842093  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.718242141s)
	I0407 12:50:17.842218  829627 addons.go:479] Verifying addon ingress=true in "addons-438605"
	I0407 12:50:17.843899  829627 out.go:177] * Verifying ingress addon...
	I0407 12:50:17.846505  829627 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0407 12:50:17.921708  829627 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0407 12:50:17.921796  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:18.421133  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:18.844016  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:18.851416  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:19.424286  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:19.852394  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:20.239878  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (10.113936215s)
	I0407 12:50:20.239921  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (10.095585856s)
	I0407 12:50:20.239974  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (10.016641523s)
	I0407 12:50:20.240025  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (9.920011251s)
	I0407 12:50:20.240066  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (9.800691407s)
	I0407 12:50:20.240123  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (9.716465589s)
	I0407 12:50:20.240218  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (9.713832229s)
	I0407 12:50:20.240326  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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: (9.418986254s)
	I0407 12:50:20.240354  829627 addons.go:479] Verifying addon metrics-server=true in "addons-438605"
	I0407 12:50:20.240372  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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: (9.40837931s)
	I0407 12:50:20.240437  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (9.105977482s)
	I0407 12:50:20.240496  829627 addons.go:479] Verifying addon registry=true in "addons-438605"
	I0407 12:50:20.240572  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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: (6.502551539s)
	W0407 12:50:20.240708  829627 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:20.240744  829627 retry.go:31] will retry after 358.306557ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:20.241806  829627 out.go:177] * Verifying registry addon...
	I0407 12:50:20.241822  829627 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-438605 service yakd-dashboard -n yakd-dashboard
	
	I0407 12:50:20.244061  829627 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0407 12:50:20.246720  829627 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0407 12:50:20.246739  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:20.426675  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:20.600076  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:20.732246  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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.79011488s)
	I0407 12:50:20.732294  829627 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-438605"
	I0407 12:50:20.732773  829627 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.779551596s)
	I0407 12:50:20.733829  829627 out.go:177] * Verifying csi-hostpath-driver addon...
	I0407 12:50:20.734541  829627 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0407 12:50:20.736359  829627 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0407 12:50:20.738227  829627 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0407 12:50:20.739179  829627 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0407 12:50:20.739201  829627 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0407 12:50:20.830277  829627 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0407 12:50:20.830316  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:20.830460  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:20.927431  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:20.929350  829627 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0407 12:50:20.929375  829627 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0407 12:50:20.932615  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:21.131608  829627 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0407 12:50:21.131702  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0407 12:50:21.232031  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:21.240272  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:21.248112  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:21.421073  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:21.740731  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:21.747933  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:21.849481  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:22.240779  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:22.247163  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:22.350133  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:22.624574  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.024439213s)
	I0407 12:50:22.624671  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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: (1.392539882s)
	I0407 12:50:22.625824  829627 addons.go:479] Verifying addon gcp-auth=true in "addons-438605"
	I0407 12:50:22.629286  829627 out.go:177] * Verifying gcp-auth addon...
	I0407 12:50:22.631707  829627 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0407 12:50:22.634894  829627 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0407 12:50:22.740498  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:22.746593  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:22.849617  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:23.242715  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:23.246993  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:23.342861  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:23.349565  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:23.741054  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:23.747627  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:23.850553  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:24.240506  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:24.246602  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:24.349473  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:24.740204  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:24.747825  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:24.849582  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:25.240677  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:25.246748  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:25.343332  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:25.349977  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:25.740513  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:25.746956  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:25.849881  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:26.239713  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:26.246594  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:26.350297  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:26.739864  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:26.747082  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:26.849187  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:27.239492  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:27.246992  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:27.349593  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:27.739524  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:27.746680  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:27.842831  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:27.849215  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:28.240133  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:28.247564  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:28.349979  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:28.740393  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:28.746588  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:28.849770  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:29.239885  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:29.247335  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:29.349233  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:29.739516  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:29.746842  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:29.849107  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:30.240540  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:30.246434  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:30.343336  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:30.350310  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:30.739917  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:30.747521  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:30.849768  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:31.240863  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:31.247886  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:31.351748  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:31.740974  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:31.747361  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:31.849704  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:32.240343  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:32.247205  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:32.350422  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:32.740383  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:32.746936  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:32.843679  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:32.849463  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:33.239744  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:33.247585  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:33.367582  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:33.760919  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:33.761160  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:33.932650  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:34.240404  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:34.247018  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:34.351004  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:34.739844  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:34.747443  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:34.845738  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:34.849942  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:35.239686  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:35.247434  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:35.350237  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:35.740478  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:35.747580  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:35.850183  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:36.240495  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:36.246895  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:36.349895  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:36.740312  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:36.746545  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:36.849381  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:37.239740  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:37.247365  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:37.343584  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:37.349889  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:37.740005  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:37.747618  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:37.849358  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:38.240199  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:38.247564  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:38.349536  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:38.740455  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:38.746869  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:38.850616  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:39.240879  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:39.247488  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:39.350127  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:39.740587  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:39.746898  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:39.843226  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:39.850265  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:40.240689  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:40.247144  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:40.349402  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:40.740739  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:40.747094  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:40.849615  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:41.240383  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:41.247012  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:41.350715  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:41.740899  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:41.747572  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:41.844524  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:41.850110  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:42.240744  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:42.247604  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:42.350338  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:42.739978  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:42.747782  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:42.850562  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:43.240563  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:43.249513  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:43.349960  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:43.739976  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:43.747405  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:43.849658  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:44.240043  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:44.247409  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:44.343574  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:44.350219  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:44.739978  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:44.747173  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:44.849966  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:45.315920  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:45.315942  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:45.349735  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:45.739649  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:45.747286  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:45.850525  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:46.240960  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:46.247954  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:46.344176  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:46.350133  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:46.740889  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:46.747462  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:46.849963  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:47.239924  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:47.247246  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:47.349298  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:47.740652  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:47.747352  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:47.850108  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:48.239537  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:48.246957  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:48.349780  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:48.740122  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:48.747762  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:48.843530  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:48.850274  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:49.239695  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:49.247182  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:49.349757  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:49.740699  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:49.747218  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:49.850081  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:50.240058  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:50.249301  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:50.349516  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:50.739541  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:50.747005  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:50.843741  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:50.849326  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:51.240340  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:51.340272  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:51.349924  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:51.740130  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:51.747534  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:51.849538  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:52.239528  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:52.246798  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:52.348999  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:52.740104  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:52.747696  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:52.849911  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:53.241041  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:53.247488  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:53.344058  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:53.349883  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:53.740365  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:53.747091  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:53.849324  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:54.240104  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:54.247116  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:54.349614  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:54.739798  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:54.747242  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:54.850025  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:55.241017  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:55.341508  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:55.344217  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:55.349789  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:55.780458  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:55.780679  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:55.883773  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:56.240099  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:56.247829  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:56.350165  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:56.740261  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:56.747724  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:56.849351  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:57.240532  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:57.248425  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:57.349813  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:57.740066  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:57.747896  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:57.843429  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:57.850123  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:58.240489  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:58.246825  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:58.349661  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:58.740305  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:58.747709  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:58.850776  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:59.241616  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:59.247147  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:59.349937  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:59.740380  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:59.747577  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:59.843637  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:59.848838  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:00.239769  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:00.247692  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:00.350097  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:00.740261  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:00.747705  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:00.850477  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:01.240619  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:01.247666  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:01.350035  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:01.740171  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:01.747715  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:01.849205  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:02.239941  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:02.247858  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:02.343124  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:51:02.349575  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:02.741106  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:02.747991  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:02.844927  829627 pod_ready.go:93] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:02.844954  829627 pod_ready.go:82] duration metric: took 51.007346844s for pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.844969  829627 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.848016  829627 pod_ready.go:98] error getting pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace (skipping!): pods "coredns-668d6bf9bc-5vgmg" not found
	I0407 12:51:02.848080  829627 pod_ready.go:82] duration metric: took 3.101203ms for pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace to be "Ready" ...
	E0407 12:51:02.848095  829627 pod_ready.go:67] WaitExtra: waitPodCondition: error getting pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace (skipping!): pods "coredns-668d6bf9bc-5vgmg" not found
	I0407 12:51:02.848105  829627 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-w64ck" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.849819  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:02.853293  829627 pod_ready.go:93] pod "coredns-668d6bf9bc-w64ck" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:02.853326  829627 pod_ready.go:82] duration metric: took 5.185973ms for pod "coredns-668d6bf9bc-w64ck" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.853341  829627 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.858813  829627 pod_ready.go:93] pod "etcd-addons-438605" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:02.858853  829627 pod_ready.go:82] duration metric: took 5.501761ms for pod "etcd-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.858872  829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.864668  829627 pod_ready.go:93] pod "kube-apiserver-addons-438605" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:02.864695  829627 pod_ready.go:82] duration metric: took 5.814092ms for pod "kube-apiserver-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.864710  829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.042466  829627 pod_ready.go:93] pod "kube-controller-manager-addons-438605" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:03.042492  829627 pod_ready.go:82] duration metric: took 177.773015ms for pod "kube-controller-manager-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.042503  829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-4q7tb" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.246315  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:03.247089  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:03.422428  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:03.441284  829627 pod_ready.go:93] pod "kube-proxy-4q7tb" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:03.441313  829627 pod_ready.go:82] duration metric: took 398.803459ms for pod "kube-proxy-4q7tb" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.441326  829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.740638  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:03.747751  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:03.842056  829627 pod_ready.go:93] pod "kube-scheduler-addons-438605" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:03.842091  829627 pod_ready.go:82] duration metric: took 400.756105ms for pod "kube-scheduler-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.842116  829627 pod_ready.go:39] duration metric: took 52.007928383s 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" ...
	I0407 12:51:03.842145  829627 api_server.go:52] waiting for apiserver process to appear ...
	I0407 12:51:03.842214  829627 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0407 12:51:03.849511  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:03.859198  829627 api_server.go:72] duration metric: took 54.631186723s to wait for apiserver process to appear ...
	I0407 12:51:03.859228  829627 api_server.go:88] waiting for apiserver healthz status ...
	I0407 12:51:03.859251  829627 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0407 12:51:03.864110  829627 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0407 12:51:03.865166  829627 api_server.go:141] control plane version: v1.32.2
	I0407 12:51:03.865196  829627 api_server.go:131] duration metric: took 5.960409ms to wait for apiserver health ...
	I0407 12:51:03.865208  829627 system_pods.go:43] waiting for kube-system pods to appear ...
	I0407 12:51:04.042854  829627 system_pods.go:59] 19 kube-system pods found
	I0407 12:51:04.042904  829627 system_pods.go:61] "amd-gpu-device-plugin-bcbsb" [018257bc-6aff-4ec4-855a-4ea59b578f9b] Running
	I0407 12:51:04.042912  829627 system_pods.go:61] "coredns-668d6bf9bc-w64ck" [84298d44-d765-4cb9-ac7a-5d615ac35c31] Running
	I0407 12:51:04.042918  829627 system_pods.go:61] "csi-hostpath-attacher-0" [d99c04d6-948f-4600-91b5-5f130e717904] Running
	I0407 12:51:04.042924  829627 system_pods.go:61] "csi-hostpath-resizer-0" [8ecbe30a-8c2a-4265-8ff3-532bea4f9cb4] Running
	I0407 12:51:04.042937  829627 system_pods.go:61] "csi-hostpathplugin-cntf7" [c1b7c406-e06c-4ff8-92c5-dd6573514310] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0407 12:51:04.042947  829627 system_pods.go:61] "etcd-addons-438605" [f2e1441b-f2a5-4e36-9813-996958078356] Running
	I0407 12:51:04.042957  829627 system_pods.go:61] "kindnet-7tf8m" [55a59099-183b-4222-a4b7-5fbb4661555d] Running
	I0407 12:51:04.042962  829627 system_pods.go:61] "kube-apiserver-addons-438605" [950ee0e4-25c2-4253-8d17-a6716d430824] Running
	I0407 12:51:04.042970  829627 system_pods.go:61] "kube-controller-manager-addons-438605" [c3723760-5e5e-4fa1-bdcf-424284b14dfa] Running
	I0407 12:51:04.042978  829627 system_pods.go:61] "kube-ingress-dns-minikube" [9bf9d479-7688-4afe-9a72-9cb399ddd28b] Running
	I0407 12:51:04.042981  829627 system_pods.go:61] "kube-proxy-4q7tb" [90123389-dd25-4ff6-ad68-f297a6dce656] Running
	I0407 12:51:04.042985  829627 system_pods.go:61] "kube-scheduler-addons-438605" [8ec5265f-5b3e-47eb-8ec0-e3b6d27babee] Running
	I0407 12:51:04.042988  829627 system_pods.go:61] "metrics-server-7fbb699795-6x77x" [b869a04e-44f4-4a19-9f39-7519d944f086] Running
	I0407 12:51:04.042997  829627 system_pods.go:61] "nvidia-device-plugin-daemonset-tfjj8" [575eac84-3174-46d6-b793-3c1bfbc02714] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0407 12:51:04.043007  829627 system_pods.go:61] "registry-6c88467877-kjqwp" [59d33c32-764e-4f44-bb49-782bdaeefd04] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0407 12:51:04.043018  829627 system_pods.go:61] "registry-proxy-qn7lj" [2c918778-24fc-4074-8be4-8b4bb0a68815] Running
	I0407 12:51:04.043024  829627 system_pods.go:61] "snapshot-controller-68b874b76f-8hrfp" [b4fa466e-a074-4415-8a5d-16622738cc69] Running
	I0407 12:51:04.043030  829627 system_pods.go:61] "snapshot-controller-68b874b76f-cfhpg" [f391f84d-4af6-4b47-bca0-81df933d6ced] Running
	I0407 12:51:04.043038  829627 system_pods.go:61] "storage-provisioner" [5ad92eff-8c5a-43a6-8dba-542275bcecb0] Running
	I0407 12:51:04.043078  829627 system_pods.go:74] duration metric: took 177.830911ms to wait for pod list to return data ...
	I0407 12:51:04.043095  829627 default_sa.go:34] waiting for default service account to be created ...
	I0407 12:51:04.241110  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:04.241530  829627 default_sa.go:45] found service account: "default"
	I0407 12:51:04.241557  829627 default_sa.go:55] duration metric: took 198.455532ms for default service account to be created ...
	I0407 12:51:04.241575  829627 system_pods.go:116] waiting for k8s-apps to be running ...
	I0407 12:51:04.247741  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:04.350160  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:04.443609  829627 system_pods.go:86] 19 kube-system pods found
	I0407 12:51:04.443651  829627 system_pods.go:89] "amd-gpu-device-plugin-bcbsb" [018257bc-6aff-4ec4-855a-4ea59b578f9b] Running
	I0407 12:51:04.443661  829627 system_pods.go:89] "coredns-668d6bf9bc-w64ck" [84298d44-d765-4cb9-ac7a-5d615ac35c31] Running
	I0407 12:51:04.443667  829627 system_pods.go:89] "csi-hostpath-attacher-0" [d99c04d6-948f-4600-91b5-5f130e717904] Running
	I0407 12:51:04.443672  829627 system_pods.go:89] "csi-hostpath-resizer-0" [8ecbe30a-8c2a-4265-8ff3-532bea4f9cb4] Running
	I0407 12:51:04.443685  829627 system_pods.go:89] "csi-hostpathplugin-cntf7" [c1b7c406-e06c-4ff8-92c5-dd6573514310] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0407 12:51:04.443696  829627 system_pods.go:89] "etcd-addons-438605" [f2e1441b-f2a5-4e36-9813-996958078356] Running
	I0407 12:51:04.443705  829627 system_pods.go:89] "kindnet-7tf8m" [55a59099-183b-4222-a4b7-5fbb4661555d] Running
	I0407 12:51:04.443714  829627 system_pods.go:89] "kube-apiserver-addons-438605" [950ee0e4-25c2-4253-8d17-a6716d430824] Running
	I0407 12:51:04.443722  829627 system_pods.go:89] "kube-controller-manager-addons-438605" [c3723760-5e5e-4fa1-bdcf-424284b14dfa] Running
	I0407 12:51:04.443732  829627 system_pods.go:89] "kube-ingress-dns-minikube" [9bf9d479-7688-4afe-9a72-9cb399ddd28b] Running
	I0407 12:51:04.443738  829627 system_pods.go:89] "kube-proxy-4q7tb" [90123389-dd25-4ff6-ad68-f297a6dce656] Running
	I0407 12:51:04.443746  829627 system_pods.go:89] "kube-scheduler-addons-438605" [8ec5265f-5b3e-47eb-8ec0-e3b6d27babee] Running
	I0407 12:51:04.443752  829627 system_pods.go:89] "metrics-server-7fbb699795-6x77x" [b869a04e-44f4-4a19-9f39-7519d944f086] Running
	I0407 12:51:04.443770  829627 system_pods.go:89] "nvidia-device-plugin-daemonset-tfjj8" [575eac84-3174-46d6-b793-3c1bfbc02714] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0407 12:51:04.443781  829627 system_pods.go:89] "registry-6c88467877-kjqwp" [59d33c32-764e-4f44-bb49-782bdaeefd04] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0407 12:51:04.443788  829627 system_pods.go:89] "registry-proxy-qn7lj" [2c918778-24fc-4074-8be4-8b4bb0a68815] Running
	I0407 12:51:04.443795  829627 system_pods.go:89] "snapshot-controller-68b874b76f-8hrfp" [b4fa466e-a074-4415-8a5d-16622738cc69] Running
	I0407 12:51:04.443801  829627 system_pods.go:89] "snapshot-controller-68b874b76f-cfhpg" [f391f84d-4af6-4b47-bca0-81df933d6ced] Running
	I0407 12:51:04.443809  829627 system_pods.go:89] "storage-provisioner" [5ad92eff-8c5a-43a6-8dba-542275bcecb0] Running
	I0407 12:51:04.443820  829627 system_pods.go:126] duration metric: took 202.237274ms to wait for k8s-apps to be running ...
	I0407 12:51:04.443842  829627 system_svc.go:44] waiting for kubelet service to be running ....
	I0407 12:51:04.443908  829627 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0407 12:51:04.457897  829627 system_svc.go:56] duration metric: took 14.049301ms WaitForService to wait for kubelet
	I0407 12:51:04.457931  829627 kubeadm.go:582] duration metric: took 55.22992509s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0407 12:51:04.457951  829627 node_conditions.go:102] verifying NodePressure condition ...
	I0407 12:51:04.642094  829627 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0407 12:51:04.642125  829627 node_conditions.go:123] node cpu capacity is 8
	I0407 12:51:04.642148  829627 node_conditions.go:105] duration metric: took 184.190705ms to run NodePressure ...
	I0407 12:51:04.642161  829627 start.go:241] waiting for startup goroutines ...
	I0407 12:51:04.740828  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:04.747282  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:04.850798  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:05.240596  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:05.247379  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:05.350823  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:05.741583  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:05.749320  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:05.850609  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:06.240135  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:06.248187  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:06.350118  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:06.740457  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:06.747223  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:06.851020  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:07.240729  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:07.247432  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:07.351017  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:07.739782  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:07.747503  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:07.850614  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:08.240344  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:08.247652  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:08.349923  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:08.740472  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:08.746987  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:08.850544  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:09.239557  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:09.246775  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:09.350730  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:09.740150  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:09.747819  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:09.850044  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:10.240045  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:10.247970  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:10.350303  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:10.740151  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:10.747618  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:10.850263  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:11.239865  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:11.247176  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:11.350687  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:11.739552  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:11.747276  829627 kapi.go:107] duration metric: took 51.503213164s to wait for kubernetes.io/minikube-addons=registry ...
	I0407 12:51:11.850440  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:12.240626  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:12.349655  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:12.753428  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:12.849962  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:13.240102  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:13.350790  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:13.740140  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:13.850532  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:14.240658  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:14.350720  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:14.741264  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:14.850297  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:15.240230  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:15.351147  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:15.740871  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:15.850088  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:16.241309  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:16.349805  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:16.740609  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:16.850802  829627 kapi.go:107] duration metric: took 59.004292196s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0407 12:51:17.240901  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:17.739633  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:18.239961  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:18.740592  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:19.239943  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:19.740158  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:20.240615  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:20.741079  829627 kapi.go:107] duration metric: took 1m0.004713807s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0407 12:51:45.635286  829627 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0407 12:51:45.635311  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:46.135117  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:46.634916  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:47.135478  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:47.636447  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:48.135417  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:48.635020  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:49.135322  829627 kapi.go:107] duration metric: took 1m26.50362044s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0407 12:51:49.137009  829627 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-438605 cluster.
	I0407 12:51:49.138322  829627 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.
	I0407 12:51:49.139579  829627 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0407 12:51:49.140915  829627 out.go:177] * Enabled addons: default-storageclass, storage-provisioner-rancher, volcano, nvidia-device-plugin, amd-gpu-device-plugin, storage-provisioner, cloud-spanner, ingress-dns, inspektor-gadget, metrics-server, yakd, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
	I0407 12:51:49.142213  829627 addons.go:514] duration metric: took 1m39.914241971s for enable addons: enabled=[default-storageclass storage-provisioner-rancher volcano nvidia-device-plugin amd-gpu-device-plugin storage-provisioner cloud-spanner ingress-dns inspektor-gadget metrics-server yakd volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
	I0407 12:51:49.142273  829627 start.go:246] waiting for cluster config update ...
	I0407 12:51:49.142300  829627 start.go:255] writing updated cluster config ...
	I0407 12:51:49.142692  829627 ssh_runner.go:195] Run: rm -f paused
	I0407 12:51:49.195526  829627 start.go:600] kubectl: 1.32.3, cluster: 1.32.2 (minor skew: 0)
	I0407 12:51:49.196868  829627 out.go:177] * Done! kubectl is now configured to use "addons-438605" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	08d08f2e84701       56cc512116c8f       8 minutes ago       Running             busybox                   0                   b54caedef760b       busybox
	c42efa5b30f55       ee44bc2368033       9 minutes ago       Running             controller                0                   38c6be3c84aca       ingress-nginx-controller-56d7c84fd4-sqpll
	27d65ffade414       a62eeff05ba51       10 minutes ago      Exited              patch                     2                   839adc4bb986f       ingress-nginx-admission-patch-6n668
	868e35cc055f8       a62eeff05ba51       10 minutes ago      Exited              create                    0                   086f8b47a9293       ingress-nginx-admission-create-xjtdg
	8ecfc302e4be6       c69fa2e9cbf5f       10 minutes ago      Running             coredns                   0                   8ffce0b323ff1       coredns-668d6bf9bc-w64ck
	00cbea78fe402       30dd67412fdea       10 minutes ago      Running             minikube-ingress-dns      0                   af7bf81740b44       kube-ingress-dns-minikube
	54506feb60068       df3849d954c98       10 minutes ago      Running             kindnet-cni               0                   91d92d661364f       kindnet-7tf8m
	0767ba6d63742       6e38f40d628db       10 minutes ago      Running             storage-provisioner       0                   2471d1ae362ff       storage-provisioner
	25f248dae7a98       f1332858868e1       11 minutes ago      Running             kube-proxy                0                   9aa819d92751d       kube-proxy-4q7tb
	78f876b2a0ee4       85b7a174738ba       11 minutes ago      Running             kube-apiserver            0                   3ff4590818fc5       kube-apiserver-addons-438605
	8f91872976879       d8e673e7c9983       11 minutes ago      Running             kube-scheduler            0                   e866682f5046f       kube-scheduler-addons-438605
	f3fb7a92daf9c       a9e7e6b294baf       11 minutes ago      Running             etcd                      0                   2670eb5a37370       etcd-addons-438605
	0214eed6184aa       b6a454c5a800d       11 minutes ago      Running             kube-controller-manager   0                   3945d12249be3       kube-controller-manager-addons-438605
	
	
	==> containerd <==
	Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.886277522Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.901310561Z" level=info msg="StopContainer for \"2b6ab2b2cff5bef40180ae8663040257f5f032adc09d074618c0f931f08fff79\" returns successfully"
	Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.902034508Z" level=info msg="StopPodSandbox for \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\""
	Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.902098028Z" level=info msg="Container to stop \"2b6ab2b2cff5bef40180ae8663040257f5f032adc09d074618c0f931f08fff79\" must be in running or unknown state, current state \"CONTAINER_EXITED\""
	Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.910984901Z" level=info msg="received exit event container_id:\"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\"  id:\"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\"  pid:5670  exit_status:137  exited_at:{seconds:1744030706  nanos:910747576}"
	Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.928204948Z" level=info msg="shim disconnected" id=a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977 namespace=k8s.io
	Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.928252249Z" level=warning msg="cleaning up after shim disconnected" id=a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977 namespace=k8s.io
	Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.928263609Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.979937779Z" level=info msg="TearDown network for sandbox \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" successfully"
	Apr 07 12:58:26 addons-438605 containerd[879]: time="2025-04-07T12:58:26.979990102Z" level=info msg="StopPodSandbox for \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" returns successfully"
	Apr 07 12:58:27 addons-438605 containerd[879]: time="2025-04-07T12:58:27.914489332Z" level=info msg="RemoveContainer for \"2b6ab2b2cff5bef40180ae8663040257f5f032adc09d074618c0f931f08fff79\""
	Apr 07 12:58:27 addons-438605 containerd[879]: time="2025-04-07T12:58:27.919692279Z" level=info msg="RemoveContainer for \"2b6ab2b2cff5bef40180ae8663040257f5f032adc09d074618c0f931f08fff79\" returns successfully"
	Apr 07 12:58:58 addons-438605 containerd[879]: time="2025-04-07T12:58:58.036435770Z" level=info msg="PullImage \"docker.io/nginx:alpine\""
	Apr 07 12:58:58 addons-438605 containerd[879]: time="2025-04-07T12:58:58.038017783Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 12:58:58 addons-438605 containerd[879]: time="2025-04-07T12:58:58.550292578Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 12:59:00 addons-438605 containerd[879]: time="2025-04-07T12:59:00.226188843Z" level=error msg="PullImage \"docker.io/nginx:alpine\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Apr 07 12:59:00 addons-438605 containerd[879]: time="2025-04-07T12:59:00.226275180Z" level=info msg="stop pulling image docker.io/library/nginx:alpine: active requests=0, bytes read=21324"
	Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.840824013Z" level=info msg="StopPodSandbox for \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\""
	Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.849104187Z" level=info msg="TearDown network for sandbox \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" successfully"
	Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.849142315Z" level=info msg="StopPodSandbox for \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" returns successfully"
	Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.849659914Z" level=info msg="RemovePodSandbox for \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\""
	Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.849757431Z" level=info msg="Forcibly stopping sandbox \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\""
	Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.857966052Z" level=info msg="TearDown network for sandbox \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" successfully"
	Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.862756673Z" level=warning msg="Failed to get podSandbox status for container event for sandboxID \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\": an error occurred when try to find sandbox: not found. Sending the event with nil podSandboxStatus."
	Apr 07 12:59:04 addons-438605 containerd[879]: time="2025-04-07T12:59:04.862856165Z" level=info msg="RemovePodSandbox \"a740de34168205a8032b5c3025c7131ca93e498f129daa5688d8ed68a057e977\" returns successfully"
	
	
	==> coredns [8ecfc302e4be6ac403c83b290f994f5775271e033fa4a0c463c7adabcd180902] <==
	[INFO] 10.244.0.2:55473 - 40676 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.00017722s
	[INFO] 10.244.0.2:60275 - 2377 "A IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.004758305s
	[INFO] 10.244.0.2:60275 - 2751 "AAAA IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.004822771s
	[INFO] 10.244.0.2:54183 - 39537 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.002778413s
	[INFO] 10.244.0.2:54183 - 39821 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004418527s
	[INFO] 10.244.0.2:41942 - 62212 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.0042701s
	[INFO] 10.244.0.2:41942 - 61951 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004865377s
	[INFO] 10.244.0.2:43382 - 2235 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000127817s
	[INFO] 10.244.0.2:43382 - 2534 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000186677s
	[INFO] 10.244.0.26:40654 - 61677 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000263205s
	[INFO] 10.244.0.26:39736 - 64016 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000337382s
	[INFO] 10.244.0.26:39152 - 35715 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00013737s
	[INFO] 10.244.0.26:33879 - 38811 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000174825s
	[INFO] 10.244.0.26:36980 - 40108 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00013544s
	[INFO] 10.244.0.26:43275 - 14886 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000167375s
	[INFO] 10.244.0.26:51701 - 45586 "A IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.006995914s
	[INFO] 10.244.0.26:40842 - 23456 "AAAA IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.007089282s
	[INFO] 10.244.0.26:39999 - 64853 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.00584878s
	[INFO] 10.244.0.26:49613 - 375 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007197597s
	[INFO] 10.244.0.26:49274 - 36180 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004310797s
	[INFO] 10.244.0.26:46123 - 19398 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005965328s
	[INFO] 10.244.0.26:56790 - 49048 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001687967s
	[INFO] 10.244.0.26:54692 - 58852 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 572 0.001943522s
	[INFO] 10.244.0.31:48940 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000257961s
	[INFO] 10.244.0.31:50204 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00017707s
	
	
	==> describe nodes <==
	Name:               addons-438605
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-438605
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5cf7512d5a64c8581140916e82b849633d870277
	                    minikube.k8s.io/name=addons-438605
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_04_07T12_50_04_0700
	                    minikube.k8s.io/version=v1.35.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-438605
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 07 Apr 2025 12:50:01 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-438605
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 07 Apr 2025 13:01:07 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 07 Apr 2025 12:58:55 +0000   Mon, 07 Apr 2025 12:49:59 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 07 Apr 2025 12:58:55 +0000   Mon, 07 Apr 2025 12:49:59 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 07 Apr 2025 12:58:55 +0000   Mon, 07 Apr 2025 12:49:59 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 07 Apr 2025 12:58:55 +0000   Mon, 07 Apr 2025 12:50:02 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-438605
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859372Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859372Ki
	  pods:               110
	System Info:
	  Machine ID:                 7fdff05f74e0400bb8cf512facb66f0b
	  System UUID:                d3af4476-7610-459a-a995-5cd5e8932430
	  Boot ID:                    cee48746-bb10-4117-9b9f-795277d8ff8e
	  Kernel Version:             5.15.0-1078-gcp
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  containerd://1.7.27
	  Kubelet Version:            v1.32.2
	  Kube-Proxy Version:         v1.32.2
	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%)         8m42s
	  default                     nginx                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         8m2s
	  ingress-nginx               ingress-nginx-controller-56d7c84fd4-sqpll    100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         10m
	  kube-system                 coredns-668d6bf9bc-w64ck                     100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     11m
	  kube-system                 etcd-addons-438605                           100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         11m
	  kube-system                 kindnet-7tf8m                                100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      11m
	  kube-system                 kube-apiserver-addons-438605                 250m (3%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-controller-manager-addons-438605        200m (2%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-ingress-dns-minikube                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	  kube-system                 kube-proxy-4q7tb                             0 (0%)        0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 kube-scheduler-addons-438605                 100m (1%)     0 (0%)      0 (0%)           0 (0%)         11m
	  kube-system                 storage-provisioner                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         10m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%)  100m (1%)
	  memory             310Mi (0%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age   From             Message
	  ----     ------                   ----  ----             -------
	  Normal   Starting                 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   NodeAllocatableEnforced  11m   kubelet          Updated Node Allocatable limit across pods
	  Normal   NodeHasSufficientMemory  11m   kubelet          Node addons-438605 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    11m   kubelet          Node addons-438605 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     11m   kubelet          Node addons-438605 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           11m   node-controller  Node addons-438605 event: Registered Node addons-438605 in Controller
	
	
	==> dmesg <==
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 16 11 57 d2 71 76 08 06
	[  +0.000399] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff 06 3e c5 55 df 1a 08 06
	[  +0.822515] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff b6 63 b5 15 7f 1c 08 06
	[  +0.090182] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 06 58 f3 43 18 b1 08 06
	[ +23.006133] IPv4: martian source 10.244.0.2 from 10.244.0.2, on dev cni0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[  +0.573091] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[ +15.649554] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff f6 8c 76 17 f3 6c 08 06
	[  +0.000371] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[Apr 7 12:47] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 0a 28 1d 35 8c 06 08 06
	[  +6.658484] IPv4: martian source 10.244.0.1 from 10.244.0.4, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 5e 5b 93 b9 6b be 08 06
	[  +0.000410] IPv4: martian source 10.244.0.4 from 10.244.0.2, on dev eth0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff b6 63 b5 15 7f 1c 08 06
	[  +8.054228] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 8e 8b 13 be bd 58 08 06
	[ +20.803542] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 0a 28 1d 35 8c 06 08 06
	
	
	==> etcd [f3fb7a92daf9c6233f5dc981dd3557b36249d96ef8d11517d2d4221c3cfdd1ec] <==
	{"level":"info","ts":"2025-04-07T12:49:59.958656Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-04-07T12:49:59.958731Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-04-07T12:49:59.958976Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T12:49:59.959117Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T12:49:59.959157Z","caller":"etcdserver/server.go:2675","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T12:49:59.959270Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T12:49:59.959377Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T12:49:59.960051Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2025-04-07T12:49:59.960252Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-04-07T12:50:33.531458Z","caller":"traceutil/trace.go:171","msg":"trace[508384921] transaction","detail":"{read_only:false; response_revision:998; number_of_response:1; }","duration":"109.734649ms","start":"2025-04-07T12:50:33.421695Z","end":"2025-04-07T12:50:33.531430Z","steps":["trace[508384921] 'process raft request'  (duration: 68.601889ms)","trace[508384921] 'compare'  (duration: 40.891303ms)"],"step_count":2}
	{"level":"info","ts":"2025-04-07T12:50:33.532173Z","caller":"traceutil/trace.go:171","msg":"trace[155115145] transaction","detail":"{read_only:false; response_revision:999; number_of_response:1; }","duration":"110.39014ms","start":"2025-04-07T12:50:33.421762Z","end":"2025-04-07T12:50:33.532152Z","steps":["trace[155115145] 'process raft request'  (duration: 110.226028ms)"],"step_count":1}
	{"level":"info","ts":"2025-04-07T12:50:33.532342Z","caller":"traceutil/trace.go:171","msg":"trace[453438849] transaction","detail":"{read_only:false; response_revision:1000; number_of_response:1; }","duration":"108.844611ms","start":"2025-04-07T12:50:33.423479Z","end":"2025-04-07T12:50:33.532324Z","steps":["trace[453438849] 'process raft request'  (duration: 108.602327ms)"],"step_count":1}
	{"level":"warn","ts":"2025-04-07T12:50:45.313717Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"179.820911ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-04-07T12:50:45.313824Z","caller":"traceutil/trace.go:171","msg":"trace[1938978766] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1082; }","duration":"179.979275ms","start":"2025-04-07T12:50:45.133824Z","end":"2025-04-07T12:50:45.313803Z","steps":["trace[1938978766] 'range keys from in-memory index tree'  (duration: 179.726136ms)"],"step_count":1}
	{"level":"info","ts":"2025-04-07T12:50:45.313940Z","caller":"traceutil/trace.go:171","msg":"trace[1958616184] transaction","detail":"{read_only:false; response_revision:1083; number_of_response:1; }","duration":"120.1171ms","start":"2025-04-07T12:50:45.193797Z","end":"2025-04-07T12:50:45.313914Z","steps":["trace[1958616184] 'process raft request'  (duration: 57.058416ms)","trace[1958616184] 'compare'  (duration: 62.754663ms)"],"step_count":2}
	{"level":"warn","ts":"2025-04-07T12:51:29.037664Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"109.709471ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/leases/kube-system/external-health-monitor-leader-hostpath-csi-k8s-io\" limit:1 ","response":"range_response_count:1 size:554"}
	{"level":"info","ts":"2025-04-07T12:51:29.037758Z","caller":"traceutil/trace.go:171","msg":"trace[1348377746] range","detail":"{range_begin:/registry/leases/kube-system/external-health-monitor-leader-hostpath-csi-k8s-io; range_end:; response_count:1; response_revision:1347; }","duration":"109.844737ms","start":"2025-04-07T12:51:28.927890Z","end":"2025-04-07T12:51:29.037734Z","steps":["trace[1348377746] 'range keys from in-memory index tree'  (duration: 109.563782ms)"],"step_count":1}
	{"level":"info","ts":"2025-04-07T12:52:18.735824Z","caller":"traceutil/trace.go:171","msg":"trace[1201607756] linearizableReadLoop","detail":"{readStateIndex:1582; appliedIndex:1580; }","duration":"120.655277ms","start":"2025-04-07T12:52:18.615145Z","end":"2025-04-07T12:52:18.735801Z","steps":["trace[1201607756] 'read index received'  (duration: 2.922292ms)","trace[1201607756] 'applied index is now lower than readState.Index'  (duration: 117.732107ms)"],"step_count":2}
	{"level":"info","ts":"2025-04-07T12:52:18.735886Z","caller":"traceutil/trace.go:171","msg":"trace[447513768] transaction","detail":"{read_only:false; number_of_response:1; response_revision:1535; }","duration":"122.181653ms","start":"2025-04-07T12:52:18.613632Z","end":"2025-04-07T12:52:18.735814Z","steps":["trace[447513768] 'process raft request'  (duration: 58.397698ms)","trace[447513768] 'compare'  (duration: 63.690454ms)"],"step_count":2}
	{"level":"warn","ts":"2025-04-07T12:52:18.736021Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"120.850507ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/volcano-system/volcano-controllers-86bdc5c9c-dvmgr\" limit:1 ","response":"range_response_count:1 size:3419"}
	{"level":"info","ts":"2025-04-07T12:52:18.736065Z","caller":"traceutil/trace.go:171","msg":"trace[2120251847] range","detail":"{range_begin:/registry/pods/volcano-system/volcano-controllers-86bdc5c9c-dvmgr; range_end:; response_count:1; response_revision:1535; }","duration":"120.924042ms","start":"2025-04-07T12:52:18.615129Z","end":"2025-04-07T12:52:18.736053Z","steps":["trace[2120251847] 'agreement among raft nodes before linearized reading'  (duration: 120.780108ms)"],"step_count":1}
	{"level":"info","ts":"2025-04-07T12:52:54.294711Z","caller":"traceutil/trace.go:171","msg":"trace[1092755772] transaction","detail":"{read_only:false; response_revision:1796; number_of_response:1; }","duration":"120.692379ms","start":"2025-04-07T12:52:54.173989Z","end":"2025-04-07T12:52:54.294681Z","steps":["trace[1092755772] 'process raft request'  (duration: 56.439015ms)","trace[1092755772] 'compare'  (duration: 64.127657ms)"],"step_count":2}
	{"level":"info","ts":"2025-04-07T13:00:00.155585Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":2368}
	{"level":"info","ts":"2025-04-07T13:00:00.178992Z","caller":"mvcc/kvstore_compaction.go:72","msg":"finished scheduled compaction","compact-revision":2368,"took":"22.672635ms","hash":2669823162,"current-db-size-bytes":11239424,"current-db-size":"11 MB","current-db-size-in-use-bytes":2990080,"current-db-size-in-use":"3.0 MB"}
	{"level":"info","ts":"2025-04-07T13:00:00.179039Z","caller":"mvcc/hash.go:151","msg":"storing new hash","hash":2669823162,"revision":2368,"compact-revision":-1}
	
	
	==> kernel <==
	 13:01:11 up  6:43,  0 users,  load average: 0.35, 0.63, 1.39
	Linux addons-438605 5.15.0-1078-gcp #87~20.04.1-Ubuntu SMP Mon Feb 24 10:23:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [54506feb6006894ba7d4ab6bab8b04d04d381f1bedce3f2f9ed1f8789168f9bf] <==
	I0407 12:59:09.939232       1 main.go:301] handling current node
	I0407 12:59:19.934871       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:59:19.934911       1 main.go:301] handling current node
	I0407 12:59:29.935194       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:59:29.935242       1 main.go:301] handling current node
	I0407 12:59:39.940346       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:59:39.940391       1 main.go:301] handling current node
	I0407 12:59:49.934943       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:59:49.934982       1 main.go:301] handling current node
	I0407 12:59:59.934488       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:59:59.934535       1 main.go:301] handling current node
	I0407 13:00:09.939466       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:00:09.939515       1 main.go:301] handling current node
	I0407 13:00:19.935406       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:00:19.935445       1 main.go:301] handling current node
	I0407 13:00:29.935419       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:00:29.935463       1 main.go:301] handling current node
	I0407 13:00:39.942112       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:00:39.942163       1 main.go:301] handling current node
	I0407 13:00:49.935191       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:00:49.935234       1 main.go:301] handling current node
	I0407 13:00:59.935147       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:00:59.935200       1 main.go:301] handling current node
	I0407 13:01:09.940454       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:01:09.940495       1 main.go:301] handling current node
	
	
	==> kube-apiserver [78f876b2a0ee404ec7c2a215b315de500e6f1241031c1aaeccf53cb34c391ab8] <==
	E0407 12:52:38.203229       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:38578: use of closed network connection
	E0407 12:52:38.372026       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:38598: use of closed network connection
	I0407 12:52:48.019376       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.105.108.130"}
	I0407 12:53:09.803918       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0407 12:53:09.984630       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.107.249.115"}
	I0407 12:53:13.998742       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0407 12:53:15.117249       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0407 12:53:28.880996       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0407 12:53:34.613155       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0407 12:53:48.385510       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0407 12:53:48.385580       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0407 12:53:48.400630       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0407 12:53:48.400681       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0407 12:53:48.403611       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0407 12:53:48.403657       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0407 12:53:48.420635       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0407 12:53:48.420686       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0407 12:53:48.433951       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0407 12:53:48.434025       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0407 12:53:49.419410       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	E0407 12:53:49.422793       1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
	E0407 12:53:49.425034       1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
	W0407 12:53:49.434024       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	E0407 12:53:49.443362       1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
	W0407 12:53:49.545250       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	
	
	==> kube-controller-manager [0214eed6184aa52c6861b10f1b0c08f08ea34c3b9418c914cfc7ab807f2d6e47] <==
	E0407 13:00:48.739372       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="flow.volcano.sh/v1alpha1, Resource=jobflows"
	W0407 13:00:48.740306       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 13:00:48.740342       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0407 13:00:51.573021       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 13:00:51.574248       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="flow.volcano.sh/v1alpha1, Resource=jobtemplates"
	W0407 13:00:51.575181       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 13:00:51.575232       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0407 13:00:51.625024       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 13:00:51.626073       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotcontents"
	W0407 13:00:51.626939       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 13:00:51.626980       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	E0407 13:00:53.046459       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	W0407 13:00:53.269770       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 13:00:53.270923       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="scheduling.volcano.sh/v1beta1, Resource=queues"
	W0407 13:00:53.271948       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 13:00:53.271983       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0407 13:00:58.709679       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 13:00:58.710713       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshots"
	W0407 13:00:58.711666       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 13:00:58.711701       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	E0407 13:01:08.046744       1 pv_controller.go:1587] "Error finding provisioning plugin for claim" err="storageclass.storage.k8s.io \"local-path\" not found" logger="persistentvolume-binder-controller" PVC="default/test-pvc"
	W0407 13:01:08.432125       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 13:01:08.433162       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="nodeinfo.volcano.sh/v1alpha1, Resource=numatopologies"
	W0407 13:01:08.434133       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 13:01:08.434170       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	
	
	==> kube-proxy [25f248dae7a987c474dc83287e6682ecc4503d0bf1c5bd7160551ca27fbdb0f4] <==
	I0407 12:50:10.034636       1 server_linux.go:66] "Using iptables proxy"
	I0407 12:50:10.540715       1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0407 12:50:10.540829       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`"
	I0407 12:50:10.839777       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0407 12:50:10.839876       1 server_linux.go:170] "Using iptables Proxier"
	I0407 12:50:10.923452       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"
	I0407 12:50:10.924134       1 server.go:497] "Version info" version="v1.32.2"
	I0407 12:50:10.924171       1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0407 12:50:10.926240       1 config.go:199] "Starting service config controller"
	I0407 12:50:10.926274       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0407 12:50:10.926310       1 config.go:105] "Starting endpoint slice config controller"
	I0407 12:50:10.926317       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0407 12:50:10.926986       1 config.go:329] "Starting node config controller"
	I0407 12:50:10.926998       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0407 12:50:11.026642       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0407 12:50:11.026711       1 shared_informer.go:320] Caches are synced for service config
	I0407 12:50:11.029439       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [8f91872976879f73a0c0e78c605d930d8122698675508093b39c11f3567ad27c] <==
	W0407 12:50:01.445015       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0407 12:50:01.445947       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:01.445510       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0407 12:50:01.445986       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:01.444550       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0407 12:50:01.446008       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.277301       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0407 12:50:02.277348       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.350988       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0407 12:50:02.351036       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.535424       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0407 12:50:02.535469       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.538891       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0407 12:50:02.538944       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.552672       1 reflector.go:569] 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
	E0407 12:50:02.552724       1 reflector.go:166] "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"
	W0407 12:50:02.576216       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0407 12:50:02.576256       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.620623       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0407 12:50:02.620663       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.682529       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0407 12:50:02.682583       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.859850       1 reflector.go:569] runtime/asm_amd64.s:1700: 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"
	E0407 12:50:02.859908       1 reflector.go:166] "Unhandled Error" err="runtime/asm_amd64.s:1700: 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"
	I0407 12:50:05.742952       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.094171    1642 reconciler_common.go:162] "operationExecutor.UnmountVolume started for volume \"kube-api-access-kz8cv\" (UniqueName: \"kubernetes.io/projected/ce39e3e9-6909-4ac5-95a2-966e2523526b-kube-api-access-kz8cv\") pod \"ce39e3e9-6909-4ac5-95a2-966e2523526b\" (UID: \"ce39e3e9-6909-4ac5-95a2-966e2523526b\") "
	Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.094530    1642 operation_generator.go:780] UnmountVolume.TearDown succeeded for volume "kubernetes.io/configmap/ce39e3e9-6909-4ac5-95a2-966e2523526b-config-volume" (OuterVolumeSpecName: "config-volume") pod "ce39e3e9-6909-4ac5-95a2-966e2523526b" (UID: "ce39e3e9-6909-4ac5-95a2-966e2523526b"). InnerVolumeSpecName "config-volume". PluginName "kubernetes.io/configmap", VolumeGIDValue ""
	Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.096304    1642 operation_generator.go:780] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ce39e3e9-6909-4ac5-95a2-966e2523526b-kube-api-access-kz8cv" (OuterVolumeSpecName: "kube-api-access-kz8cv") pod "ce39e3e9-6909-4ac5-95a2-966e2523526b" (UID: "ce39e3e9-6909-4ac5-95a2-966e2523526b"). InnerVolumeSpecName "kube-api-access-kz8cv". PluginName "kubernetes.io/projected", VolumeGIDValue ""
	Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.195282    1642 reconciler_common.go:299] "Volume detached for volume \"kube-api-access-kz8cv\" (UniqueName: \"kubernetes.io/projected/ce39e3e9-6909-4ac5-95a2-966e2523526b-kube-api-access-kz8cv\") on node \"addons-438605\" DevicePath \"\""
	Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.195330    1642 reconciler_common.go:299] "Volume detached for volume \"config-volume\" (UniqueName: \"kubernetes.io/configmap/ce39e3e9-6909-4ac5-95a2-966e2523526b-config-volume\") on node \"addons-438605\" DevicePath \"\""
	Apr 07 12:58:27 addons-438605 kubelet[1642]: I0407 12:58:27.912639    1642 scope.go:117] "RemoveContainer" containerID="2b6ab2b2cff5bef40180ae8663040257f5f032adc09d074618c0f931f08fff79"
	Apr 07 12:58:28 addons-438605 kubelet[1642]: I0407 12:58:28.038235    1642 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ce39e3e9-6909-4ac5-95a2-966e2523526b" path="/var/lib/kubelet/pods/ce39e3e9-6909-4ac5-95a2-966e2523526b/volumes"
	Apr 07 12:58:33 addons-438605 kubelet[1642]: E0407 12:58:33.036788    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 12:58:45 addons-438605 kubelet[1642]: E0407 12:58:45.035994    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 12:58:48 addons-438605 kubelet[1642]: I0407 12:58:48.035541    1642 kubelet_pods.go:1021] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
	Apr 07 12:59:00 addons-438605 kubelet[1642]: E0407 12:59:00.226541    1642 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:alpine"
	Apr 07 12:59:00 addons-438605 kubelet[1642]: E0407 12:59:00.226612    1642 kuberuntime_image.go:55] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:alpine"
	Apr 07 12:59:00 addons-438605 kubelet[1642]: E0407 12:59:00.226738    1642 kuberuntime_manager.go:1341] "Unhandled Error" err="container &Container{Name:nginx,Image:docker.io/nginx:alpine,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{ContainerPort{Name:,HostPort:0,ContainerPort:80,Protocol:TCP,HostIP:,},},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-t86g7,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod nginx_defaul
t(69b039a7-6226-4052-a020-97718eae3479): ErrImagePull: failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Apr 07 12:59:00 addons-438605 kubelet[1642]: E0407 12:59:00.227953    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 12:59:14 addons-438605 kubelet[1642]: E0407 12:59:14.037163    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 12:59:28 addons-438605 kubelet[1642]: E0407 12:59:28.036594    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 12:59:41 addons-438605 kubelet[1642]: E0407 12:59:41.036200    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 12:59:54 addons-438605 kubelet[1642]: E0407 12:59:54.036957    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 13:00:07 addons-438605 kubelet[1642]: E0407 13:00:07.036228    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 13:00:18 addons-438605 kubelet[1642]: I0407 13:00:18.035364    1642 kubelet_pods.go:1021] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
	Apr 07 13:00:19 addons-438605 kubelet[1642]: E0407 13:00:19.036587    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 13:00:30 addons-438605 kubelet[1642]: E0407 13:00:30.036361    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 13:00:41 addons-438605 kubelet[1642]: E0407 13:00:41.036336    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 13:00:56 addons-438605 kubelet[1642]: E0407 13:00:56.036614    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 13:01:10 addons-438605 kubelet[1642]: E0407 13:01:10.035992    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:a71e0884a7f1192ecf5decf062b67d46b54ad63f0cc1b8aa7e705f739a97c2fc: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	
	
	==> storage-provisioner [0767ba6d637425fc290105feeb49d69372d4741eaffd560de495b02f72513d58] <==
	I0407 12:50:16.627390       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0407 12:50:16.638443       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0407 12:50:16.638526       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0407 12:50:16.646963       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0407 12:50:16.647580       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6dcddfa7-22de-48fa-806b-d14e0d8c4089", APIVersion:"v1", ResourceVersion:"609", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-438605_d2797732-740e-45da-9999-6429229a88e3 became leader
	I0407 12:50:16.719572       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-438605_d2797732-740e-45da-9999-6429229a88e3!
	I0407 12:50:16.821337       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-438605_d2797732-740e-45da-9999-6429229a88e3!
	

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

                                                
                                                
-- stdout --
	Name:             nginx
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-438605/192.168.49.2
	Start Time:       Mon, 07 Apr 2025 12:53:09 +0000
	Labels:           run=nginx
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.32
	IPs:
	  IP:  10.244.0.32
	Containers:
	  nginx:
	    Container ID:   
	    Image:          docker.io/nginx:alpine
	    Image ID:       
	    Port:           80/TCP
	    Host Port:      0/TCP
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-t86g7 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-t86g7:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	QoS Class:                   BestEffort
	Node-Selectors:              <none>
	Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                     From               Message
	  ----     ------     ----                    ----               -------
	  Normal   Scheduled  8m3s                    default-scheduler  Successfully assigned default/nginx to addons-438605
	  Normal   Pulling    4m59s (x5 over 8m2s)    kubelet            Pulling image "docker.io/nginx:alpine"
	  Warning  Failed     4m58s (x5 over 8m)      kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     4m58s (x5 over 8m)      kubelet            Error: ErrImagePull
	  Normal   BackOff    2m53s (x21 over 7m59s)  kubelet            Back-off pulling image "docker.io/nginx:alpine"
	  Warning  Failed     2m53s (x21 over 7m59s)  kubelet            Error: ImagePullBackOff
	
	
	Name:             test-local-path
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             <none>
	Labels:           run=test-local-path
	Annotations:      <none>
	Status:           Pending
	IP:               
	IPs:              <none>
	Containers:
	  busybox:
	    Image:      busybox:stable
	    Port:       <none>
	    Host Port:  <none>
	    Command:
	      sh
	      -c
	      echo 'local-path-provisioner' > /test/file1
	    Environment:  <none>
	    Mounts:
	      /test from data (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-wldxf (ro)
	Volumes:
	  data:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  test-pvc
	    ReadOnly:   false
	  kube-api-access-wldxf:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	QoS Class:                   BestEffort
	Node-Selectors:              <none>
	Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:                      <none>

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-xjtdg" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-6n668" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-438605 describe pod nginx test-local-path ingress-nginx-admission-create-xjtdg ingress-nginx-admission-patch-6n668: exit status 1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 addons disable ingress --alsologtostderr -v=1: (7.669487669s)
--- FAIL: TestAddons/parallel/Ingress (491.48s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (334.68s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:888: (dbg) Run:  kubectl --context addons-438605 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:894: (dbg) Run:  kubectl --context addons-438605 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:898: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
2025/04/07 12:53:02 [DEBUG] GET http://192.168.49.2:5000
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Non-zero exit: kubectl --context addons-438605 get pvc test-pvc -o jsonpath={.status.phase} -n default: context deadline exceeded (1.553µs)
helpers_test.go:396: TestAddons/parallel/LocalPath: WARNING: PVC get for "default" "test-pvc" returned: context deadline exceeded
addons_test.go:899: failed waiting for PVC test-pvc: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/LocalPath]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-438605
helpers_test.go:235: (dbg) docker inspect addons-438605:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0",
	        "Created": "2025-04-07T12:49:50.505617583Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 830245,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-04-07T12:49:50.542819946Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:037bd1b5a0f63899880a74b20d0e40b693fd199ade4ed9b883be5ed5726d15a6",
	        "ResolvConfPath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/hostname",
	        "HostsPath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/hosts",
	        "LogPath": "/var/lib/docker/containers/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0/814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0-json.log",
	        "Name": "/addons-438605",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-438605:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-438605",
	            "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": {
	                "ID": "814116c746168c28c9a9f6c0e705091f7390d552473808fc43d428b6f90ae3e0",
	                "LowerDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61-init/diff:/var/lib/docker/overlay2/d26f6b063706f297920cbe8b1068cf783bb11b15b0caeeceba79daf74886ddc7/diff",
	                "MergedDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61/merged",
	                "UpperDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61/diff",
	                "WorkDir": "/var/lib/docker/overlay2/db3cdd030fb3354f9793e40841463a683f40836aed92399e8be399acad050d61/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "volume",
	                "Name": "addons-438605",
	                "Source": "/var/lib/docker/volumes/addons-438605/_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-438605",
	            "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.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727",
	            "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-438605",
	                "name.minikube.sigs.k8s.io": "addons-438605",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "238972fab58b8e480ebfed7f053d5e2a18c62cd3256ab0aba3ccb24cf340a5b2",
	            "SandboxKey": "/var/run/docker/netns/238972fab58b",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33143"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33144"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33147"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33145"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33146"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-438605": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "be:5a:ae:9f:d2:ac",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "6dc79560ba18d62073c5fba29bd0f7dc4de8c884d407901f4b82606bb72c3cfe",
	                    "EndpointID": "24339c8f297921d6a2ff50c62f9adead72dd584381647541b2de54e446621e27",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-438605",
	                        "814116c74616"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-438605 -n addons-438605
helpers_test.go:244: <<< TestAddons/parallel/LocalPath FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/LocalPath]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 logs -n 25: (1.176899537s)
helpers_test.go:252: TestAddons/parallel/LocalPath logs: 
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                 Args                 |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | --all                                | minikube               | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| delete  | -p download-only-275779              | download-only-275779   | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| delete  | -p download-only-325513              | download-only-325513   | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| delete  | -p download-only-275779              | download-only-275779   | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| start   | --download-only -p                   | download-docker-071822 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |                     |
	|         | download-docker-071822               |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=containerd       |                        |         |         |                     |                     |
	| delete  | -p download-docker-071822            | download-docker-071822 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| start   | --download-only -p                   | binary-mirror-297215   | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |                     |
	|         | binary-mirror-297215                 |                        |         |         |                     |                     |
	|         | --alsologtostderr                    |                        |         |         |                     |                     |
	|         | --binary-mirror                      |                        |         |         |                     |                     |
	|         | http://127.0.0.1:46133               |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=containerd       |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-297215              | binary-mirror-297215   | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| addons  | enable dashboard -p                  | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |                     |
	|         | addons-438605                        |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |                     |
	|         | addons-438605                        |                        |         |         |                     |                     |
	| start   | -p addons-438605 --wait=true         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:51 UTC |
	|         | --memory=4000 --alsologtostderr      |                        |         |         |                     |                     |
	|         | --addons=registry                    |                        |         |         |                     |                     |
	|         | --addons=metrics-server              |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots             |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver         |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                    |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner               |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget            |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin        |                        |         |         |                     |                     |
	|         | --addons=yakd --addons=volcano       |                        |         |         |                     |                     |
	|         | --addons=amd-gpu-device-plugin       |                        |         |         |                     |                     |
	|         | --driver=docker                      |                        |         |         |                     |                     |
	|         | --container-runtime=containerd       |                        |         |         |                     |                     |
	|         | --addons=ingress                     |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                 |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|         | volcano --alsologtostderr -v=1       |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|         | gcp-auth --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | enable headlamp                      | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|         | -p addons-438605                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|         | amd-gpu-device-plugin                |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|         | disable nvidia-device-plugin         |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:53 UTC |
	|         | headlamp --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:53 UTC |
	|         | yakd --alsologtostderr -v=1          |                        |         |         |                     |                     |
	| ip      | addons-438605 ip                     | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	| addons  | addons-438605 addons disable         | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | registry --alsologtostderr           |                        |         |         |                     |                     |
	|         | -v=1                                 |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | disable cloud-spanner                |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | disable metrics-server               |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | disable inspektor-gadget             |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | disable volumesnapshots              |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	| addons  | addons-438605 addons                 | addons-438605          | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|         | disable csi-hostpath-driver          |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1               |                        |         |         |                     |                     |
	|---------|--------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/04/07 12:49:25
	Running on machine: ubuntu-20-agent-7
	Binary: Built with gc go1.24.0 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0407 12:49:25.903609  829627 out.go:345] Setting OutFile to fd 1 ...
	I0407 12:49:25.903712  829627 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 12:49:25.903717  829627 out.go:358] Setting ErrFile to fd 2...
	I0407 12:49:25.903721  829627 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 12:49:25.903913  829627 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 12:49:25.904570  829627 out.go:352] Setting JSON to false
	I0407 12:49:25.905581  829627 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-7","uptime":23514,"bootTime":1744006652,"procs":195,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0407 12:49:25.905646  829627 start.go:139] virtualization: kvm guest
	I0407 12:49:25.907725  829627 out.go:177] * [addons-438605] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0407 12:49:25.909208  829627 notify.go:220] Checking for updates...
	I0407 12:49:25.909229  829627 out.go:177]   - MINIKUBE_LOCATION=20598
	I0407 12:49:25.910946  829627 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0407 12:49:25.912742  829627 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 12:49:25.914284  829627 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
	I0407 12:49:25.916004  829627 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0407 12:49:25.917462  829627 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0407 12:49:25.919511  829627 driver.go:394] Setting default libvirt URI to qemu:///system
	I0407 12:49:25.942746  829627 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
	I0407 12:49:25.942877  829627 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 12:49:25.990632  829627 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:true NGoroutines:44 SystemTime:2025-04-07 12:49:25.981734775 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 12:49:25.990753  829627 docker.go:318] overlay module found
	I0407 12:49:25.992639  829627 out.go:177] * Using the docker driver based on user configuration
	I0407 12:49:25.994072  829627 start.go:297] selected driver: docker
	I0407 12:49:25.994097  829627 start.go:901] validating driver "docker" against <nil>
	I0407 12:49:25.994112  829627 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0407 12:49:25.995004  829627 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 12:49:26.043422  829627 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:true NGoroutines:44 SystemTime:2025-04-07 12:49:26.034225857 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 12:49:26.043648  829627 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0407 12:49:26.043919  829627 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]
	I0407 12:49:26.045447  829627 out.go:177] * Using Docker driver with root privileges
	I0407 12:49:26.046823  829627 cni.go:84] Creating CNI manager for ""
	I0407 12:49:26.046896  829627 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0407 12:49:26.046907  829627 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0407 12:49:26.046982  829627 start.go:340] cluster config:
	{Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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: SSHA
uthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0407 12:49:26.048587  829627 out.go:177] * Starting "addons-438605" primary control-plane node in "addons-438605" cluster
	I0407 12:49:26.049878  829627 cache.go:121] Beginning downloading kic base image for docker with containerd
	I0407 12:49:26.051277  829627 out.go:177] * Pulling base image v0.0.46-1743675393-20591 ...
	I0407 12:49:26.052571  829627 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
	I0407 12:49:26.052621  829627 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4
	I0407 12:49:26.052632  829627 cache.go:56] Caching tarball of preloaded images
	I0407 12:49:26.052692  829627 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local docker daemon
	I0407 12:49:26.052723  829627 preload.go:172] Found /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
	I0407 12:49:26.052737  829627 cache.go:59] Finished verifying existence of preloaded tar for v1.32.2 on containerd
	I0407 12:49:26.053078  829627 profile.go:143] Saving config to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/config.json ...
	I0407 12:49:26.053111  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/config.json: {Name:mke71b541204ae176b1fe650af554dd6e231a152 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:26.069930  829627 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 to local cache
	I0407 12:49:26.070085  829627 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local cache directory
	I0407 12:49:26.070102  829627 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local cache directory, skipping pull
	I0407 12:49:26.070108  829627 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 exists in cache, skipping pull
	I0407 12:49:26.070124  829627 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 as a tarball
	I0407 12:49:26.070131  829627 cache.go:163] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 from local cache
	I0407 12:49:38.362490  829627 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 from cached tarball
	I0407 12:49:38.362538  829627 cache.go:230] Successfully downloaded all kic artifacts
	I0407 12:49:38.362587  829627 start.go:360] acquireMachinesLock for addons-438605: {Name:mk1501e2d1d66972323fbf90cdb58af77c0490bb Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0407 12:49:38.362703  829627 start.go:364] duration metric: took 90.81µs to acquireMachinesLock for "addons-438605"
	I0407 12:49:38.362736  829627 start.go:93] Provisioning new machine with config: &{Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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:fa
lse CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0407 12:49:38.362816  829627 start.go:125] createHost starting for "" (driver="docker")
	I0407 12:49:38.364684  829627 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0407 12:49:38.364911  829627 start.go:159] libmachine.API.Create for "addons-438605" (driver="docker")
	I0407 12:49:38.364946  829627 client.go:168] LocalClient.Create starting
	I0407 12:49:38.365064  829627 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem
	I0407 12:49:38.902997  829627 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem
	I0407 12:49:39.046217  829627 cli_runner.go:164] Run: docker network inspect addons-438605 --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}}]}"
	W0407 12:49:39.063637  829627 cli_runner.go:211] docker network inspect addons-438605 --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
	I0407 12:49:39.063730  829627 network_create.go:284] running [docker network inspect addons-438605] to gather additional debugging logs...
	I0407 12:49:39.063755  829627 cli_runner.go:164] Run: docker network inspect addons-438605
	W0407 12:49:39.079877  829627 cli_runner.go:211] docker network inspect addons-438605 returned with exit code 1
	I0407 12:49:39.079912  829627 network_create.go:287] error running [docker network inspect addons-438605]: docker network inspect addons-438605: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-438605 not found
	I0407 12:49:39.079929  829627 network_create.go:289] output of [docker network inspect addons-438605]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-438605 not found
	
	** /stderr **
	I0407 12:49:39.080016  829627 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}}]}"
	I0407 12:49:39.096486  829627 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:0xc001e04750}
	I0407 12:49:39.096553  829627 network_create.go:124] attempt to create docker network addons-438605 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0407 12:49:39.096624  829627 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-438605 addons-438605
	I0407 12:49:39.148286  829627 network_create.go:108] docker network addons-438605 192.168.49.0/24 created
	I0407 12:49:39.148317  829627 kic.go:121] calculated static IP "192.168.49.2" for the "addons-438605" container
	I0407 12:49:39.148376  829627 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0407 12:49:39.165262  829627 cli_runner.go:164] Run: docker volume create addons-438605 --label name.minikube.sigs.k8s.io=addons-438605 --label created_by.minikube.sigs.k8s.io=true
	I0407 12:49:39.183686  829627 oci.go:103] Successfully created a docker volume addons-438605
	I0407 12:49:39.183786  829627 cli_runner.go:164] Run: docker run --rm --name addons-438605-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-438605 --entrypoint /usr/bin/test -v addons-438605:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -d /var/lib
	I0407 12:49:45.924045  829627 cli_runner.go:217] Completed: docker run --rm --name addons-438605-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-438605 --entrypoint /usr/bin/test -v addons-438605:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -d /var/lib: (6.740201086s)
	I0407 12:49:45.924099  829627 oci.go:107] Successfully prepared a docker volume addons-438605
	I0407 12:49:45.924116  829627 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
	I0407 12:49:45.924153  829627 kic.go:194] Starting extracting preloaded images to volume ...
	I0407 12:49:45.924284  829627 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-438605:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -I lz4 -xf /preloaded.tar -C /extractDir
	I0407 12:49:50.442326  829627 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v addons-438605:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -I lz4 -xf /preloaded.tar -C /extractDir: (4.517977542s)
	I0407 12:49:50.442369  829627 kic.go:203] duration metric: took 4.518221144s to extract preloaded images to volume ...
	W0407 12:49:50.442555  829627 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0407 12:49:50.442706  829627 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0407 12:49:50.490325  829627 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-438605 --name addons-438605 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-438605 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-438605 --network addons-438605 --ip 192.168.49.2 --volume addons-438605:/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.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727
	I0407 12:49:50.757928  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Running}}
	I0407 12:49:50.776137  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:49:50.796472  829627 cli_runner.go:164] Run: docker exec addons-438605 stat /var/lib/dpkg/alternatives/iptables
	I0407 12:49:50.839006  829627 oci.go:144] the created container "addons-438605" has a running status.
	I0407 12:49:50.839061  829627 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa...
	I0407 12:49:51.036469  829627 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0407 12:49:51.061038  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:49:51.081901  829627 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0407 12:49:51.081924  829627 kic_runner.go:114] Args: [docker exec --privileged addons-438605 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0407 12:49:51.136098  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:49:51.158287  829627 machine.go:93] provisionDockerMachine start ...
	I0407 12:49:51.158377  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:51.177866  829627 main.go:141] libmachine: Using SSH client type: native
	I0407 12:49:51.178114  829627 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil>  [] 0s} 127.0.0.1 33143 <nil> <nil>}
	I0407 12:49:51.178127  829627 main.go:141] libmachine: About to run SSH command:
	hostname
	I0407 12:49:51.398993  829627 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-438605
	
	I0407 12:49:51.399025  829627 ubuntu.go:169] provisioning hostname "addons-438605"
	I0407 12:49:51.399121  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:51.417552  829627 main.go:141] libmachine: Using SSH client type: native
	I0407 12:49:51.417772  829627 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil>  [] 0s} 127.0.0.1 33143 <nil> <nil>}
	I0407 12:49:51.417786  829627 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-438605 && echo "addons-438605" | sudo tee /etc/hostname
	I0407 12:49:51.554853  829627 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-438605
	
	I0407 12:49:51.554942  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:51.575573  829627 main.go:141] libmachine: Using SSH client type: native
	I0407 12:49:51.575784  829627 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil>  [] 0s} 127.0.0.1 33143 <nil> <nil>}
	I0407 12:49:51.575801  829627 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-438605' /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-438605/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-438605' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0407 12:49:51.699646  829627 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0407 12:49:51.699682  829627 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20598-821510/.minikube CaCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20598-821510/.minikube}
	I0407 12:49:51.699703  829627 ubuntu.go:177] setting up certificates
	I0407 12:49:51.699716  829627 provision.go:84] configureAuth start
	I0407 12:49:51.699779  829627 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-438605
	I0407 12:49:51.717563  829627 provision.go:143] copyHostCerts
	I0407 12:49:51.717651  829627 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/ca.pem (1078 bytes)
	I0407 12:49:51.717784  829627 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/cert.pem (1123 bytes)
	I0407 12:49:51.717866  829627 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/key.pem (1675 bytes)
	I0407 12:49:51.717937  829627 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem org=jenkins.addons-438605 san=[127.0.0.1 192.168.49.2 addons-438605 localhost minikube]
	I0407 12:49:52.076388  829627 provision.go:177] copyRemoteCerts
	I0407 12:49:52.076448  829627 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0407 12:49:52.076487  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:52.094049  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:49:52.184088  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0407 12:49:52.206729  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0407 12:49:52.230170  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0407 12:49:52.253299  829627 provision.go:87] duration metric: took 553.564922ms to configureAuth
	I0407 12:49:52.253334  829627 ubuntu.go:193] setting minikube options for container-runtime
	I0407 12:49:52.253516  829627 config.go:182] Loaded profile config "addons-438605": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 12:49:52.253530  829627 machine.go:96] duration metric: took 1.095220563s to provisionDockerMachine
	I0407 12:49:52.253540  829627 client.go:171] duration metric: took 13.888584056s to LocalClient.Create
	I0407 12:49:52.253568  829627 start.go:167] duration metric: took 13.888655703s to libmachine.API.Create "addons-438605"
	I0407 12:49:52.253581  829627 start.go:293] postStartSetup for "addons-438605" (driver="docker")
	I0407 12:49:52.253598  829627 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]
	I0407 12:49:52.253660  829627 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
	I0407 12:49:52.253712  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:52.272092  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:49:52.364195  829627 ssh_runner.go:195] Run: cat /etc/os-release
	I0407 12:49:52.367456  829627 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0407 12:49:52.367491  829627 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0407 12:49:52.367511  829627 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0407 12:49:52.367519  829627 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0407 12:49:52.367531  829627 filesync.go:126] Scanning /home/jenkins/minikube-integration/20598-821510/.minikube/addons for local assets ...
	I0407 12:49:52.367607  829627 filesync.go:126] Scanning /home/jenkins/minikube-integration/20598-821510/.minikube/files for local assets ...
	I0407 12:49:52.367629  829627 start.go:296] duration metric: took 114.038838ms for postStartSetup
	I0407 12:49:52.367914  829627 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-438605
	I0407 12:49:52.385971  829627 profile.go:143] Saving config to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/config.json ...
	I0407 12:49:52.386242  829627 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0407 12:49:52.386284  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:52.403774  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:49:52.492429  829627 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0407 12:49:52.496867  829627 start.go:128] duration metric: took 14.134031711s to createHost
	I0407 12:49:52.496895  829627 start.go:83] releasing machines lock for "addons-438605", held for 14.134175341s
	I0407 12:49:52.496972  829627 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-438605
	I0407 12:49:52.514876  829627 ssh_runner.go:195] Run: cat /version.json
	I0407 12:49:52.514915  829627 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0407 12:49:52.514928  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:52.515012  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:49:52.532858  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:49:52.533201  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:49:52.688411  829627 ssh_runner.go:195] Run: systemctl --version
	I0407 12:49:52.692724  829627 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0407 12:49:52.697059  829627 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 "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0407 12:49:52.720862  829627 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0407 12:49:52.720979  829627 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" ;
	I0407 12:49:52.747761  829627 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0407 12:49:52.747794  829627 start.go:495] detecting cgroup driver to use...
	I0407 12:49:52.747833  829627 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0407 12:49:52.747905  829627 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0407 12:49:52.759594  829627 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0407 12:49:52.770828  829627 docker.go:217] disabling cri-docker service (if available) ...
	I0407 12:49:52.770884  829627 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0407 12:49:52.783430  829627 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0407 12:49:52.796252  829627 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0407 12:49:52.874624  829627 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0407 12:49:52.956460  829627 docker.go:233] disabling docker service ...
	I0407 12:49:52.956522  829627 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0407 12:49:52.975196  829627 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0407 12:49:52.986107  829627 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0407 12:49:53.063099  829627 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0407 12:49:53.138752  829627 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0407 12:49:53.150187  829627 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0407 12:49:53.166473  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10"|' /etc/containerd/config.toml"
	I0407 12:49:53.176214  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0407 12:49:53.185931  829627 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
	I0407 12:49:53.185997  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
	I0407 12:49:53.195548  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0407 12:49:53.204976  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0407 12:49:53.214272  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0407 12:49:53.224556  829627 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0407 12:49:53.233724  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0407 12:49:53.243654  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0407 12:49:53.253596  829627 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0407 12:49:53.263920  829627 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0407 12:49:53.272379  829627 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0407 12:49:53.280723  829627 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0407 12:49:53.363191  829627 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0407 12:49:53.462338  829627 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0407 12:49:53.462509  829627 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0407 12:49:53.466582  829627 start.go:563] Will wait 60s for crictl version
	I0407 12:49:53.466635  829627 ssh_runner.go:195] Run: which crictl
	I0407 12:49:53.470138  829627 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0407 12:49:53.503966  829627 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0407 12:49:53.504043  829627 ssh_runner.go:195] Run: containerd --version
	I0407 12:49:53.530352  829627 ssh_runner.go:195] Run: containerd --version
	I0407 12:49:53.555710  829627 out.go:177] * Preparing Kubernetes v1.32.2 on containerd 1.7.27 ...
	I0407 12:49:53.557162  829627 cli_runner.go:164] Run: docker network inspect addons-438605 --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}}]}"
	I0407 12:49:53.575223  829627 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0407 12:49:53.579045  829627 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""
	I0407 12:49:53.589794  829627 kubeadm.go:883] updating cluster {Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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 Cus
tomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0407 12:49:53.589927  829627 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
	I0407 12:49:53.589983  829627 ssh_runner.go:195] Run: sudo crictl images --output json
	I0407 12:49:53.622714  829627 containerd.go:627] all images are preloaded for containerd runtime.
	I0407 12:49:53.622738  829627 containerd.go:534] Images already preloaded, skipping extraction
	I0407 12:49:53.622790  829627 ssh_runner.go:195] Run: sudo crictl images --output json
	I0407 12:49:53.657525  829627 containerd.go:627] all images are preloaded for containerd runtime.
	I0407 12:49:53.657549  829627 cache_images.go:84] Images are preloaded, skipping loading
	I0407 12:49:53.657558  829627 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.2 containerd true true} ...
	I0407 12:49:53.657643  829627 kubeadm.go:946] kubelet [Unit]
	Wants=containerd.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.32.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=addons-438605 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0407 12:49:53.657698  829627 ssh_runner.go:195] Run: sudo crictl info
	I0407 12:49:53.691897  829627 cni.go:84] Creating CNI manager for ""
	I0407 12:49:53.691926  829627 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0407 12:49:53.691942  829627 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0407 12:49:53.691984  829627 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.32.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-438605 NodeName:addons-438605 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.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
/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0407 12:49:53.692147  829627 kubeadm.go:195] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: unix:///run/containerd/containerd.sock
	  name: "addons-438605"
	  kubeletExtraArgs:
	    - name: "node-ip"
	      value: "192.168.49.2"
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    - name: "enable-admission-plugins"
	      value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    - name: "allocate-node-cidrs"
	      value: "true"
	    - name: "leader-elect"
	      value: "false"
	scheduler:
	  extraArgs:
	    - name: "leader-elect"
	      value: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      - name: "proxy-refresh-interval"
	        value: "70000"
	kubernetesVersion: v1.32.2
	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:///run/containerd/containerd.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
	
	I0407 12:49:53.692230  829627 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.2
	I0407 12:49:53.700831  829627 binaries.go:44] Found k8s binaries, skipping transfer
	I0407 12:49:53.700901  829627 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0407 12:49:53.709331  829627 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (317 bytes)
	I0407 12:49:53.726279  829627 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0407 12:49:53.743272  829627 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2303 bytes)
	I0407 12:49:53.760150  829627 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0407 12:49:53.763451  829627 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""
	I0407 12:49:53.773290  829627 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0407 12:49:53.845578  829627 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0407 12:49:53.858504  829627 certs.go:68] Setting up /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605 for IP: 192.168.49.2
	I0407 12:49:53.858526  829627 certs.go:194] generating shared ca certs ...
	I0407 12:49:53.858542  829627 certs.go:226] acquiring lock for ca certs: {Name:mk6a74ec6effe97d3cd7b0c9ad240ae641340c38 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:53.858684  829627 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key
	I0407 12:49:54.082178  829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt ...
	I0407 12:49:54.082212  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt: {Name:mk7d0664b47f06e6dcc0da06d3c0ff2ab0d9365f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.082378  829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key ...
	I0407 12:49:54.082390  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key: {Name:mk184d91bc1a67d839b5cb3c735170242e1d7a38 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.082457  829627 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key
	I0407 12:49:54.301675  829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.crt ...
	I0407 12:49:54.301714  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.crt: {Name:mke4e2fe7d727c765156d3f832fbc8f989b5e88d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.301898  829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key ...
	I0407 12:49:54.301909  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key: {Name:mk5330479fe36aa3bb2fbdaa3b0e763635aef59a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.301985  829627 certs.go:256] generating profile certs ...
	I0407 12:49:54.302045  829627 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.key
	I0407 12:49:54.302059  829627 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt with IP's: []
	I0407 12:49:54.429514  829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt ...
	I0407 12:49:54.429545  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: {Name:mke90ce21d8f62a3d57c76730f1763087ae54519 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.429704  829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.key ...
	I0407 12:49:54.429715  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.key: {Name:mka25eca96d9ceabe509958ef60cbe8cbbee6288 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.429784  829627 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc
	I0407 12:49:54.429803  829627 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0407 12:49:54.907679  829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc ...
	I0407 12:49:54.907719  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc: {Name:mk81024c17a250fe59b6778187c141f724ae60a6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.907899  829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc ...
	I0407 12:49:54.907916  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc: {Name:mke8f0970a03692388e41f73612f880aabd0d7e1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:54.907998  829627 certs.go:381] copying /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt.267c91fc -> /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt
	I0407 12:49:54.908071  829627 certs.go:385] copying /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key.267c91fc -> /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key
	I0407 12:49:54.908114  829627 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key
	I0407 12:49:54.908131  829627 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt with IP's: []
	I0407 12:49:55.207747  829627 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt ...
	I0407 12:49:55.207783  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt: {Name:mk590eb96ea15a5348374b9fe8a038f22ce02fbf Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:55.207951  829627 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key ...
	I0407 12:49:55.207965  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key: {Name:mk2c574ec0c5ab09d2f95571c01917394520b3f4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:55.208134  829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem (1679 bytes)
	I0407 12:49:55.208169  829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem (1078 bytes)
	I0407 12:49:55.208199  829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem (1123 bytes)
	I0407 12:49:55.208225  829627 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem (1675 bytes)
	I0407 12:49:55.208802  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0407 12:49:55.232367  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0407 12:49:55.254655  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0407 12:49:55.277123  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0407 12:49:55.299718  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0407 12:49:55.321576  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0407 12:49:55.343695  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0407 12:49:55.366390  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0407 12:49:55.389967  829627 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0407 12:49:55.414218  829627 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0407 12:49:55.431507  829627 ssh_runner.go:195] Run: openssl version
	I0407 12:49:55.436772  829627 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"
	I0407 12:49:55.445585  829627 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0407 12:49:55.448749  829627 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr  7 12:49 /usr/share/ca-certificates/minikubeCA.pem
	I0407 12:49:55.448805  829627 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0407 12:49:55.455000  829627 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"
	I0407 12:49:55.463414  829627 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0407 12:49:55.466258  829627 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
	I0407 12:49:55.466310  829627 kubeadm.go:392] StartCluster: {Name:addons-438605 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:addons-438605 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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 Custom
QemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0407 12:49:55.466390  829627 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0407 12:49:55.466431  829627 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0407 12:49:55.500121  829627 cri.go:89] found id: ""
	I0407 12:49:55.500185  829627 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0407 12:49:55.508780  829627 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0407 12:49:55.516883  829627 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0407 12:49:55.516934  829627 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
	I0407 12:49:55.525026  829627 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
	I0407 12:49:55.525045  829627 kubeadm.go:157] found existing configuration files:
	
	I0407 12:49:55.525089  829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0407 12:49:55.532933  829627 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
	I0407 12:49:55.532985  829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0407 12:49:55.540841  829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0407 12:49:55.549912  829627 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
	I0407 12:49:55.549986  829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0407 12:49:55.558209  829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0407 12:49:55.566620  829627 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
	I0407 12:49:55.566673  829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0407 12:49:55.574800  829627 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0407 12:49:55.583091  829627 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
	I0407 12:49:55.583143  829627 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0407 12:49:55.591174  829627 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.2:$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"
	I0407 12:49:55.627519  829627 kubeadm.go:310] [init] Using Kubernetes version: v1.32.2
	I0407 12:49:55.627570  829627 kubeadm.go:310] [preflight] Running pre-flight checks
	I0407 12:49:55.644635  829627 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0407 12:49:55.644701  829627 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1078-gcp
	I0407 12:49:55.644741  829627 kubeadm.go:310] OS: Linux
	I0407 12:49:55.644863  829627 kubeadm.go:310] CGROUPS_CPU: enabled
	I0407 12:49:55.644921  829627 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0407 12:49:55.644967  829627 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0407 12:49:55.645006  829627 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0407 12:49:55.645049  829627 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0407 12:49:55.645127  829627 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0407 12:49:55.645209  829627 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0407 12:49:55.645277  829627 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0407 12:49:55.645354  829627 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0407 12:49:55.698075  829627 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0407 12:49:55.698214  829627 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0407 12:49:55.698412  829627 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0407 12:49:55.704729  829627 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0407 12:49:55.708017  829627 out.go:235]   - Generating certificates and keys ...
	I0407 12:49:55.708123  829627 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0407 12:49:55.708200  829627 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0407 12:49:55.811555  829627 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0407 12:49:56.029368  829627 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0407 12:49:56.094940  829627 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0407 12:49:56.237339  829627 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0407 12:49:56.555876  829627 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0407 12:49:56.556103  829627 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-438605 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0407 12:49:56.605961  829627 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0407 12:49:56.606198  829627 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-438605 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0407 12:49:56.718326  829627 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0407 12:49:56.811879  829627 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0407 12:49:56.891305  829627 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0407 12:49:56.891396  829627 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0407 12:49:57.018748  829627 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0407 12:49:57.170703  829627 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0407 12:49:57.319868  829627 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0407 12:49:57.417712  829627 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0407 12:49:57.734886  829627 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0407 12:49:57.735370  829627 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0407 12:49:57.738872  829627 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0407 12:49:57.741419  829627 out.go:235]   - Booting up control plane ...
	I0407 12:49:57.741557  829627 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0407 12:49:57.741681  829627 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0407 12:49:57.741748  829627 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0407 12:49:57.750713  829627 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0407 12:49:57.756168  829627 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0407 12:49:57.756228  829627 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0407 12:49:57.846030  829627 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0407 12:49:57.846143  829627 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0407 12:49:58.347908  829627 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.972434ms
	I0407 12:49:58.348040  829627 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0407 12:50:03.349517  829627 kubeadm.go:310] [api-check] The API server is healthy after 5.001563361s
	I0407 12:50:03.360882  829627 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0407 12:50:03.370868  829627 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0407 12:50:03.389594  829627 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0407 12:50:03.389828  829627 kubeadm.go:310] [mark-control-plane] Marking the node addons-438605 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0407 12:50:03.397115  829627 kubeadm.go:310] [bootstrap-token] Using token: e4k37b.9ezdcxx3chkmc4rm
	I0407 12:50:03.398874  829627 out.go:235]   - Configuring RBAC rules ...
	I0407 12:50:03.399031  829627 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0407 12:50:03.402430  829627 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0407 12:50:03.409487  829627 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
	I0407 12:50:03.412105  829627 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0407 12:50:03.414381  829627 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0407 12:50:03.417015  829627 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0407 12:50:03.755785  829627 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0407 12:50:04.177245  829627 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0407 12:50:04.755128  829627 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0407 12:50:04.756086  829627 kubeadm.go:310] 
	I0407 12:50:04.756149  829627 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0407 12:50:04.756191  829627 kubeadm.go:310] 
	I0407 12:50:04.756308  829627 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0407 12:50:04.756318  829627 kubeadm.go:310] 
	I0407 12:50:04.756358  829627 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0407 12:50:04.756450  829627 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0407 12:50:04.756531  829627 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0407 12:50:04.756541  829627 kubeadm.go:310] 
	I0407 12:50:04.756635  829627 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0407 12:50:04.756652  829627 kubeadm.go:310] 
	I0407 12:50:04.756717  829627 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0407 12:50:04.756727  829627 kubeadm.go:310] 
	I0407 12:50:04.756801  829627 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0407 12:50:04.756898  829627 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0407 12:50:04.757005  829627 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0407 12:50:04.757036  829627 kubeadm.go:310] 
	I0407 12:50:04.757157  829627 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0407 12:50:04.757259  829627 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0407 12:50:04.757276  829627 kubeadm.go:310] 
	I0407 12:50:04.757387  829627 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token e4k37b.9ezdcxx3chkmc4rm \
	I0407 12:50:04.757472  829627 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:70b31bc585ec6212a6bfca403b6b71fdedcfb1a1a1fdfb0766b0b69f09699fc7 \
	I0407 12:50:04.757497  829627 kubeadm.go:310] 	--control-plane 
	I0407 12:50:04.757503  829627 kubeadm.go:310] 
	I0407 12:50:04.757569  829627 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0407 12:50:04.757575  829627 kubeadm.go:310] 
	I0407 12:50:04.757649  829627 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token e4k37b.9ezdcxx3chkmc4rm \
	I0407 12:50:04.757732  829627 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:70b31bc585ec6212a6bfca403b6b71fdedcfb1a1a1fdfb0766b0b69f09699fc7 
	I0407 12:50:04.759853  829627 kubeadm.go:310] 	[WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
	I0407 12:50:04.760109  829627 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-1078-gcp\n", err: exit status 1
	I0407 12:50:04.760248  829627 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0407 12:50:04.760283  829627 cni.go:84] Creating CNI manager for ""
	I0407 12:50:04.760293  829627 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0407 12:50:04.762327  829627 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0407 12:50:04.763644  829627 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0407 12:50:04.767487  829627 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.2/kubectl ...
	I0407 12:50:04.767506  829627 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0407 12:50:04.785327  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0407 12:50:04.996765  829627 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0407 12:50:04.996833  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:04.996877  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-438605 minikube.k8s.io/updated_at=2025_04_07T12_50_04_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=5cf7512d5a64c8581140916e82b849633d870277 minikube.k8s.io/name=addons-438605 minikube.k8s.io/primary=true
	I0407 12:50:05.125154  829627 ops.go:34] apiserver oom_adj: -16
	I0407 12:50:05.125244  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:05.625404  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:06.126214  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:06.626332  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:07.125369  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:07.625479  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:08.125857  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:08.625823  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:09.126086  829627 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 12:50:09.226625  829627 kubeadm.go:1113] duration metric: took 4.229836573s to wait for elevateKubeSystemPrivileges
	I0407 12:50:09.226716  829627 kubeadm.go:394] duration metric: took 13.760410948s to StartCluster
	I0407 12:50:09.226740  829627 settings.go:142] acquiring lock: {Name:mke2659b5c87589770b9bcc21112539bc47c433b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:50:09.226878  829627 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 12:50:09.227391  829627 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/kubeconfig: {Name:mk6cd3415e73e8e17006366409a4d89a3333886b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:50:09.227743  829627 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0407 12:50:09.227937  829627 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0407 12:50:09.227973  829627 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:true auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volcano:true volumesnapshots:true yakd:true]
	I0407 12:50:09.228070  829627 config.go:182] Loaded profile config "addons-438605": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 12:50:09.228099  829627 addons.go:69] Setting yakd=true in profile "addons-438605"
	I0407 12:50:09.228111  829627 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-438605"
	I0407 12:50:09.228116  829627 addons.go:238] Setting addon yakd=true in "addons-438605"
	I0407 12:50:09.228124  829627 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-438605"
	I0407 12:50:09.228140  829627 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-438605"
	I0407 12:50:09.228145  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.228159  829627 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-438605"
	I0407 12:50:09.228168  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.228163  829627 addons.go:69] Setting registry=true in profile "addons-438605"
	I0407 12:50:09.228184  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.228179  829627 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-438605"
	I0407 12:50:09.228195  829627 addons.go:238] Setting addon registry=true in "addons-438605"
	I0407 12:50:09.228210  829627 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-438605"
	I0407 12:50:09.228207  829627 addons.go:69] Setting metrics-server=true in profile "addons-438605"
	I0407 12:50:09.228235  829627 addons.go:238] Setting addon metrics-server=true in "addons-438605"
	I0407 12:50:09.228236  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.228277  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.228521  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228689  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228698  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228707  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228718  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228726  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.228846  829627 addons.go:69] Setting ingress-dns=true in profile "addons-438605"
	I0407 12:50:09.228865  829627 addons.go:238] Setting addon ingress-dns=true in "addons-438605"
	I0407 12:50:09.228914  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.229219  829627 addons.go:69] Setting cloud-spanner=true in profile "addons-438605"
	I0407 12:50:09.229269  829627 addons.go:238] Setting addon cloud-spanner=true in "addons-438605"
	I0407 12:50:09.229312  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.229677  829627 addons.go:69] Setting gcp-auth=true in profile "addons-438605"
	I0407 12:50:09.229748  829627 mustload.go:65] Loading cluster: addons-438605
	I0407 12:50:09.229782  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.229818  829627 addons.go:69] Setting inspektor-gadget=true in profile "addons-438605"
	I0407 12:50:09.229847  829627 addons.go:238] Setting addon inspektor-gadget=true in "addons-438605"
	I0407 12:50:09.229881  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.230001  829627 addons.go:69] Setting default-storageclass=true in profile "addons-438605"
	I0407 12:50:09.230056  829627 addons.go:69] Setting volcano=true in profile "addons-438605"
	I0407 12:50:09.230067  829627 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-438605"
	I0407 12:50:09.230093  829627 addons.go:238] Setting addon volcano=true in "addons-438605"
	I0407 12:50:09.230139  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.230305  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.230449  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.230496  829627 addons.go:69] Setting volumesnapshots=true in profile "addons-438605"
	I0407 12:50:09.230688  829627 addons.go:238] Setting addon volumesnapshots=true in "addons-438605"
	I0407 12:50:09.230023  829627 config.go:182] Loaded profile config "addons-438605": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 12:50:09.230751  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.231158  829627 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-438605"
	I0407 12:50:09.231213  829627 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-438605"
	I0407 12:50:09.231253  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.229787  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.231266  829627 addons.go:69] Setting storage-provisioner=true in profile "addons-438605"
	I0407 12:50:09.231593  829627 addons.go:238] Setting addon storage-provisioner=true in "addons-438605"
	I0407 12:50:09.231637  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.229804  829627 addons.go:69] Setting ingress=true in profile "addons-438605"
	I0407 12:50:09.234947  829627 out.go:177] * Verifying Kubernetes components...
	I0407 12:50:09.235447  829627 addons.go:238] Setting addon ingress=true in "addons-438605"
	I0407 12:50:09.235603  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.237652  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.237758  829627 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0407 12:50:09.251837  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.252006  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.252120  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.252641  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.252980  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.266018  829627 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0407 12:50:09.269372  829627 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0407 12:50:09.269458  829627 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0407 12:50:09.269569  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.286935  829627 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0407 12:50:09.287567  829627 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-438605"
	I0407 12:50:09.287620  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.288080  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.288388  829627 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0407 12:50:09.288410  829627 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0407 12:50:09.288481  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.298535  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.300679  829627 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
	I0407 12:50:09.302055  829627 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0407 12:50:09.303210  829627 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0407 12:50:09.304625  829627 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0407 12:50:09.304648  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0407 12:50:09.304708  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.314778  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0407 12:50:09.316231  829627 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0407 12:50:09.316406  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0407 12:50:09.317747  829627 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
	I0407 12:50:09.317800  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0407 12:50:09.317861  829627 out.go:177]   - Using image docker.io/busybox:stable
	I0407 12:50:09.319962  829627 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0407 12:50:09.319983  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0407 12:50:09.320043  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.320201  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0407 12:50:09.321551  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0407 12:50:09.322372  829627 addons.go:238] Setting addon default-storageclass=true in "addons-438605"
	I0407 12:50:09.322412  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:09.322775  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:09.323625  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0407 12:50:09.324821  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0407 12:50:09.328779  829627 out.go:177]   - Using image docker.io/registry:2.8.3
	I0407 12:50:09.328904  829627 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0407 12:50:09.338126  829627 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0407 12:50:09.338154  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0407 12:50:09.338218  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.338577  829627 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0407 12:50:09.338591  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0407 12:50:09.338638  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.341494  829627 out.go:177]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0407 12:50:09.343132  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0407 12:50:09.344551  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0407 12:50:09.344570  829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0407 12:50:09.344630  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.344869  829627 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.30
	I0407 12:50:09.345063  829627 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0407 12:50:09.345075  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0407 12:50:09.345121  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.345210  829627 out.go:177]   - Using image docker.io/volcanosh/vc-webhook-manager:v1.11.0
	I0407 12:50:09.346369  829627 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0407 12:50:09.346391  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0407 12:50:09.346439  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.348180  829627 out.go:177]   - Using image docker.io/volcanosh/vc-controller-manager:v1.11.0
	I0407 12:50:09.349333  829627 out.go:177]   - Using image docker.io/volcanosh/vc-scheduler:v1.11.0
	I0407 12:50:09.351929  829627 addons.go:435] installing /etc/kubernetes/addons/volcano-deployment.yaml
	I0407 12:50:09.351953  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volcano-deployment.yaml (480278 bytes)
	I0407 12:50:09.352024  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.353529  829627 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0407 12:50:09.354581  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0407 12:50:09.354595  829627 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0407 12:50:09.354655  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.358639  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.366675  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.372580  829627 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.37.0
	I0407 12:50:09.374198  829627 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0407 12:50:09.374233  829627 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
	I0407 12:50:09.374304  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.375746  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.375809  829627 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0407 12:50:09.375825  829627 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0407 12:50:09.375901  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.388517  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.402739  829627 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
	I0407 12:50:09.404234  829627 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0407 12:50:09.404259  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0407 12:50:09.404323  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.417475  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.417487  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.417649  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.417692  829627 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0407 12:50:09.419012  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.419478  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.419615  829627 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0407 12:50:09.419629  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0407 12:50:09.419695  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:09.424422  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.425384  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.428097  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.430851  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:09.434809  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	W0407 12:50:09.443256  829627 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0407 12:50:09.443304  829627 retry.go:31] will retry after 325.763177ms: ssh: handshake failed: EOF
	I0407 12:50:09.458435  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	W0407 12:50:09.519626  829627 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0407 12:50:09.519669  829627 retry.go:31] will retry after 160.33662ms: ssh: handshake failed: EOF
	I0407 12:50:09.726964  829627 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0407 12:50:09.727225  829627 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0407 12:50:09.741686  829627 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0407 12:50:09.741719  829627 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0407 12:50:09.838386  829627 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0407 12:50:09.838486  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0407 12:50:09.921624  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0407 12:50:09.921652  829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0407 12:50:09.931370  829627 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0407 12:50:09.931429  829627 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0407 12:50:10.026836  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0407 12:50:10.029074  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0407 12:50:10.123747  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0407 12:50:10.125836  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml
	I0407 12:50:10.130145  829627 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0407 12:50:10.130232  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
	I0407 12:50:10.136577  829627 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0407 12:50:10.136664  829627 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0407 12:50:10.144294  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0407 12:50:10.223231  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0407 12:50:10.232542  829627 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0407 12:50:10.232576  829627 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0407 12:50:10.233388  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0407 12:50:10.233452  829627 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)
	I0407 12:50:10.235926  829627 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0407 12:50:10.235996  829627 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0407 12:50:10.319920  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0407 12:50:10.338399  829627 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0407 12:50:10.338427  829627 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0407 12:50:10.439346  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0407 12:50:10.523630  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0407 12:50:10.526307  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0407 12:50:10.624495  829627 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0407 12:50:10.624589  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0407 12:50:10.628791  829627 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0407 12:50:10.628873  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0407 12:50:10.735932  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0407 12:50:10.735970  829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0407 12:50:10.821225  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:10.831890  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:10.838326  829627 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0407 12:50:10.838440  829627 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0407 12:50:11.134365  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0407 12:50:11.241683  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0407 12:50:11.241715  829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0407 12:50:11.330650  829627 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0407 12:50:11.330684  829627 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0407 12:50:11.521541  829627 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0407 12:50:11.521579  829627 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0407 12:50:11.828007  829627 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.100740481s)
	I0407 12:50:11.828133  829627 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0407 12:50:11.829460  829627 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.10245092s)
	I0407 12:50:11.830395  829627 node_ready.go:35] waiting up to 6m0s for node "addons-438605" to be "Ready" ...
	I0407 12:50:11.830711  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (1.803762348s)
	I0407 12:50:11.834060  829627 node_ready.go:49] node "addons-438605" has status "Ready":"True"
	I0407 12:50:11.834131  829627 node_ready.go:38] duration metric: took 3.667026ms for node "addons-438605" to be "Ready" ...
	I0407 12:50:11.834153  829627 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" ...
	I0407 12:50:11.837529  829627 pod_ready.go:79] waiting up to 6m0s for pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace to be "Ready" ...
	I0407 12:50:11.945497  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0407 12:50:11.945596  829627 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0407 12:50:12.323657  829627 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0407 12:50:12.323762  829627 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0407 12:50:12.332263  829627 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-438605" context rescaled to 1 replicas
	I0407 12:50:12.523790  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0407 12:50:12.523823  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0407 12:50:13.021071  829627 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0407 12:50:13.021127  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0407 12:50:13.537781  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0407 12:50:13.537903  829627 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0407 12:50:13.737967  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:13.929187  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:14.121265  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.092074326s)
	I0407 12:50:14.138260  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0407 12:50:14.138295  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0407 12:50:14.526498  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0407 12:50:14.526532  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0407 12:50:14.742011  829627 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0407 12:50:14.742115  829627 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0407 12:50:14.942009  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:16.324462  829627 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0407 12:50:16.324547  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:16.344940  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:16.350646  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:16.821791  829627 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0407 12:50:16.928260  829627 addons.go:238] Setting addon gcp-auth=true in "addons-438605"
	I0407 12:50:16.928381  829627 host.go:66] Checking if "addons-438605" exists ...
	I0407 12:50:16.928963  829627 cli_runner.go:164] Run: docker container inspect addons-438605 --format={{.State.Status}}
	I0407 12:50:16.953190  829627 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0407 12:50:16.953236  829627 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-438605
	I0407 12:50:16.971370  829627 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33143 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/addons-438605/id_rsa Username:docker}
	I0407 12:50:17.842093  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (7.718242141s)
	I0407 12:50:17.842218  829627 addons.go:479] Verifying addon ingress=true in "addons-438605"
	I0407 12:50:17.843899  829627 out.go:177] * Verifying ingress addon...
	I0407 12:50:17.846505  829627 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0407 12:50:17.921708  829627 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0407 12:50:17.921796  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:18.421133  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:18.844016  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:18.851416  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:19.424286  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:19.852394  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:20.239878  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/volcano-deployment.yaml: (10.113936215s)
	I0407 12:50:20.239921  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (10.095585856s)
	I0407 12:50:20.239974  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (10.016641523s)
	I0407 12:50:20.240025  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (9.920011251s)
	I0407 12:50:20.240066  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (9.800691407s)
	I0407 12:50:20.240123  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (9.716465589s)
	I0407 12:50:20.240218  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (9.713832229s)
	I0407 12:50:20.240326  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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: (9.418986254s)
	I0407 12:50:20.240354  829627 addons.go:479] Verifying addon metrics-server=true in "addons-438605"
	I0407 12:50:20.240372  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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: (9.40837931s)
	I0407 12:50:20.240437  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (9.105977482s)
	I0407 12:50:20.240496  829627 addons.go:479] Verifying addon registry=true in "addons-438605"
	I0407 12:50:20.240572  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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: (6.502551539s)
	W0407 12:50:20.240708  829627 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:20.240744  829627 retry.go:31] will retry after 358.306557ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:20.241806  829627 out.go:177] * Verifying registry addon...
	I0407 12:50:20.241822  829627 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-438605 service yakd-dashboard -n yakd-dashboard
	
	I0407 12:50:20.244061  829627 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0407 12:50:20.246720  829627 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0407 12:50:20.246739  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:20.426675  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:20.600076  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:20.732246  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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.79011488s)
	I0407 12:50:20.732294  829627 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-438605"
	I0407 12:50:20.732773  829627 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (3.779551596s)
	I0407 12:50:20.733829  829627 out.go:177] * Verifying csi-hostpath-driver addon...
	I0407 12:50:20.734541  829627 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0407 12:50:20.736359  829627 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0407 12:50:20.738227  829627 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0407 12:50:20.739179  829627 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0407 12:50:20.739201  829627 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0407 12:50:20.830277  829627 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0407 12:50:20.830316  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:20.830460  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:20.927431  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:20.929350  829627 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0407 12:50:20.929375  829627 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0407 12:50:20.932615  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:21.131608  829627 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0407 12:50:21.131702  829627 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0407 12:50:21.232031  829627 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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
	I0407 12:50:21.240272  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:21.248112  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:21.421073  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:21.740731  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:21.747933  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:21.849481  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:22.240779  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:22.247163  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:22.350133  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:22.624574  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.024439213s)
	I0407 12:50:22.624671  829627 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/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: (1.392539882s)
	I0407 12:50:22.625824  829627 addons.go:479] Verifying addon gcp-auth=true in "addons-438605"
	I0407 12:50:22.629286  829627 out.go:177] * Verifying gcp-auth addon...
	I0407 12:50:22.631707  829627 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0407 12:50:22.634894  829627 kapi.go:86] Found 0 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0407 12:50:22.740498  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:22.746593  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:22.849617  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:23.242715  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:23.246993  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:23.342861  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:23.349565  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:23.741054  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:23.747627  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:23.850553  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:24.240506  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:24.246602  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:24.349473  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:24.740204  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:24.747825  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:24.849582  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:25.240677  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:25.246748  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:25.343332  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:25.349977  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:25.740513  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:25.746956  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:25.849881  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:26.239713  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:26.246594  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:26.350297  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:26.739864  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:26.747082  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:26.849187  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:27.239492  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:27.246992  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:27.349593  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:27.739524  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:27.746680  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:27.842831  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:27.849215  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:28.240133  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:28.247564  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:28.349979  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:28.740393  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:28.746588  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:28.849770  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:29.239885  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:29.247335  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:29.349233  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:29.739516  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:29.746842  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:29.849107  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:30.240540  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:30.246434  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:30.343336  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:30.350310  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:30.739917  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:30.747521  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:30.849768  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:31.240863  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:31.247886  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:31.351748  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:31.740974  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:31.747361  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:31.849704  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:32.240343  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:32.247205  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:32.350422  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:32.740383  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:32.746936  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:32.843679  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:32.849463  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:33.239744  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:33.247585  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:33.367582  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:33.760919  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:33.761160  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:33.932650  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:34.240404  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:34.247018  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:34.351004  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:34.739844  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:34.747443  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:34.845738  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:34.849942  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:35.239686  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:35.247434  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:35.350237  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:35.740478  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:35.747580  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:35.850183  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:36.240495  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:36.246895  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:36.349895  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:36.740312  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:36.746545  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:36.849381  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:37.239740  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:37.247365  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:37.343584  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:37.349889  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:37.740005  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:37.747618  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:37.849358  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:38.240199  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:38.247564  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:38.349536  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:38.740455  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:38.746869  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:38.850616  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:39.240879  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:39.247488  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:39.350127  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:39.740587  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:39.746898  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:39.843226  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:39.850265  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:40.240689  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:40.247144  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:40.349402  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:40.740739  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:40.747094  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:40.849615  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:41.240383  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:41.247012  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:41.350715  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:41.740899  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:41.747572  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:41.844524  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:41.850110  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:42.240744  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:42.247604  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:42.350338  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:42.739978  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:42.747782  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:42.850562  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:43.240563  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:43.249513  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:43.349960  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:43.739976  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:43.747405  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:43.849658  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:44.240043  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:44.247409  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:44.343574  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:44.350219  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:44.739978  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:44.747173  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:44.849966  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:45.315920  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:45.315942  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:45.349735  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:45.739649  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:45.747286  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:45.850525  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:46.240960  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:46.247954  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:46.344176  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:46.350133  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:46.740889  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:46.747462  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:46.849963  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:47.239924  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:47.247246  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:47.349298  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:47.740652  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:47.747352  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:47.850108  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:48.239537  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:48.246957  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:48.349780  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:48.740122  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:48.747762  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:48.843530  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:48.850274  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:49.239695  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:49.247182  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:49.349757  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:49.740699  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:49.747218  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:49.850081  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:50.240058  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:50.249301  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:50.349516  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:50.739541  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:50.747005  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:50.843741  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:50.849326  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:51.240340  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:51.340272  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:51.349924  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:51.740130  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:51.747534  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:51.849538  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:52.239528  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:52.246798  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:52.348999  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:52.740104  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:52.747696  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:52.849911  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:53.241041  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:53.247488  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:53.344058  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:53.349883  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:53.740365  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:53.747091  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:53.849324  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:54.240104  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:54.247116  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:54.349614  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:54.739798  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:54.747242  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:54.850025  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:55.241017  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:55.341508  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:55.344217  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:55.349789  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:55.780458  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:55.780679  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:55.883773  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:56.240099  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:56.247829  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:56.350165  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:56.740261  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:56.747724  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:56.849351  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:57.240532  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:57.248425  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:57.349813  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:57.740066  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:57.747896  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:57.843429  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:57.850123  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:58.240489  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:58.246825  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:58.349661  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:58.740305  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:58.747709  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:58.850776  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:59.241616  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:59.247147  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:59.349937  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:50:59.740380  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:50:59.747577  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:50:59.843637  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:50:59.848838  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:00.239769  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:00.247692  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:00.350097  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:00.740261  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:00.747705  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:00.850477  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:01.240619  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:01.247666  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:01.350035  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:01.740171  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:01.747715  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:01.849205  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:02.239941  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:02.247858  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:02.343124  829627 pod_ready.go:103] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"False"
	I0407 12:51:02.349575  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:02.741106  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:02.747991  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:02.844927  829627 pod_ready.go:93] pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:02.844954  829627 pod_ready.go:82] duration metric: took 51.007346844s for pod "amd-gpu-device-plugin-bcbsb" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.844969  829627 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.848016  829627 pod_ready.go:98] error getting pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace (skipping!): pods "coredns-668d6bf9bc-5vgmg" not found
	I0407 12:51:02.848080  829627 pod_ready.go:82] duration metric: took 3.101203ms for pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace to be "Ready" ...
	E0407 12:51:02.848095  829627 pod_ready.go:67] WaitExtra: waitPodCondition: error getting pod "coredns-668d6bf9bc-5vgmg" in "kube-system" namespace (skipping!): pods "coredns-668d6bf9bc-5vgmg" not found
	I0407 12:51:02.848105  829627 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-w64ck" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.849819  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:02.853293  829627 pod_ready.go:93] pod "coredns-668d6bf9bc-w64ck" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:02.853326  829627 pod_ready.go:82] duration metric: took 5.185973ms for pod "coredns-668d6bf9bc-w64ck" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.853341  829627 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.858813  829627 pod_ready.go:93] pod "etcd-addons-438605" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:02.858853  829627 pod_ready.go:82] duration metric: took 5.501761ms for pod "etcd-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.858872  829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.864668  829627 pod_ready.go:93] pod "kube-apiserver-addons-438605" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:02.864695  829627 pod_ready.go:82] duration metric: took 5.814092ms for pod "kube-apiserver-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:02.864710  829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.042466  829627 pod_ready.go:93] pod "kube-controller-manager-addons-438605" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:03.042492  829627 pod_ready.go:82] duration metric: took 177.773015ms for pod "kube-controller-manager-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.042503  829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-4q7tb" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.246315  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:03.247089  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:03.422428  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:03.441284  829627 pod_ready.go:93] pod "kube-proxy-4q7tb" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:03.441313  829627 pod_ready.go:82] duration metric: took 398.803459ms for pod "kube-proxy-4q7tb" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.441326  829627 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.740638  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:03.747751  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:03.842056  829627 pod_ready.go:93] pod "kube-scheduler-addons-438605" in "kube-system" namespace has status "Ready":"True"
	I0407 12:51:03.842091  829627 pod_ready.go:82] duration metric: took 400.756105ms for pod "kube-scheduler-addons-438605" in "kube-system" namespace to be "Ready" ...
	I0407 12:51:03.842116  829627 pod_ready.go:39] duration metric: took 52.007928383s 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" ...
	I0407 12:51:03.842145  829627 api_server.go:52] waiting for apiserver process to appear ...
	I0407 12:51:03.842214  829627 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0407 12:51:03.849511  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:03.859198  829627 api_server.go:72] duration metric: took 54.631186723s to wait for apiserver process to appear ...
	I0407 12:51:03.859228  829627 api_server.go:88] waiting for apiserver healthz status ...
	I0407 12:51:03.859251  829627 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0407 12:51:03.864110  829627 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0407 12:51:03.865166  829627 api_server.go:141] control plane version: v1.32.2
	I0407 12:51:03.865196  829627 api_server.go:131] duration metric: took 5.960409ms to wait for apiserver health ...
	I0407 12:51:03.865208  829627 system_pods.go:43] waiting for kube-system pods to appear ...
	I0407 12:51:04.042854  829627 system_pods.go:59] 19 kube-system pods found
	I0407 12:51:04.042904  829627 system_pods.go:61] "amd-gpu-device-plugin-bcbsb" [018257bc-6aff-4ec4-855a-4ea59b578f9b] Running
	I0407 12:51:04.042912  829627 system_pods.go:61] "coredns-668d6bf9bc-w64ck" [84298d44-d765-4cb9-ac7a-5d615ac35c31] Running
	I0407 12:51:04.042918  829627 system_pods.go:61] "csi-hostpath-attacher-0" [d99c04d6-948f-4600-91b5-5f130e717904] Running
	I0407 12:51:04.042924  829627 system_pods.go:61] "csi-hostpath-resizer-0" [8ecbe30a-8c2a-4265-8ff3-532bea4f9cb4] Running
	I0407 12:51:04.042937  829627 system_pods.go:61] "csi-hostpathplugin-cntf7" [c1b7c406-e06c-4ff8-92c5-dd6573514310] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0407 12:51:04.042947  829627 system_pods.go:61] "etcd-addons-438605" [f2e1441b-f2a5-4e36-9813-996958078356] Running
	I0407 12:51:04.042957  829627 system_pods.go:61] "kindnet-7tf8m" [55a59099-183b-4222-a4b7-5fbb4661555d] Running
	I0407 12:51:04.042962  829627 system_pods.go:61] "kube-apiserver-addons-438605" [950ee0e4-25c2-4253-8d17-a6716d430824] Running
	I0407 12:51:04.042970  829627 system_pods.go:61] "kube-controller-manager-addons-438605" [c3723760-5e5e-4fa1-bdcf-424284b14dfa] Running
	I0407 12:51:04.042978  829627 system_pods.go:61] "kube-ingress-dns-minikube" [9bf9d479-7688-4afe-9a72-9cb399ddd28b] Running
	I0407 12:51:04.042981  829627 system_pods.go:61] "kube-proxy-4q7tb" [90123389-dd25-4ff6-ad68-f297a6dce656] Running
	I0407 12:51:04.042985  829627 system_pods.go:61] "kube-scheduler-addons-438605" [8ec5265f-5b3e-47eb-8ec0-e3b6d27babee] Running
	I0407 12:51:04.042988  829627 system_pods.go:61] "metrics-server-7fbb699795-6x77x" [b869a04e-44f4-4a19-9f39-7519d944f086] Running
	I0407 12:51:04.042997  829627 system_pods.go:61] "nvidia-device-plugin-daemonset-tfjj8" [575eac84-3174-46d6-b793-3c1bfbc02714] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0407 12:51:04.043007  829627 system_pods.go:61] "registry-6c88467877-kjqwp" [59d33c32-764e-4f44-bb49-782bdaeefd04] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0407 12:51:04.043018  829627 system_pods.go:61] "registry-proxy-qn7lj" [2c918778-24fc-4074-8be4-8b4bb0a68815] Running
	I0407 12:51:04.043024  829627 system_pods.go:61] "snapshot-controller-68b874b76f-8hrfp" [b4fa466e-a074-4415-8a5d-16622738cc69] Running
	I0407 12:51:04.043030  829627 system_pods.go:61] "snapshot-controller-68b874b76f-cfhpg" [f391f84d-4af6-4b47-bca0-81df933d6ced] Running
	I0407 12:51:04.043038  829627 system_pods.go:61] "storage-provisioner" [5ad92eff-8c5a-43a6-8dba-542275bcecb0] Running
	I0407 12:51:04.043078  829627 system_pods.go:74] duration metric: took 177.830911ms to wait for pod list to return data ...
	I0407 12:51:04.043095  829627 default_sa.go:34] waiting for default service account to be created ...
	I0407 12:51:04.241110  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:04.241530  829627 default_sa.go:45] found service account: "default"
	I0407 12:51:04.241557  829627 default_sa.go:55] duration metric: took 198.455532ms for default service account to be created ...
	I0407 12:51:04.241575  829627 system_pods.go:116] waiting for k8s-apps to be running ...
	I0407 12:51:04.247741  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:04.350160  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:04.443609  829627 system_pods.go:86] 19 kube-system pods found
	I0407 12:51:04.443651  829627 system_pods.go:89] "amd-gpu-device-plugin-bcbsb" [018257bc-6aff-4ec4-855a-4ea59b578f9b] Running
	I0407 12:51:04.443661  829627 system_pods.go:89] "coredns-668d6bf9bc-w64ck" [84298d44-d765-4cb9-ac7a-5d615ac35c31] Running
	I0407 12:51:04.443667  829627 system_pods.go:89] "csi-hostpath-attacher-0" [d99c04d6-948f-4600-91b5-5f130e717904] Running
	I0407 12:51:04.443672  829627 system_pods.go:89] "csi-hostpath-resizer-0" [8ecbe30a-8c2a-4265-8ff3-532bea4f9cb4] Running
	I0407 12:51:04.443685  829627 system_pods.go:89] "csi-hostpathplugin-cntf7" [c1b7c406-e06c-4ff8-92c5-dd6573514310] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0407 12:51:04.443696  829627 system_pods.go:89] "etcd-addons-438605" [f2e1441b-f2a5-4e36-9813-996958078356] Running
	I0407 12:51:04.443705  829627 system_pods.go:89] "kindnet-7tf8m" [55a59099-183b-4222-a4b7-5fbb4661555d] Running
	I0407 12:51:04.443714  829627 system_pods.go:89] "kube-apiserver-addons-438605" [950ee0e4-25c2-4253-8d17-a6716d430824] Running
	I0407 12:51:04.443722  829627 system_pods.go:89] "kube-controller-manager-addons-438605" [c3723760-5e5e-4fa1-bdcf-424284b14dfa] Running
	I0407 12:51:04.443732  829627 system_pods.go:89] "kube-ingress-dns-minikube" [9bf9d479-7688-4afe-9a72-9cb399ddd28b] Running
	I0407 12:51:04.443738  829627 system_pods.go:89] "kube-proxy-4q7tb" [90123389-dd25-4ff6-ad68-f297a6dce656] Running
	I0407 12:51:04.443746  829627 system_pods.go:89] "kube-scheduler-addons-438605" [8ec5265f-5b3e-47eb-8ec0-e3b6d27babee] Running
	I0407 12:51:04.443752  829627 system_pods.go:89] "metrics-server-7fbb699795-6x77x" [b869a04e-44f4-4a19-9f39-7519d944f086] Running
	I0407 12:51:04.443770  829627 system_pods.go:89] "nvidia-device-plugin-daemonset-tfjj8" [575eac84-3174-46d6-b793-3c1bfbc02714] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0407 12:51:04.443781  829627 system_pods.go:89] "registry-6c88467877-kjqwp" [59d33c32-764e-4f44-bb49-782bdaeefd04] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0407 12:51:04.443788  829627 system_pods.go:89] "registry-proxy-qn7lj" [2c918778-24fc-4074-8be4-8b4bb0a68815] Running
	I0407 12:51:04.443795  829627 system_pods.go:89] "snapshot-controller-68b874b76f-8hrfp" [b4fa466e-a074-4415-8a5d-16622738cc69] Running
	I0407 12:51:04.443801  829627 system_pods.go:89] "snapshot-controller-68b874b76f-cfhpg" [f391f84d-4af6-4b47-bca0-81df933d6ced] Running
	I0407 12:51:04.443809  829627 system_pods.go:89] "storage-provisioner" [5ad92eff-8c5a-43a6-8dba-542275bcecb0] Running
	I0407 12:51:04.443820  829627 system_pods.go:126] duration metric: took 202.237274ms to wait for k8s-apps to be running ...
	I0407 12:51:04.443842  829627 system_svc.go:44] waiting for kubelet service to be running ....
	I0407 12:51:04.443908  829627 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0407 12:51:04.457897  829627 system_svc.go:56] duration metric: took 14.049301ms WaitForService to wait for kubelet
	I0407 12:51:04.457931  829627 kubeadm.go:582] duration metric: took 55.22992509s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0407 12:51:04.457951  829627 node_conditions.go:102] verifying NodePressure condition ...
	I0407 12:51:04.642094  829627 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0407 12:51:04.642125  829627 node_conditions.go:123] node cpu capacity is 8
	I0407 12:51:04.642148  829627 node_conditions.go:105] duration metric: took 184.190705ms to run NodePressure ...
	I0407 12:51:04.642161  829627 start.go:241] waiting for startup goroutines ...
	I0407 12:51:04.740828  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:04.747282  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:04.850798  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:05.240596  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:05.247379  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:05.350823  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:05.741583  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:05.749320  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:05.850609  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:06.240135  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:06.248187  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:06.350118  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:06.740457  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:06.747223  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:06.851020  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:07.240729  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:07.247432  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:07.351017  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:07.739782  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:07.747503  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:07.850614  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:08.240344  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:08.247652  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:08.349923  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:08.740472  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:08.746987  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:08.850544  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:09.239557  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:09.246775  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:09.350730  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:09.740150  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:09.747819  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:09.850044  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:10.240045  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:10.247970  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:10.350303  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:10.740151  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:10.747618  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:10.850263  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:11.239865  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:11.247176  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0407 12:51:11.350687  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:11.739552  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:11.747276  829627 kapi.go:107] duration metric: took 51.503213164s to wait for kubernetes.io/minikube-addons=registry ...
	I0407 12:51:11.850440  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:12.240626  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:12.349655  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:12.753428  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:12.849962  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:13.240102  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:13.350790  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:13.740140  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:13.850532  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:14.240658  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:14.350720  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:14.741264  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:14.850297  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:15.240230  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:15.351147  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:15.740871  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:15.850088  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:16.241309  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:16.349805  829627 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0407 12:51:16.740609  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:16.850802  829627 kapi.go:107] duration metric: took 59.004292196s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0407 12:51:17.240901  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:17.739633  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:18.239961  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:18.740592  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:19.239943  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:19.740158  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:20.240615  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0407 12:51:20.741079  829627 kapi.go:107] duration metric: took 1m0.004713807s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0407 12:51:45.635286  829627 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0407 12:51:45.635311  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:46.135117  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:46.634916  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:47.135478  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:47.636447  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:48.135417  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:48.635020  829627 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0407 12:51:49.135322  829627 kapi.go:107] duration metric: took 1m26.50362044s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0407 12:51:49.137009  829627 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-438605 cluster.
	I0407 12:51:49.138322  829627 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.
	I0407 12:51:49.139579  829627 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0407 12:51:49.140915  829627 out.go:177] * Enabled addons: default-storageclass, storage-provisioner-rancher, volcano, nvidia-device-plugin, amd-gpu-device-plugin, storage-provisioner, cloud-spanner, ingress-dns, inspektor-gadget, metrics-server, yakd, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
	I0407 12:51:49.142213  829627 addons.go:514] duration metric: took 1m39.914241971s for enable addons: enabled=[default-storageclass storage-provisioner-rancher volcano nvidia-device-plugin amd-gpu-device-plugin storage-provisioner cloud-spanner ingress-dns inspektor-gadget metrics-server yakd volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
	I0407 12:51:49.142273  829627 start.go:246] waiting for cluster config update ...
	I0407 12:51:49.142300  829627 start.go:255] writing updated cluster config ...
	I0407 12:51:49.142692  829627 ssh_runner.go:195] Run: rm -f paused
	I0407 12:51:49.195526  829627 start.go:600] kubectl: 1.32.3, cluster: 1.32.2 (minor skew: 0)
	I0407 12:51:49.196868  829627 out.go:177] * Done! kubectl is now configured to use "addons-438605" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	08d08f2e84701       56cc512116c8f       5 minutes ago       Running             busybox                   0                   b54caedef760b       busybox
	c42efa5b30f55       ee44bc2368033       6 minutes ago       Running             controller                0                   38c6be3c84aca       ingress-nginx-controller-56d7c84fd4-sqpll
	2b6ab2b2cff5b       e16d1e3a10667       6 minutes ago       Running             local-path-provisioner    0                   a740de3416820       local-path-provisioner-76f89f99b5-dc886
	27d65ffade414       a62eeff05ba51       7 minutes ago       Exited              patch                     2                   839adc4bb986f       ingress-nginx-admission-patch-6n668
	868e35cc055f8       a62eeff05ba51       7 minutes ago       Exited              create                    0                   086f8b47a9293       ingress-nginx-admission-create-xjtdg
	8ecfc302e4be6       c69fa2e9cbf5f       7 minutes ago       Running             coredns                   0                   8ffce0b323ff1       coredns-668d6bf9bc-w64ck
	00cbea78fe402       30dd67412fdea       7 minutes ago       Running             minikube-ingress-dns      0                   af7bf81740b44       kube-ingress-dns-minikube
	54506feb60068       df3849d954c98       7 minutes ago       Running             kindnet-cni               0                   91d92d661364f       kindnet-7tf8m
	0767ba6d63742       6e38f40d628db       7 minutes ago       Running             storage-provisioner       0                   2471d1ae362ff       storage-provisioner
	25f248dae7a98       f1332858868e1       7 minutes ago       Running             kube-proxy                0                   9aa819d92751d       kube-proxy-4q7tb
	78f876b2a0ee4       85b7a174738ba       7 minutes ago       Running             kube-apiserver            0                   3ff4590818fc5       kube-apiserver-addons-438605
	8f91872976879       d8e673e7c9983       7 minutes ago       Running             kube-scheduler            0                   e866682f5046f       kube-scheduler-addons-438605
	f3fb7a92daf9c       a9e7e6b294baf       7 minutes ago       Running             etcd                      0                   2670eb5a37370       etcd-addons-438605
	0214eed6184aa       b6a454c5a800d       7 minutes ago       Running             kube-controller-manager   0                   3945d12249be3       kube-controller-manager-addons-438605
	
	
	==> containerd <==
	Apr 07 12:56:13 addons-438605 containerd[879]: time="2025-04-07T12:56:13.546154560Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 12:56:14 addons-438605 containerd[879]: time="2025-04-07T12:56:14.910453888Z" level=error msg="PullImage \"docker.io/nginx:alpine\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:alpine\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Apr 07 12:56:14 addons-438605 containerd[879]: time="2025-04-07T12:56:14.910571163Z" level=info msg="stop pulling image docker.io/library/nginx:alpine: active requests=0, bytes read=10966"
	Apr 07 12:56:38 addons-438605 containerd[879]: time="2025-04-07T12:56:38.036657387Z" level=info msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\""
	Apr 07 12:56:38 addons-438605 containerd[879]: time="2025-04-07T12:56:38.038741393Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 12:56:38 addons-438605 containerd[879]: time="2025-04-07T12:56:38.536053859Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 12:56:40 addons-438605 containerd[879]: time="2025-04-07T12:56:40.216096695Z" level=error msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\" failed" error="failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Apr 07 12:56:40 addons-438605 containerd[879]: time="2025-04-07T12:56:40.216149390Z" level=info msg="stop pulling image docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: active requests=0, bytes read=13273"
	Apr 07 12:57:10 addons-438605 containerd[879]: time="2025-04-07T12:57:10.300726896Z" level=info msg="StopPodSandbox for \"f7ab241f676d83c729d4284d80a00353e08bda7827b6cf4e7bb42a99b76e27dc\""
	Apr 07 12:57:10 addons-438605 containerd[879]: time="2025-04-07T12:57:10.313035129Z" level=info msg="received exit event container_id:\"f7ab241f676d83c729d4284d80a00353e08bda7827b6cf4e7bb42a99b76e27dc\"  id:\"f7ab241f676d83c729d4284d80a00353e08bda7827b6cf4e7bb42a99b76e27dc\"  pid:15169  exit_status:137  exited_at:{seconds:1744030630  nanos:312722352}"
	Apr 07 12:57:10 addons-438605 containerd[879]: time="2025-04-07T12:57:10.332957076Z" level=info msg="shim disconnected" id=f7ab241f676d83c729d4284d80a00353e08bda7827b6cf4e7bb42a99b76e27dc namespace=k8s.io
	Apr 07 12:57:10 addons-438605 containerd[879]: time="2025-04-07T12:57:10.333012097Z" level=warning msg="cleaning up after shim disconnected" id=f7ab241f676d83c729d4284d80a00353e08bda7827b6cf4e7bb42a99b76e27dc namespace=k8s.io
	Apr 07 12:57:10 addons-438605 containerd[879]: time="2025-04-07T12:57:10.333023961Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	Apr 07 12:57:10 addons-438605 containerd[879]: time="2025-04-07T12:57:10.384011648Z" level=info msg="TearDown network for sandbox \"f7ab241f676d83c729d4284d80a00353e08bda7827b6cf4e7bb42a99b76e27dc\" successfully"
	Apr 07 12:57:10 addons-438605 containerd[879]: time="2025-04-07T12:57:10.384069317Z" level=info msg="StopPodSandbox for \"f7ab241f676d83c729d4284d80a00353e08bda7827b6cf4e7bb42a99b76e27dc\" returns successfully"
	Apr 07 12:57:40 addons-438605 containerd[879]: time="2025-04-07T12:57:40.618676617Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12,Uid:32819c95-ae94-49e6-8905-7eb56f000817,Namespace:local-path-storage,Attempt:0,}"
	Apr 07 12:57:40 addons-438605 containerd[879]: time="2025-04-07T12:57:40.706628978Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12,Uid:32819c95-ae94-49e6-8905-7eb56f000817,Namespace:local-path-storage,Attempt:0,} returns sandbox id \"051f0efd189b8bbc1aa7e3d244d068069c4e524946698946530ac1f57c9db4fb\""
	Apr 07 12:57:40 addons-438605 containerd[879]: time="2025-04-07T12:57:40.708492126Z" level=info msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\""
	Apr 07 12:57:40 addons-438605 containerd[879]: time="2025-04-07T12:57:40.710605344Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 12:57:41 addons-438605 containerd[879]: time="2025-04-07T12:57:41.210563661Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 12:57:42 addons-438605 containerd[879]: time="2025-04-07T12:57:42.580316787Z" level=error msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\" failed" error="failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Apr 07 12:57:42 addons-438605 containerd[879]: time="2025-04-07T12:57:42.580410656Z" level=info msg="stop pulling image docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: active requests=0, bytes read=10979"
	Apr 07 12:57:54 addons-438605 containerd[879]: time="2025-04-07T12:57:54.037894789Z" level=info msg="PullImage \"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\""
	Apr 07 12:57:54 addons-438605 containerd[879]: time="2025-04-07T12:57:54.039806747Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 12:57:54 addons-438605 containerd[879]: time="2025-04-07T12:57:54.530098865Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	
	
	==> coredns [8ecfc302e4be6ac403c83b290f994f5775271e033fa4a0c463c7adabcd180902] <==
	[INFO] 10.244.0.2:55473 - 40676 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.00017722s
	[INFO] 10.244.0.2:60275 - 2377 "A IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.004758305s
	[INFO] 10.244.0.2:60275 - 2751 "AAAA IN registry.kube-system.svc.cluster.local.us-west1-a.c.k8s-minikube.internal. udp 91 false 512" NXDOMAIN qr,rd,ra 91 0.004822771s
	[INFO] 10.244.0.2:54183 - 39537 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.002778413s
	[INFO] 10.244.0.2:54183 - 39821 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.004418527s
	[INFO] 10.244.0.2:41942 - 62212 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.0042701s
	[INFO] 10.244.0.2:41942 - 61951 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.004865377s
	[INFO] 10.244.0.2:43382 - 2235 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000127817s
	[INFO] 10.244.0.2:43382 - 2534 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000186677s
	[INFO] 10.244.0.26:40654 - 61677 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000263205s
	[INFO] 10.244.0.26:39736 - 64016 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000337382s
	[INFO] 10.244.0.26:39152 - 35715 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00013737s
	[INFO] 10.244.0.26:33879 - 38811 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000174825s
	[INFO] 10.244.0.26:36980 - 40108 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.00013544s
	[INFO] 10.244.0.26:43275 - 14886 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000167375s
	[INFO] 10.244.0.26:51701 - 45586 "A IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.006995914s
	[INFO] 10.244.0.26:40842 - 23456 "AAAA IN storage.googleapis.com.us-west1-a.c.k8s-minikube.internal. udp 86 false 1232" NXDOMAIN qr,rd,ra 75 0.007089282s
	[INFO] 10.244.0.26:39999 - 64853 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.00584878s
	[INFO] 10.244.0.26:49613 - 375 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.007197597s
	[INFO] 10.244.0.26:49274 - 36180 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.004310797s
	[INFO] 10.244.0.26:46123 - 19398 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.005965328s
	[INFO] 10.244.0.26:56790 - 49048 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.001687967s
	[INFO] 10.244.0.26:54692 - 58852 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 572 0.001943522s
	[INFO] 10.244.0.31:48940 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000257961s
	[INFO] 10.244.0.31:50204 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00017707s
	
	
	==> describe nodes <==
	Name:               addons-438605
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-438605
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5cf7512d5a64c8581140916e82b849633d870277
	                    minikube.k8s.io/name=addons-438605
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_04_07T12_50_04_0700
	                    minikube.k8s.io/version=v1.35.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-438605
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 07 Apr 2025 12:50:01 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-438605
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 07 Apr 2025 12:57:54 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 07 Apr 2025 12:53:08 +0000   Mon, 07 Apr 2025 12:49:59 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 07 Apr 2025 12:53:08 +0000   Mon, 07 Apr 2025 12:49:59 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 07 Apr 2025 12:53:08 +0000   Mon, 07 Apr 2025 12:49:59 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 07 Apr 2025 12:53:08 +0000   Mon, 07 Apr 2025 12:50:02 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-438605
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859372Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859372Ki
	  pods:               110
	System Info:
	  Machine ID:                 7fdff05f74e0400bb8cf512facb66f0b
	  System UUID:                d3af4476-7610-459a-a995-5cd5e8932430
	  Boot ID:                    cee48746-bb10-4117-9b9f-795277d8ff8e
	  Kernel Version:             5.15.0-1078-gcp
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  containerd://1.7.27
	  Kubelet Version:            v1.32.2
	  Kube-Proxy Version:         v1.32.2
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (14 in total)
	  Namespace                   Name                                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                                          ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m26s
	  default                     nginx                                                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m46s
	  ingress-nginx               ingress-nginx-controller-56d7c84fd4-sqpll                     100m (1%)     0 (0%)      90Mi (0%)        0 (0%)         7m38s
	  kube-system                 coredns-668d6bf9bc-w64ck                                      100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     7m46s
	  kube-system                 etcd-addons-438605                                            100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         7m51s
	  kube-system                 kindnet-7tf8m                                                 100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      7m47s
	  kube-system                 kube-apiserver-addons-438605                                  250m (3%)     0 (0%)      0 (0%)           0 (0%)         7m51s
	  kube-system                 kube-controller-manager-addons-438605                         200m (2%)     0 (0%)      0 (0%)           0 (0%)         7m51s
	  kube-system                 kube-ingress-dns-minikube                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         7m41s
	  kube-system                 kube-proxy-4q7tb                                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         7m47s
	  kube-system                 kube-scheduler-addons-438605                                  100m (1%)     0 (0%)      0 (0%)           0 (0%)         7m52s
	  kube-system                 storage-provisioner                                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         7m41s
	  local-path-storage          helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12    0 (0%)        0 (0%)      0 (0%)           0 (0%)         15s
	  local-path-storage          local-path-provisioner-76f89f99b5-dc886                       0 (0%)        0 (0%)      0 (0%)           0 (0%)         7m42s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (11%)  100m (1%)
	  memory             310Mi (0%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age    From             Message
	  ----     ------                   ----   ----             -------
	  Normal   Starting                 7m44s  kube-proxy       
	  Normal   Starting                 7m51s  kubelet          Starting kubelet.
	  Warning  CgroupV1                 7m51s  kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeAllocatableEnforced  7m51s  kubelet          Updated Node Allocatable limit across pods
	  Normal   NodeHasSufficientMemory  7m51s  kubelet          Node addons-438605 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    7m51s  kubelet          Node addons-438605 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     7m51s  kubelet          Node addons-438605 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           7m48s  node-controller  Node addons-438605 event: Registered Node addons-438605 in Controller
	
	
	==> dmesg <==
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 16 11 57 d2 71 76 08 06
	[  +0.000399] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff 06 3e c5 55 df 1a 08 06
	[  +0.822515] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff b6 63 b5 15 7f 1c 08 06
	[  +0.090182] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 06 58 f3 43 18 b1 08 06
	[ +23.006133] IPv4: martian source 10.244.0.2 from 10.244.0.2, on dev cni0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[  +0.573091] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[ +15.649554] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff f6 8c 76 17 f3 6c 08 06
	[  +0.000371] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[Apr 7 12:47] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 0a 28 1d 35 8c 06 08 06
	[  +6.658484] IPv4: martian source 10.244.0.1 from 10.244.0.4, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 5e 5b 93 b9 6b be 08 06
	[  +0.000410] IPv4: martian source 10.244.0.4 from 10.244.0.2, on dev eth0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff b6 63 b5 15 7f 1c 08 06
	[  +8.054228] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 8e 8b 13 be bd 58 08 06
	[ +20.803542] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 0a 28 1d 35 8c 06 08 06
	
	
	==> etcd [f3fb7a92daf9c6233f5dc981dd3557b36249d96ef8d11517d2d4221c3cfdd1ec] <==
	{"level":"info","ts":"2025-04-07T12:49:59.958326Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-04-07T12:49:59.958354Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-04-07T12:49:59.958330Z","caller":"etcdserver/server.go:2651","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T12:49:59.958656Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-04-07T12:49:59.958731Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-04-07T12:49:59.958976Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T12:49:59.959117Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T12:49:59.959157Z","caller":"etcdserver/server.go:2675","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T12:49:59.959270Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T12:49:59.959377Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T12:49:59.960051Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2025-04-07T12:49:59.960252Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-04-07T12:50:33.531458Z","caller":"traceutil/trace.go:171","msg":"trace[508384921] transaction","detail":"{read_only:false; response_revision:998; number_of_response:1; }","duration":"109.734649ms","start":"2025-04-07T12:50:33.421695Z","end":"2025-04-07T12:50:33.531430Z","steps":["trace[508384921] 'process raft request'  (duration: 68.601889ms)","trace[508384921] 'compare'  (duration: 40.891303ms)"],"step_count":2}
	{"level":"info","ts":"2025-04-07T12:50:33.532173Z","caller":"traceutil/trace.go:171","msg":"trace[155115145] transaction","detail":"{read_only:false; response_revision:999; number_of_response:1; }","duration":"110.39014ms","start":"2025-04-07T12:50:33.421762Z","end":"2025-04-07T12:50:33.532152Z","steps":["trace[155115145] 'process raft request'  (duration: 110.226028ms)"],"step_count":1}
	{"level":"info","ts":"2025-04-07T12:50:33.532342Z","caller":"traceutil/trace.go:171","msg":"trace[453438849] transaction","detail":"{read_only:false; response_revision:1000; number_of_response:1; }","duration":"108.844611ms","start":"2025-04-07T12:50:33.423479Z","end":"2025-04-07T12:50:33.532324Z","steps":["trace[453438849] 'process raft request'  (duration: 108.602327ms)"],"step_count":1}
	{"level":"warn","ts":"2025-04-07T12:50:45.313717Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"179.820911ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-04-07T12:50:45.313824Z","caller":"traceutil/trace.go:171","msg":"trace[1938978766] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:1082; }","duration":"179.979275ms","start":"2025-04-07T12:50:45.133824Z","end":"2025-04-07T12:50:45.313803Z","steps":["trace[1938978766] 'range keys from in-memory index tree'  (duration: 179.726136ms)"],"step_count":1}
	{"level":"info","ts":"2025-04-07T12:50:45.313940Z","caller":"traceutil/trace.go:171","msg":"trace[1958616184] transaction","detail":"{read_only:false; response_revision:1083; number_of_response:1; }","duration":"120.1171ms","start":"2025-04-07T12:50:45.193797Z","end":"2025-04-07T12:50:45.313914Z","steps":["trace[1958616184] 'process raft request'  (duration: 57.058416ms)","trace[1958616184] 'compare'  (duration: 62.754663ms)"],"step_count":2}
	{"level":"warn","ts":"2025-04-07T12:51:29.037664Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"109.709471ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/leases/kube-system/external-health-monitor-leader-hostpath-csi-k8s-io\" limit:1 ","response":"range_response_count:1 size:554"}
	{"level":"info","ts":"2025-04-07T12:51:29.037758Z","caller":"traceutil/trace.go:171","msg":"trace[1348377746] range","detail":"{range_begin:/registry/leases/kube-system/external-health-monitor-leader-hostpath-csi-k8s-io; range_end:; response_count:1; response_revision:1347; }","duration":"109.844737ms","start":"2025-04-07T12:51:28.927890Z","end":"2025-04-07T12:51:29.037734Z","steps":["trace[1348377746] 'range keys from in-memory index tree'  (duration: 109.563782ms)"],"step_count":1}
	{"level":"info","ts":"2025-04-07T12:52:18.735824Z","caller":"traceutil/trace.go:171","msg":"trace[1201607756] linearizableReadLoop","detail":"{readStateIndex:1582; appliedIndex:1580; }","duration":"120.655277ms","start":"2025-04-07T12:52:18.615145Z","end":"2025-04-07T12:52:18.735801Z","steps":["trace[1201607756] 'read index received'  (duration: 2.922292ms)","trace[1201607756] 'applied index is now lower than readState.Index'  (duration: 117.732107ms)"],"step_count":2}
	{"level":"info","ts":"2025-04-07T12:52:18.735886Z","caller":"traceutil/trace.go:171","msg":"trace[447513768] transaction","detail":"{read_only:false; number_of_response:1; response_revision:1535; }","duration":"122.181653ms","start":"2025-04-07T12:52:18.613632Z","end":"2025-04-07T12:52:18.735814Z","steps":["trace[447513768] 'process raft request'  (duration: 58.397698ms)","trace[447513768] 'compare'  (duration: 63.690454ms)"],"step_count":2}
	{"level":"warn","ts":"2025-04-07T12:52:18.736021Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"120.850507ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/volcano-system/volcano-controllers-86bdc5c9c-dvmgr\" limit:1 ","response":"range_response_count:1 size:3419"}
	{"level":"info","ts":"2025-04-07T12:52:18.736065Z","caller":"traceutil/trace.go:171","msg":"trace[2120251847] range","detail":"{range_begin:/registry/pods/volcano-system/volcano-controllers-86bdc5c9c-dvmgr; range_end:; response_count:1; response_revision:1535; }","duration":"120.924042ms","start":"2025-04-07T12:52:18.615129Z","end":"2025-04-07T12:52:18.736053Z","steps":["trace[2120251847] 'agreement among raft nodes before linearized reading'  (duration: 120.780108ms)"],"step_count":1}
	{"level":"info","ts":"2025-04-07T12:52:54.294711Z","caller":"traceutil/trace.go:171","msg":"trace[1092755772] transaction","detail":"{read_only:false; response_revision:1796; number_of_response:1; }","duration":"120.692379ms","start":"2025-04-07T12:52:54.173989Z","end":"2025-04-07T12:52:54.294681Z","steps":["trace[1092755772] 'process raft request'  (duration: 56.439015ms)","trace[1092755772] 'compare'  (duration: 64.127657ms)"],"step_count":2}
	
	
	==> kernel <==
	 12:57:55 up  6:40,  0 users,  load average: 0.25, 0.87, 1.63
	Linux addons-438605 5.15.0-1078-gcp #87~20.04.1-Ubuntu SMP Mon Feb 24 10:23:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [54506feb6006894ba7d4ab6bab8b04d04d381f1bedce3f2f9ed1f8789168f9bf] <==
	I0407 12:55:49.935252       1 main.go:301] handling current node
	I0407 12:55:59.935146       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:55:59.935208       1 main.go:301] handling current node
	I0407 12:56:09.935195       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:56:09.935242       1 main.go:301] handling current node
	I0407 12:56:19.934842       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:56:19.934889       1 main.go:301] handling current node
	I0407 12:56:29.935142       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:56:29.935198       1 main.go:301] handling current node
	I0407 12:56:39.937300       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:56:39.937351       1 main.go:301] handling current node
	I0407 12:56:49.936435       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:56:49.936471       1 main.go:301] handling current node
	I0407 12:56:59.935237       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:56:59.935274       1 main.go:301] handling current node
	I0407 12:57:09.939161       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:57:09.939202       1 main.go:301] handling current node
	I0407 12:57:19.935044       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:57:19.935112       1 main.go:301] handling current node
	I0407 12:57:29.935138       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:57:29.935201       1 main.go:301] handling current node
	I0407 12:57:39.941903       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:57:39.941949       1 main.go:301] handling current node
	I0407 12:57:49.935365       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 12:57:49.935403       1 main.go:301] handling current node
	
	
	==> kube-apiserver [78f876b2a0ee404ec7c2a215b315de500e6f1241031c1aaeccf53cb34c391ab8] <==
	E0407 12:52:38.203229       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:38578: use of closed network connection
	E0407 12:52:38.372026       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:38598: use of closed network connection
	I0407 12:52:48.019376       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.105.108.130"}
	I0407 12:53:09.803918       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0407 12:53:09.984630       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.107.249.115"}
	I0407 12:53:13.998742       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0407 12:53:15.117249       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0407 12:53:28.880996       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0407 12:53:34.613155       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0407 12:53:48.385510       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0407 12:53:48.385580       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0407 12:53:48.400630       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0407 12:53:48.400681       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0407 12:53:48.403611       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0407 12:53:48.403657       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0407 12:53:48.420635       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0407 12:53:48.420686       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0407 12:53:48.433951       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0407 12:53:48.434025       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0407 12:53:49.419410       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	E0407 12:53:49.422793       1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
	E0407 12:53:49.425034       1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
	W0407 12:53:49.434024       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	E0407 12:53:49.443362       1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"csi-hostpathplugin-sa\" not found]"
	W0407 12:53:49.545250       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	
	
	==> kube-controller-manager [0214eed6184aa52c6861b10f1b0c08f08ea34c3b9418c914cfc7ab807f2d6e47] <==
	E0407 12:57:27.965993       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0407 12:57:30.024608       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 12:57:30.025657       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="scheduling.volcano.sh/v1beta1, Resource=podgroups"
	W0407 12:57:30.026704       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 12:57:30.026747       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0407 12:57:33.068450       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 12:57:33.069624       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="scheduling.volcano.sh/v1beta1, Resource=queues"
	W0407 12:57:33.070578       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 12:57:33.070621       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0407 12:57:38.300460       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 12:57:38.301489       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="bus.volcano.sh/v1alpha1, Resource=commands"
	W0407 12:57:38.302500       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 12:57:38.302544       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0407 12:57:41.901447       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 12:57:41.902479       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="snapshot.storage.k8s.io/v1, Resource=volumesnapshotclasses"
	W0407 12:57:41.903405       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 12:57:41.903443       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0407 12:57:42.443187       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 12:57:42.444235       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="flow.volcano.sh/v1alpha1, Resource=jobtemplates"
	W0407 12:57:42.445222       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 12:57:42.445255       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	W0407 12:57:44.944058       1 reflector.go:362] The watchlist request ended with an error, falling back to the standard LIST/WATCH semantics because making progress is better than deadlocking, err = the server could not find the requested resource
	E0407 12:57:44.945233       1 metadata.go:231] "The watchlist request ended with an error, falling back to the standard LIST semantics" err="the server could not find the requested resource" resource="batch.volcano.sh/v1alpha1, Resource=jobs"
	W0407 12:57:44.946324       1 reflector.go:569] k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0407 12:57:44.946359       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource" logger="UnhandledError"
	
	
	==> kube-proxy [25f248dae7a987c474dc83287e6682ecc4503d0bf1c5bd7160551ca27fbdb0f4] <==
	I0407 12:50:10.034636       1 server_linux.go:66] "Using iptables proxy"
	I0407 12:50:10.540715       1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0407 12:50:10.540829       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`"
	I0407 12:50:10.839777       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0407 12:50:10.839876       1 server_linux.go:170] "Using iptables Proxier"
	I0407 12:50:10.923452       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"
	I0407 12:50:10.924134       1 server.go:497] "Version info" version="v1.32.2"
	I0407 12:50:10.924171       1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0407 12:50:10.926240       1 config.go:199] "Starting service config controller"
	I0407 12:50:10.926274       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0407 12:50:10.926310       1 config.go:105] "Starting endpoint slice config controller"
	I0407 12:50:10.926317       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0407 12:50:10.926986       1 config.go:329] "Starting node config controller"
	I0407 12:50:10.926998       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0407 12:50:11.026642       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0407 12:50:11.026711       1 shared_informer.go:320] Caches are synced for service config
	I0407 12:50:11.029439       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [8f91872976879f73a0c0e78c605d930d8122698675508093b39c11f3567ad27c] <==
	W0407 12:50:01.445015       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0407 12:50:01.445947       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:01.445510       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0407 12:50:01.445986       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:01.444550       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0407 12:50:01.446008       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.277301       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0407 12:50:02.277348       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.350988       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0407 12:50:02.351036       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.535424       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0407 12:50:02.535469       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.538891       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0407 12:50:02.538944       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.552672       1 reflector.go:569] 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
	E0407 12:50:02.552724       1 reflector.go:166] "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"
	W0407 12:50:02.576216       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0407 12:50:02.576256       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.620623       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0407 12:50:02.620663       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.682529       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0407 12:50:02.682583       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0407 12:50:02.859850       1 reflector.go:569] runtime/asm_amd64.s:1700: 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"
	E0407 12:50:02.859908       1 reflector.go:166] "Unhandled Error" err="runtime/asm_amd64.s:1700: 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"
	I0407 12:50:05.742952       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Apr 07 12:57:01 addons-438605 kubelet[1642]: E0407 12:57:01.036438    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 12:57:04 addons-438605 kubelet[1642]: E0407 12:57:04.036778    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"helper-pod\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="local-path-storage/helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12" podUID="ce066ce0-6174-4aec-8b31-7fde10be44f6"
	Apr 07 12:57:10 addons-438605 kubelet[1642]: I0407 12:57:10.463612    1642 reconciler_common.go:162] "operationExecutor.UnmountVolume started for volume \"kube-api-access-tmkzt\" (UniqueName: \"kubernetes.io/projected/ce066ce0-6174-4aec-8b31-7fde10be44f6-kube-api-access-tmkzt\") pod \"ce066ce0-6174-4aec-8b31-7fde10be44f6\" (UID: \"ce066ce0-6174-4aec-8b31-7fde10be44f6\") "
	Apr 07 12:57:10 addons-438605 kubelet[1642]: I0407 12:57:10.463696    1642 reconciler_common.go:162] "operationExecutor.UnmountVolume started for volume \"script\" (UniqueName: \"kubernetes.io/configmap/ce066ce0-6174-4aec-8b31-7fde10be44f6-script\") pod \"ce066ce0-6174-4aec-8b31-7fde10be44f6\" (UID: \"ce066ce0-6174-4aec-8b31-7fde10be44f6\") "
	Apr 07 12:57:10 addons-438605 kubelet[1642]: I0407 12:57:10.463717    1642 reconciler_common.go:162] "operationExecutor.UnmountVolume started for volume \"data\" (UniqueName: \"kubernetes.io/host-path/ce066ce0-6174-4aec-8b31-7fde10be44f6-data\") pod \"ce066ce0-6174-4aec-8b31-7fde10be44f6\" (UID: \"ce066ce0-6174-4aec-8b31-7fde10be44f6\") "
	Apr 07 12:57:10 addons-438605 kubelet[1642]: I0407 12:57:10.463828    1642 operation_generator.go:780] UnmountVolume.TearDown succeeded for volume "kubernetes.io/host-path/ce066ce0-6174-4aec-8b31-7fde10be44f6-data" (OuterVolumeSpecName: "data") pod "ce066ce0-6174-4aec-8b31-7fde10be44f6" (UID: "ce066ce0-6174-4aec-8b31-7fde10be44f6"). InnerVolumeSpecName "data". PluginName "kubernetes.io/host-path", VolumeGIDValue ""
	Apr 07 12:57:10 addons-438605 kubelet[1642]: I0407 12:57:10.464167    1642 operation_generator.go:780] UnmountVolume.TearDown succeeded for volume "kubernetes.io/configmap/ce066ce0-6174-4aec-8b31-7fde10be44f6-script" (OuterVolumeSpecName: "script") pod "ce066ce0-6174-4aec-8b31-7fde10be44f6" (UID: "ce066ce0-6174-4aec-8b31-7fde10be44f6"). InnerVolumeSpecName "script". PluginName "kubernetes.io/configmap", VolumeGIDValue ""
	Apr 07 12:57:10 addons-438605 kubelet[1642]: I0407 12:57:10.465793    1642 operation_generator.go:780] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ce066ce0-6174-4aec-8b31-7fde10be44f6-kube-api-access-tmkzt" (OuterVolumeSpecName: "kube-api-access-tmkzt") pod "ce066ce0-6174-4aec-8b31-7fde10be44f6" (UID: "ce066ce0-6174-4aec-8b31-7fde10be44f6"). InnerVolumeSpecName "kube-api-access-tmkzt". PluginName "kubernetes.io/projected", VolumeGIDValue ""
	Apr 07 12:57:10 addons-438605 kubelet[1642]: I0407 12:57:10.565029    1642 reconciler_common.go:299] "Volume detached for volume \"script\" (UniqueName: \"kubernetes.io/configmap/ce066ce0-6174-4aec-8b31-7fde10be44f6-script\") on node \"addons-438605\" DevicePath \"\""
	Apr 07 12:57:10 addons-438605 kubelet[1642]: I0407 12:57:10.565070    1642 reconciler_common.go:299] "Volume detached for volume \"data\" (UniqueName: \"kubernetes.io/host-path/ce066ce0-6174-4aec-8b31-7fde10be44f6-data\") on node \"addons-438605\" DevicePath \"\""
	Apr 07 12:57:10 addons-438605 kubelet[1642]: I0407 12:57:10.565082    1642 reconciler_common.go:299] "Volume detached for volume \"kube-api-access-tmkzt\" (UniqueName: \"kubernetes.io/projected/ce066ce0-6174-4aec-8b31-7fde10be44f6-kube-api-access-tmkzt\") on node \"addons-438605\" DevicePath \"\""
	Apr 07 12:57:12 addons-438605 kubelet[1642]: E0407 12:57:12.036429    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 12:57:12 addons-438605 kubelet[1642]: I0407 12:57:12.037555    1642 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ce066ce0-6174-4aec-8b31-7fde10be44f6" path="/var/lib/kubelet/pods/ce066ce0-6174-4aec-8b31-7fde10be44f6/volumes"
	Apr 07 12:57:21 addons-438605 kubelet[1642]: I0407 12:57:21.035453    1642 kubelet_pods.go:1021] "Unable to retrieve pull secret, the image pull may not succeed." pod="default/busybox" secret="" err="secret \"gcp-auth\" not found"
	Apr 07 12:57:24 addons-438605 kubelet[1642]: E0407 12:57:24.036638    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 12:57:38 addons-438605 kubelet[1642]: E0407 12:57:38.036695    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	Apr 07 12:57:40 addons-438605 kubelet[1642]: I0407 12:57:40.373993    1642 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"script\" (UniqueName: \"kubernetes.io/configmap/32819c95-ae94-49e6-8905-7eb56f000817-script\") pod \"helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12\" (UID: \"32819c95-ae94-49e6-8905-7eb56f000817\") " pod="local-path-storage/helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12"
	Apr 07 12:57:40 addons-438605 kubelet[1642]: I0407 12:57:40.374038    1642 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"data\" (UniqueName: \"kubernetes.io/host-path/32819c95-ae94-49e6-8905-7eb56f000817-data\") pod \"helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12\" (UID: \"32819c95-ae94-49e6-8905-7eb56f000817\") " pod="local-path-storage/helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12"
	Apr 07 12:57:40 addons-438605 kubelet[1642]: I0407 12:57:40.374064    1642 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-bpzfj\" (UniqueName: \"kubernetes.io/projected/32819c95-ae94-49e6-8905-7eb56f000817-kube-api-access-bpzfj\") pod \"helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12\" (UID: \"32819c95-ae94-49e6-8905-7eb56f000817\") " pod="local-path-storage/helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12"
	Apr 07 12:57:42 addons-438605 kubelet[1642]: E0407 12:57:42.580669    1642 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
	Apr 07 12:57:42 addons-438605 kubelet[1642]: E0407 12:57:42.580753    1642 kuberuntime_image.go:55] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79"
	Apr 07 12:57:42 addons-438605 kubelet[1642]: E0407 12:57:42.580943    1642 kuberuntime_manager.go:1341] "Unhandled Error" err="container &Container{Name:helper-pod,Image:docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79,Command:[/bin/sh /script/setup],Args:[-p /opt/local-path-provisioner/pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12_default_test-pvc -s 67108864 -m Filesystem],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{EnvVar{Name:VOL_DIR,Value:/opt/local-path-provisioner/pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12_default_test-pvc,ValueFrom:nil,},EnvVar{Name:VOL_MODE,Value:Filesystem,ValueFrom:nil,},EnvVar{Name:VOL_SIZE_BYTES,Value:67108864,ValueFrom:nil,},},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:script,ReadOnly:false,MountPath:/script,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},VolumeMount{Name:data,ReadOnly:false,MountPath:/
opt/local-path-provisioner/,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},VolumeMount{Name:kube-api-access-bpzfj,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12_local-path-storage(32819c95-ae94-49e6-8905-7eb56f000817): ErrImagePull: failed to pull and unpack image \"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/mani
fests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Apr 07 12:57:42 addons-438605 kubelet[1642]: E0407 12:57:42.582133    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"helper-pod\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="local-path-storage/helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12" podUID="32819c95-ae94-49e6-8905-7eb56f000817"
	Apr 07 12:57:42 addons-438605 kubelet[1642]: E0407 12:57:42.805551    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"helper-pod\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/busybox:stable@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/busybox/manifests/sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="local-path-storage/helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12" podUID="32819c95-ae94-49e6-8905-7eb56f000817"
	Apr 07 12:57:51 addons-438605 kubelet[1642]: E0407 12:57:51.036366    1642 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"nginx\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx:alpine\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:alpine\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/nginx" podUID="69b039a7-6226-4052-a020-97718eae3479"
	
	
	==> storage-provisioner [0767ba6d637425fc290105feeb49d69372d4741eaffd560de495b02f72513d58] <==
	I0407 12:50:16.627390       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0407 12:50:16.638443       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0407 12:50:16.638526       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0407 12:50:16.646963       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0407 12:50:16.647580       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"6dcddfa7-22de-48fa-806b-d14e0d8c4089", APIVersion:"v1", ResourceVersion:"609", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-438605_d2797732-740e-45da-9999-6429229a88e3 became leader
	I0407 12:50:16.719572       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-438605_d2797732-740e-45da-9999-6429229a88e3!
	I0407 12:50:16.821337       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-438605_d2797732-740e-45da-9999-6429229a88e3!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-438605 -n addons-438605
helpers_test.go:261: (dbg) Run:  kubectl --context addons-438605 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: nginx test-local-path ingress-nginx-admission-create-xjtdg ingress-nginx-admission-patch-6n668 helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/LocalPath]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-438605 describe pod nginx test-local-path ingress-nginx-admission-create-xjtdg ingress-nginx-admission-patch-6n668 helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-438605 describe pod nginx test-local-path ingress-nginx-admission-create-xjtdg ingress-nginx-admission-patch-6n668 helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12: exit status 1 (79.501146ms)

                                                
                                                
-- stdout --
	Name:             nginx
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-438605/192.168.49.2
	Start Time:       Mon, 07 Apr 2025 12:53:09 +0000
	Labels:           run=nginx
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.32
	IPs:
	  IP:  10.244.0.32
	Containers:
	  nginx:
	    Container ID:   
	    Image:          docker.io/nginx:alpine
	    Image ID:       
	    Port:           80/TCP
	    Host Port:      0/TCP
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-t86g7 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-t86g7:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	QoS Class:                   BestEffort
	Node-Selectors:              <none>
	Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                   From               Message
	  ----     ------     ----                  ----               -------
	  Normal   Scheduled  4m47s                 default-scheduler  Successfully assigned default/nginx to addons-438605
	  Normal   Pulling    103s (x5 over 4m46s)  kubelet            Pulling image "docker.io/nginx:alpine"
	  Warning  Failed     102s (x5 over 4m44s)  kubelet            Failed to pull image "docker.io/nginx:alpine": failed to pull and unpack image "docker.io/library/nginx:alpine": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     102s (x5 over 4m44s)  kubelet            Error: ErrImagePull
	  Warning  Failed     55s (x15 over 4m43s)  kubelet            Error: ImagePullBackOff
	  Normal   BackOff    5s (x19 over 4m43s)   kubelet            Back-off pulling image "docker.io/nginx:alpine"
	
	
	Name:             test-local-path
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             <none>
	Labels:           run=test-local-path
	Annotations:      <none>
	Status:           Pending
	IP:               
	IPs:              <none>
	Containers:
	  busybox:
	    Image:      busybox:stable
	    Port:       <none>
	    Host Port:  <none>
	    Command:
	      sh
	      -c
	      echo 'local-path-provisioner' > /test/file1
	    Environment:  <none>
	    Mounts:
	      /test from data (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-wldxf (ro)
	Volumes:
	  data:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  test-pvc
	    ReadOnly:   false
	  kube-api-access-wldxf:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	QoS Class:                   BestEffort
	Node-Selectors:              <none>
	Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:                      <none>

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-xjtdg" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-6n668" not found
	Error from server (NotFound): pods "helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-438605 describe pod nginx test-local-path ingress-nginx-admission-create-xjtdg ingress-nginx-admission-patch-6n668 helper-pod-create-pvc-7c1550ac-3c6d-4ba4-9c01-8e12d3938e12: exit status 1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (32.165898673s)
--- FAIL: TestAddons/parallel/LocalPath (334.68s)

                                                
                                    
x
+
TestDockerEnvContainerd (37.75s)

                                                
                                                
=== RUN   TestDockerEnvContainerd
docker_test.go:170: running with containerd true linux amd64
docker_test.go:181: (dbg) Run:  out/minikube-linux-amd64 start -p dockerenv-811235 --driver=docker  --container-runtime=containerd
E0407 13:01:49.209492  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:49.215948  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:49.227366  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:49.248813  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:49.290218  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:49.371695  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:49.533050  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:49.854851  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:50.496953  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:51.778584  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:54.341627  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:01:59.462960  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
docker_test.go:181: (dbg) Done: out/minikube-linux-amd64 start -p dockerenv-811235 --driver=docker  --container-runtime=containerd: (20.007083435s)
docker_test.go:189: (dbg) Run:  /bin/bash -c "out/minikube-linux-amd64 docker-env --ssh-host --ssh-add -p dockerenv-811235"
E0407 13:02:09.705212  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
docker_test.go:220: (dbg) Run:  /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-unHL4X6yA47A/agent.859462" SSH_AGENT_PID="859463" DOCKER_HOST=ssh://docker@127.0.0.1:33148 docker version"
docker_test.go:243: (dbg) Run:  /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-unHL4X6yA47A/agent.859462" SSH_AGENT_PID="859463" DOCKER_HOST=ssh://docker@127.0.0.1:33148 DOCKER_BUILDKIT=0 docker build -t local/minikube-dockerenv-containerd-test:latest testdata/docker-env"
docker_test.go:243: (dbg) Non-zero exit: /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-unHL4X6yA47A/agent.859462" SSH_AGENT_PID="859463" DOCKER_HOST=ssh://docker@127.0.0.1:33148 DOCKER_BUILDKIT=0 docker build -t local/minikube-dockerenv-containerd-test:latest testdata/docker-env": exit status 1 (2.044647355s)

                                                
                                                
-- stdout --
	Sending build context to Docker daemon  2.048kB

                                                
                                                
-- /stdout --
** stderr ** 
	DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
	            BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
	            environment-variable.
	
	Error response from daemon: exit status 1

                                                
                                                
** /stderr **
docker_test.go:245: failed to build images, error: exit status 1, output:
-- stdout --
	Sending build context to Docker daemon  2.048kB

                                                
                                                
-- /stdout --
** stderr ** 
	DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
	            BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0
	            environment-variable.
	
	Error response from daemon: exit status 1

                                                
                                                
** /stderr **
docker_test.go:250: (dbg) Run:  /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-unHL4X6yA47A/agent.859462" SSH_AGENT_PID="859463" DOCKER_HOST=ssh://docker@127.0.0.1:33148 docker image ls"
docker_test.go:255: failed to detect image 'local/minikube-dockerenv-containerd-test' in output of docker image ls
panic.go:631: *** TestDockerEnvContainerd FAILED at 2025-04-07 13:02:13.653828892 +0000 UTC m=+781.143776500
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestDockerEnvContainerd]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect dockerenv-811235
helpers_test.go:235: (dbg) docker inspect dockerenv-811235:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "b3d233d02b9e39f1a60ab73d13b7a450fe5667cde6f22d99b46322f1d1310079",
	        "Created": "2025-04-07T13:01:45.122821996Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 856601,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-04-07T13:01:45.15917918Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:037bd1b5a0f63899880a74b20d0e40b693fd199ade4ed9b883be5ed5726d15a6",
	        "ResolvConfPath": "/var/lib/docker/containers/b3d233d02b9e39f1a60ab73d13b7a450fe5667cde6f22d99b46322f1d1310079/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/b3d233d02b9e39f1a60ab73d13b7a450fe5667cde6f22d99b46322f1d1310079/hostname",
	        "HostsPath": "/var/lib/docker/containers/b3d233d02b9e39f1a60ab73d13b7a450fe5667cde6f22d99b46322f1d1310079/hosts",
	        "LogPath": "/var/lib/docker/containers/b3d233d02b9e39f1a60ab73d13b7a450fe5667cde6f22d99b46322f1d1310079/b3d233d02b9e39f1a60ab73d13b7a450fe5667cde6f22d99b46322f1d1310079-json.log",
	        "Name": "/dockerenv-811235",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "dockerenv-811235:/var",
	                "/lib/modules:/lib/modules:ro"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "dockerenv-811235",
	            "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": 8388608000,
	            "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": 16777216000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "b3d233d02b9e39f1a60ab73d13b7a450fe5667cde6f22d99b46322f1d1310079",
	                "LowerDir": "/var/lib/docker/overlay2/0357f161abf1c6ae1f73c4b3844fc40eaafbb65ff03dc148e8853c385ef6ead0-init/diff:/var/lib/docker/overlay2/d26f6b063706f297920cbe8b1068cf783bb11b15b0caeeceba79daf74886ddc7/diff",
	                "MergedDir": "/var/lib/docker/overlay2/0357f161abf1c6ae1f73c4b3844fc40eaafbb65ff03dc148e8853c385ef6ead0/merged",
	                "UpperDir": "/var/lib/docker/overlay2/0357f161abf1c6ae1f73c4b3844fc40eaafbb65ff03dc148e8853c385ef6ead0/diff",
	                "WorkDir": "/var/lib/docker/overlay2/0357f161abf1c6ae1f73c4b3844fc40eaafbb65ff03dc148e8853c385ef6ead0/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "dockerenv-811235",
	                "Source": "/var/lib/docker/volumes/dockerenv-811235/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "dockerenv-811235",
	            "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.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727",
	            "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": "dockerenv-811235",
	                "name.minikube.sigs.k8s.io": "dockerenv-811235",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "49bb50e7b52e3b48952d7e44c8e4256c34be823f204fb091b2c0158cd817127c",
	            "SandboxKey": "/var/run/docker/netns/49bb50e7b52e",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33148"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33149"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33152"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33150"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33151"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "dockerenv-811235": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "86:35:16:85:e8:49",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "c42e1f4bc10466671cb680bffe428e8b1586a267014c569c2f661b9686d7d8ab",
	                    "EndpointID": "e110073939d363dbcfcaee11692868eee5b0e68a39658a60f7518cb55ed35cc6",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "dockerenv-811235",
	                        "b3d233d02b9e"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p dockerenv-811235 -n dockerenv-811235
helpers_test.go:244: <<< TestDockerEnvContainerd FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestDockerEnvContainerd]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p dockerenv-811235 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p dockerenv-811235 logs -n 25: (1.022722505s)
helpers_test.go:252: TestDockerEnvContainerd logs: 
-- stdout --
	
	==> Audit <==
	|------------|--------------------------------------|------------------|---------|---------|---------------------|---------------------|
	|  Command   |                 Args                 |     Profile      |  User   | Version |     Start Time      |      End Time       |
	|------------|--------------------------------------|------------------|---------|---------|---------------------|---------------------|
	| start      | -p addons-438605 --wait=true         | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:51 UTC |
	|            | --memory=4000 --alsologtostderr      |                  |         |         |                     |                     |
	|            | --addons=registry                    |                  |         |         |                     |                     |
	|            | --addons=metrics-server              |                  |         |         |                     |                     |
	|            | --addons=volumesnapshots             |                  |         |         |                     |                     |
	|            | --addons=csi-hostpath-driver         |                  |         |         |                     |                     |
	|            | --addons=gcp-auth                    |                  |         |         |                     |                     |
	|            | --addons=cloud-spanner               |                  |         |         |                     |                     |
	|            | --addons=inspektor-gadget            |                  |         |         |                     |                     |
	|            | --addons=nvidia-device-plugin        |                  |         |         |                     |                     |
	|            | --addons=yakd --addons=volcano       |                  |         |         |                     |                     |
	|            | --addons=amd-gpu-device-plugin       |                  |         |         |                     |                     |
	|            | --driver=docker                      |                  |         |         |                     |                     |
	|            | --container-runtime=containerd       |                  |         |         |                     |                     |
	|            | --addons=ingress                     |                  |         |         |                     |                     |
	|            | --addons=ingress-dns                 |                  |         |         |                     |                     |
	|            | --addons=storage-provisioner-rancher |                  |         |         |                     |                     |
	| addons     | addons-438605 addons disable         | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|            | volcano --alsologtostderr -v=1       |                  |         |         |                     |                     |
	| addons     | addons-438605 addons disable         | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|            | gcp-auth --alsologtostderr           |                  |         |         |                     |                     |
	|            | -v=1                                 |                  |         |         |                     |                     |
	| addons     | enable headlamp                      | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|            | -p addons-438605                     |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1               |                  |         |         |                     |                     |
	| addons     | addons-438605 addons disable         | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|            | amd-gpu-device-plugin                |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1               |                  |         |         |                     |                     |
	| addons     | addons-438605 addons                 | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:52 UTC |
	|            | disable nvidia-device-plugin         |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1               |                  |         |         |                     |                     |
	| addons     | addons-438605 addons disable         | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:53 UTC |
	|            | headlamp --alsologtostderr           |                  |         |         |                     |                     |
	|            | -v=1                                 |                  |         |         |                     |                     |
	| addons     | addons-438605 addons disable         | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:52 UTC | 07 Apr 25 12:53 UTC |
	|            | yakd --alsologtostderr -v=1          |                  |         |         |                     |                     |
	| ip         | addons-438605 ip                     | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	| addons     | addons-438605 addons disable         | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|            | registry --alsologtostderr           |                  |         |         |                     |                     |
	|            | -v=1                                 |                  |         |         |                     |                     |
	| addons     | addons-438605 addons                 | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|            | disable cloud-spanner                |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1               |                  |         |         |                     |                     |
	| addons     | addons-438605 addons                 | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|            | disable metrics-server               |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1               |                  |         |         |                     |                     |
	| addons     | addons-438605 addons                 | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|            | disable inspektor-gadget             |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1               |                  |         |         |                     |                     |
	| addons     | addons-438605 addons                 | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|            | disable volumesnapshots              |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1               |                  |         |         |                     |                     |
	| addons     | addons-438605 addons                 | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:53 UTC | 07 Apr 25 12:53 UTC |
	|            | disable csi-hostpath-driver          |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1               |                  |         |         |                     |                     |
	| addons     | addons-438605 addons disable         | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 12:57 UTC | 07 Apr 25 12:58 UTC |
	|            | storage-provisioner-rancher          |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1               |                  |         |         |                     |                     |
	| addons     | addons-438605 addons disable         | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 13:01 UTC | 07 Apr 25 13:01 UTC |
	|            | ingress-dns --alsologtostderr        |                  |         |         |                     |                     |
	|            | -v=1                                 |                  |         |         |                     |                     |
	| addons     | addons-438605 addons disable         | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 13:01 UTC | 07 Apr 25 13:01 UTC |
	|            | ingress --alsologtostderr -v=1       |                  |         |         |                     |                     |
	| stop       | -p addons-438605                     | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 13:01 UTC | 07 Apr 25 13:01 UTC |
	| addons     | enable dashboard -p                  | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 13:01 UTC | 07 Apr 25 13:01 UTC |
	|            | addons-438605                        |                  |         |         |                     |                     |
	| addons     | disable dashboard -p                 | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 13:01 UTC | 07 Apr 25 13:01 UTC |
	|            | addons-438605                        |                  |         |         |                     |                     |
	| addons     | disable gvisor -p                    | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 13:01 UTC | 07 Apr 25 13:01 UTC |
	|            | addons-438605                        |                  |         |         |                     |                     |
	| delete     | -p addons-438605                     | addons-438605    | jenkins | v1.35.0 | 07 Apr 25 13:01 UTC | 07 Apr 25 13:01 UTC |
	| start      | -p dockerenv-811235                  | dockerenv-811235 | jenkins | v1.35.0 | 07 Apr 25 13:01 UTC | 07 Apr 25 13:01 UTC |
	|            | --driver=docker                      |                  |         |         |                     |                     |
	|            | --container-runtime=containerd       |                  |         |         |                     |                     |
	| docker-env | --ssh-host --ssh-add -p              | dockerenv-811235 | jenkins | v1.35.0 | 07 Apr 25 13:02 UTC | 07 Apr 25 13:02 UTC |
	|            | dockerenv-811235                     |                  |         |         |                     |                     |
	|------------|--------------------------------------|------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/04/07 13:01:39
	Running on machine: ubuntu-20-agent-7
	Binary: Built with gc go1.24.0 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0407 13:01:39.656647  856065 out.go:345] Setting OutFile to fd 1 ...
	I0407 13:01:39.656931  856065 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:01:39.656936  856065 out.go:358] Setting ErrFile to fd 2...
	I0407 13:01:39.656938  856065 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:01:39.657115  856065 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 13:01:39.657685  856065 out.go:352] Setting JSON to false
	I0407 13:01:39.658639  856065 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-7","uptime":24248,"bootTime":1744006652,"procs":175,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0407 13:01:39.658748  856065 start.go:139] virtualization: kvm guest
	I0407 13:01:39.661108  856065 out.go:177] * [dockerenv-811235] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0407 13:01:39.662661  856065 out.go:177]   - MINIKUBE_LOCATION=20598
	I0407 13:01:39.662668  856065 notify.go:220] Checking for updates...
	I0407 13:01:39.665258  856065 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0407 13:01:39.666507  856065 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 13:01:39.667633  856065 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
	I0407 13:01:39.668864  856065 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0407 13:01:39.669887  856065 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0407 13:01:39.671169  856065 driver.go:394] Setting default libvirt URI to qemu:///system
	I0407 13:01:39.694078  856065 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
	I0407 13:01:39.694161  856065 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 13:01:39.749144  856065 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images: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:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:true NGoroutines:43 SystemTime:2025-04-07 13:01:39.738435914 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 13:01:39.749251  856065 docker.go:318] overlay module found
	I0407 13:01:39.751489  856065 out.go:177] * Using the docker driver based on user configuration
	I0407 13:01:39.752980  856065 start.go:297] selected driver: docker
	I0407 13:01:39.752992  856065 start.go:901] validating driver "docker" against <nil>
	I0407 13:01:39.753004  856065 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0407 13:01:39.753135  856065 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 13:01:39.805307  856065 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images: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:false BridgeNfIP6Tables:false Debug:false NFd:24 OomKillDisable:true NGoroutines:43 SystemTime:2025-04-07 13:01:39.795323425 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 13:01:39.805466  856065 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0407 13:01:39.805959  856065 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0407 13:01:39.806109  856065 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0407 13:01:39.807948  856065 out.go:177] * Using Docker driver with root privileges
	I0407 13:01:39.809150  856065 cni.go:84] Creating CNI manager for ""
	I0407 13:01:39.809210  856065 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0407 13:01:39.809217  856065 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0407 13:01:39.809289  856065 start.go:340] cluster config:
	{Name:dockerenv-811235 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:dockerenv-811235 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerR
untime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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}
	I0407 13:01:39.810748  856065 out.go:177] * Starting "dockerenv-811235" primary control-plane node in "dockerenv-811235" cluster
	I0407 13:01:39.811942  856065 cache.go:121] Beginning downloading kic base image for docker with containerd
	I0407 13:01:39.813129  856065 out.go:177] * Pulling base image v0.0.46-1743675393-20591 ...
	I0407 13:01:39.814422  856065 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
	I0407 13:01:39.814468  856065 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4
	I0407 13:01:39.814474  856065 cache.go:56] Caching tarball of preloaded images
	I0407 13:01:39.814543  856065 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local docker daemon
	I0407 13:01:39.814594  856065 preload.go:172] Found /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4 in cache, skipping download
	I0407 13:01:39.814603  856065 cache.go:59] Finished verifying existence of preloaded tar for v1.32.2 on containerd
	I0407 13:01:39.815000  856065 profile.go:143] Saving config to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/config.json ...
	I0407 13:01:39.815023  856065 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/config.json: {Name:mkcdc91bd0898c66aa6ef87b32659e035a8c979d Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 13:01:39.834720  856065 image.go:100] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local docker daemon, skipping pull
	I0407 13:01:39.834738  856065 cache.go:145] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 exists in daemon, skipping load
	I0407 13:01:39.834757  856065 cache.go:230] Successfully downloaded all kic artifacts
	I0407 13:01:39.834802  856065 start.go:360] acquireMachinesLock for dockerenv-811235: {Name:mkdd8e12ce6f2c5b35e13093f2f61b96f6f81b49 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0407 13:01:39.834916  856065 start.go:364] duration metric: took 99.395µs to acquireMachinesLock for "dockerenv-811235"
	I0407 13:01:39.834941  856065 start.go:93] Provisioning new machine with config: &{Name:dockerenv-811235 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:dockerenv-811235 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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} &{Name: IP: Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0407 13:01:39.835043  856065 start.go:125] createHost starting for "" (driver="docker")
	I0407 13:01:39.837267  856065 out.go:235] * Creating docker container (CPUs=2, Memory=8000MB) ...
	I0407 13:01:39.837569  856065 start.go:159] libmachine.API.Create for "dockerenv-811235" (driver="docker")
	I0407 13:01:39.837599  856065 client.go:168] LocalClient.Create starting
	I0407 13:01:39.837688  856065 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem
	I0407 13:01:39.837730  856065 main.go:141] libmachine: Decoding PEM data...
	I0407 13:01:39.837752  856065 main.go:141] libmachine: Parsing certificate...
	I0407 13:01:39.837866  856065 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem
	I0407 13:01:39.837890  856065 main.go:141] libmachine: Decoding PEM data...
	I0407 13:01:39.837902  856065 main.go:141] libmachine: Parsing certificate...
	I0407 13:01:39.838330  856065 cli_runner.go:164] Run: docker network inspect dockerenv-811235 --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}}]}"
	W0407 13:01:39.855672  856065 cli_runner.go:211] docker network inspect dockerenv-811235 --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
	I0407 13:01:39.855731  856065 network_create.go:284] running [docker network inspect dockerenv-811235] to gather additional debugging logs...
	I0407 13:01:39.855746  856065 cli_runner.go:164] Run: docker network inspect dockerenv-811235
	W0407 13:01:39.871385  856065 cli_runner.go:211] docker network inspect dockerenv-811235 returned with exit code 1
	I0407 13:01:39.871410  856065 network_create.go:287] error running [docker network inspect dockerenv-811235]: docker network inspect dockerenv-811235: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network dockerenv-811235 not found
	I0407 13:01:39.871421  856065 network_create.go:289] output of [docker network inspect dockerenv-811235]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network dockerenv-811235 not found
	
	** /stderr **
	I0407 13:01:39.871497  856065 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}}]}"
	I0407 13:01:39.889696  856065 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:0xc001b48680}
	I0407 13:01:39.889731  856065 network_create.go:124] attempt to create docker network dockerenv-811235 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0407 13:01:39.889775  856065 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=dockerenv-811235 dockerenv-811235
	I0407 13:01:39.939330  856065 network_create.go:108] docker network dockerenv-811235 192.168.49.0/24 created
	I0407 13:01:39.939352  856065 kic.go:121] calculated static IP "192.168.49.2" for the "dockerenv-811235" container
	I0407 13:01:39.939407  856065 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0407 13:01:39.956995  856065 cli_runner.go:164] Run: docker volume create dockerenv-811235 --label name.minikube.sigs.k8s.io=dockerenv-811235 --label created_by.minikube.sigs.k8s.io=true
	I0407 13:01:39.975354  856065 oci.go:103] Successfully created a docker volume dockerenv-811235
	I0407 13:01:39.975435  856065 cli_runner.go:164] Run: docker run --rm --name dockerenv-811235-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=dockerenv-811235 --entrypoint /usr/bin/test -v dockerenv-811235:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -d /var/lib
	I0407 13:01:40.466582  856065 oci.go:107] Successfully prepared a docker volume dockerenv-811235
	I0407 13:01:40.466652  856065 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
	I0407 13:01:40.466675  856065 kic.go:194] Starting extracting preloaded images to volume ...
	I0407 13:01:40.466729  856065 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v dockerenv-811235:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -I lz4 -xf /preloaded.tar -C /extractDir
	I0407 13:01:45.052930  856065 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v dockerenv-811235:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 -I lz4 -xf /preloaded.tar -C /extractDir: (4.586154067s)
	I0407 13:01:45.052971  856065 kic.go:203] duration metric: took 4.586291423s to extract preloaded images to volume ...
	W0407 13:01:45.053397  856065 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0407 13:01:45.053512  856065 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0407 13:01:45.107027  856065 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 dockerenv-811235 --name dockerenv-811235 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=dockerenv-811235 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=dockerenv-811235 --network dockerenv-811235 --ip 192.168.49.2 --volume dockerenv-811235:/var --security-opt apparmor=unconfined --memory=8000mb --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.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727
	I0407 13:01:45.370570  856065 cli_runner.go:164] Run: docker container inspect dockerenv-811235 --format={{.State.Running}}
	I0407 13:01:45.388695  856065 cli_runner.go:164] Run: docker container inspect dockerenv-811235 --format={{.State.Status}}
	I0407 13:01:45.408686  856065 cli_runner.go:164] Run: docker exec dockerenv-811235 stat /var/lib/dpkg/alternatives/iptables
	I0407 13:01:45.454753  856065 oci.go:144] the created container "dockerenv-811235" has a running status.
	I0407 13:01:45.454788  856065 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20598-821510/.minikube/machines/dockerenv-811235/id_rsa...
	I0407 13:01:45.636967  856065 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20598-821510/.minikube/machines/dockerenv-811235/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0407 13:01:45.661523  856065 cli_runner.go:164] Run: docker container inspect dockerenv-811235 --format={{.State.Status}}
	I0407 13:01:45.682305  856065 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0407 13:01:45.682319  856065 kic_runner.go:114] Args: [docker exec --privileged dockerenv-811235 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0407 13:01:45.737017  856065 cli_runner.go:164] Run: docker container inspect dockerenv-811235 --format={{.State.Status}}
	I0407 13:01:45.758295  856065 machine.go:93] provisionDockerMachine start ...
	I0407 13:01:45.758400  856065 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-811235
	I0407 13:01:45.777422  856065 main.go:141] libmachine: Using SSH client type: native
	I0407 13:01:45.777674  856065 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil>  [] 0s} 127.0.0.1 33148 <nil> <nil>}
	I0407 13:01:45.777684  856065 main.go:141] libmachine: About to run SSH command:
	hostname
	I0407 13:01:45.998996  856065 main.go:141] libmachine: SSH cmd err, output: <nil>: dockerenv-811235
	
	I0407 13:01:45.999030  856065 ubuntu.go:169] provisioning hostname "dockerenv-811235"
	I0407 13:01:45.999122  856065 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-811235
	I0407 13:01:46.018640  856065 main.go:141] libmachine: Using SSH client type: native
	I0407 13:01:46.019245  856065 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil>  [] 0s} 127.0.0.1 33148 <nil> <nil>}
	I0407 13:01:46.019296  856065 main.go:141] libmachine: About to run SSH command:
	sudo hostname dockerenv-811235 && echo "dockerenv-811235" | sudo tee /etc/hostname
	I0407 13:01:46.158501  856065 main.go:141] libmachine: SSH cmd err, output: <nil>: dockerenv-811235
	
	I0407 13:01:46.158578  856065 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-811235
	I0407 13:01:46.177996  856065 main.go:141] libmachine: Using SSH client type: native
	I0407 13:01:46.178236  856065 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x836360] 0x839060 <nil>  [] 0s} 127.0.0.1 33148 <nil> <nil>}
	I0407 13:01:46.178250  856065 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\sdockerenv-811235' /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 dockerenv-811235/g' /etc/hosts;
				else 
					echo '127.0.1.1 dockerenv-811235' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0407 13:01:46.307665  856065 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0407 13:01:46.307687  856065 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20598-821510/.minikube CaCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20598-821510/.minikube}
	I0407 13:01:46.307724  856065 ubuntu.go:177] setting up certificates
	I0407 13:01:46.307741  856065 provision.go:84] configureAuth start
	I0407 13:01:46.307813  856065 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" dockerenv-811235
	I0407 13:01:46.325360  856065 provision.go:143] copyHostCerts
	I0407 13:01:46.325447  856065 exec_runner.go:144] found /home/jenkins/minikube-integration/20598-821510/.minikube/ca.pem, removing ...
	I0407 13:01:46.325457  856065 exec_runner.go:203] rm: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.pem
	I0407 13:01:46.325522  856065 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/ca.pem (1078 bytes)
	I0407 13:01:46.325611  856065 exec_runner.go:144] found /home/jenkins/minikube-integration/20598-821510/.minikube/cert.pem, removing ...
	I0407 13:01:46.325615  856065 exec_runner.go:203] rm: /home/jenkins/minikube-integration/20598-821510/.minikube/cert.pem
	I0407 13:01:46.325635  856065 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/cert.pem (1123 bytes)
	I0407 13:01:46.325694  856065 exec_runner.go:144] found /home/jenkins/minikube-integration/20598-821510/.minikube/key.pem, removing ...
	I0407 13:01:46.325697  856065 exec_runner.go:203] rm: /home/jenkins/minikube-integration/20598-821510/.minikube/key.pem
	I0407 13:01:46.325715  856065 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20598-821510/.minikube/key.pem (1675 bytes)
	I0407 13:01:46.325770  856065 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem org=jenkins.dockerenv-811235 san=[127.0.0.1 192.168.49.2 dockerenv-811235 localhost minikube]
	I0407 13:01:46.457113  856065 provision.go:177] copyRemoteCerts
	I0407 13:01:46.457169  856065 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0407 13:01:46.457205  856065 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-811235
	I0407 13:01:46.475300  856065 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33148 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/dockerenv-811235/id_rsa Username:docker}
	I0407 13:01:46.568205  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0407 13:01:46.591544  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
	I0407 13:01:46.614730  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0407 13:01:46.637650  856065 provision.go:87] duration metric: took 329.894964ms to configureAuth
	I0407 13:01:46.637669  856065 ubuntu.go:193] setting minikube options for container-runtime
	I0407 13:01:46.637829  856065 config.go:182] Loaded profile config "dockerenv-811235": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:01:46.637834  856065 machine.go:96] duration metric: took 879.525413ms to provisionDockerMachine
	I0407 13:01:46.637839  856065 client.go:171] duration metric: took 6.800236497s to LocalClient.Create
	I0407 13:01:46.637858  856065 start.go:167] duration metric: took 6.800293059s to libmachine.API.Create "dockerenv-811235"
	I0407 13:01:46.637864  856065 start.go:293] postStartSetup for "dockerenv-811235" (driver="docker")
	I0407 13:01:46.637871  856065 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]
	I0407 13:01:46.637912  856065 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
	I0407 13:01:46.637946  856065 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-811235
	I0407 13:01:46.654950  856065 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33148 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/dockerenv-811235/id_rsa Username:docker}
	I0407 13:01:46.745309  856065 ssh_runner.go:195] Run: cat /etc/os-release
	I0407 13:01:46.748745  856065 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0407 13:01:46.748762  856065 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0407 13:01:46.748768  856065 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0407 13:01:46.748774  856065 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0407 13:01:46.748784  856065 filesync.go:126] Scanning /home/jenkins/minikube-integration/20598-821510/.minikube/addons for local assets ...
	I0407 13:01:46.748838  856065 filesync.go:126] Scanning /home/jenkins/minikube-integration/20598-821510/.minikube/files for local assets ...
	I0407 13:01:46.748857  856065 start.go:296] duration metric: took 110.989182ms for postStartSetup
	I0407 13:01:46.749140  856065 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" dockerenv-811235
	I0407 13:01:46.767458  856065 profile.go:143] Saving config to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/config.json ...
	I0407 13:01:46.767705  856065 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0407 13:01:46.767742  856065 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-811235
	I0407 13:01:46.786917  856065 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33148 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/dockerenv-811235/id_rsa Username:docker}
	I0407 13:01:46.876343  856065 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0407 13:01:46.880708  856065 start.go:128] duration metric: took 7.045647565s to createHost
	I0407 13:01:46.880732  856065 start.go:83] releasing machines lock for "dockerenv-811235", held for 7.045808004s
	I0407 13:01:46.880801  856065 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" dockerenv-811235
	I0407 13:01:46.898856  856065 ssh_runner.go:195] Run: cat /version.json
	I0407 13:01:46.898879  856065 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0407 13:01:46.898894  856065 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-811235
	I0407 13:01:46.898933  856065 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-811235
	I0407 13:01:46.918467  856065 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33148 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/dockerenv-811235/id_rsa Username:docker}
	I0407 13:01:46.920120  856065 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33148 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/dockerenv-811235/id_rsa Username:docker}
	I0407 13:01:47.076420  856065 ssh_runner.go:195] Run: systemctl --version
	I0407 13:01:47.080820  856065 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0407 13:01:47.085227  856065 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 "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0407 13:01:47.108173  856065 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0407 13:01:47.108239  856065 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" ;
	I0407 13:01:47.134867  856065 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0407 13:01:47.134886  856065 start.go:495] detecting cgroup driver to use...
	I0407 13:01:47.134924  856065 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0407 13:01:47.134977  856065 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0407 13:01:47.147004  856065 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0407 13:01:47.157854  856065 docker.go:217] disabling cri-docker service (if available) ...
	I0407 13:01:47.157915  856065 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0407 13:01:47.170478  856065 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0407 13:01:47.183766  856065 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0407 13:01:47.267206  856065 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0407 13:01:47.351130  856065 docker.go:233] disabling docker service ...
	I0407 13:01:47.351194  856065 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0407 13:01:47.372680  856065 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0407 13:01:47.384206  856065 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0407 13:01:47.466541  856065 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0407 13:01:47.542008  856065 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0407 13:01:47.553410  856065 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0407 13:01:47.569270  856065 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10"|' /etc/containerd/config.toml"
	I0407 13:01:47.579079  856065 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0407 13:01:47.588772  856065 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
	I0407 13:01:47.588828  856065 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
	I0407 13:01:47.598346  856065 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0407 13:01:47.607846  856065 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0407 13:01:47.617109  856065 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0407 13:01:47.626613  856065 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0407 13:01:47.635266  856065 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0407 13:01:47.644509  856065 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0407 13:01:47.653792  856065 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0407 13:01:47.663785  856065 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0407 13:01:47.671835  856065 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0407 13:01:47.680648  856065 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0407 13:01:47.749647  856065 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0407 13:01:47.861206  856065 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0407 13:01:47.861265  856065 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0407 13:01:47.865384  856065 start.go:563] Will wait 60s for crictl version
	I0407 13:01:47.865438  856065 ssh_runner.go:195] Run: which crictl
	I0407 13:01:47.868652  856065 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0407 13:01:47.902607  856065 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0407 13:01:47.902655  856065 ssh_runner.go:195] Run: containerd --version
	I0407 13:01:47.926795  856065 ssh_runner.go:195] Run: containerd --version
	I0407 13:01:47.953874  856065 out.go:177] * Preparing Kubernetes v1.32.2 on containerd 1.7.27 ...
	I0407 13:01:47.955217  856065 cli_runner.go:164] Run: docker network inspect dockerenv-811235 --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}}]}"
	I0407 13:01:47.972627  856065 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0407 13:01:47.976851  856065 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""
	I0407 13:01:47.987421  856065 kubeadm.go:883] updating cluster {Name:dockerenv-811235 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:dockerenv-811235 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APISe
rverNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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: StaticI
P: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0407 13:01:47.987534  856065 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
	I0407 13:01:47.987579  856065 ssh_runner.go:195] Run: sudo crictl images --output json
	I0407 13:01:48.020945  856065 containerd.go:627] all images are preloaded for containerd runtime.
	I0407 13:01:48.020957  856065 containerd.go:534] Images already preloaded, skipping extraction
	I0407 13:01:48.021008  856065 ssh_runner.go:195] Run: sudo crictl images --output json
	I0407 13:01:48.053722  856065 containerd.go:627] all images are preloaded for containerd runtime.
	I0407 13:01:48.053737  856065 cache_images.go:84] Images are preloaded, skipping loading
	I0407 13:01:48.053746  856065 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.2 containerd true true} ...
	I0407 13:01:48.053895  856065 kubeadm.go:946] kubelet [Unit]
	Wants=containerd.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.32.2/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=dockerenv-811235 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.32.2 ClusterName:dockerenv-811235 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0407 13:01:48.053959  856065 ssh_runner.go:195] Run: sudo crictl info
	I0407 13:01:48.086788  856065 cni.go:84] Creating CNI manager for ""
	I0407 13:01:48.086801  856065 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0407 13:01:48.086814  856065 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0407 13:01:48.086834  856065 kubeadm.go:189] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.32.2 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:dockerenv-811235 NodeName:dockerenv-811235 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.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 StaticPodPat
h:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0407 13:01:48.086943  856065 kubeadm.go:195] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: unix:///run/containerd/containerd.sock
	  name: "dockerenv-811235"
	  kubeletExtraArgs:
	    - name: "node-ip"
	      value: "192.168.49.2"
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    - name: "enable-admission-plugins"
	      value: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    - name: "allocate-node-cidrs"
	      value: "true"
	    - name: "leader-elect"
	      value: "false"
	scheduler:
	  extraArgs:
	    - name: "leader-elect"
	      value: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      - name: "proxy-refresh-interval"
	        value: "70000"
	kubernetesVersion: v1.32.2
	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:///run/containerd/containerd.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
	
	I0407 13:01:48.087002  856065 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.2
	I0407 13:01:48.095825  856065 binaries.go:44] Found k8s binaries, skipping transfer
	I0407 13:01:48.095872  856065 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0407 13:01:48.104171  856065 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (320 bytes)
	I0407 13:01:48.120692  856065 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0407 13:01:48.137471  856065 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2306 bytes)
	I0407 13:01:48.154837  856065 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0407 13:01:48.158356  856065 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""
	I0407 13:01:48.168840  856065 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0407 13:01:48.237466  856065 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0407 13:01:48.250535  856065 certs.go:68] Setting up /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235 for IP: 192.168.49.2
	I0407 13:01:48.250551  856065 certs.go:194] generating shared ca certs ...
	I0407 13:01:48.250578  856065 certs.go:226] acquiring lock for ca certs: {Name:mk6a74ec6effe97d3cd7b0c9ad240ae641340c38 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 13:01:48.250735  856065 certs.go:235] skipping valid "minikubeCA" ca cert: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key
	I0407 13:01:48.250774  856065 certs.go:235] skipping valid "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key
	I0407 13:01:48.250780  856065 certs.go:256] generating profile certs ...
	I0407 13:01:48.250839  856065 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/client.key
	I0407 13:01:48.250850  856065 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/client.crt with IP's: []
	I0407 13:01:48.696386  856065 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/client.crt ...
	I0407 13:01:48.696407  856065 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/client.crt: {Name:mk5e907b24390e87aa9633102afd8a617f1a210a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 13:01:48.696591  856065 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/client.key ...
	I0407 13:01:48.696598  856065 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/client.key: {Name:mk24ee221333b1a5634a41c797f3783bd6764fb6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 13:01:48.696679  856065 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.key.eeb2c7f2
	I0407 13:01:48.696694  856065 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.crt.eeb2c7f2 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0407 13:01:48.823182  856065 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.crt.eeb2c7f2 ...
	I0407 13:01:48.823201  856065 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.crt.eeb2c7f2: {Name:mk3ccb7685ff7ab13c447181ea024eb16c7e1dbe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 13:01:48.823385  856065 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.key.eeb2c7f2 ...
	I0407 13:01:48.823393  856065 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.key.eeb2c7f2: {Name:mkf515c53c6c64392e6a4b9047645c6363452e8e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 13:01:48.823461  856065 certs.go:381] copying /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.crt.eeb2c7f2 -> /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.crt
	I0407 13:01:48.823528  856065 certs.go:385] copying /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.key.eeb2c7f2 -> /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.key
	I0407 13:01:48.823573  856065 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/proxy-client.key
	I0407 13:01:48.823583  856065 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/proxy-client.crt with IP's: []
	I0407 13:01:48.979488  856065 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/proxy-client.crt ...
	I0407 13:01:48.979505  856065 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/proxy-client.crt: {Name:mk82e70a97278c9460116c935714b80187f5ab3c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 13:01:48.979679  856065 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/proxy-client.key ...
	I0407 13:01:48.979686  856065 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/proxy-client.key: {Name:mk98c953bbc462e76a741bdae5efc6140ce0b783 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 13:01:48.979861  856065 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca-key.pem (1679 bytes)
	I0407 13:01:48.979890  856065 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/ca.pem (1078 bytes)
	I0407 13:01:48.979908  856065 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/cert.pem (1123 bytes)
	I0407 13:01:48.979926  856065 certs.go:484] found cert: /home/jenkins/minikube-integration/20598-821510/.minikube/certs/key.pem (1675 bytes)
	I0407 13:01:48.980544  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0407 13:01:49.005188  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0407 13:01:49.028357  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0407 13:01:49.051427  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0407 13:01:49.073863  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1424 bytes)
	I0407 13:01:49.096186  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0407 13:01:49.119147  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0407 13:01:49.141483  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/dockerenv-811235/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0407 13:01:49.165259  856065 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0407 13:01:49.188073  856065 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0407 13:01:49.204988  856065 ssh_runner.go:195] Run: openssl version
	I0407 13:01:49.210246  856065 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"
	I0407 13:01:49.220274  856065 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0407 13:01:49.223799  856065 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Apr  7 12:49 /usr/share/ca-certificates/minikubeCA.pem
	I0407 13:01:49.223847  856065 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0407 13:01:49.230678  856065 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"
	I0407 13:01:49.239460  856065 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0407 13:01:49.242688  856065 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
	I0407 13:01:49.242725  856065 kubeadm.go:392] StartCluster: {Name:dockerenv-811235 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:dockerenv-811235 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServe
rNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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}
	I0407 13:01:49.242803  856065 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0407 13:01:49.242845  856065 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0407 13:01:49.277481  856065 cri.go:89] found id: ""
	I0407 13:01:49.277538  856065 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0407 13:01:49.286715  856065 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0407 13:01:49.295463  856065 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0407 13:01:49.295515  856065 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
	I0407 13:01:49.303655  856065 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
	I0407 13:01:49.303664  856065 kubeadm.go:157] found existing configuration files:
	
	I0407 13:01:49.303716  856065 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0407 13:01:49.311928  856065 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
	I0407 13:01:49.311975  856065 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0407 13:01:49.319869  856065 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0407 13:01:49.327777  856065 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
	I0407 13:01:49.327814  856065 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0407 13:01:49.335360  856065 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0407 13:01:49.343168  856065 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
	I0407 13:01:49.343216  856065 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0407 13:01:49.350787  856065 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0407 13:01:49.358697  856065 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
	I0407 13:01:49.358741  856065 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0407 13:01:49.367165  856065 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.2:$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"
	I0407 13:01:49.405394  856065 kubeadm.go:310] [init] Using Kubernetes version: v1.32.2
	I0407 13:01:49.405487  856065 kubeadm.go:310] [preflight] Running pre-flight checks
	I0407 13:01:49.422336  856065 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0407 13:01:49.422438  856065 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1078-gcp
	I0407 13:01:49.422495  856065 kubeadm.go:310] OS: Linux
	I0407 13:01:49.422551  856065 kubeadm.go:310] CGROUPS_CPU: enabled
	I0407 13:01:49.422618  856065 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0407 13:01:49.422715  856065 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0407 13:01:49.422783  856065 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0407 13:01:49.422845  856065 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0407 13:01:49.422926  856065 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0407 13:01:49.422974  856065 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0407 13:01:49.423030  856065 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0407 13:01:49.423117  856065 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0407 13:01:49.477865  856065 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0407 13:01:49.477985  856065 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0407 13:01:49.478122  856065 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0407 13:01:49.485007  856065 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0407 13:01:49.488728  856065 out.go:235]   - Generating certificates and keys ...
	I0407 13:01:49.488868  856065 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0407 13:01:49.488959  856065 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0407 13:01:49.748881  856065 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0407 13:01:49.810366  856065 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0407 13:01:49.897494  856065 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0407 13:01:50.092851  856065 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0407 13:01:50.204989  856065 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0407 13:01:50.205128  856065 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [dockerenv-811235 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0407 13:01:50.373113  856065 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0407 13:01:50.373296  856065 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [dockerenv-811235 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0407 13:01:50.513148  856065 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0407 13:01:50.748261  856065 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0407 13:01:50.834846  856065 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0407 13:01:50.834937  856065 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0407 13:01:51.169413  856065 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0407 13:01:51.384786  856065 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0407 13:01:51.467131  856065 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0407 13:01:51.532648  856065 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0407 13:01:51.601747  856065 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0407 13:01:51.602146  856065 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0407 13:01:51.604648  856065 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0407 13:01:51.607072  856065 out.go:235]   - Booting up control plane ...
	I0407 13:01:51.607187  856065 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0407 13:01:51.607269  856065 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0407 13:01:51.607337  856065 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0407 13:01:51.616278  856065 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0407 13:01:51.621935  856065 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0407 13:01:51.622009  856065 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0407 13:01:51.705731  856065 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0407 13:01:51.705860  856065 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0407 13:01:52.207476  856065 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 501.841002ms
	I0407 13:01:52.207602  856065 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0407 13:01:56.709664  856065 kubeadm.go:310] [api-check] The API server is healthy after 4.502156447s
	I0407 13:01:56.720838  856065 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0407 13:01:56.731129  856065 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0407 13:01:56.746801  856065 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0407 13:01:56.747036  856065 kubeadm.go:310] [mark-control-plane] Marking the node dockerenv-811235 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0407 13:01:56.754314  856065 kubeadm.go:310] [bootstrap-token] Using token: 0zdddo.s7a62ozz4l6wcuvk
	I0407 13:01:56.755836  856065 out.go:235]   - Configuring RBAC rules ...
	I0407 13:01:56.755952  856065 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0407 13:01:56.761193  856065 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0407 13:01:56.767815  856065 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
	I0407 13:01:56.770348  856065 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0407 13:01:56.772790  856065 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0407 13:01:56.775235  856065 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0407 13:01:57.115911  856065 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0407 13:01:57.542931  856065 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0407 13:01:58.115802  856065 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0407 13:01:58.116677  856065 kubeadm.go:310] 
	I0407 13:01:58.116759  856065 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0407 13:01:58.116763  856065 kubeadm.go:310] 
	I0407 13:01:58.116827  856065 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0407 13:01:58.116830  856065 kubeadm.go:310] 
	I0407 13:01:58.116850  856065 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0407 13:01:58.116900  856065 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0407 13:01:58.116941  856065 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0407 13:01:58.116943  856065 kubeadm.go:310] 
	I0407 13:01:58.116987  856065 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0407 13:01:58.116989  856065 kubeadm.go:310] 
	I0407 13:01:58.117034  856065 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0407 13:01:58.117037  856065 kubeadm.go:310] 
	I0407 13:01:58.117087  856065 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0407 13:01:58.117163  856065 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0407 13:01:58.117234  856065 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0407 13:01:58.117243  856065 kubeadm.go:310] 
	I0407 13:01:58.117327  856065 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0407 13:01:58.117401  856065 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0407 13:01:58.117407  856065 kubeadm.go:310] 
	I0407 13:01:58.117502  856065 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token 0zdddo.s7a62ozz4l6wcuvk \
	I0407 13:01:58.117638  856065 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:70b31bc585ec6212a6bfca403b6b71fdedcfb1a1a1fdfb0766b0b69f09699fc7 \
	I0407 13:01:58.117665  856065 kubeadm.go:310] 	--control-plane 
	I0407 13:01:58.117669  856065 kubeadm.go:310] 
	I0407 13:01:58.117795  856065 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0407 13:01:58.117802  856065 kubeadm.go:310] 
	I0407 13:01:58.117926  856065 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token 0zdddo.s7a62ozz4l6wcuvk \
	I0407 13:01:58.118056  856065 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:70b31bc585ec6212a6bfca403b6b71fdedcfb1a1a1fdfb0766b0b69f09699fc7 
	I0407 13:01:58.120949  856065 kubeadm.go:310] 	[WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
	I0407 13:01:58.121123  856065 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-1078-gcp\n", err: exit status 1
	I0407 13:01:58.121218  856065 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0407 13:01:58.121232  856065 cni.go:84] Creating CNI manager for ""
	I0407 13:01:58.121242  856065 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0407 13:01:58.123086  856065 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0407 13:01:58.124331  856065 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0407 13:01:58.128144  856065 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.2/kubectl ...
	I0407 13:01:58.128153  856065 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0407 13:01:58.146617  856065 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0407 13:01:58.346777  856065 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0407 13:01:58.346904  856065 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0407 13:01:58.346967  856065 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes dockerenv-811235 minikube.k8s.io/updated_at=2025_04_07T13_01_58_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=5cf7512d5a64c8581140916e82b849633d870277 minikube.k8s.io/name=dockerenv-811235 minikube.k8s.io/primary=true
	I0407 13:01:58.354231  856065 ops.go:34] apiserver oom_adj: -16
	I0407 13:01:58.443954  856065 kubeadm.go:1113] duration metric: took 97.13314ms to wait for elevateKubeSystemPrivileges
	I0407 13:01:58.443984  856065 kubeadm.go:394] duration metric: took 9.201261753s to StartCluster
	I0407 13:01:58.444007  856065 settings.go:142] acquiring lock: {Name:mke2659b5c87589770b9bcc21112539bc47c433b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 13:01:58.444093  856065 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 13:01:58.445082  856065 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/kubeconfig: {Name:mk6cd3415e73e8e17006366409a4d89a3333886b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 13:01:58.445319  856065 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0407 13:01:58.445315  856065 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.2 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0407 13:01:58.445396  856065 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:false auto-pause:false cloud-spanner:false csi-hostpath-driver:false dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:false gvisor:false headlamp:false inaccel:false ingress:false ingress-dns:false inspektor-gadget:false istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:false nvidia-device-plugin:false nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:false registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:false volcano:false volumesnapshots:false yakd:false]
	I0407 13:01:58.445508  856065 addons.go:69] Setting default-storageclass=true in profile "dockerenv-811235"
	I0407 13:01:58.445510  856065 addons.go:69] Setting storage-provisioner=true in profile "dockerenv-811235"
	I0407 13:01:58.445526  856065 config.go:182] Loaded profile config "dockerenv-811235": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:01:58.445541  856065 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "dockerenv-811235"
	I0407 13:01:58.445541  856065 addons.go:238] Setting addon storage-provisioner=true in "dockerenv-811235"
	I0407 13:01:58.445572  856065 host.go:66] Checking if "dockerenv-811235" exists ...
	I0407 13:01:58.445944  856065 cli_runner.go:164] Run: docker container inspect dockerenv-811235 --format={{.State.Status}}
	I0407 13:01:58.446126  856065 cli_runner.go:164] Run: docker container inspect dockerenv-811235 --format={{.State.Status}}
	I0407 13:01:58.446998  856065 out.go:177] * Verifying Kubernetes components...
	I0407 13:01:58.448446  856065 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0407 13:01:58.473620  856065 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0407 13:01:58.475177  856065 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0407 13:01:58.475189  856065 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0407 13:01:58.475240  856065 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-811235
	I0407 13:01:58.475673  856065 addons.go:238] Setting addon default-storageclass=true in "dockerenv-811235"
	I0407 13:01:58.475703  856065 host.go:66] Checking if "dockerenv-811235" exists ...
	I0407 13:01:58.476031  856065 cli_runner.go:164] Run: docker container inspect dockerenv-811235 --format={{.State.Status}}
	I0407 13:01:58.494160  856065 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0407 13:01:58.494173  856065 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0407 13:01:58.494243  856065 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-811235
	I0407 13:01:58.494494  856065 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33148 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/dockerenv-811235/id_rsa Username:docker}
	I0407 13:01:58.512195  856065 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33148 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/dockerenv-811235/id_rsa Username:docker}
	I0407 13:01:58.654784  856065 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.32.2/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0407 13:01:58.657909  856065 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0407 13:01:58.740601  856065 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0407 13:01:58.740891  856065 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.2/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0407 13:01:59.050289  856065 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0407 13:01:59.051204  856065 api_server.go:52] waiting for apiserver process to appear ...
	I0407 13:01:59.051251  856065 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0407 13:01:59.234445  856065 api_server.go:72] duration metric: took 789.105936ms to wait for apiserver process to appear ...
	I0407 13:01:59.234462  856065 api_server.go:88] waiting for apiserver healthz status ...
	I0407 13:01:59.234479  856065 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0407 13:01:59.238647  856065 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0407 13:01:59.239468  856065 api_server.go:141] control plane version: v1.32.2
	I0407 13:01:59.239484  856065 api_server.go:131] duration metric: took 5.016093ms to wait for apiserver health ...
	I0407 13:01:59.239493  856065 system_pods.go:43] waiting for kube-system pods to appear ...
	I0407 13:01:59.241475  856065 out.go:177] * Enabled addons: storage-provisioner, default-storageclass
	I0407 13:01:59.241906  856065 system_pods.go:59] 5 kube-system pods found
	I0407 13:01:59.241924  856065 system_pods.go:61] "etcd-dockerenv-811235" [0f792805-56ee-437c-9bd7-a61d103acde0] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0407 13:01:59.241932  856065 system_pods.go:61] "kube-apiserver-dockerenv-811235" [63a25095-2e8b-4042-9457-87d17e2093cf] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0407 13:01:59.241938  856065 system_pods.go:61] "kube-controller-manager-dockerenv-811235" [399fe7d4-4234-4e36-a25d-f4f39b47e992] Running / Ready:ContainersNotReady (containers with unready status: [kube-controller-manager]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-controller-manager])
	I0407 13:01:59.241967  856065 system_pods.go:61] "kube-scheduler-dockerenv-811235" [039794b5-5d84-4d30-ad42-c96546293564] Running / Ready:ContainersNotReady (containers with unready status: [kube-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-scheduler])
	I0407 13:01:59.241972  856065 system_pods.go:61] "storage-provisioner" [ff6c2340-0584-4637-bfb1-7368e36ddb47] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.)
	I0407 13:01:59.241978  856065 system_pods.go:74] duration metric: took 2.480983ms to wait for pod list to return data ...
	I0407 13:01:59.241986  856065 kubeadm.go:582] duration metric: took 796.653065ms to wait for: map[apiserver:true system_pods:true]
	I0407 13:01:59.241996  856065 node_conditions.go:102] verifying NodePressure condition ...
	I0407 13:01:59.242697  856065 addons.go:514] duration metric: took 797.300516ms for enable addons: enabled=[storage-provisioner default-storageclass]
	I0407 13:01:59.243947  856065 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0407 13:01:59.243968  856065 node_conditions.go:123] node cpu capacity is 8
	I0407 13:01:59.243978  856065 node_conditions.go:105] duration metric: took 1.97908ms to run NodePressure ...
	I0407 13:01:59.243987  856065 start.go:241] waiting for startup goroutines ...
	I0407 13:01:59.554541  856065 kapi.go:214] "coredns" deployment in "kube-system" namespace and "dockerenv-811235" context rescaled to 1 replicas
	I0407 13:01:59.554571  856065 start.go:246] waiting for cluster config update ...
	I0407 13:01:59.554581  856065 start.go:255] writing updated cluster config ...
	I0407 13:01:59.554853  856065 ssh_runner.go:195] Run: rm -f paused
	I0407 13:01:59.606331  856065 start.go:600] kubectl: 1.32.3, cluster: 1.32.2 (minor skew: 0)
	I0407 13:01:59.608510  856065 out.go:177] * Done! kubectl is now configured to use "dockerenv-811235" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	5e769c042da5b       df3849d954c98       8 seconds ago       Running             kindnet-cni               0                   4ae85a3aaffd9       kindnet-hj84w
	ba2b6b51d51c8       6e38f40d628db       10 seconds ago      Running             storage-provisioner       0                   d80edeaade436       storage-provisioner
	884bfa18c27cb       f1332858868e1       11 seconds ago      Running             kube-proxy                0                   282936f1504ec       kube-proxy-mxlxc
	5293f1fd1ff10       d8e673e7c9983       21 seconds ago      Running             kube-scheduler            0                   01b9bf2ee7659       kube-scheduler-dockerenv-811235
	d4bd99d55879f       a9e7e6b294baf       21 seconds ago      Running             etcd                      0                   dd9f833a54671       etcd-dockerenv-811235
	450fecb8bec1a       b6a454c5a800d       21 seconds ago      Running             kube-controller-manager   0                   108236911eae2       kube-controller-manager-dockerenv-811235
	fad743707a303       85b7a174738ba       21 seconds ago      Running             kube-apiserver            0                   d94f9365e82d4       kube-apiserver-dockerenv-811235
	
	
	==> containerd <==
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.479015876Z" level=info msg="CreateContainer within sandbox \"282936f1504ec2d0050ea0c5f6667595afe64e82ab5a8cea2f00f916e312a278\" for container &ContainerMetadata{Name:kube-proxy,Attempt:0,}"
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.483161470Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:storage-provisioner,Uid:ff6c2340-0584-4637-bfb1-7368e36ddb47,Namespace:kube-system,Attempt:0,}"
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.490776375Z" level=info msg="CreateContainer within sandbox \"282936f1504ec2d0050ea0c5f6667595afe64e82ab5a8cea2f00f916e312a278\" for &ContainerMetadata{Name:kube-proxy,Attempt:0,} returns container id \"884bfa18c27cb4999a7ff0b46ebff6b920159b8d983ef45819439654c77d1a02\""
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.491474200Z" level=info msg="StartContainer for \"884bfa18c27cb4999a7ff0b46ebff6b920159b8d983ef45819439654c77d1a02\""
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.567652391Z" level=info msg="StartContainer for \"884bfa18c27cb4999a7ff0b46ebff6b920159b8d983ef45819439654c77d1a02\" returns successfully"
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.576793998Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:storage-provisioner,Uid:ff6c2340-0584-4637-bfb1-7368e36ddb47,Namespace:kube-system,Attempt:0,} returns sandbox id \"d80edeaade436cbcaac45cc3d39e0fc9f84f7a7079efd62c23d9d080ea6e82a1\""
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.581016352Z" level=info msg="CreateContainer within sandbox \"d80edeaade436cbcaac45cc3d39e0fc9f84f7a7079efd62c23d9d080ea6e82a1\" for container &ContainerMetadata{Name:storage-provisioner,Attempt:0,}"
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.626079994Z" level=info msg="CreateContainer within sandbox \"d80edeaade436cbcaac45cc3d39e0fc9f84f7a7079efd62c23d9d080ea6e82a1\" for &ContainerMetadata{Name:storage-provisioner,Attempt:0,} returns container id \"ba2b6b51d51c80a9adbddc6c57fe8e9fd6e2c4719425a0b962f04971f5571677\""
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.626854769Z" level=info msg="StartContainer for \"ba2b6b51d51c80a9adbddc6c57fe8e9fd6e2c4719425a0b962f04971f5571677\""
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.671889285Z" level=info msg="StartContainer for \"ba2b6b51d51c80a9adbddc6c57fe8e9fd6e2c4719425a0b962f04971f5571677\" returns successfully"
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.738447232Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kindnet-hj84w,Uid:dfe10b60-301f-4647-9ce2-013004bc409f,Namespace:kube-system,Attempt:0,} returns sandbox id \"4ae85a3aaffd990a8bbbe32a9c8b1be25828bcf094e76af5b2df25cdee951095\""
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.740329685Z" level=info msg="PullImage \"docker.io/kindest/kindnetd:v20250214-acbabc1a\""
	Apr 07 13:02:03 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:03.742150285Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:02:04 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:04.264645631Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:02:06 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:06.074871333Z" level=info msg="ImageCreate event name:\"docker.io/kindest/kindnetd:v20250214-acbabc1a\"  labels:{key:\"io.cri-containerd.image\"  value:\"managed\"}"
	Apr 07 13:02:06 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:06.075636206Z" level=info msg="stop pulling image docker.io/kindest/kindnetd:v20250214-acbabc1a: active requests=0, bytes read=27521633"
	Apr 07 13:02:06 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:06.076929966Z" level=info msg="ImageCreate event name:\"sha256:df3849d954c98a7162c7bee7313ece357606e313d98ebd68b7aac5e961b1156f\"  labels:{key:\"io.cri-containerd.image\"  value:\"managed\"}"
	Apr 07 13:02:06 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:06.079183255Z" level=info msg="ImageCreate event name:\"docker.io/kindest/kindnetd@sha256:e3c42406b0806c1f7e8a66838377936cbd2cdfd94d9b26a3eefedada8713d495\"  labels:{key:\"io.cri-containerd.image\"  value:\"managed\"}"
	Apr 07 13:02:06 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:06.079630618Z" level=info msg="Pulled image \"docker.io/kindest/kindnetd:v20250214-acbabc1a\" with image id \"sha256:df3849d954c98a7162c7bee7313ece357606e313d98ebd68b7aac5e961b1156f\", repo tag \"docker.io/kindest/kindnetd:v20250214-acbabc1a\", repo digest \"docker.io/kindest/kindnetd@sha256:e3c42406b0806c1f7e8a66838377936cbd2cdfd94d9b26a3eefedada8713d495\", size \"38996835\" in 2.33926165s"
	Apr 07 13:02:06 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:06.079669668Z" level=info msg="PullImage \"docker.io/kindest/kindnetd:v20250214-acbabc1a\" returns image reference \"sha256:df3849d954c98a7162c7bee7313ece357606e313d98ebd68b7aac5e961b1156f\""
	Apr 07 13:02:06 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:06.081871431Z" level=info msg="CreateContainer within sandbox \"4ae85a3aaffd990a8bbbe32a9c8b1be25828bcf094e76af5b2df25cdee951095\" for container &ContainerMetadata{Name:kindnet-cni,Attempt:0,}"
	Apr 07 13:02:06 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:06.093631036Z" level=info msg="CreateContainer within sandbox \"4ae85a3aaffd990a8bbbe32a9c8b1be25828bcf094e76af5b2df25cdee951095\" for &ContainerMetadata{Name:kindnet-cni,Attempt:0,} returns container id \"5e769c042da5be702b0df61b8297e61766db1e827efcdbd30a9736327f98b715\""
	Apr 07 13:02:06 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:06.094254139Z" level=info msg="StartContainer for \"5e769c042da5be702b0df61b8297e61766db1e827efcdbd30a9736327f98b715\""
	Apr 07 13:02:06 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:06.143195675Z" level=info msg="StartContainer for \"5e769c042da5be702b0df61b8297e61766db1e827efcdbd30a9736327f98b715\" returns successfully"
	Apr 07 13:02:08 dockerenv-811235 containerd[882]: time="2025-04-07T13:02:08.013964734Z" level=info msg="No cni config template is specified, wait for other system components to drop the config."
	
	
	==> describe nodes <==
	Name:               dockerenv-811235
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=dockerenv-811235
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5cf7512d5a64c8581140916e82b849633d870277
	                    minikube.k8s.io/name=dockerenv-811235
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_04_07T13_01_58_0700
	                    minikube.k8s.io/version=v1.35.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 07 Apr 2025 13:01:55 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  dockerenv-811235
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 07 Apr 2025 13:02:07 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 07 Apr 2025 13:02:08 +0000   Mon, 07 Apr 2025 13:01:53 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 07 Apr 2025 13:02:08 +0000   Mon, 07 Apr 2025 13:01:53 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 07 Apr 2025 13:02:08 +0000   Mon, 07 Apr 2025 13:01:53 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 07 Apr 2025 13:02:08 +0000   Mon, 07 Apr 2025 13:01:55 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    dockerenv-811235
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859372Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859372Ki
	  pods:               110
	System Info:
	  Machine ID:                 8ceb6cd647984f049efcf2c0fe51d76d
	  System UUID:                c049895c-1093-4d8d-ae03-de9ab14a3f53
	  Boot ID:                    cee48746-bb10-4117-9b9f-795277d8ff8e
	  Kernel Version:             5.15.0-1078-gcp
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  containerd://1.7.27
	  Kubelet Version:            v1.32.2
	  Kube-Proxy Version:         v1.32.2
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (8 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  kube-system                 coredns-668d6bf9bc-vwbkh                    100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     12s
	  kube-system                 etcd-dockerenv-811235                       100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         17s
	  kube-system                 kindnet-hj84w                               100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      12s
	  kube-system                 kube-apiserver-dockerenv-811235             250m (3%)     0 (0%)      0 (0%)           0 (0%)         17s
	  kube-system                 kube-controller-manager-dockerenv-811235    200m (2%)     0 (0%)      0 (0%)           0 (0%)         17s
	  kube-system                 kube-proxy-mxlxc                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         12s
	  kube-system                 kube-scheduler-dockerenv-811235             100m (1%)     0 (0%)      0 (0%)           0 (0%)         17s
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         15s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (10%)  100m (1%)
	  memory             220Mi (0%)  220Mi (0%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age   From             Message
	  ----     ------                   ----  ----             -------
	  Normal   Starting                 10s   kube-proxy       
	  Normal   Starting                 17s   kubelet          Starting kubelet.
	  Warning  CgroupV1                 17s   kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeAllocatableEnforced  17s   kubelet          Updated Node Allocatable limit across pods
	  Normal   NodeHasSufficientMemory  17s   kubelet          Node dockerenv-811235 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    17s   kubelet          Node dockerenv-811235 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     17s   kubelet          Node dockerenv-811235 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           13s   node-controller  Node dockerenv-811235 event: Registered Node dockerenv-811235 in Controller
	
	
	==> dmesg <==
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 16 11 57 d2 71 76 08 06
	[  +0.000399] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff 06 3e c5 55 df 1a 08 06
	[  +0.822515] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff b6 63 b5 15 7f 1c 08 06
	[  +0.090182] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 06 58 f3 43 18 b1 08 06
	[ +23.006133] IPv4: martian source 10.244.0.2 from 10.244.0.2, on dev cni0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[  +0.573091] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[ +15.649554] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff f6 8c 76 17 f3 6c 08 06
	[  +0.000371] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[Apr 7 12:47] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 0a 28 1d 35 8c 06 08 06
	[  +6.658484] IPv4: martian source 10.244.0.1 from 10.244.0.4, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 5e 5b 93 b9 6b be 08 06
	[  +0.000410] IPv4: martian source 10.244.0.4 from 10.244.0.2, on dev eth0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff b6 63 b5 15 7f 1c 08 06
	[  +8.054228] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 8e 8b 13 be bd 58 08 06
	[ +20.803542] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 0a 28 1d 35 8c 06 08 06
	
	
	==> etcd [d4bd99d55879f7b66c872942187570b2e5116ca341d3efb2851698f038eb5952] <==
	{"level":"info","ts":"2025-04-07T13:01:53.125098Z","caller":"embed/etcd.go:729","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
	{"level":"info","ts":"2025-04-07T13:01:53.125202Z","caller":"embed/etcd.go:600","msg":"serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-04-07T13:01:53.125271Z","caller":"embed/etcd.go:572","msg":"cmux::serve","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-04-07T13:01:53.125937Z","caller":"embed/etcd.go:280","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
	{"level":"info","ts":"2025-04-07T13:01:53.125998Z","caller":"embed/etcd.go:871","msg":"serving metrics","address":"http://127.0.0.1:2381"}
	{"level":"info","ts":"2025-04-07T13:01:53.351484Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
	{"level":"info","ts":"2025-04-07T13:01:53.351548Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
	{"level":"info","ts":"2025-04-07T13:01:53.351569Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
	{"level":"info","ts":"2025-04-07T13:01:53.351610Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
	{"level":"info","ts":"2025-04-07T13:01:53.351625Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
	{"level":"info","ts":"2025-04-07T13:01:53.351638Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2025-04-07T13:01:53.351653Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2025-04-07T13:01:53.352562Z","caller":"etcdserver/server.go:2651","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T13:01:53.354232Z","caller":"etcdserver/server.go:2140","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:dockerenv-811235 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2025-04-07T13:01:53.354421Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-04-07T13:01:53.354664Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-04-07T13:01:53.354704Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-04-07T13:01:53.354450Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T13:01:53.354843Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T13:01:53.354880Z","caller":"etcdserver/server.go:2675","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T13:01:53.354462Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-04-07T13:01:53.355619Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T13:01:53.355619Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T13:01:53.356371Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2025-04-07T13:01:53.356660Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	
	
	==> kernel <==
	 13:02:14 up  6:44,  0 users,  load average: 0.49, 0.64, 1.34
	Linux dockerenv-811235 5.15.0-1078-gcp #87~20.04.1-Ubuntu SMP Mon Feb 24 10:23:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [5e769c042da5be702b0df61b8297e61766db1e827efcdbd30a9736327f98b715] <==
	I0407 13:02:06.320567       1 main.go:109] connected to apiserver: https://10.96.0.1:443
	I0407 13:02:06.320842       1 main.go:139] hostIP = 192.168.49.2
	podIP = 192.168.49.2
	I0407 13:02:06.321018       1 main.go:148] setting mtu 1500 for CNI 
	I0407 13:02:06.321040       1 main.go:178] kindnetd IP family: "ipv4"
	I0407 13:02:06.321058       1 main.go:182] noMask IPv4 subnets: [10.244.0.0/16]
	I0407 13:02:06.720090       1 controller.go:361] Starting controller kube-network-policies
	I0407 13:02:06.720111       1 controller.go:365] Waiting for informer caches to sync
	I0407 13:02:06.720119       1 shared_informer.go:313] Waiting for caches to sync for kube-network-policies
	I0407 13:02:07.020199       1 shared_informer.go:320] Caches are synced for kube-network-policies
	I0407 13:02:07.020233       1 metrics.go:61] Registering metrics
	I0407 13:02:07.020283       1 controller.go:401] Syncing nftables rules
	
	
	==> kube-apiserver [fad743707a3037c6d05e7dfd7da98dffbee7afecd2644711064a75ba2fba3800] <==
	I0407 13:01:55.221162       1 cache.go:32] Waiting for caches to sync for autoregister controller
	I0407 13:01:55.221188       1 cache.go:39] Caches are synced for autoregister controller
	I0407 13:01:55.221670       1 cache.go:39] Caches are synced for APIServiceRegistrationController controller
	I0407 13:01:55.221770       1 handler_discovery.go:451] Starting ResourceDiscoveryManager
	E0407 13:01:55.276628       1 controller.go:148] "Unhandled Error" err="while syncing ConfigMap \"kube-system/kube-apiserver-legacy-service-account-token-tracking\", err: namespaces \"kube-system\" not found" logger="UnhandledError"
	E0407 13:01:55.293976       1 controller.go:145] "Failed to ensure lease exists, will retry" err="namespaces \"kube-system\" not found" interval="200ms"
	I0407 13:01:55.320175       1 shared_informer.go:320] Caches are synced for *generic.policySource[*k8s.io/api/admissionregistration/v1.ValidatingAdmissionPolicy,*k8s.io/api/admissionregistration/v1.ValidatingAdmissionPolicyBinding,k8s.io/apiserver/pkg/admission/plugin/policy/validating.Validator]
	I0407 13:01:55.320218       1 policy_source.go:240] refreshing policies
	I0407 13:01:55.324385       1 controller.go:615] quota admission added evaluator for: namespaces
	I0407 13:01:55.497254       1 controller.go:615] quota admission added evaluator for: leases.coordination.k8s.io
	I0407 13:01:56.080388       1 storage_scheduling.go:95] created PriorityClass system-node-critical with value 2000001000
	I0407 13:01:56.084044       1 storage_scheduling.go:95] created PriorityClass system-cluster-critical with value 2000000000
	I0407 13:01:56.084067       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	I0407 13:01:56.552770       1 controller.go:615] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0407 13:01:56.587602       1 controller.go:615] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0407 13:01:56.627537       1 alloc.go:330] "allocated clusterIPs" service="default/kubernetes" clusterIPs={"IPv4":"10.96.0.1"}
	W0407 13:01:56.633289       1 lease.go:265] Resetting endpoints for master service "kubernetes" to [192.168.49.2]
	I0407 13:01:56.634298       1 controller.go:615] quota admission added evaluator for: endpoints
	I0407 13:01:56.639027       1 controller.go:615] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0407 13:01:57.144214       1 controller.go:615] quota admission added evaluator for: serviceaccounts
	I0407 13:01:57.532442       1 controller.go:615] quota admission added evaluator for: deployments.apps
	I0407 13:01:57.541884       1 alloc.go:330] "allocated clusterIPs" service="kube-system/kube-dns" clusterIPs={"IPv4":"10.96.0.10"}
	I0407 13:01:57.551876       1 controller.go:615] quota admission added evaluator for: daemonsets.apps
	I0407 13:02:02.495735       1 controller.go:615] quota admission added evaluator for: controllerrevisions.apps
	I0407 13:02:02.699447       1 controller.go:615] quota admission added evaluator for: replicasets.apps
	
	
	==> kube-controller-manager [450fecb8bec1ae14e5bd29397063feac3975a498da6ded91bc8a459d78c5c7cb] <==
	I0407 13:02:01.666423       1 shared_informer.go:320] Caches are synced for taint-eviction-controller
	I0407 13:02:01.672435       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="dockerenv-811235"
	I0407 13:02:01.673509       1 shared_informer.go:320] Caches are synced for endpoint_slice_mirroring
	I0407 13:02:01.684744       1 shared_informer.go:320] Caches are synced for garbage collector
	I0407 13:02:01.684777       1 garbagecollector.go:154] "Garbage collector: all resource monitors have synced" logger="garbage-collector-controller"
	I0407 13:02:01.684787       1 garbagecollector.go:157] "Proceeding to collect garbage" logger="garbage-collector-controller"
	I0407 13:02:01.693069       1 shared_informer.go:320] Caches are synced for certificate-csrapproving
	I0407 13:02:01.693451       1 shared_informer.go:320] Caches are synced for persistent volume
	I0407 13:02:01.693464       1 shared_informer.go:320] Caches are synced for GC
	I0407 13:02:01.693565       1 shared_informer.go:320] Caches are synced for expand
	I0407 13:02:01.693608       1 shared_informer.go:320] Caches are synced for deployment
	I0407 13:02:01.693703       1 shared_informer.go:320] Caches are synced for crt configmap
	I0407 13:02:01.693804       1 shared_informer.go:320] Caches are synced for attach detach
	I0407 13:02:01.693895       1 shared_informer.go:320] Caches are synced for PV protection
	I0407 13:02:01.695403       1 shared_informer.go:320] Caches are synced for job
	I0407 13:02:01.719349       1 shared_informer.go:320] Caches are synced for resource quota
	I0407 13:02:01.719437       1 shared_informer.go:320] Caches are synced for garbage collector
	I0407 13:02:01.719366       1 shared_informer.go:320] Caches are synced for resource quota
	I0407 13:02:01.719401       1 shared_informer.go:320] Caches are synced for namespace
	I0407 13:02:02.549921       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="dockerenv-811235"
	I0407 13:02:02.806502       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="103.536008ms"
	I0407 13:02:02.815010       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="8.444376ms"
	I0407 13:02:02.815203       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="100.252µs"
	I0407 13:02:02.820697       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="84.039µs"
	I0407 13:02:08.023162       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="dockerenv-811235"
	
	
	==> kube-proxy [884bfa18c27cb4999a7ff0b46ebff6b920159b8d983ef45819439654c77d1a02] <==
	I0407 13:02:03.640388       1 server_linux.go:66] "Using iptables proxy"
	I0407 13:02:03.751469       1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0407 13:02:03.751543       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`"
	I0407 13:02:03.770726       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0407 13:02:03.770784       1 server_linux.go:170] "Using iptables Proxier"
	I0407 13:02:03.772731       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"
	I0407 13:02:03.773152       1 server.go:497] "Version info" version="v1.32.2"
	I0407 13:02:03.773184       1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0407 13:02:03.774787       1 config.go:199] "Starting service config controller"
	I0407 13:02:03.774810       1 config.go:105] "Starting endpoint slice config controller"
	I0407 13:02:03.774837       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0407 13:02:03.774836       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0407 13:02:03.774905       1 config.go:329] "Starting node config controller"
	I0407 13:02:03.774939       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0407 13:02:03.875617       1 shared_informer.go:320] Caches are synced for service config
	I0407 13:02:03.875630       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0407 13:02:03.875682       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [5293f1fd1ff10b6dc18833af25c4c838fb8d9834cb680bf1be7ec46260d5418d] <==
	E0407 13:01:55.242538       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	E0407 13:01:55.242561       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 13:01:55.242542       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0407 13:01:55.242666       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0407 13:01:55.242586       1 reflector.go:569] 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
	E0407 13:01:55.242696       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0407 13:01:55.242691       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	W0407 13:01:55.242600       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0407 13:01:55.242720       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	E0407 13:01:55.242726       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User \"system:kube-scheduler\" cannot list resource \"poddisruptionbudgets\" in API group \"policy\" at the cluster scope" logger="UnhandledError"
	W0407 13:01:56.089515       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0407 13:01:56.089571       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicationcontrollers\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 13:01:56.109187       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0407 13:01:56.109241       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 13:01:56.158866       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	E0407 13:01:56.158909       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0407 13:01:56.192307       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0407 13:01:56.192361       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0407 13:01:56.194299       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0407 13:01:56.194339       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 13:01:56.240285       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0407 13:01:56.240332       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0407 13:01:56.550410       1 reflector.go:569] runtime/asm_amd64.s:1700: 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"
	E0407 13:01:56.550457       1 reflector.go:166] "Unhandled Error" err="runtime/asm_amd64.s:1700: 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"
	I0407 13:01:59.140004       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: I0407 13:02:02.549936    1624 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-wkcw5\" (UniqueName: \"kubernetes.io/projected/ffb168fb-6283-4582-ae03-57eb76ae762c-kube-api-access-wkcw5\") pod \"kube-proxy-mxlxc\" (UID: \"ffb168fb-6283-4582-ae03-57eb76ae762c\") " pod="kube-system/kube-proxy-mxlxc"
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: I0407 13:02:02.549964    1624 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"xtables-lock\" (UniqueName: \"kubernetes.io/host-path/dfe10b60-301f-4647-9ce2-013004bc409f-xtables-lock\") pod \"kindnet-hj84w\" (UID: \"dfe10b60-301f-4647-9ce2-013004bc409f\") " pod="kube-system/kindnet-hj84w"
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: I0407 13:02:02.549990    1624 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-fqtth\" (UniqueName: \"kubernetes.io/projected/dfe10b60-301f-4647-9ce2-013004bc409f-kube-api-access-fqtth\") pod \"kindnet-hj84w\" (UID: \"dfe10b60-301f-4647-9ce2-013004bc409f\") " pod="kube-system/kindnet-hj84w"
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: I0407 13:02:02.550019    1624 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-proxy\" (UniqueName: \"kubernetes.io/configmap/ffb168fb-6283-4582-ae03-57eb76ae762c-kube-proxy\") pod \"kube-proxy-mxlxc\" (UID: \"ffb168fb-6283-4582-ae03-57eb76ae762c\") " pod="kube-system/kube-proxy-mxlxc"
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: I0407 13:02:02.550058    1624 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"lib-modules\" (UniqueName: \"kubernetes.io/host-path/dfe10b60-301f-4647-9ce2-013004bc409f-lib-modules\") pod \"kindnet-hj84w\" (UID: \"dfe10b60-301f-4647-9ce2-013004bc409f\") " pod="kube-system/kindnet-hj84w"
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: I0407 13:02:02.550108    1624 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"lib-modules\" (UniqueName: \"kubernetes.io/host-path/ffb168fb-6283-4582-ae03-57eb76ae762c-lib-modules\") pod \"kube-proxy-mxlxc\" (UID: \"ffb168fb-6283-4582-ae03-57eb76ae762c\") " pod="kube-system/kube-proxy-mxlxc"
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: I0407 13:02:02.550130    1624 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"cni-cfg\" (UniqueName: \"kubernetes.io/host-path/dfe10b60-301f-4647-9ce2-013004bc409f-cni-cfg\") pod \"kindnet-hj84w\" (UID: \"dfe10b60-301f-4647-9ce2-013004bc409f\") " pod="kube-system/kindnet-hj84w"
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: E0407 13:02:02.657065    1624 projected.go:288] Couldn't get configMap kube-system/kube-root-ca.crt: configmap "kube-root-ca.crt" not found
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: E0407 13:02:02.657119    1624 projected.go:194] Error preparing data for projected volume kube-api-access-wkcw5 for pod kube-system/kube-proxy-mxlxc: configmap "kube-root-ca.crt" not found
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: E0407 13:02:02.657078    1624 projected.go:288] Couldn't get configMap kube-system/kube-root-ca.crt: configmap "kube-root-ca.crt" not found
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: E0407 13:02:02.657183    1624 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/projected/ffb168fb-6283-4582-ae03-57eb76ae762c-kube-api-access-wkcw5 podName:ffb168fb-6283-4582-ae03-57eb76ae762c nodeName:}" failed. No retries permitted until 2025-04-07 13:02:03.157156484 +0000 UTC m=+5.814445669 (durationBeforeRetry 500ms). Error: MountVolume.SetUp failed for volume "kube-api-access-wkcw5" (UniqueName: "kubernetes.io/projected/ffb168fb-6283-4582-ae03-57eb76ae762c-kube-api-access-wkcw5") pod "kube-proxy-mxlxc" (UID: "ffb168fb-6283-4582-ae03-57eb76ae762c") : configmap "kube-root-ca.crt" not found
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: E0407 13:02:02.657183    1624 projected.go:194] Error preparing data for projected volume kube-api-access-fqtth for pod kube-system/kindnet-hj84w: configmap "kube-root-ca.crt" not found
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: E0407 13:02:02.657222    1624 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/projected/dfe10b60-301f-4647-9ce2-013004bc409f-kube-api-access-fqtth podName:dfe10b60-301f-4647-9ce2-013004bc409f nodeName:}" failed. No retries permitted until 2025-04-07 13:02:03.157212956 +0000 UTC m=+5.814502122 (durationBeforeRetry 500ms). Error: MountVolume.SetUp failed for volume "kube-api-access-fqtth" (UniqueName: "kubernetes.io/projected/dfe10b60-301f-4647-9ce2-013004bc409f-kube-api-access-fqtth") pod "kindnet-hj84w" (UID: "dfe10b60-301f-4647-9ce2-013004bc409f") : configmap "kube-root-ca.crt" not found
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: I0407 13:02:02.852991    1624 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"config-volume\" (UniqueName: \"kubernetes.io/configmap/5c8bb7fe-20c9-4cd6-b0a8-0d8719009fb6-config-volume\") pod \"coredns-668d6bf9bc-vwbkh\" (UID: \"5c8bb7fe-20c9-4cd6-b0a8-0d8719009fb6\") " pod="kube-system/coredns-668d6bf9bc-vwbkh"
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: I0407 13:02:02.853096    1624 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-lv4vc\" (UniqueName: \"kubernetes.io/projected/5c8bb7fe-20c9-4cd6-b0a8-0d8719009fb6-kube-api-access-lv4vc\") pod \"coredns-668d6bf9bc-vwbkh\" (UID: \"5c8bb7fe-20c9-4cd6-b0a8-0d8719009fb6\") " pod="kube-system/coredns-668d6bf9bc-vwbkh"
	Apr 07 13:02:02 dockerenv-811235 kubelet[1624]: I0407 13:02:02.959496    1624 swap_util.go:74] "error creating dir to test if tmpfs noswap is enabled. Assuming not supported" mount path="" error="stat /var/lib/kubelet/plugins/kubernetes.io/empty-dir: no such file or directory"
	Apr 07 13:02:03 dockerenv-811235 kubelet[1624]: E0407 13:02:03.131670    1624 log.go:32] "RunPodSandbox from runtime service failed" err="rpc error: code = Unknown desc = failed to setup network for sandbox \"b87b558957c38106b4a7a8b56c448e02fe3520be17fecc0c175e4eb3f0fa26ab\": failed to find network info for sandbox \"b87b558957c38106b4a7a8b56c448e02fe3520be17fecc0c175e4eb3f0fa26ab\""
	Apr 07 13:02:03 dockerenv-811235 kubelet[1624]: E0407 13:02:03.131768    1624 kuberuntime_sandbox.go:72] "Failed to create sandbox for pod" err="rpc error: code = Unknown desc = failed to setup network for sandbox \"b87b558957c38106b4a7a8b56c448e02fe3520be17fecc0c175e4eb3f0fa26ab\": failed to find network info for sandbox \"b87b558957c38106b4a7a8b56c448e02fe3520be17fecc0c175e4eb3f0fa26ab\"" pod="kube-system/coredns-668d6bf9bc-vwbkh"
	Apr 07 13:02:03 dockerenv-811235 kubelet[1624]: E0407 13:02:03.131795    1624 kuberuntime_manager.go:1237] "CreatePodSandbox for pod failed" err="rpc error: code = Unknown desc = failed to setup network for sandbox \"b87b558957c38106b4a7a8b56c448e02fe3520be17fecc0c175e4eb3f0fa26ab\": failed to find network info for sandbox \"b87b558957c38106b4a7a8b56c448e02fe3520be17fecc0c175e4eb3f0fa26ab\"" pod="kube-system/coredns-668d6bf9bc-vwbkh"
	Apr 07 13:02:03 dockerenv-811235 kubelet[1624]: E0407 13:02:03.131851    1624 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"CreatePodSandbox\" for \"coredns-668d6bf9bc-vwbkh_kube-system(5c8bb7fe-20c9-4cd6-b0a8-0d8719009fb6)\" with CreatePodSandboxError: \"Failed to create sandbox for pod \\\"coredns-668d6bf9bc-vwbkh_kube-system(5c8bb7fe-20c9-4cd6-b0a8-0d8719009fb6)\\\": rpc error: code = Unknown desc = failed to setup network for sandbox \\\"b87b558957c38106b4a7a8b56c448e02fe3520be17fecc0c175e4eb3f0fa26ab\\\": failed to find network info for sandbox \\\"b87b558957c38106b4a7a8b56c448e02fe3520be17fecc0c175e4eb3f0fa26ab\\\"\"" pod="kube-system/coredns-668d6bf9bc-vwbkh" podUID="5c8bb7fe-20c9-4cd6-b0a8-0d8719009fb6"
	Apr 07 13:02:04 dockerenv-811235 kubelet[1624]: I0407 13:02:04.470962    1624 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/storage-provisioner" podStartSLOduration=5.470936512 podStartE2EDuration="5.470936512s" podCreationTimestamp="2025-04-07 13:01:59 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-04-07 13:02:04.470728079 +0000 UTC m=+7.128017265" watchObservedRunningTime="2025-04-07 13:02:04.470936512 +0000 UTC m=+7.128225725"
	Apr 07 13:02:04 dockerenv-811235 kubelet[1624]: I0407 13:02:04.480026    1624 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kube-proxy-mxlxc" podStartSLOduration=2.480006853 podStartE2EDuration="2.480006853s" podCreationTimestamp="2025-04-07 13:02:02 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-04-07 13:02:04.479752153 +0000 UTC m=+7.137041338" watchObservedRunningTime="2025-04-07 13:02:04.480006853 +0000 UTC m=+7.137296037"
	Apr 07 13:02:06 dockerenv-811235 kubelet[1624]: I0407 13:02:06.478250    1624 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kindnet-hj84w" podStartSLOduration=2.137323914 podStartE2EDuration="4.478227129s" podCreationTimestamp="2025-04-07 13:02:02 +0000 UTC" firstStartedPulling="2025-04-07 13:02:03.739687424 +0000 UTC m=+6.396976601" lastFinishedPulling="2025-04-07 13:02:06.080590636 +0000 UTC m=+8.737879816" observedRunningTime="2025-04-07 13:02:06.478157441 +0000 UTC m=+9.135446625" watchObservedRunningTime="2025-04-07 13:02:06.478227129 +0000 UTC m=+9.135516312"
	Apr 07 13:02:08 dockerenv-811235 kubelet[1624]: I0407 13:02:08.013196    1624 kuberuntime_manager.go:1702] "Updating runtime config through cri with podcidr" CIDR="10.244.0.0/24"
	Apr 07 13:02:08 dockerenv-811235 kubelet[1624]: I0407 13:02:08.014343    1624 kubelet_network.go:61] "Updating Pod CIDR" originalPodCIDR="" newPodCIDR="10.244.0.0/24"
	
	
	==> storage-provisioner [ba2b6b51d51c80a9adbddc6c57fe8e9fd6e2c4719425a0b962f04971f5571677] <==
	I0407 13:02:03.681706       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p dockerenv-811235 -n dockerenv-811235
helpers_test.go:261: (dbg) Run:  kubectl --context dockerenv-811235 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: coredns-668d6bf9bc-vwbkh
helpers_test.go:274: ======> post-mortem[TestDockerEnvContainerd]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context dockerenv-811235 describe pod coredns-668d6bf9bc-vwbkh
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context dockerenv-811235 describe pod coredns-668d6bf9bc-vwbkh: exit status 1 (62.071727ms)

                                                
                                                
** stderr ** 
	Error from server (NotFound): pods "coredns-668d6bf9bc-vwbkh" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context dockerenv-811235 describe pod coredns-668d6bf9bc-vwbkh: exit status 1
helpers_test.go:175: Cleaning up "dockerenv-811235" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p dockerenv-811235
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p dockerenv-811235: (1.92145307s)
--- FAIL: TestDockerEnvContainerd (37.75s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (189.05s)

                                                
                                                
=== 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" [96f35693-9825-4411-9aee-83b1185b2fa6] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.003693881s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-579166 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-579166 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-579166 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-579166 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" [fdee9360-2ee7-4985-817b-38cc28166156] Pending
helpers_test.go:344: "sp-pod" [fdee9360-2ee7-4985-817b-38cc28166156] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:329: TestFunctional/parallel/PersistentVolumeClaim: WARNING: pod list for "default" "test=storage-provisioner" returned: client rate limiter Wait returned an error: context deadline exceeded
functional_test_pvc_test.go:130: ***** TestFunctional/parallel/PersistentVolumeClaim: pod "test=storage-provisioner" failed to start within 3m0s: context deadline exceeded ****
functional_test_pvc_test.go:130: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p functional-579166 -n functional-579166
functional_test_pvc_test.go:130: TestFunctional/parallel/PersistentVolumeClaim: showing logs for failed pods as of 2025-04-07 13:07:52.742632394 +0000 UTC m=+1120.232580003
functional_test_pvc_test.go:130: (dbg) Run:  kubectl --context functional-579166 describe po sp-pod -n default
functional_test_pvc_test.go:130: (dbg) kubectl --context functional-579166 describe po sp-pod -n default:
Name:             sp-pod
Namespace:        default
Priority:         0
Service Account:  default
Node:             functional-579166/192.168.49.2
Start Time:       Mon, 07 Apr 2025 13:04:52 +0000
Labels:           test=storage-provisioner
Annotations:      <none>
Status:           Pending
IP:               10.244.0.7
IPs:
IP:  10.244.0.7
Containers:
myfrontend:
Container ID:   
Image:          docker.io/nginx
Image ID:       
Port:           <none>
Host Port:      <none>
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/tmp/mount from mypd (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-44d2w (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
mypd:
Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName:  myclaim
ReadOnly:   false
kube-api-access-44d2w:
Type:                    Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds:  3607
ConfigMapName:           kube-root-ca.crt
ConfigMapOptional:       <nil>
DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type     Reason     Age                   From               Message
----     ------     ----                  ----               -------
Normal   Scheduled  3m                    default-scheduler  Successfully assigned default/sp-pod to functional-579166
Warning  Failed     93s (x4 over 2m58s)   kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal   BackOff    19s (x10 over 2m58s)  kubelet            Back-off pulling image "docker.io/nginx"
Warning  Failed     19s (x10 over 2m58s)  kubelet            Error: ImagePullBackOff
Normal   Pulling    5s (x5 over 3m)       kubelet            Pulling image "docker.io/nginx"
Warning  Failed     3s (x5 over 2m58s)    kubelet            Error: ErrImagePull
Warning  Failed     3s                    kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:54809b2f36d0ff38e8e5362b0239779e4b75c2f19ad70ef047ed050f01506bb4: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
functional_test_pvc_test.go:130: (dbg) Run:  kubectl --context functional-579166 logs sp-pod -n default
functional_test_pvc_test.go:130: (dbg) Non-zero exit: kubectl --context functional-579166 logs sp-pod -n default: exit status 1 (69.723697ms)

                                                
                                                
** stderr ** 
	Error from server (BadRequest): container "myfrontend" in pod "sp-pod" is waiting to start: trying and failing to pull image

                                                
                                                
** /stderr **
functional_test_pvc_test.go:130: kubectl --context functional-579166 logs sp-pod -n default: exit status 1
functional_test_pvc_test.go:131: failed waiting for pod: test=storage-provisioner within 3m0s: context deadline exceeded
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestFunctional/parallel/PersistentVolumeClaim]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect functional-579166
helpers_test.go:235: (dbg) docker inspect functional-579166:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "ecfe56926dfeb37f6a109213512cc074b34e3f5485ab1aaac4a6865168df0e80",
	        "Created": "2025-04-07T13:02:55.045222087Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 866380,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-04-07T13:02:55.081623954Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:037bd1b5a0f63899880a74b20d0e40b693fd199ade4ed9b883be5ed5726d15a6",
	        "ResolvConfPath": "/var/lib/docker/containers/ecfe56926dfeb37f6a109213512cc074b34e3f5485ab1aaac4a6865168df0e80/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/ecfe56926dfeb37f6a109213512cc074b34e3f5485ab1aaac4a6865168df0e80/hostname",
	        "HostsPath": "/var/lib/docker/containers/ecfe56926dfeb37f6a109213512cc074b34e3f5485ab1aaac4a6865168df0e80/hosts",
	        "LogPath": "/var/lib/docker/containers/ecfe56926dfeb37f6a109213512cc074b34e3f5485ab1aaac4a6865168df0e80/ecfe56926dfeb37f6a109213512cc074b34e3f5485ab1aaac4a6865168df0e80-json.log",
	        "Name": "/functional-579166",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "functional-579166:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "functional-579166",
	            "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": ""
	                    }
	                ],
	                "8441/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": {
	                "ID": "ecfe56926dfeb37f6a109213512cc074b34e3f5485ab1aaac4a6865168df0e80",
	                "LowerDir": "/var/lib/docker/overlay2/1e59e617140424c0b94dbfbcb5bf97ade5d579ed2aa5cdd928426857c6a3d30c-init/diff:/var/lib/docker/overlay2/d26f6b063706f297920cbe8b1068cf783bb11b15b0caeeceba79daf74886ddc7/diff",
	                "MergedDir": "/var/lib/docker/overlay2/1e59e617140424c0b94dbfbcb5bf97ade5d579ed2aa5cdd928426857c6a3d30c/merged",
	                "UpperDir": "/var/lib/docker/overlay2/1e59e617140424c0b94dbfbcb5bf97ade5d579ed2aa5cdd928426857c6a3d30c/diff",
	                "WorkDir": "/var/lib/docker/overlay2/1e59e617140424c0b94dbfbcb5bf97ade5d579ed2aa5cdd928426857c6a3d30c/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "functional-579166",
	                "Source": "/var/lib/docker/volumes/functional-579166/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "functional-579166",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8441/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.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727",
	            "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": "functional-579166",
	                "name.minikube.sigs.k8s.io": "functional-579166",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "91f81f0549d1d703f3504cc9b33cd968b7bac5b2b56e509c0c167e8294d25c8d",
	            "SandboxKey": "/var/run/docker/netns/91f81f0549d1",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33158"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33159"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33162"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33160"
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33161"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "functional-579166": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "7a:f4:15:cf:bc:04",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "d4029d2bf4b4ecce4b5db9f7b24d1a33d154a1b844d8fc575c1ae4eba4d42213",
	                    "EndpointID": "c8857f2245eb271ecaa35fc73e13bd7cd4fda1a59fc9c65c596c562279fae4a9",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "functional-579166",
	                        "ecfe56926dfe"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p functional-579166 -n functional-579166
helpers_test.go:244: <<< TestFunctional/parallel/PersistentVolumeClaim FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestFunctional/parallel/PersistentVolumeClaim]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p functional-579166 logs -n 25: (1.471243073s)
helpers_test.go:252: TestFunctional/parallel/PersistentVolumeClaim logs: 
-- stdout --
	
	==> Audit <==
	|----------------|-------------------------------------------------------------------------|-------------------|---------|---------|---------------------|---------------------|
	|    Command     |                                  Args                                   |      Profile      |  User   | Version |     Start Time      |      End Time       |
	|----------------|-------------------------------------------------------------------------|-------------------|---------|---------|---------------------|---------------------|
	| ssh            | functional-579166 ssh stat                                              | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | /mount-9p/created-by-pod                                                |                   |         |         |                     |                     |
	| ssh            | functional-579166 ssh sudo                                              | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | umount -f /mount-9p                                                     |                   |         |         |                     |                     |
	| ssh            | functional-579166 ssh findmnt                                           | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC |                     |
	|                | -T /mount-9p | grep 9p                                                  |                   |         |         |                     |                     |
	| mount          | -p functional-579166                                                    | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC |                     |
	|                | /tmp/TestFunctionalparallelMountCmdspecific-port152661645/001:/mount-9p |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=1 --port 46464                                     |                   |         |         |                     |                     |
	| ssh            | functional-579166 ssh findmnt                                           | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | -T /mount-9p | grep 9p                                                  |                   |         |         |                     |                     |
	| ssh            | functional-579166 ssh -- ls                                             | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | -la /mount-9p                                                           |                   |         |         |                     |                     |
	| ssh            | functional-579166 ssh sudo                                              | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC |                     |
	|                | umount -f /mount-9p                                                     |                   |         |         |                     |                     |
	| mount          | -p functional-579166                                                    | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC |                     |
	|                | /tmp/TestFunctionalparallelMountCmdVerifyCleanup3889142803/001:/mount1  |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=1                                                  |                   |         |         |                     |                     |
	| ssh            | functional-579166 ssh findmnt                                           | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC |                     |
	|                | -T /mount1                                                              |                   |         |         |                     |                     |
	| mount          | -p functional-579166                                                    | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC |                     |
	|                | /tmp/TestFunctionalparallelMountCmdVerifyCleanup3889142803/001:/mount2  |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=1                                                  |                   |         |         |                     |                     |
	| mount          | -p functional-579166                                                    | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC |                     |
	|                | /tmp/TestFunctionalparallelMountCmdVerifyCleanup3889142803/001:/mount3  |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=1                                                  |                   |         |         |                     |                     |
	| ssh            | functional-579166 ssh findmnt                                           | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | -T /mount1                                                              |                   |         |         |                     |                     |
	| ssh            | functional-579166 ssh findmnt                                           | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | -T /mount2                                                              |                   |         |         |                     |                     |
	| ssh            | functional-579166 ssh findmnt                                           | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | -T /mount3                                                              |                   |         |         |                     |                     |
	| update-context | functional-579166                                                       | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | update-context                                                          |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=2                                                  |                   |         |         |                     |                     |
	| mount          | -p functional-579166                                                    | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC |                     |
	|                | --kill=true                                                             |                   |         |         |                     |                     |
	| update-context | functional-579166                                                       | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | update-context                                                          |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=2                                                  |                   |         |         |                     |                     |
	| update-context | functional-579166                                                       | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | update-context                                                          |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=2                                                  |                   |         |         |                     |                     |
	| image          | functional-579166                                                       | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | image ls --format short                                                 |                   |         |         |                     |                     |
	|                | --alsologtostderr                                                       |                   |         |         |                     |                     |
	| image          | functional-579166                                                       | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | image ls --format yaml                                                  |                   |         |         |                     |                     |
	|                | --alsologtostderr                                                       |                   |         |         |                     |                     |
	| ssh            | functional-579166 ssh pgrep                                             | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC |                     |
	|                | buildkitd                                                               |                   |         |         |                     |                     |
	| image          | functional-579166                                                       | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | image ls --format json                                                  |                   |         |         |                     |                     |
	|                | --alsologtostderr                                                       |                   |         |         |                     |                     |
	| image          | functional-579166 image build -t                                        | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | localhost/my-image:functional-579166                                    |                   |         |         |                     |                     |
	|                | testdata/build --alsologtostderr                                        |                   |         |         |                     |                     |
	| image          | functional-579166                                                       | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|                | image ls --format table                                                 |                   |         |         |                     |                     |
	|                | --alsologtostderr                                                       |                   |         |         |                     |                     |
	| image          | functional-579166 image ls                                              | functional-579166 | jenkins | v1.35.0 | 07 Apr 25 13:05 UTC | 07 Apr 25 13:05 UTC |
	|----------------|-------------------------------------------------------------------------|-------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/04/07 13:04:57
	Running on machine: ubuntu-20-agent-7
	Binary: Built with gc go1.24.0 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0407 13:04:57.473878  879212 out.go:345] Setting OutFile to fd 1 ...
	I0407 13:04:57.474099  879212 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:04:57.474130  879212 out.go:358] Setting ErrFile to fd 2...
	I0407 13:04:57.474149  879212 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:04:57.474530  879212 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 13:04:57.475171  879212 out.go:352] Setting JSON to false
	I0407 13:04:57.476363  879212 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-7","uptime":24445,"bootTime":1744006652,"procs":240,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0407 13:04:57.476472  879212 start.go:139] virtualization: kvm guest
	I0407 13:04:57.478855  879212 out.go:177] * [functional-579166] minikube v1.35.0 sur Ubuntu 20.04 (kvm/amd64)
	I0407 13:04:57.480541  879212 out.go:177]   - MINIKUBE_LOCATION=20598
	I0407 13:04:57.480538  879212 notify.go:220] Checking for updates...
	I0407 13:04:57.483455  879212 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0407 13:04:57.485131  879212 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 13:04:57.486534  879212 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
	I0407 13:04:57.487917  879212 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0407 13:04:57.489398  879212 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0407 13:04:57.491526  879212 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:04:57.492277  879212 driver.go:394] Setting default libvirt URI to qemu:///system
	I0407 13:04:57.518953  879212 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
	I0407 13:04:57.519096  879212 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 13:04:57.581040  879212 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images: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:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:true NGoroutines:54 SystemTime:2025-04-07 13:04:57.570541502 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 13:04:57.581188  879212 docker.go:318] overlay module found
	I0407 13:04:57.584145  879212 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0407 13:04:57.585553  879212 start.go:297] selected driver: docker
	I0407 13:04:57.585574  879212 start.go:901] validating driver "docker" against &{Name:functional-579166 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:functional-579166 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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:do
cker 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}
	I0407 13:04:57.585677  879212 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0407 13:04:57.587758  879212 out.go:201] 
	W0407 13:04:57.589032  879212 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
	I0407 13:04:57.590311  879212 out.go:201] 
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                        ATTEMPT             POD ID              POD
	9c052db2dc6a5       115053965e86b       2 minutes ago       Running             dashboard-metrics-scraper   0                   1412f8b0588f7       dashboard-metrics-scraper-5d59dccf9b-flrsv
	3cf6b2eccf662       07655ddf2eebe       2 minutes ago       Running             kubernetes-dashboard        0                   2ee945fe44622       kubernetes-dashboard-7779f9b69b-2kggm
	5c50abdc61bc3       56cc512116c8f       2 minutes ago       Exited              mount-munger                0                   ff04f3e4731a6       busybox-mount
	bf97fd09f5201       1ff4bb4faebcf       3 minutes ago       Running             nginx                       0                   ee9d692381b85       nginx-svc
	2c152083f9bd6       82e4c8a736a4f       3 minutes ago       Running             echoserver                  0                   d11eaae254c19       hello-node-connect-58f9cf68d8-hw7hj
	148e9bb046b45       82e4c8a736a4f       3 minutes ago       Running             echoserver                  0                   d9c3d65b85ebd       hello-node-fcfd88b6f-682qk
	634ba39899a04       6e38f40d628db       3 minutes ago       Running             storage-provisioner         2                   4ead495cfdbee       storage-provisioner
	17e4c083fc103       85b7a174738ba       3 minutes ago       Running             kube-apiserver              0                   e155d5eb83e76       kube-apiserver-functional-579166
	08815011565fb       d8e673e7c9983       3 minutes ago       Running             kube-scheduler              1                   9291b5abe6c65       kube-scheduler-functional-579166
	eee536ccb611f       b6a454c5a800d       3 minutes ago       Running             kube-controller-manager     1                   e8b6aa1a22573       kube-controller-manager-functional-579166
	186ae072d56e3       a9e7e6b294baf       3 minutes ago       Running             etcd                        1                   85c8139591e01       etcd-functional-579166
	e725ed25a896f       c69fa2e9cbf5f       3 minutes ago       Running             coredns                     1                   4006128000cd8       coredns-668d6bf9bc-znz7l
	0ae89209ebe3f       6e38f40d628db       3 minutes ago       Exited              storage-provisioner         1                   4ead495cfdbee       storage-provisioner
	8c2d92fb79eeb       f1332858868e1       3 minutes ago       Running             kube-proxy                  1                   1eb8d9db33ff2       kube-proxy-rc7b8
	7b11285c95d48       df3849d954c98       3 minutes ago       Running             kindnet-cni                 1                   f7e8fb60016de       kindnet-m79qn
	e2bb335aebd89       c69fa2e9cbf5f       4 minutes ago       Exited              coredns                     0                   4006128000cd8       coredns-668d6bf9bc-znz7l
	43e0d2ccf858b       df3849d954c98       4 minutes ago       Exited              kindnet-cni                 0                   f7e8fb60016de       kindnet-m79qn
	2326cec536618       f1332858868e1       4 minutes ago       Exited              kube-proxy                  0                   1eb8d9db33ff2       kube-proxy-rc7b8
	c8bec0524628d       a9e7e6b294baf       4 minutes ago       Exited              etcd                        0                   85c8139591e01       etcd-functional-579166
	e6d1a62c53f69       d8e673e7c9983       4 minutes ago       Exited              kube-scheduler              0                   9291b5abe6c65       kube-scheduler-functional-579166
	f67aa4769fec9       b6a454c5a800d       4 minutes ago       Exited              kube-controller-manager     0                   e8b6aa1a22573       kube-controller-manager-functional-579166
	
	
	==> containerd <==
	Apr 07 13:05:38 functional-579166 containerd[3989]: time="2025-04-07T13:05:38.751191102Z" level=info msg="PullImage \"docker.io/mysql:5.7\""
	Apr 07 13:05:38 functional-579166 containerd[3989]: time="2025-04-07T13:05:38.754279071Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:05:39 functional-579166 containerd[3989]: time="2025-04-07T13:05:39.249808351Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:05:40 functional-579166 containerd[3989]: time="2025-04-07T13:05:40.607172141Z" level=error msg="PullImage \"docker.io/mysql:5.7\" failed" error="failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Apr 07 13:05:40 functional-579166 containerd[3989]: time="2025-04-07T13:05:40.607228270Z" level=info msg="stop pulling image docker.io/library/mysql:5.7: active requests=0, bytes read=10967"
	Apr 07 13:06:17 functional-579166 containerd[3989]: time="2025-04-07T13:06:17.750285604Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	Apr 07 13:06:17 functional-579166 containerd[3989]: time="2025-04-07T13:06:17.752081919Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:06:18 functional-579166 containerd[3989]: time="2025-04-07T13:06:18.275363429Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:06:19 functional-579166 containerd[3989]: time="2025-04-07T13:06:19.635886614Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Apr 07 13:06:19 functional-579166 containerd[3989]: time="2025-04-07T13:06:19.635961812Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=10967"
	Apr 07 13:06:29 functional-579166 containerd[3989]: time="2025-04-07T13:06:29.750728845Z" level=info msg="PullImage \"docker.io/mysql:5.7\""
	Apr 07 13:06:29 functional-579166 containerd[3989]: time="2025-04-07T13:06:29.752886477Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:06:30 functional-579166 containerd[3989]: time="2025-04-07T13:06:30.259710266Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:06:31 functional-579166 containerd[3989]: time="2025-04-07T13:06:31.621434701Z" level=error msg="PullImage \"docker.io/mysql:5.7\" failed" error="failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Apr 07 13:06:31 functional-579166 containerd[3989]: time="2025-04-07T13:06:31.621508786Z" level=info msg="stop pulling image docker.io/library/mysql:5.7: active requests=0, bytes read=10967"
	Apr 07 13:07:47 functional-579166 containerd[3989]: time="2025-04-07T13:07:47.750823588Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	Apr 07 13:07:47 functional-579166 containerd[3989]: time="2025-04-07T13:07:47.752929665Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:07:48 functional-579166 containerd[3989]: time="2025-04-07T13:07:48.263262558Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:07:49 functional-579166 containerd[3989]: time="2025-04-07T13:07:49.937996346Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:54809b2f36d0ff38e8e5362b0239779e4b75c2f19ad70ef047ed050f01506bb4: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Apr 07 13:07:49 functional-579166 containerd[3989]: time="2025-04-07T13:07:49.938067793Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=21239"
	Apr 07 13:07:51 functional-579166 containerd[3989]: time="2025-04-07T13:07:51.750578983Z" level=info msg="PullImage \"docker.io/mysql:5.7\""
	Apr 07 13:07:51 functional-579166 containerd[3989]: time="2025-04-07T13:07:51.752577797Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:07:52 functional-579166 containerd[3989]: time="2025-04-07T13:07:52.285084939Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	Apr 07 13:07:53 functional-579166 containerd[3989]: time="2025-04-07T13:07:53.650579903Z" level=error msg="PullImage \"docker.io/mysql:5.7\" failed" error="failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	Apr 07 13:07:53 functional-579166 containerd[3989]: time="2025-04-07T13:07:53.650667972Z" level=info msg="stop pulling image docker.io/library/mysql:5.7: active requests=0, bytes read=10966"
	
	
	==> coredns [e2bb335aebd89f455cbe731fef4d286679bc8d78add86293756b5e405fc3b15c] <==
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.11.3
	linux/amd64, go1.21.11, a6338e9
	[INFO] 127.0.0.1:46610 - 7968 "HINFO IN 8360254787529668100.7361296414696069810. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.018411699s
	[INFO] SIGTERM: Shutting down servers then terminating
	[INFO] plugin/health: Going into lameduck mode for 5s
	
	
	==> coredns [e725ed25a896faaac304847be5a8fee279d163c6a01599b14a1fb403784213d7] <==
	[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
	[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.Namespace: failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.EndpointSlice: Get "https://10.96.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.EndpointSlice: failed to list *v1.EndpointSlice: Get "https://10.96.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.Service: Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.Service: failed to list *v1.Service: Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
	[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
	[INFO] plugin/kubernetes: waiting for Kubernetes API before starting server
	[WARNING] plugin/kubernetes: starting server with unsynced Kubernetes API
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.11.3
	linux/amd64, go1.21.11, a6338e9
	[INFO] 127.0.0.1:42006 - 45681 "HINFO IN 1529859599216612405.1079551397084576166. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.052106569s
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.Namespace: failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.EndpointSlice: Get "https://10.96.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.EndpointSlice: failed to list *v1.EndpointSlice: Get "https://10.96.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.Service: Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.Service: failed to list *v1.Service: Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: connect: connection refused
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	
	
	==> describe nodes <==
	Name:               functional-579166
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=functional-579166
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=5cf7512d5a64c8581140916e82b849633d870277
	                    minikube.k8s.io/name=functional-579166
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_04_07T13_03_10_0700
	                    minikube.k8s.io/version=v1.35.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 07 Apr 2025 13:03:06 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  functional-579166
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 07 Apr 2025 13:07:52 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 07 Apr 2025 13:05:19 +0000   Mon, 07 Apr 2025 13:03:04 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 07 Apr 2025 13:05:19 +0000   Mon, 07 Apr 2025 13:03:04 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 07 Apr 2025 13:05:19 +0000   Mon, 07 Apr 2025 13:03:04 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 07 Apr 2025 13:05:19 +0000   Mon, 07 Apr 2025 13:03:07 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    functional-579166
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859372Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859372Ki
	  pods:               110
	System Info:
	  Machine ID:                 ca8632d2e31d45c2a036c676411000cd
	  System UUID:                8da06491-0a7e-4137-8c61-dd9eed5a3197
	  Boot ID:                    cee48746-bb10-4117-9b9f-795277d8ff8e
	  Kernel Version:             5.15.0-1078-gcp
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  containerd://1.7.27
	  Kubelet Version:            v1.32.2
	  Kube-Proxy Version:         v1.32.2
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (15 in total)
	  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---
	  default                     hello-node-connect-58f9cf68d8-hw7hj           0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m7s
	  default                     hello-node-fcfd88b6f-682qk                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m9s
	  default                     mysql-58ccfd96bb-bdjxw                        600m (7%)     700m (8%)   512Mi (1%)       700Mi (2%)     2m57s
	  default                     nginx-svc                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m8s
	  default                     sp-pod                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m2s
	  kube-system                 coredns-668d6bf9bc-znz7l                      100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     4m40s
	  kube-system                 etcd-functional-579166                        100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         4m45s
	  kube-system                 kindnet-m79qn                                 100m (1%)     100m (1%)   50Mi (0%)        50Mi (0%)      4m40s
	  kube-system                 kube-apiserver-functional-579166              250m (3%)     0 (0%)      0 (0%)           0 (0%)         3m36s
	  kube-system                 kube-controller-manager-functional-579166     200m (2%)     0 (0%)      0 (0%)           0 (0%)         4m45s
	  kube-system                 kube-proxy-rc7b8                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m40s
	  kube-system                 kube-scheduler-functional-579166              100m (1%)     0 (0%)      0 (0%)           0 (0%)         4m46s
	  kube-system                 storage-provisioner                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         4m39s
	  kubernetes-dashboard        dashboard-metrics-scraper-5d59dccf9b-flrsv    0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m54s
	  kubernetes-dashboard        kubernetes-dashboard-7779f9b69b-2kggm         0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m55s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests     Limits
	  --------           --------     ------
	  cpu                1450m (18%)  800m (10%)
	  memory             732Mi (2%)   920Mi (2%)
	  ephemeral-storage  0 (0%)       0 (0%)
	  hugepages-1Gi      0 (0%)       0 (0%)
	  hugepages-2Mi      0 (0%)       0 (0%)
	Events:
	  Type     Reason                   Age                    From             Message
	  ----     ------                   ----                   ----             -------
	  Normal   Starting                 4m38s                  kube-proxy       
	  Normal   Starting                 3m33s                  kube-proxy       
	  Normal   NodeAllocatableEnforced  4m45s                  kubelet          Updated Node Allocatable limit across pods
	  Warning  CgroupV1                 4m45s                  kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasSufficientMemory  4m45s                  kubelet          Node functional-579166 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    4m45s                  kubelet          Node functional-579166 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     4m45s                  kubelet          Node functional-579166 status is now: NodeHasSufficientPID
	  Normal   Starting                 4m45s                  kubelet          Starting kubelet.
	  Normal   RegisteredNode           4m41s                  node-controller  Node functional-579166 event: Registered Node functional-579166 in Controller
	  Normal   Starting                 3m40s                  kubelet          Starting kubelet.
	  Warning  CgroupV1                 3m40s                  kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeAllocatableEnforced  3m40s                  kubelet          Updated Node Allocatable limit across pods
	  Normal   NodeHasSufficientMemory  3m39s (x8 over 3m40s)  kubelet          Node functional-579166 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    3m39s (x8 over 3m40s)  kubelet          Node functional-579166 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     3m39s (x7 over 3m40s)  kubelet          Node functional-579166 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           3m33s                  node-controller  Node functional-579166 event: Registered Node functional-579166 in Controller
	
	
	==> dmesg <==
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 16 11 57 d2 71 76 08 06
	[  +0.000399] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff 06 3e c5 55 df 1a 08 06
	[  +0.822515] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff b6 63 b5 15 7f 1c 08 06
	[  +0.090182] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 06 58 f3 43 18 b1 08 06
	[ +23.006133] IPv4: martian source 10.244.0.2 from 10.244.0.2, on dev cni0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[  +0.573091] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[ +15.649554] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff f6 8c 76 17 f3 6c 08 06
	[  +0.000371] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff fe 3b 5a 88 7a 63 08 06
	[Apr 7 12:47] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 0a 28 1d 35 8c 06 08 06
	[  +6.658484] IPv4: martian source 10.244.0.1 from 10.244.0.4, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 5e 5b 93 b9 6b be 08 06
	[  +0.000410] IPv4: martian source 10.244.0.4 from 10.244.0.2, on dev eth0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff b6 63 b5 15 7f 1c 08 06
	[  +8.054228] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 8e 8b 13 be bd 58 08 06
	[ +20.803542] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 0a 28 1d 35 8c 06 08 06
	
	
	==> etcd [186ae072d56e3340b355e070ea30b2f9b7695b839be2b6dd740af2e57c6f5c05] <==
	{"level":"info","ts":"2025-04-07T13:04:15.625586Z","caller":"membership/cluster.go:421","msg":"added member","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","added-peer-id":"aec36adc501070cc","added-peer-peer-urls":["https://192.168.49.2:2380"]}
	{"level":"info","ts":"2025-04-07T13:04:15.625699Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T13:04:15.625744Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T13:04:15.625720Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T13:04:15.628036Z","caller":"embed/etcd.go:729","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
	{"level":"info","ts":"2025-04-07T13:04:15.628195Z","caller":"embed/etcd.go:600","msg":"serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-04-07T13:04:15.628215Z","caller":"embed/etcd.go:572","msg":"cmux::serve","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-04-07T13:04:15.628419Z","caller":"embed/etcd.go:280","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
	{"level":"info","ts":"2025-04-07T13:04:15.628465Z","caller":"embed/etcd.go:871","msg":"serving metrics","address":"http://127.0.0.1:2381"}
	{"level":"info","ts":"2025-04-07T13:04:16.655912Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 2"}
	{"level":"info","ts":"2025-04-07T13:04:16.655964Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 2"}
	{"level":"info","ts":"2025-04-07T13:04:16.655990Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 2"}
	{"level":"info","ts":"2025-04-07T13:04:16.656011Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 3"}
	{"level":"info","ts":"2025-04-07T13:04:16.656021Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 3"}
	{"level":"info","ts":"2025-04-07T13:04:16.656048Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 3"}
	{"level":"info","ts":"2025-04-07T13:04:16.656063Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 3"}
	{"level":"info","ts":"2025-04-07T13:04:16.658922Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-04-07T13:04:16.659338Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-04-07T13:04:16.659375Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-04-07T13:04:16.658701Z","caller":"etcdserver/server.go:2140","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:functional-579166 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2025-04-07T13:04:16.659118Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-04-07T13:04:16.660190Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T13:04:16.660224Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T13:04:16.660887Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2025-04-07T13:04:16.661015Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	
	
	==> etcd [c8bec0524628d81dff82ba4b9c86b4e32e526d397d5517993775179a2bcb6800] <==
	{"level":"info","ts":"2025-04-07T13:03:04.663757Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2025-04-07T13:03:04.663767Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2025-04-07T13:03:04.664762Z","caller":"etcdserver/server.go:2140","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:functional-579166 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2025-04-07T13:03:04.664783Z","caller":"etcdserver/server.go:2651","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T13:03:04.664836Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-04-07T13:03:04.664975Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-04-07T13:03:04.665000Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-04-07T13:03:04.664801Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-04-07T13:03:04.666191Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T13:03:04.666576Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T13:03:04.666621Z","caller":"etcdserver/server.go:2675","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2025-04-07T13:03:04.666253Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T13:03:04.666808Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-04-07T13:03:04.667776Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2025-04-07T13:03:04.667993Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-04-07T13:04:13.023679Z","caller":"osutil/interrupt_unix.go:64","msg":"received signal; shutting down","signal":"terminated"}
	{"level":"info","ts":"2025-04-07T13:04:13.023788Z","caller":"embed/etcd.go:378","msg":"closing etcd server","name":"functional-579166","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	{"level":"warn","ts":"2025-04-07T13:04:13.023912Z","caller":"embed/serve.go:212","msg":"stopping secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-04-07T13:04:13.023978Z","caller":"embed/serve.go:214","msg":"stopped secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-04-07T13:04:13.025566Z","caller":"embed/serve.go:212","msg":"stopping secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-04-07T13:04:13.025621Z","caller":"embed/serve.go:214","msg":"stopped secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"info","ts":"2025-04-07T13:04:13.025675Z","caller":"etcdserver/server.go:1543","msg":"skipped leadership transfer for single voting member cluster","local-member-id":"aec36adc501070cc","current-leader-member-id":"aec36adc501070cc"}
	{"level":"info","ts":"2025-04-07T13:04:13.027238Z","caller":"embed/etcd.go:582","msg":"stopping serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-04-07T13:04:13.027339Z","caller":"embed/etcd.go:587","msg":"stopped serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-04-07T13:04:13.027356Z","caller":"embed/etcd.go:380","msg":"closed etcd server","name":"functional-579166","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	
	
	==> kernel <==
	 13:07:54 up  6:50,  0 users,  load average: 0.27, 0.64, 1.16
	Linux functional-579166 5.15.0-1078-gcp #87~20.04.1-Ubuntu SMP Mon Feb 24 10:23:16 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [43e0d2ccf858b6475b629f4b68b2a4ff0ba742908d8f6505a7eaa1e884f7028c] <==
	I0407 13:03:18.020624       1 main.go:109] connected to apiserver: https://10.96.0.1:443
	I0407 13:03:18.020937       1 main.go:139] hostIP = 192.168.49.2
	podIP = 192.168.49.2
	I0407 13:03:18.021128       1 main.go:148] setting mtu 1500 for CNI 
	I0407 13:03:18.021154       1 main.go:178] kindnetd IP family: "ipv4"
	I0407 13:03:18.021175       1 main.go:182] noMask IPv4 subnets: [10.244.0.0/16]
	I0407 13:03:18.420366       1 controller.go:361] Starting controller kube-network-policies
	I0407 13:03:18.420407       1 controller.go:365] Waiting for informer caches to sync
	I0407 13:03:18.420521       1 shared_informer.go:313] Waiting for caches to sync for kube-network-policies
	I0407 13:03:18.721100       1 shared_informer.go:320] Caches are synced for kube-network-policies
	I0407 13:03:18.721137       1 metrics.go:61] Registering metrics
	I0407 13:03:18.721202       1 controller.go:401] Syncing nftables rules
	I0407 13:03:28.428079       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:03:28.428135       1 main.go:301] handling current node
	I0407 13:03:38.426579       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:03:38.426624       1 main.go:301] handling current node
	I0407 13:03:48.427146       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:03:48.427211       1 main.go:301] handling current node
	I0407 13:03:58.427157       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:03:58.427208       1 main.go:301] handling current node
	
	
	==> kindnet [7b11285c95d487217704641f450a5c9b5229fee65fa13eb7100892b2334c7adb] <==
	I0407 13:05:44.320273       1 main.go:301] handling current node
	I0407 13:05:54.320660       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:05:54.320715       1 main.go:301] handling current node
	I0407 13:06:04.320202       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:06:04.320248       1 main.go:301] handling current node
	I0407 13:06:14.328498       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:06:14.328545       1 main.go:301] handling current node
	I0407 13:06:24.320257       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:06:24.320314       1 main.go:301] handling current node
	I0407 13:06:34.320918       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:06:34.320957       1 main.go:301] handling current node
	I0407 13:06:44.328998       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:06:44.329039       1 main.go:301] handling current node
	I0407 13:06:54.327694       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:06:54.327738       1 main.go:301] handling current node
	I0407 13:07:04.319688       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:07:04.319752       1 main.go:301] handling current node
	I0407 13:07:14.327180       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:07:14.327231       1 main.go:301] handling current node
	I0407 13:07:24.320250       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:07:24.320290       1 main.go:301] handling current node
	I0407 13:07:34.320256       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:07:34.320315       1 main.go:301] handling current node
	I0407 13:07:44.329354       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0407 13:07:44.329393       1 main.go:301] handling current node
	
	
	==> kube-apiserver [17e4c083fc103143f9b19b1b616d5b0d6cda9fd561fd466995db60839a40323c] <==
	I0407 13:04:18.020002       1 cache.go:39] Caches are synced for autoregister controller
	I0407 13:04:18.019345       1 shared_informer.go:320] Caches are synced for cluster_authentication_trust_controller
	I0407 13:04:18.019439       1 cache.go:39] Caches are synced for LocalAvailability controller
	I0407 13:04:18.019453       1 cache.go:39] Caches are synced for RemoteAvailability controller
	I0407 13:04:18.025579       1 handler_discovery.go:451] Starting ResourceDiscoveryManager
	I0407 13:04:18.032721       1 shared_informer.go:320] Caches are synced for node_authorizer
	I0407 13:04:18.040027       1 controller.go:615] quota admission added evaluator for: leases.coordination.k8s.io
	I0407 13:04:18.837666       1 controller.go:615] quota admission added evaluator for: serviceaccounts
	I0407 13:04:18.864526       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	W0407 13:04:19.230072       1 lease.go:265] Resetting endpoints for master service "kubernetes" to [192.168.49.2]
	I0407 13:04:19.231564       1 controller.go:615] quota admission added evaluator for: endpoints
	I0407 13:04:19.236385       1 controller.go:615] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0407 13:04:19.670779       1 controller.go:615] quota admission added evaluator for: daemonsets.apps
	I0407 13:04:19.764494       1 controller.go:615] quota admission added evaluator for: deployments.apps
	I0407 13:04:19.814940       1 controller.go:615] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0407 13:04:19.820532       1 controller.go:615] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0407 13:04:22.331374       1 controller.go:615] quota admission added evaluator for: replicasets.apps
	I0407 13:04:40.604382       1 alloc.go:330] "allocated clusterIPs" service="default/invalid-svc" clusterIPs={"IPv4":"10.109.188.186"}
	I0407 13:04:45.147743       1 alloc.go:330] "allocated clusterIPs" service="default/hello-node" clusterIPs={"IPv4":"10.102.225.71"}
	I0407 13:04:46.725315       1 alloc.go:330] "allocated clusterIPs" service="default/nginx-svc" clusterIPs={"IPv4":"10.109.34.5"}
	I0407 13:04:47.243283       1 alloc.go:330] "allocated clusterIPs" service="default/hello-node-connect" clusterIPs={"IPv4":"10.106.216.174"}
	I0407 13:04:57.042153       1 alloc.go:330] "allocated clusterIPs" service="default/mysql" clusterIPs={"IPv4":"10.98.41.57"}
	I0407 13:04:59.816797       1 controller.go:615] quota admission added evaluator for: namespaces
	I0407 13:05:00.031580       1 alloc.go:330] "allocated clusterIPs" service="kubernetes-dashboard/kubernetes-dashboard" clusterIPs={"IPv4":"10.104.167.240"}
	I0407 13:05:00.055404       1 alloc.go:330] "allocated clusterIPs" service="kubernetes-dashboard/dashboard-metrics-scraper" clusterIPs={"IPv4":"10.106.182.228"}
	
	
	==> kube-controller-manager [eee536ccb611fed6d481557f156f60f32dbca84bbdb38e0f4fd985222b96aef7] <==
	E0407 13:04:59.926471       1 replica_set.go:560] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-7779f9b69b\" failed with pods \"kubernetes-dashboard-7779f9b69b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	I0407 13:04:59.931686       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b" duration="4.171289ms"
	E0407 13:04:59.931736       1 replica_set.go:560] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-7779f9b69b\" failed with pods \"kubernetes-dashboard-7779f9b69b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	I0407 13:04:59.935748       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b" duration="4.224256ms"
	E0407 13:04:59.935805       1 replica_set.go:560] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b\" failed with pods \"dashboard-metrics-scraper-5d59dccf9b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	I0407 13:04:59.946924       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b" duration="8.848481ms"
	I0407 13:04:59.958072       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b" duration="11.094565ms"
	I0407 13:04:59.958174       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b" duration="55.429µs"
	I0407 13:05:00.032353       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/mysql-58ccfd96bb" duration="67.895µs"
	I0407 13:05:00.034909       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b" duration="15.441207ms"
	I0407 13:05:00.043402       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b" duration="8.440257ms"
	I0407 13:05:00.043530       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b" duration="69.122µs"
	I0407 13:05:00.047438       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b" duration="56.09µs"
	I0407 13:05:07.067649       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b" duration="6.584074ms"
	I0407 13:05:07.067748       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b" duration="53.18µs"
	I0407 13:05:09.076843       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b" duration="8.313354ms"
	I0407 13:05:09.076968       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b" duration="57.675µs"
	I0407 13:05:13.759525       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/mysql-58ccfd96bb" duration="94.442µs"
	I0407 13:05:19.072438       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="functional-579166"
	I0407 13:05:27.759681       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/mysql-58ccfd96bb" duration="82.082µs"
	I0407 13:05:38.760291       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/mysql-58ccfd96bb" duration="76.295µs"
	I0407 13:05:52.760399       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/mysql-58ccfd96bb" duration="75.357µs"
	I0407 13:06:04.759639       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/mysql-58ccfd96bb" duration="98.622µs"
	I0407 13:06:45.769431       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/mysql-58ccfd96bb" duration="98.152µs"
	I0407 13:07:00.759224       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/mysql-58ccfd96bb" duration="94.793µs"
	
	
	==> kube-controller-manager [f67aa4769fec9166a06dae2a80ca01cc809c01885d8cabb411bc39a56dc8c7a1] <==
	I0407 13:03:13.389985       1 shared_informer.go:320] Caches are synced for endpoint_slice
	I0407 13:03:13.389999       1 shared_informer.go:320] Caches are synced for bootstrap_signer
	I0407 13:03:13.389987       1 shared_informer.go:320] Caches are synced for daemon sets
	I0407 13:03:13.390153       1 shared_informer.go:320] Caches are synced for validatingadmissionpolicy-status
	I0407 13:03:13.396005       1 shared_informer.go:320] Caches are synced for resource quota
	I0407 13:03:13.398193       1 shared_informer.go:320] Caches are synced for persistent volume
	I0407 13:03:13.404475       1 shared_informer.go:320] Caches are synced for TTL after finished
	I0407 13:03:13.406708       1 shared_informer.go:320] Caches are synced for garbage collector
	I0407 13:03:13.998463       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="functional-579166"
	I0407 13:03:14.546804       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="299.355238ms"
	I0407 13:03:14.624641       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="77.792561ms"
	I0407 13:03:14.624811       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="90.922µs"
	I0407 13:03:14.632254       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="89.232µs"
	I0407 13:03:14.643103       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="138.362µs"
	I0407 13:03:14.931814       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="80.545158ms"
	I0407 13:03:14.942091       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="10.212114ms"
	I0407 13:03:14.942244       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="99.913µs"
	I0407 13:03:16.467338       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="88.533µs"
	I0407 13:03:16.476072       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="77.012µs"
	I0407 13:03:16.479134       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="107.078µs"
	I0407 13:03:19.948819       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="functional-579166"
	I0407 13:03:40.036899       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="functional-579166"
	I0407 13:03:40.512680       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="85.384µs"
	I0407 13:03:40.531305       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="7.203152ms"
	I0407 13:03:40.531406       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="66.034µs"
	
	
	==> kube-proxy [2326cec536618fadc461ef83cc87c96627d024c23e2d8f79e7e4a9288d2b5345] <==
	I0407 13:03:15.250524       1 server_linux.go:66] "Using iptables proxy"
	I0407 13:03:15.439350       1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0407 13:03:15.439431       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`"
	I0407 13:03:15.463963       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0407 13:03:15.464029       1 server_linux.go:170] "Using iptables Proxier"
	I0407 13:03:15.466055       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"
	I0407 13:03:15.466522       1 server.go:497] "Version info" version="v1.32.2"
	I0407 13:03:15.466556       1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0407 13:03:15.467835       1 config.go:199] "Starting service config controller"
	I0407 13:03:15.467855       1 config.go:105] "Starting endpoint slice config controller"
	I0407 13:03:15.467888       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0407 13:03:15.467915       1 config.go:329] "Starting node config controller"
	I0407 13:03:15.467902       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0407 13:03:15.468177       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0407 13:03:15.568131       1 shared_informer.go:320] Caches are synced for service config
	I0407 13:03:15.568676       1 shared_informer.go:320] Caches are synced for node config
	I0407 13:03:15.568694       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-proxy [8c2d92fb79eebdaead99279ebe463d12c749fab870ae91948d865bc70da7145b] <==
	I0407 13:04:03.836097       1 server_linux.go:66] "Using iptables proxy"
	E0407 13:04:03.929916       1 server.go:687] "Failed to retrieve node info" err="Get \"https://control-plane.minikube.internal:8441/api/v1/nodes/functional-579166\": dial tcp 192.168.49.2:8441: connect: connection refused"
	E0407 13:04:05.059726       1 server.go:687] "Failed to retrieve node info" err="Get \"https://control-plane.minikube.internal:8441/api/v1/nodes/functional-579166\": dial tcp 192.168.49.2:8441: connect: connection refused"
	E0407 13:04:07.427651       1 server.go:687] "Failed to retrieve node info" err="Get \"https://control-plane.minikube.internal:8441/api/v1/nodes/functional-579166\": dial tcp 192.168.49.2:8441: connect: connection refused"
	E0407 13:04:11.701687       1 server.go:687] "Failed to retrieve node info" err="Get \"https://control-plane.minikube.internal:8441/api/v1/nodes/functional-579166\": dial tcp 192.168.49.2:8441: connect: connection refused"
	I0407 13:04:20.769557       1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0407 13:04:20.769630       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`"
	I0407 13:04:20.791529       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0407 13:04:20.791602       1 server_linux.go:170] "Using iptables Proxier"
	I0407 13:04:20.793588       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"
	I0407 13:04:20.793997       1 server.go:497] "Version info" version="v1.32.2"
	I0407 13:04:20.794029       1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0407 13:04:20.795308       1 config.go:105] "Starting endpoint slice config controller"
	I0407 13:04:20.795339       1 config.go:329] "Starting node config controller"
	I0407 13:04:20.795349       1 config.go:199] "Starting service config controller"
	I0407 13:04:20.795367       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0407 13:04:20.795366       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0407 13:04:20.795369       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0407 13:04:20.895674       1 shared_informer.go:320] Caches are synced for service config
	I0407 13:04:20.895728       1 shared_informer.go:320] Caches are synced for node config
	I0407 13:04:20.895726       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [08815011565fb886f5fb7d99f29ecba9c5f1dce2319831831e8f2adc4de5532f] <==
	I0407 13:04:16.348500       1 serving.go:386] Generated self-signed cert in-memory
	W0407 13:04:17.935507       1 requestheader_controller.go:204] Unable to get configmap/extension-apiserver-authentication in kube-system.  Usually fixed by 'kubectl create rolebinding -n kube-system ROLEBINDING_NAME --role=extension-apiserver-authentication-reader --serviceaccount=YOUR_NS:YOUR_SA'
	W0407 13:04:17.935540       1 authentication.go:397] Error looking up in-cluster authentication configuration: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot get resource "configmaps" in API group "" in the namespace "kube-system": RBAC: [clusterrole.rbac.authorization.k8s.io "system:discovery" not found, clusterrole.rbac.authorization.k8s.io "system:kube-scheduler" not found, clusterrole.rbac.authorization.k8s.io "system:volume-scheduler" not found, clusterrole.rbac.authorization.k8s.io "system:basic-user" not found, clusterrole.rbac.authorization.k8s.io "system:public-info-viewer" not found]
	W0407 13:04:17.935553       1 authentication.go:398] Continuing without authentication configuration. This may treat all requests as anonymous.
	W0407 13:04:17.935563       1 authentication.go:399] To require authentication configuration lookup to succeed, set --authentication-tolerate-lookup-failure=false
	I0407 13:04:18.023754       1 server.go:166] "Starting Kubernetes Scheduler" version="v1.32.2"
	I0407 13:04:18.023783       1 server.go:168] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0407 13:04:18.025641       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0407 13:04:18.025702       1 shared_informer.go:313] Waiting for caches to sync for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0407 13:04:18.025908       1 secure_serving.go:213] Serving securely on 127.0.0.1:10259
	I0407 13:04:18.026003       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	I0407 13:04:18.126583       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kube-scheduler [e6d1a62c53f69fc7bb3e751cfea2207abfcdead6a9cf28a2a357cba082a15aa2] <==
	W0407 13:03:06.850442       1 reflector.go:569] 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
	E0407 13:03:06.850465       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0407 13:03:06.850490       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0407 13:03:06.850509       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 13:03:06.850529       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	E0407 13:03:06.850556       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0407 13:03:06.850815       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0407 13:03:06.850853       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csidrivers\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0407 13:03:06.850987       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0407 13:03:06.851021       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0407 13:03:07.693727       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0407 13:03:07.693770       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 13:03:07.712741       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0407 13:03:07.712800       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User \"system:kube-scheduler\" cannot list resource \"services\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0407 13:03:07.717350       1 reflector.go:569] 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
	E0407 13:03:07.717394       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0407 13:03:07.945226       1 reflector.go:569] 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
	E0407 13:03:07.945281       1 reflector.go:166] "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"
	W0407 13:03:07.995837       1 reflector.go:569] 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
	E0407 13:03:07.995879       1 reflector.go:166] "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"
	I0407 13:03:08.346534       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	I0407 13:04:13.074204       1 configmap_cafile_content.go:226] "Shutting down controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0407 13:04:13.074239       1 secure_serving.go:258] Stopped listening on 127.0.0.1:10259
	I0407 13:04:13.074313       1 tlsconfig.go:258] "Shutting down DynamicServingCertificateController"
	E0407 13:04:13.075260       1 run.go:72] "command failed" err="finished without leader elect"
	
	
	==> kubelet <==
	Apr 07 13:06:19 functional-579166 kubelet[4936]: E0407 13:06:19.636385    4936 kuberuntime_manager.go:1341] "Unhandled Error" err="container &Container{Name:myfrontend,Image:docker.io/nginx,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:mypd,ReadOnly:false,MountPath:/tmp/mount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},VolumeMount{Name:kube-api-access-44d2w,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:Always,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},Re
startPolicy:nil,} start failed in pod sp-pod_default(fdee9360-2ee7-4985-817b-38cc28166156): ErrImagePull: failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Apr 07 13:06:19 functional-579166 kubelet[4936]: E0407 13:06:19.637602    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="fdee9360-2ee7-4985-817b-38cc28166156"
	Apr 07 13:06:31 functional-579166 kubelet[4936]: E0407 13:06:31.621738    4936 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/mysql:5.7"
	Apr 07 13:06:31 functional-579166 kubelet[4936]: E0407 13:06:31.621803    4936 kuberuntime_image.go:55] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/mysql:5.7"
	Apr 07 13:06:31 functional-579166 kubelet[4936]: E0407 13:06:31.621931    4936 kuberuntime_manager.go:1341] "Unhandled Error" err="container &Container{Name:mysql,Image:docker.io/mysql:5.7,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{ContainerPort{Name:mysql,HostPort:0,ContainerPort:3306,Protocol:TCP,HostIP:,},},Env:[]EnvVar{EnvVar{Name:MYSQL_ROOT_PASSWORD,Value:password,ValueFrom:nil,},},Resources:ResourceRequirements{Limits:ResourceList{cpu: {{700 -3} {<nil>} 700m DecimalSI},memory: {{734003200 0} {<nil>} 700Mi BinarySI},},Requests:ResourceList{cpu: {{600 -3} {<nil>} 600m DecimalSI},memory: {{536870912 0} {<nil>}  BinarySI},},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-ds6b5,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext
:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod mysql-58ccfd96bb-bdjxw_default(0d4621b5-f8f2-4122-bb33-4034a10b3cb9): ErrImagePull: failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Apr 07 13:06:31 functional-579166 kubelet[4936]: E0407 13:06:31.623163    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-58ccfd96bb-bdjxw" podUID="0d4621b5-f8f2-4122-bb33-4034a10b3cb9"
	Apr 07 13:06:31 functional-579166 kubelet[4936]: E0407 13:06:31.750349    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="fdee9360-2ee7-4985-817b-38cc28166156"
	Apr 07 13:06:45 functional-579166 kubelet[4936]: E0407 13:06:45.750240    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="fdee9360-2ee7-4985-817b-38cc28166156"
	Apr 07 13:06:45 functional-579166 kubelet[4936]: E0407 13:06:45.750913    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-58ccfd96bb-bdjxw" podUID="0d4621b5-f8f2-4122-bb33-4034a10b3cb9"
	Apr 07 13:06:58 functional-579166 kubelet[4936]: E0407 13:06:58.750051    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="fdee9360-2ee7-4985-817b-38cc28166156"
	Apr 07 13:07:00 functional-579166 kubelet[4936]: E0407 13:07:00.750135    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-58ccfd96bb-bdjxw" podUID="0d4621b5-f8f2-4122-bb33-4034a10b3cb9"
	Apr 07 13:07:09 functional-579166 kubelet[4936]: E0407 13:07:09.750091    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="fdee9360-2ee7-4985-817b-38cc28166156"
	Apr 07 13:07:11 functional-579166 kubelet[4936]: E0407 13:07:11.750496    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-58ccfd96bb-bdjxw" podUID="0d4621b5-f8f2-4122-bb33-4034a10b3cb9"
	Apr 07 13:07:20 functional-579166 kubelet[4936]: E0407 13:07:20.750289    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="fdee9360-2ee7-4985-817b-38cc28166156"
	Apr 07 13:07:26 functional-579166 kubelet[4936]: E0407 13:07:26.750711    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-58ccfd96bb-bdjxw" podUID="0d4621b5-f8f2-4122-bb33-4034a10b3cb9"
	Apr 07 13:07:33 functional-579166 kubelet[4936]: E0407 13:07:33.749523    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="fdee9360-2ee7-4985-817b-38cc28166156"
	Apr 07 13:07:39 functional-579166 kubelet[4936]: E0407 13:07:39.750302    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/mysql:5.7\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-58ccfd96bb-bdjxw" podUID="0d4621b5-f8f2-4122-bb33-4034a10b3cb9"
	Apr 07 13:07:49 functional-579166 kubelet[4936]: E0407 13:07:49.938365    4936 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:54809b2f36d0ff38e8e5362b0239779e4b75c2f19ad70ef047ed050f01506bb4: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
	Apr 07 13:07:49 functional-579166 kubelet[4936]: E0407 13:07:49.938439    4936 kuberuntime_image.go:55] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:54809b2f36d0ff38e8e5362b0239779e4b75c2f19ad70ef047ed050f01506bb4: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
	Apr 07 13:07:49 functional-579166 kubelet[4936]: E0407 13:07:49.938568    4936 kuberuntime_manager.go:1341] "Unhandled Error" err="container &Container{Name:myfrontend,Image:docker.io/nginx,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:mypd,ReadOnly:false,MountPath:/tmp/mount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},VolumeMount{Name:kube-api-access-44d2w,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:Always,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},Re
startPolicy:nil,} start failed in pod sp-pod_default(fdee9360-2ee7-4985-817b-38cc28166156): ErrImagePull: failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:54809b2f36d0ff38e8e5362b0239779e4b75c2f19ad70ef047ed050f01506bb4: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Apr 07 13:07:49 functional-579166 kubelet[4936]: E0407 13:07:49.939774    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:54809b2f36d0ff38e8e5362b0239779e4b75c2f19ad70ef047ed050f01506bb4: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="fdee9360-2ee7-4985-817b-38cc28166156"
	Apr 07 13:07:53 functional-579166 kubelet[4936]: E0407 13:07:53.650880    4936 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/mysql:5.7"
	Apr 07 13:07:53 functional-579166 kubelet[4936]: E0407 13:07:53.650948    4936 kuberuntime_image.go:55] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/mysql:5.7"
	Apr 07 13:07:53 functional-579166 kubelet[4936]: E0407 13:07:53.651144    4936 kuberuntime_manager.go:1341] "Unhandled Error" err="container &Container{Name:mysql,Image:docker.io/mysql:5.7,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{ContainerPort{Name:mysql,HostPort:0,ContainerPort:3306,Protocol:TCP,HostIP:,},},Env:[]EnvVar{EnvVar{Name:MYSQL_ROOT_PASSWORD,Value:password,ValueFrom:nil,},},Resources:ResourceRequirements{Limits:ResourceList{cpu: {{700 -3} {<nil>} 700m DecimalSI},memory: {{734003200 0} {<nil>} 700Mi BinarySI},},Requests:ResourceList{cpu: {{600 -3} {<nil>} 600m DecimalSI},memory: {{536870912 0} {<nil>}  BinarySI},},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:kube-api-access-ds6b5,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext
:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod mysql-58ccfd96bb-bdjxw_default(0d4621b5-f8f2-4122-bb33-4034a10b3cb9): ErrImagePull: failed to pull and unpack image \"docker.io/library/mysql:5.7\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	Apr 07 13:07:53 functional-579166 kubelet[4936]: E0407 13:07:53.652383    4936 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"mysql\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/mysql:5.7\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/mysql-58ccfd96bb-bdjxw" podUID="0d4621b5-f8f2-4122-bb33-4034a10b3cb9"
	
	
	==> kubernetes-dashboard [3cf6b2eccf662f30ca459b2fab4f967d30ceb2733a240673b3dbec8bb818aa34] <==
	2025/04/07 13:05:06 Starting overwatch
	2025/04/07 13:05:06 Using namespace: kubernetes-dashboard
	2025/04/07 13:05:06 Using in-cluster config to connect to apiserver
	2025/04/07 13:05:06 Using secret token for csrf signing
	2025/04/07 13:05:06 Initializing csrf token from kubernetes-dashboard-csrf secret
	2025/04/07 13:05:06 Empty token. Generating and storing in a secret kubernetes-dashboard-csrf
	2025/04/07 13:05:06 Successful initial request to the apiserver, version: v1.32.2
	2025/04/07 13:05:06 Generating JWE encryption key
	2025/04/07 13:05:06 New synchronizer has been registered: kubernetes-dashboard-key-holder-kubernetes-dashboard. Starting
	2025/04/07 13:05:06 Starting secret synchronizer for kubernetes-dashboard-key-holder in namespace kubernetes-dashboard
	2025/04/07 13:05:06 Initializing JWE encryption key from synchronized object
	2025/04/07 13:05:06 Creating in-cluster Sidecar client
	2025/04/07 13:05:06 Metric client health check failed: the server is currently unable to handle the request (get services dashboard-metrics-scraper). Retrying in 30 seconds.
	2025/04/07 13:05:06 Serving insecurely on HTTP port: 9090
	2025/04/07 13:05:36 Successful request to sidecar
	
	
	==> storage-provisioner [0ae89209ebe3f23b6c3c1002ef3e3eca31e6b5b510ad0c322b47e2b2046afad9] <==
	I0407 13:04:03.735651       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	F0407 13:04:03.741042       1 main.go:39] error getting server version: Get "https://10.96.0.1:443/version?timeout=32s": dial tcp 10.96.0.1:443: connect: connection refused
	
	
	==> storage-provisioner [634ba39899a04261e4c1915c22003ac62088ca786d11bb062ae5b0e6a6d5f485] <==
	I0407 13:04:19.137909       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0407 13:04:19.145687       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0407 13:04:19.145747       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0407 13:04:36.541440       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0407 13:04:36.541603       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_functional-579166_d88cedd7-6360-46d0-a3df-1e18f81bd09f!
	I0407 13:04:36.541588       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"68a72418-e47a-433a-9964-9bb5cc96256d", APIVersion:"v1", ResourceVersion:"539", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' functional-579166_d88cedd7-6360-46d0-a3df-1e18f81bd09f became leader
	I0407 13:04:36.642127       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_functional-579166_d88cedd7-6360-46d0-a3df-1e18f81bd09f!
	I0407 13:04:52.269464       1 controller.go:1332] provision "default/myclaim" class "standard": started
	I0407 13:04:52.269561       1 storage_provisioner.go:61] Provisioning volume {&StorageClass{ObjectMeta:{standard    e7abfd0e-b269-4b9f-a9bb-ba7c2f690a5b 345 0 2025-04-07 13:03:14 +0000 UTC <nil> <nil> map[addonmanager.kubernetes.io/mode:EnsureExists] map[kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"storage.k8s.io/v1","kind":"StorageClass","metadata":{"annotations":{"storageclass.kubernetes.io/is-default-class":"true"},"labels":{"addonmanager.kubernetes.io/mode":"EnsureExists"},"name":"standard"},"provisioner":"k8s.io/minikube-hostpath"}
	 storageclass.kubernetes.io/is-default-class:true] [] []  [{kubectl-client-side-apply Update storage.k8s.io/v1 2025-04-07 13:03:14 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{},"f:storageclass.kubernetes.io/is-default-class":{}},"f:labels":{".":{},"f:addonmanager.kubernetes.io/mode":{}}},"f:provisioner":{},"f:reclaimPolicy":{},"f:volumeBindingMode":{}}}]},Provisioner:k8s.io/minikube-hostpath,Parameters:map[string]string{},ReclaimPolicy:*Delete,MountOptions:[],AllowVolumeExpansion:nil,VolumeBindingMode:*Immediate,AllowedTopologies:[]TopologySelectorTerm{},} pvc-a975c7c5-762f-4dcc-8393-bc779a4c854a &PersistentVolumeClaim{ObjectMeta:{myclaim  default  a975c7c5-762f-4dcc-8393-bc779a4c854a 655 0 2025-04-07 13:04:52 +0000 UTC <nil> <nil> map[] map[kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"PersistentVolumeClaim","metadata":{"annotations":{},"name":"myclaim","namespace":"default"},"spec":{"accessModes":["Rea
dWriteOnce"],"resources":{"requests":{"storage":"500Mi"}},"volumeMode":"Filesystem"}}
	 volume.beta.kubernetes.io/storage-provisioner:k8s.io/minikube-hostpath volume.kubernetes.io/storage-provisioner:k8s.io/minikube-hostpath] [] [kubernetes.io/pvc-protection]  [{kube-controller-manager Update v1 2025-04-07 13:04:52 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{"f:volume.beta.kubernetes.io/storage-provisioner":{},"f:volume.kubernetes.io/storage-provisioner":{}}}}} {kubectl-client-side-apply Update v1 2025-04-07 13:04:52 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}}},"f:spec":{"f:accessModes":{},"f:resources":{"f:requests":{".":{},"f:storage":{}}},"f:volumeMode":{}}}}]},Spec:PersistentVolumeClaimSpec{AccessModes:[ReadWriteOnce],Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{storage: {{524288000 0} {<nil>} 500Mi BinarySI},},},VolumeName:,Selector:nil,StorageClassName:*standard,VolumeMode:*Filesystem,DataSource:nil,},Status:PersistentVolumeClaimStatus{Phase:Pending,AccessModes:[],Capacity:
ResourceList{},Conditions:[]PersistentVolumeClaimCondition{},},} nil} to /tmp/hostpath-provisioner/default/myclaim
	I0407 13:04:52.270020       1 event.go:282] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"myclaim", UID:"a975c7c5-762f-4dcc-8393-bc779a4c854a", APIVersion:"v1", ResourceVersion:"655", FieldPath:""}): type: 'Normal' reason: 'Provisioning' External provisioner is provisioning volume for claim "default/myclaim"
	I0407 13:04:52.270067       1 controller.go:1439] provision "default/myclaim" class "standard": volume "pvc-a975c7c5-762f-4dcc-8393-bc779a4c854a" provisioned
	I0407 13:04:52.270088       1 controller.go:1456] provision "default/myclaim" class "standard": succeeded
	I0407 13:04:52.270096       1 volume_store.go:212] Trying to save persistentvolume "pvc-a975c7c5-762f-4dcc-8393-bc779a4c854a"
	I0407 13:04:52.277765       1 volume_store.go:219] persistentvolume "pvc-a975c7c5-762f-4dcc-8393-bc779a4c854a" saved
	I0407 13:04:52.277977       1 event.go:282] Event(v1.ObjectReference{Kind:"PersistentVolumeClaim", Namespace:"default", Name:"myclaim", UID:"a975c7c5-762f-4dcc-8393-bc779a4c854a", APIVersion:"v1", ResourceVersion:"655", FieldPath:""}): type: 'Normal' reason: 'ProvisioningSucceeded' Successfully provisioned volume pvc-a975c7c5-762f-4dcc-8393-bc779a4c854a
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p functional-579166 -n functional-579166
helpers_test.go:261: (dbg) Run:  kubectl --context functional-579166 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox-mount mysql-58ccfd96bb-bdjxw sp-pod
helpers_test.go:274: ======> post-mortem[TestFunctional/parallel/PersistentVolumeClaim]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context functional-579166 describe pod busybox-mount mysql-58ccfd96bb-bdjxw sp-pod
helpers_test.go:282: (dbg) kubectl --context functional-579166 describe pod busybox-mount mysql-58ccfd96bb-bdjxw sp-pod:

                                                
                                                
-- stdout --
	Name:             busybox-mount
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-579166/192.168.49.2
	Start Time:       Mon, 07 Apr 2025 13:04:59 +0000
	Labels:           integration-test=busybox-mount
	Annotations:      <none>
	Status:           Succeeded
	IP:               10.244.0.9
	IPs:
	  IP:  10.244.0.9
	Containers:
	  mount-munger:
	    Container ID:  containerd://5c50abdc61bc3db7af6288fde62a162e1a8514919f6d14573eac521148ecc5c5
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      /bin/sh
	      -c
	      --
	    Args:
	      cat /mount-9p/created-by-test; echo test > /mount-9p/created-by-pod; rm /mount-9p/created-by-test-removed-by-pod; echo test > /mount-9p/created-by-pod-removed-by-test date >> /mount-9p/pod-dates
	    State:          Terminated
	      Reason:       Completed
	      Exit Code:    0
	      Started:      Mon, 07 Apr 2025 13:05:02 +0000
	      Finished:     Mon, 07 Apr 2025 13:05:02 +0000
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /mount-9p from test-volume (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-5tjrm (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   False 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  test-volume:
	    Type:          HostPath (bare host directory volume)
	    Path:          /mount-9p
	    HostPathType:  
	  kube-api-access-5tjrm:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	QoS Class:                   BestEffort
	Node-Selectors:              <none>
	Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type    Reason     Age    From               Message
	  ----    ------     ----   ----               -------
	  Normal  Scheduled  2m55s  default-scheduler  Successfully assigned default/busybox-mount to functional-579166
	  Normal  Pulling    2m55s  kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Normal  Pulled     2m53s  kubelet            Successfully pulled image "gcr.io/k8s-minikube/busybox:1.28.4-glibc" in 2.064s (2.064s including waiting). Image size: 2395207 bytes.
	  Normal  Created    2m53s  kubelet            Created container: mount-munger
	  Normal  Started    2m53s  kubelet            Started container mount-munger
	
	
	Name:             mysql-58ccfd96bb-bdjxw
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-579166/192.168.49.2
	Start Time:       Mon, 07 Apr 2025 13:04:57 +0000
	Labels:           app=mysql
	                  pod-template-hash=58ccfd96bb
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.8
	IPs:
	  IP:           10.244.0.8
	Controlled By:  ReplicaSet/mysql-58ccfd96bb
	Containers:
	  mysql:
	    Container ID:   
	    Image:          docker.io/mysql:5.7
	    Image ID:       
	    Port:           3306/TCP
	    Host Port:      0/TCP
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Limits:
	      cpu:     700m
	      memory:  700Mi
	    Requests:
	      cpu:     600m
	      memory:  512Mi
	    Environment:
	      MYSQL_ROOT_PASSWORD:  password
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-ds6b5 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  kube-api-access-ds6b5:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	QoS Class:                   Burstable
	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  2m58s                 default-scheduler  Successfully assigned default/mysql-58ccfd96bb-bdjxw to functional-579166
	  Normal   BackOff    16s (x10 over 2m55s)  kubelet            Back-off pulling image "docker.io/mysql:5.7"
	  Warning  Failed     16s (x10 over 2m55s)  kubelet            Error: ImagePullBackOff
	  Normal   Pulling    4s (x5 over 2m58s)    kubelet            Pulling image "docker.io/mysql:5.7"
	  Warning  Failed     2s (x5 over 2m56s)    kubelet            Failed to pull image "docker.io/mysql:5.7": failed to pull and unpack image "docker.io/library/mysql:5.7": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/mysql/manifests/sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     2s (x5 over 2m56s)    kubelet            Error: ErrImagePull
	
	
	Name:             sp-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-579166/192.168.49.2
	Start Time:       Mon, 07 Apr 2025 13:04:52 +0000
	Labels:           test=storage-provisioner
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.7
	IPs:
	  IP:  10.244.0.7
	Containers:
	  myfrontend:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /tmp/mount from mypd (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-44d2w (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  mypd:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  myclaim
	    ReadOnly:   false
	  kube-api-access-44d2w:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    ConfigMapOptional:       <nil>
	    DownwardAPI:             true
	QoS Class:                   BestEffort
	Node-Selectors:              <none>
	Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
	                             node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
	Events:
	  Type     Reason     Age                  From               Message
	  ----     ------     ----                 ----               -------
	  Normal   Scheduled  3m2s                 default-scheduler  Successfully assigned default/sp-pod to functional-579166
	  Warning  Failed     96s (x4 over 3m1s)   kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:124b44bfc9ccd1f3cedf4b592d4d1e8bddb78b51ec2ed5056c52d3692baebc19: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   BackOff    22s (x10 over 3m1s)  kubelet            Back-off pulling image "docker.io/nginx"
	  Warning  Failed     22s (x10 over 3m1s)  kubelet            Error: ImagePullBackOff
	  Normal   Pulling    8s (x5 over 3m3s)    kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     6s (x5 over 3m1s)    kubelet            Error: ErrImagePull
	  Warning  Failed     6s                   kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:54809b2f36d0ff38e8e5362b0239779e4b75c2f19ad70ef047ed050f01506bb4: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit

                                                
                                                
-- /stdout --
helpers_test.go:285: <<< TestFunctional/parallel/PersistentVolumeClaim FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestFunctional/parallel/PersistentVolumeClaim (189.05s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:359: (dbg) Run:  docker pull kicbase/echo-server:1.0
functional_test.go:359: (dbg) Non-zero exit: docker pull kicbase/echo-server:1.0: exit status 1 (881.956417ms)

                                                
                                                
** stderr ** 
	Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit

                                                
                                                
** /stderr **
functional_test.go:361: failed to setup test (pull image): exit status 1

                                                
                                                
** stderr ** 
	Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit

                                                
                                                
** /stderr **
--- FAIL: TestFunctional/parallel/ImageCommands/Setup (0.88s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:372: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image load --daemon kicbase/echo-server:functional-579166 --alsologtostderr
functional_test.go:468: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image ls
functional_test.go:463: expected "kicbase/echo-server:functional-579166" to be loaded into minikube but the image is not there
--- FAIL: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (0.52s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:382: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image load --daemon kicbase/echo-server:functional-579166 --alsologtostderr
functional_test.go:468: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image ls
functional_test.go:463: expected "kicbase/echo-server:functional-579166" to be loaded into minikube but the image is not there
--- FAIL: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (0.52s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:252: (dbg) Run:  docker pull kicbase/echo-server:latest
functional_test.go:252: (dbg) Non-zero exit: docker pull kicbase/echo-server:latest: exit status 1 (863.39419ms)

                                                
                                                
** stderr ** 
	Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit

                                                
                                                
** /stderr **
functional_test.go:254: failed to setup test (pull image): exit status 1

                                                
                                                
** stderr ** 
	Error response from daemon: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit

                                                
                                                
** /stderr **
--- FAIL: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (0.86s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:397: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image save kicbase/echo-server:functional-579166 /home/jenkins/workspace/Docker_Linux_containerd_integration/echo-server-save.tar --alsologtostderr
functional_test.go:403: expected "/home/jenkins/workspace/Docker_Linux_containerd_integration/echo-server-save.tar" to exist after `image save`, but doesn't exist
--- FAIL: TestFunctional/parallel/ImageCommands/ImageSaveToFile (0.28s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:426: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image load /home/jenkins/workspace/Docker_Linux_containerd_integration/echo-server-save.tar --alsologtostderr
functional_test.go:428: loading image into minikube from file: <nil>

                                                
                                                
** stderr ** 
	I0407 13:04:57.927839  879499 out.go:345] Setting OutFile to fd 1 ...
	I0407 13:04:57.928133  879499 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:04:57.928171  879499 out.go:358] Setting ErrFile to fd 2...
	I0407 13:04:57.928191  879499 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:04:57.928499  879499 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 13:04:57.929419  879499 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:04:57.929614  879499 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:04:57.931013  879499 cli_runner.go:164] Run: docker container inspect functional-579166 --format={{.State.Status}}
	I0407 13:04:57.951625  879499 ssh_runner.go:195] Run: systemctl --version
	I0407 13:04:57.951700  879499 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-579166
	I0407 13:04:57.971998  879499 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33158 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/functional-579166/id_rsa Username:docker}
	I0407 13:04:58.060393  879499 cache_images.go:289] Loading image from: /home/jenkins/workspace/Docker_Linux_containerd_integration/echo-server-save.tar
	W0407 13:04:58.060465  879499 cache_images.go:253] Failed to load cached images for "functional-579166": loading images: stat /home/jenkins/workspace/Docker_Linux_containerd_integration/echo-server-save.tar: no such file or directory
	I0407 13:04:58.060495  879499 cache_images.go:265] failed pushing to: functional-579166

                                                
                                                
** /stderr **
--- FAIL: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (0.19s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:436: (dbg) Run:  docker rmi kicbase/echo-server:functional-579166
functional_test.go:436: (dbg) Non-zero exit: docker rmi kicbase/echo-server:functional-579166: exit status 1 (19.916738ms)

                                                
                                                
** stderr ** 
	Error response from daemon: No such image: kicbase/echo-server:functional-579166

                                                
                                                
** /stderr **
functional_test.go:438: failed to remove image from docker: exit status 1

                                                
                                                
** stderr ** 
	Error response from daemon: No such image: kicbase/echo-server:functional-579166

                                                
                                                
** /stderr **
--- FAIL: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.02s)

                                                
                                    

Test pass (295/331)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 5.58
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.21
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.14
12 TestDownloadOnly/v1.32.2/json-events 4.6
13 TestDownloadOnly/v1.32.2/preload-exists 0
17 TestDownloadOnly/v1.32.2/LogsDuration 0.07
18 TestDownloadOnly/v1.32.2/DeleteAll 0.22
19 TestDownloadOnly/v1.32.2/DeleteAlwaysSucceeds 0.14
20 TestDownloadOnlyKic 1.16
21 TestBinaryMirror 0.8
22 TestOffline 56.37
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.06
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.06
27 TestAddons/Setup 143.34
29 TestAddons/serial/Volcano 39.59
31 TestAddons/serial/GCPAuth/Namespaces 0.12
32 TestAddons/serial/GCPAuth/FakeCredentials 9.46
35 TestAddons/parallel/Registry 15.75
37 TestAddons/parallel/InspektorGadget 10.68
38 TestAddons/parallel/MetricsServer 5.72
40 TestAddons/parallel/CSI 49.95
41 TestAddons/parallel/Headlamp 16.5
42 TestAddons/parallel/CloudSpanner 5.52
44 TestAddons/parallel/NvidiaDevicePlugin 6.5
45 TestAddons/parallel/Yakd 11.71
46 TestAddons/parallel/AmdGpuDevicePlugin 6.55
47 TestAddons/StoppedEnableDisable 12.21
48 TestCertOptions 27.28
49 TestCertExpiration 215.97
51 TestForceSystemdFlag 28.59
52 TestForceSystemdEnv 37.92
54 TestKVMDriverInstallOrUpdate 3.95
58 TestErrorSpam/setup 21.05
59 TestErrorSpam/start 0.59
60 TestErrorSpam/status 0.87
61 TestErrorSpam/pause 1.62
62 TestErrorSpam/unpause 1.64
63 TestErrorSpam/stop 1.38
66 TestFunctional/serial/CopySyncFile 0
67 TestFunctional/serial/StartWithProxy 52.53
68 TestFunctional/serial/AuditLog 0
69 TestFunctional/serial/SoftStart 5.32
70 TestFunctional/serial/KubeContext 0.05
71 TestFunctional/serial/KubectlGetPods 0.06
74 TestFunctional/serial/CacheCmd/cache/add_remote 2.7
75 TestFunctional/serial/CacheCmd/cache/add_local 1.74
76 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.05
77 TestFunctional/serial/CacheCmd/cache/list 0.05
78 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.28
79 TestFunctional/serial/CacheCmd/cache/cache_reload 1.58
80 TestFunctional/serial/CacheCmd/cache/delete 0.11
81 TestFunctional/serial/MinikubeKubectlCmd 0.12
82 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.11
83 TestFunctional/serial/ExtraConfig 43.24
84 TestFunctional/serial/ComponentHealth 0.07
85 TestFunctional/serial/LogsCmd 1.41
86 TestFunctional/serial/LogsFileCmd 1.44
87 TestFunctional/serial/InvalidService 4.5
89 TestFunctional/parallel/ConfigCmd 0.43
90 TestFunctional/parallel/DashboardCmd 9.61
91 TestFunctional/parallel/DryRun 0.39
92 TestFunctional/parallel/InternationalLanguage 0.18
93 TestFunctional/parallel/StatusCmd 1.14
97 TestFunctional/parallel/ServiceCmdConnect 6.5
98 TestFunctional/parallel/AddonsCmd 0.15
101 TestFunctional/parallel/SSHCmd 0.62
102 TestFunctional/parallel/CpCmd 2
103 TestFunctional/parallel/MySQL 359.03
104 TestFunctional/parallel/FileSync 0.26
105 TestFunctional/parallel/CertSync 1.55
109 TestFunctional/parallel/NodeLabels 0.07
111 TestFunctional/parallel/NonActiveRuntimeDisabled 0.52
113 TestFunctional/parallel/License 0.15
114 TestFunctional/parallel/ServiceCmd/DeployApp 8.22
116 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.49
117 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
119 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 10.26
120 TestFunctional/parallel/ServiceCmd/List 0.49
121 TestFunctional/parallel/ServiceCmd/JSONOutput 0.5
122 TestFunctional/parallel/Version/short 0.06
123 TestFunctional/parallel/Version/components 0.55
124 TestFunctional/parallel/ServiceCmd/HTTPS 0.33
125 TestFunctional/parallel/ImageCommands/ImageListShort 0.23
126 TestFunctional/parallel/ImageCommands/ImageListTable 0.22
127 TestFunctional/parallel/ImageCommands/ImageListJson 0.23
128 TestFunctional/parallel/ImageCommands/ImageListYaml 0.23
129 TestFunctional/parallel/ImageCommands/ImageBuild 3.96
131 TestFunctional/parallel/ServiceCmd/Format 0.34
132 TestFunctional/parallel/ServiceCmd/URL 0.33
136 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.07
137 TestFunctional/parallel/UpdateContextCmd/no_changes 0.15
138 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.16
139 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.14
140 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
144 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
146 TestFunctional/parallel/ImageCommands/ImageRemove 0.55
147 TestFunctional/parallel/ProfileCmd/profile_not_create 0.4
149 TestFunctional/parallel/ProfileCmd/profile_list 0.39
151 TestFunctional/parallel/MountCmd/any-port 7.66
152 TestFunctional/parallel/ProfileCmd/profile_json_output 0.38
153 TestFunctional/parallel/MountCmd/specific-port 1.87
154 TestFunctional/parallel/MountCmd/VerifyCleanup 1.48
155 TestFunctional/delete_echo-server_images 0.03
156 TestFunctional/delete_my-image_image 0.02
157 TestFunctional/delete_minikube_cached_images 0.02
162 TestMultiControlPlane/serial/StartCluster 95.1
163 TestMultiControlPlane/serial/DeployApp 6.5
164 TestMultiControlPlane/serial/PingHostFromPods 1.06
165 TestMultiControlPlane/serial/AddWorkerNode 18.38
166 TestMultiControlPlane/serial/NodeLabels 0.07
167 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.87
168 TestMultiControlPlane/serial/CopyFile 16.29
169 TestMultiControlPlane/serial/StopSecondaryNode 12.58
170 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.69
171 TestMultiControlPlane/serial/RestartSecondaryNode 15.6
172 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 0.87
173 TestMultiControlPlane/serial/RestartClusterKeepsNodes 109.6
174 TestMultiControlPlane/serial/DeleteSecondaryNode 9.32
175 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.68
176 TestMultiControlPlane/serial/StopCluster 35.7
177 TestMultiControlPlane/serial/RestartCluster 58.61
178 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.72
179 TestMultiControlPlane/serial/AddSecondaryNode 35.8
180 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.86
184 TestJSONOutput/start/Command 51.39
185 TestJSONOutput/start/Audit 0
187 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
188 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
190 TestJSONOutput/pause/Command 0.67
191 TestJSONOutput/pause/Audit 0
193 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
194 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
196 TestJSONOutput/unpause/Command 0.59
197 TestJSONOutput/unpause/Audit 0
199 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
200 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
202 TestJSONOutput/stop/Command 5.73
203 TestJSONOutput/stop/Audit 0
205 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
206 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
207 TestErrorJSONOutput 0.21
209 TestKicCustomNetwork/create_custom_network 28.77
210 TestKicCustomNetwork/use_default_bridge_network 24.18
211 TestKicExistingNetwork 26
212 TestKicCustomSubnet 26.28
213 TestKicStaticIP 24.35
214 TestMainNoArgs 0.05
215 TestMinikubeProfile 50.63
218 TestMountStart/serial/StartWithMountFirst 7.87
219 TestMountStart/serial/VerifyMountFirst 0.25
220 TestMountStart/serial/StartWithMountSecond 5.11
221 TestMountStart/serial/VerifyMountSecond 0.25
222 TestMountStart/serial/DeleteFirst 1.62
223 TestMountStart/serial/VerifyMountPostDelete 0.25
224 TestMountStart/serial/Stop 1.18
225 TestMountStart/serial/RestartStopped 6.85
226 TestMountStart/serial/VerifyMountPostStop 0.26
229 TestMultiNode/serial/FreshStart2Nodes 71.65
230 TestMultiNode/serial/DeployApp2Nodes 19.83
231 TestMultiNode/serial/PingHostFrom2Pods 0.75
232 TestMultiNode/serial/AddNode 15
233 TestMultiNode/serial/MultiNodeLabels 0.06
234 TestMultiNode/serial/ProfileList 0.62
235 TestMultiNode/serial/CopyFile 9.25
236 TestMultiNode/serial/StopNode 2.15
237 TestMultiNode/serial/StartAfterStop 8.68
238 TestMultiNode/serial/RestartKeepsNodes 82.74
239 TestMultiNode/serial/DeleteNode 5.01
240 TestMultiNode/serial/StopMultiNode 23.87
241 TestMultiNode/serial/RestartMultiNode 47.87
242 TestMultiNode/serial/ValidateNameConflict 23.23
247 TestPreload 96.31
249 TestScheduledStopUnix 95.64
252 TestInsufficientStorage 12.36
253 TestRunningBinaryUpgrade 60.85
255 TestKubernetesUpgrade 320.32
256 TestMissingContainerUpgrade 156.71
258 TestNoKubernetes/serial/StartNoK8sWithVersion 0.08
259 TestNoKubernetes/serial/StartWithK8s 30.68
260 TestNoKubernetes/serial/StartWithStopK8s 20.1
261 TestNoKubernetes/serial/Start 4.34
262 TestNoKubernetes/serial/VerifyK8sNotRunning 0.34
263 TestNoKubernetes/serial/ProfileList 6.61
264 TestNoKubernetes/serial/Stop 1.57
265 TestNoKubernetes/serial/StartNoArgs 6.84
266 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.28
267 TestStoppedBinaryUpgrade/Setup 0.42
268 TestStoppedBinaryUpgrade/Upgrade 63.12
276 TestNetworkPlugins/group/false 3.64
288 TestPause/serial/Start 55.42
289 TestStoppedBinaryUpgrade/MinikubeLogs 0.97
290 TestNetworkPlugins/group/auto/Start 53.97
291 TestPause/serial/SecondStartNoReconfiguration 5.55
292 TestPause/serial/Pause 0.67
293 TestPause/serial/VerifyStatus 0.29
294 TestPause/serial/Unpause 0.6
295 TestPause/serial/PauseAgain 0.74
296 TestPause/serial/DeletePaused 2.61
297 TestPause/serial/VerifyDeletedResources 0.74
298 TestNetworkPlugins/group/kindnet/Start 52.74
299 TestNetworkPlugins/group/auto/KubeletFlags 0.32
300 TestNetworkPlugins/group/auto/NetCatPod 9.21
301 TestNetworkPlugins/group/auto/DNS 0.13
302 TestNetworkPlugins/group/auto/Localhost 0.12
303 TestNetworkPlugins/group/auto/HairPin 0.16
304 TestNetworkPlugins/group/calico/Start 56.81
305 TestNetworkPlugins/group/custom-flannel/Start 42.39
306 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
307 TestNetworkPlugins/group/kindnet/KubeletFlags 0.27
308 TestNetworkPlugins/group/kindnet/NetCatPod 9.2
309 TestNetworkPlugins/group/kindnet/DNS 0.13
310 TestNetworkPlugins/group/kindnet/Localhost 0.16
311 TestNetworkPlugins/group/kindnet/HairPin 0.12
312 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.34
313 TestNetworkPlugins/group/custom-flannel/NetCatPod 9.23
314 TestNetworkPlugins/group/enable-default-cni/Start 66.74
315 TestNetworkPlugins/group/calico/ControllerPod 6.01
316 TestNetworkPlugins/group/calico/KubeletFlags 0.3
317 TestNetworkPlugins/group/custom-flannel/DNS 0.17
318 TestNetworkPlugins/group/custom-flannel/Localhost 0.12
319 TestNetworkPlugins/group/calico/NetCatPod 9.26
320 TestNetworkPlugins/group/custom-flannel/HairPin 0.15
321 TestNetworkPlugins/group/calico/DNS 0.14
322 TestNetworkPlugins/group/calico/Localhost 0.1
323 TestNetworkPlugins/group/calico/HairPin 0.12
324 TestNetworkPlugins/group/flannel/Start 40.15
325 TestNetworkPlugins/group/bridge/Start 59.66
326 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.33
327 TestNetworkPlugins/group/enable-default-cni/NetCatPod 9.2
328 TestNetworkPlugins/group/flannel/ControllerPod 6.01
329 TestNetworkPlugins/group/enable-default-cni/DNS 0.15
330 TestNetworkPlugins/group/flannel/KubeletFlags 0.3
331 TestNetworkPlugins/group/enable-default-cni/Localhost 0.12
332 TestNetworkPlugins/group/enable-default-cni/HairPin 0.11
333 TestNetworkPlugins/group/flannel/NetCatPod 9.2
334 TestNetworkPlugins/group/flannel/DNS 0.15
335 TestNetworkPlugins/group/flannel/Localhost 0.13
336 TestNetworkPlugins/group/flannel/HairPin 0.13
338 TestStartStop/group/old-k8s-version/serial/FirstStart 146.38
340 TestStartStop/group/no-preload/serial/FirstStart 69.17
341 TestNetworkPlugins/group/bridge/KubeletFlags 0.29
342 TestNetworkPlugins/group/bridge/NetCatPod 8.22
343 TestNetworkPlugins/group/bridge/DNS 0.16
344 TestNetworkPlugins/group/bridge/Localhost 0.15
345 TestNetworkPlugins/group/bridge/HairPin 0.12
347 TestStartStop/group/embed-certs/serial/FirstStart 45.99
349 TestStartStop/group/newest-cni/serial/FirstStart 29.07
350 TestStartStop/group/embed-certs/serial/DeployApp 8.3
351 TestStartStop/group/newest-cni/serial/DeployApp 0
352 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 0.92
353 TestStartStop/group/newest-cni/serial/Stop 1.51
354 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.18
355 TestStartStop/group/newest-cni/serial/SecondStart 12.92
356 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 0.95
357 TestStartStop/group/no-preload/serial/DeployApp 9.29
358 TestStartStop/group/embed-certs/serial/Stop 11.98
359 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
360 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
361 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.23
362 TestStartStop/group/newest-cni/serial/Pause 2.9
363 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.02
364 TestStartStop/group/no-preload/serial/Stop 12.02
365 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.19
366 TestStartStop/group/embed-certs/serial/SecondStart 263.62
368 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 44.24
369 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.22
370 TestStartStop/group/no-preload/serial/SecondStart 287.17
371 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 10.26
372 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 0.94
373 TestStartStop/group/old-k8s-version/serial/DeployApp 10.4
374 TestStartStop/group/default-k8s-diff-port/serial/Stop 11.95
375 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 0.95
376 TestStartStop/group/old-k8s-version/serial/Stop 12.01
377 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.21
378 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 262.76
379 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.23
380 TestStartStop/group/old-k8s-version/serial/SecondStart 29.7
381 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 26.01
382 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.08
383 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.23
384 TestStartStop/group/old-k8s-version/serial/Pause 2.68
385 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
386 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.08
387 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.24
388 TestStartStop/group/embed-certs/serial/Pause 2.81
389 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6
390 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.07
391 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.22
392 TestStartStop/group/no-preload/serial/Pause 2.83
393 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
394 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.07
395 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.22
396 TestStartStop/group/default-k8s-diff-port/serial/Pause 2.7
x
+
TestDownloadOnly/v1.20.0/json-events (5.58s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-325513 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -o=json --download-only -p download-only-325513 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd: (5.583141168s)
--- PASS: TestDownloadOnly/v1.20.0/json-events (5.58s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0407 12:49:18.134076  828351 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime containerd
I0407 12:49:18.134195  828351 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-325513 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |          |
	|         | -p download-only-325513        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=containerd |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=containerd |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2025/04/07 12:49:12
	Running on machine: ubuntu-20-agent-7
	Binary: Built with gc go1.24.0 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0407 12:49:12.594615  828363 out.go:345] Setting OutFile to fd 1 ...
	I0407 12:49:12.594866  828363 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 12:49:12.594874  828363 out.go:358] Setting ErrFile to fd 2...
	I0407 12:49:12.594888  828363 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 12:49:12.595109  828363 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	W0407 12:49:12.595230  828363 root.go:314] Error reading config file at /home/jenkins/minikube-integration/20598-821510/.minikube/config/config.json: open /home/jenkins/minikube-integration/20598-821510/.minikube/config/config.json: no such file or directory
	I0407 12:49:12.595791  828363 out.go:352] Setting JSON to true
	I0407 12:49:12.596753  828363 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-7","uptime":23501,"bootTime":1744006652,"procs":199,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0407 12:49:12.596865  828363 start.go:139] virtualization: kvm guest
	I0407 12:49:12.598984  828363 out.go:97] [download-only-325513] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	W0407 12:49:12.599134  828363 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball: no such file or directory
	I0407 12:49:12.599173  828363 notify.go:220] Checking for updates...
	I0407 12:49:12.600527  828363 out.go:169] MINIKUBE_LOCATION=20598
	I0407 12:49:12.602176  828363 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0407 12:49:12.603709  828363 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 12:49:12.605408  828363 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
	I0407 12:49:12.606766  828363 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0407 12:49:12.609481  828363 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0407 12:49:12.609856  828363 driver.go:394] Setting default libvirt URI to qemu:///system
	I0407 12:49:12.633401  828363 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
	I0407 12:49:12.633525  828363 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 12:49:12.686159  828363 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:54 SystemTime:2025-04-07 12:49:12.676522372 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 12:49:12.686281  828363 docker.go:318] overlay module found
	I0407 12:49:12.688026  828363 out.go:97] Using the docker driver based on user configuration
	I0407 12:49:12.688070  828363 start.go:297] selected driver: docker
	I0407 12:49:12.688081  828363 start.go:901] validating driver "docker" against <nil>
	I0407 12:49:12.688167  828363 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 12:49:12.739216  828363 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:54 SystemTime:2025-04-07 12:49:12.729927335 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 12:49:12.739386  828363 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0407 12:49:12.739866  828363 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0407 12:49:12.740010  828363 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0407 12:49:12.742013  828363 out.go:169] Using Docker driver with root privileges
	I0407 12:49:12.743191  828363 cni.go:84] Creating CNI manager for ""
	I0407 12:49:12.743265  828363 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0407 12:49:12.743279  828363 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0407 12:49:12.743349  828363 start.go:340] cluster config:
	{Name:download-only-325513 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-325513 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:containerd 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:containerd 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}
	I0407 12:49:12.744572  828363 out.go:97] Starting "download-only-325513" primary control-plane node in "download-only-325513" cluster
	I0407 12:49:12.744594  828363 cache.go:121] Beginning downloading kic base image for docker with containerd
	I0407 12:49:12.745715  828363 out.go:97] Pulling base image v0.0.46-1743675393-20591 ...
	I0407 12:49:12.745747  828363 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime containerd
	I0407 12:49:12.745870  828363 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local docker daemon
	I0407 12:49:12.762947  828363 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 to local cache
	I0407 12:49:12.763227  828363 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 in local cache directory
	I0407 12:49:12.763321  828363 image.go:150] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 to local cache
	I0407 12:49:12.770387  828363 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-containerd-overlay2-amd64.tar.lz4
	I0407 12:49:12.770419  828363 cache.go:56] Caching tarball of preloaded images
	I0407 12:49:12.770587  828363 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime containerd
	I0407 12:49:12.772645  828363 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0407 12:49:12.772684  828363 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-amd64.tar.lz4 ...
	I0407 12:49:12.795551  828363 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-amd64.tar.lz4?checksum=md5:c28dc5b6f01e4b826afa7afc8a0fd1fd -> /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-amd64.tar.lz4
	I0407 12:49:16.287539  828363 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-amd64.tar.lz4 ...
	I0407 12:49:16.287632  828363 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-amd64.tar.lz4 ...
	I0407 12:49:17.272717  828363 cache.go:59] Finished verifying existence of preloaded tar for v1.20.0 on containerd
	I0407 12:49:17.273133  828363 profile.go:143] Saving config to /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/download-only-325513/config.json ...
	I0407 12:49:17.273171  828363 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/download-only-325513/config.json: {Name:mk6e445ddec43b984e3dcac91848cd3ce8835065 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0407 12:49:17.273317  828363 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime containerd
	I0407 12:49:17.273484  828363 download.go:108] Downloading: https://dl.k8s.io/release/v1.20.0/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.20.0/bin/linux/amd64/kubectl.sha256 -> /home/jenkins/minikube-integration/20598-821510/.minikube/cache/linux/amd64/v1.20.0/kubectl
	
	
	* The control-plane node download-only-325513 host does not exist
	  To start a cluster, run: "minikube start -p download-only-325513"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.32.2/json-events (4.6s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.32.2/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-275779 --force --alsologtostderr --kubernetes-version=v1.32.2 --container-runtime=containerd --driver=docker  --container-runtime=containerd
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -o=json --download-only -p download-only-275779 --force --alsologtostderr --kubernetes-version=v1.32.2 --container-runtime=containerd --driver=docker  --container-runtime=containerd: (4.59728775s)
--- PASS: TestDownloadOnly/v1.32.2/json-events (4.60s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.32.2/preload-exists
I0407 12:49:23.150080  828351 preload.go:131] Checking if preload exists for k8s version v1.32.2 and runtime containerd
I0407 12:49:23.150141  828351 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20598-821510/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.2-containerd-overlay2-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.32.2/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-325513 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |                     |
	|         | -p download-only-325513        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=containerd |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=containerd |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| delete  | -p download-only-325513        | download-only-325513 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC | 07 Apr 25 12:49 UTC |
	| start   | -o=json --download-only        | download-only-275779 | jenkins | v1.35.0 | 07 Apr 25 12:49 UTC |                     |
	|         | -p download-only-275779        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.32.2   |                      |         |         |                     |                     |
	|         | --container-runtime=containerd |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=containerd |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/04/07 12:49:18
	Running on machine: ubuntu-20-agent-7
	Binary: Built with gc go1.24.0 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0407 12:49:18.594901  828699 out.go:345] Setting OutFile to fd 1 ...
	I0407 12:49:18.595155  828699 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 12:49:18.595167  828699 out.go:358] Setting ErrFile to fd 2...
	I0407 12:49:18.595170  828699 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 12:49:18.595420  828699 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 12:49:18.596084  828699 out.go:352] Setting JSON to true
	I0407 12:49:18.597107  828699 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-7","uptime":23507,"bootTime":1744006652,"procs":197,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0407 12:49:18.597169  828699 start.go:139] virtualization: kvm guest
	I0407 12:49:18.599417  828699 out.go:97] [download-only-275779] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0407 12:49:18.599622  828699 notify.go:220] Checking for updates...
	I0407 12:49:18.601182  828699 out.go:169] MINIKUBE_LOCATION=20598
	I0407 12:49:18.602758  828699 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0407 12:49:18.604148  828699 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 12:49:18.605525  828699 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
	I0407 12:49:18.606803  828699 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0407 12:49:18.609334  828699 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0407 12:49:18.609631  828699 driver.go:394] Setting default libvirt URI to qemu:///system
	I0407 12:49:18.633338  828699 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
	I0407 12:49:18.633426  828699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 12:49:18.684749  828699 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:47 SystemTime:2025-04-07 12:49:18.67570484 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x8
6_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> Se
rverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 12:49:18.684866  828699 docker.go:318] overlay module found
	I0407 12:49:18.686922  828699 out.go:97] Using the docker driver based on user configuration
	I0407 12:49:18.686956  828699 start.go:297] selected driver: docker
	I0407 12:49:18.686962  828699 start.go:901] validating driver "docker" against <nil>
	I0407 12:49:18.687078  828699 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 12:49:18.738693  828699 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:47 SystemTime:2025-04-07 12:49:18.729651008 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 12:49:18.738937  828699 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0407 12:49:18.739680  828699 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0407 12:49:18.739885  828699 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0407 12:49:18.742046  828699 out.go:169] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-275779 host does not exist
	  To start a cluster, run: "minikube start -p download-only-275779"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (1.16s)

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

                                                
                                    
x
+
TestBinaryMirror (0.8s)

                                                
                                                
=== RUN   TestBinaryMirror
I0407 12:49:25.007716  828351 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.32.2/bin/linux/amd64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-amd64 start --download-only -p binary-mirror-297215 --alsologtostderr --binary-mirror http://127.0.0.1:46133 --driver=docker  --container-runtime=containerd
helpers_test.go:175: Cleaning up "binary-mirror-297215" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p binary-mirror-297215
--- PASS: TestBinaryMirror (0.80s)

                                                
                                    
x
+
TestOffline (56.37s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-linux-amd64 start -p offline-containerd-328747 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=containerd
aab_offline_test.go:55: (dbg) Done: out/minikube-linux-amd64 start -p offline-containerd-328747 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=containerd: (53.835611278s)
helpers_test.go:175: Cleaning up "offline-containerd-328747" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p offline-containerd-328747
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p offline-containerd-328747: (2.538049487s)
--- PASS: TestOffline (56.37s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.06s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.06s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (143.34s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:107: (dbg) Run:  out/minikube-linux-amd64 start -p addons-438605 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=nvidia-device-plugin --addons=yakd --addons=volcano --addons=amd-gpu-device-plugin --driver=docker  --container-runtime=containerd --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher
addons_test.go:107: (dbg) Done: out/minikube-linux-amd64 start -p addons-438605 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=nvidia-device-plugin --addons=yakd --addons=volcano --addons=amd-gpu-device-plugin --driver=docker  --container-runtime=containerd --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher: (2m23.344216816s)
--- PASS: TestAddons/Setup (143.34s)

                                                
                                    
x
+
TestAddons/serial/Volcano (39.59s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:823: volcano-controller stabilized in 16.991402ms
addons_test.go:807: volcano-scheduler stabilized in 17.049713ms
addons_test.go:815: volcano-admission stabilized in 17.118283ms
addons_test.go:829: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-scheduler-75fdd99bcf-mmk8k" [b25fb53a-85dc-4d97-827a-5333c1ce3f70] Running
addons_test.go:829: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 6.004066614s
addons_test.go:833: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-admission" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-admission-75d8f6b5c-x45jw" [a288165d-aa9c-443a-8d07-f679d1defa7c] Running
addons_test.go:833: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 5.004460715s
addons_test.go:837: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-controller" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-controllers-86bdc5c9c-dvmgr" [1b563e9b-61ed-45a1-8774-662aeb0349ce] Running
addons_test.go:837: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 5.003791909s
addons_test.go:842: (dbg) Run:  kubectl --context addons-438605 delete -n volcano-system job volcano-admission-init
addons_test.go:848: (dbg) Run:  kubectl --context addons-438605 create -f testdata/vcjob.yaml
addons_test.go:856: (dbg) Run:  kubectl --context addons-438605 get vcjob -n my-volcano
addons_test.go:874: (dbg) TestAddons/serial/Volcano: waiting 3m0s for pods matching "volcano.sh/job-name=test-job" in namespace "my-volcano" ...
helpers_test.go:344: "test-job-nginx-0" [4d7c621a-3d16-4edc-9fe0-5cbff0ba69d9] Pending
helpers_test.go:344: "test-job-nginx-0" [4d7c621a-3d16-4edc-9fe0-5cbff0ba69d9] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "test-job-nginx-0" [4d7c621a-3d16-4edc-9fe0-5cbff0ba69d9] Running
addons_test.go:874: (dbg) TestAddons/serial/Volcano: volcano.sh/job-name=test-job healthy within 12.004266508s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable volcano --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 addons disable volcano --alsologtostderr -v=1: (11.250695131s)
--- PASS: TestAddons/serial/Volcano (39.59s)

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

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

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:614: (dbg) Run:  kubectl --context addons-438605 create -f testdata/busybox.yaml
addons_test.go:621: (dbg) Run:  kubectl --context addons-438605 create sa gcp-auth-test
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [f871af1e-c107-4df7-a4a4-07d5f0e2acb0] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [f871af1e-c107-4df7-a4a4-07d5f0e2acb0] Running
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 9.003725737s
addons_test.go:633: (dbg) Run:  kubectl --context addons-438605 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:645: (dbg) Run:  kubectl --context addons-438605 describe sa gcp-auth-test
addons_test.go:683: (dbg) Run:  kubectl --context addons-438605 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (9.46s)

                                                
                                    
x
+
TestAddons/parallel/Registry (15.75s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:321: registry stabilized in 4.379186ms
addons_test.go:323: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-6c88467877-kjqwp" [59d33c32-764e-4f44-bb49-782bdaeefd04] Running
addons_test.go:323: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.002587584s
addons_test.go:326: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-qn7lj" [2c918778-24fc-4074-8be4-8b4bb0a68815] Running
addons_test.go:326: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.004313102s
addons_test.go:331: (dbg) Run:  kubectl --context addons-438605 delete po -l run=registry-test --now
addons_test.go:336: (dbg) Run:  kubectl --context addons-438605 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local"
addons_test.go:336: (dbg) Done: kubectl --context addons-438605 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": (3.863036022s)
addons_test.go:350: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 ip
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (15.75s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (10.68s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-g7954" [d839d9e8-479c-4dd5-909f-040f5a03d94e] Running
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 5.004660809s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable inspektor-gadget --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 addons disable inspektor-gadget --alsologtostderr -v=1: (5.679092786s)
--- PASS: TestAddons/parallel/InspektorGadget (10.68s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (5.72s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:394: metrics-server stabilized in 3.261053ms
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-7fbb699795-6x77x" [b869a04e-44f4-4a19-9f39-7519d944f086] Running
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.003014124s
addons_test.go:402: (dbg) Run:  kubectl --context addons-438605 top pods -n kube-system
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (5.72s)

                                                
                                    
x
+
TestAddons/parallel/CSI (49.95s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I0407 12:53:05.493816  828351 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0407 12:53:05.522036  828351 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0407 12:53:05.522074  828351 kapi.go:107] duration metric: took 28.283596ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:488: csi-hostpath-driver pods stabilized in 28.294915ms
addons_test.go:491: (dbg) Run:  kubectl --context addons-438605 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:496: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:501: (dbg) Run:  kubectl --context addons-438605 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:506: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [38a94f59-e418-4630-9932-d3e7693432ed] Pending
helpers_test.go:344: "task-pv-pod" [38a94f59-e418-4630-9932-d3e7693432ed] 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" [38a94f59-e418-4630-9932-d3e7693432ed] Running
addons_test.go:506: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 8.003624526s
addons_test.go:511: (dbg) Run:  kubectl --context addons-438605 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:516: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-438605 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-438605 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:521: (dbg) Run:  kubectl --context addons-438605 delete pod task-pv-pod
addons_test.go:527: (dbg) Run:  kubectl --context addons-438605 delete pvc hpvc
addons_test.go:533: (dbg) Run:  kubectl --context addons-438605 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:538: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-438605 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:543: (dbg) Run:  kubectl --context addons-438605 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:548: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod-restore" in namespace "default" ...
helpers_test.go:344: "task-pv-pod-restore" [9533cf48-1eaf-46b2-9fff-392862cc53ca] Pending
helpers_test.go:344: "task-pv-pod-restore" [9533cf48-1eaf-46b2-9fff-392862cc53ca] 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" [9533cf48-1eaf-46b2-9fff-392862cc53ca] Running
addons_test.go:548: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.003545049s
addons_test.go:553: (dbg) Run:  kubectl --context addons-438605 delete pod task-pv-pod-restore
addons_test.go:557: (dbg) Run:  kubectl --context addons-438605 delete pvc hpvc-restore
addons_test.go:561: (dbg) Run:  kubectl --context addons-438605 delete volumesnapshot new-snapshot-demo
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.674423967s)
--- PASS: TestAddons/parallel/CSI (49.95s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (16.5s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:747: (dbg) Run:  out/minikube-linux-amd64 addons enable headlamp -p addons-438605 --alsologtostderr -v=1
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-5d4b5d7bd6-2jtpp" [718edbc5-f884-4327-9e86-a2d76f625d0d] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-5d4b5d7bd6-2jtpp" [718edbc5-f884-4327-9e86-a2d76f625d0d] Running
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 10.003947544s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable headlamp --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 addons disable headlamp --alsologtostderr -v=1: (5.710566756s)
--- PASS: TestAddons/parallel/Headlamp (16.50s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.52s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-cc9755fc7-bx4cd" [19b93100-012d-4111-a9f3-13f7599349e8] Running
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.003504924s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable cloud-spanner --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CloudSpanner (5.52s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.5s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: waiting 6m0s for pods matching "name=nvidia-device-plugin-ds" in namespace "kube-system" ...
helpers_test.go:344: "nvidia-device-plugin-daemonset-tfjj8" [575eac84-3174-46d6-b793-3c1bfbc02714] Running
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.00291169s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable nvidia-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.50s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.71s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: waiting 2m0s for pods matching "app.kubernetes.io/name=yakd-dashboard" in namespace "yakd-dashboard" ...
helpers_test.go:344: "yakd-dashboard-575dd5996b-6h7n9" [a3872bde-46a9-4a35-b46a-b6dd9fc3ca2a] Running
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.004250715s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable yakd --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-438605 addons disable yakd --alsologtostderr -v=1: (5.7027171s)
--- PASS: TestAddons/parallel/Yakd (11.71s)

                                                
                                    
x
+
TestAddons/parallel/AmdGpuDevicePlugin (6.55s)

                                                
                                                
=== RUN   TestAddons/parallel/AmdGpuDevicePlugin
=== PAUSE TestAddons/parallel/AmdGpuDevicePlugin

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/AmdGpuDevicePlugin
addons_test.go:977: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: waiting 6m0s for pods matching "name=amd-gpu-device-plugin" in namespace "kube-system" ...
helpers_test.go:344: "amd-gpu-device-plugin-bcbsb" [018257bc-6aff-4ec4-855a-4ea59b578f9b] Running
addons_test.go:977: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: name=amd-gpu-device-plugin healthy within 6.003579495s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-438605 addons disable amd-gpu-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/AmdGpuDevicePlugin (6.55s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.21s)

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

                                                
                                    
x
+
TestCertOptions (27.28s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (215.97s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-372069 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=containerd
cert_options_test.go:123: (dbg) Done: out/minikube-linux-amd64 start -p cert-expiration-372069 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=containerd: (28.358111432s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-372069 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=containerd
cert_options_test.go:131: (dbg) Done: out/minikube-linux-amd64 start -p cert-expiration-372069 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=containerd: (5.276063696s)
helpers_test.go:175: Cleaning up "cert-expiration-372069" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-expiration-372069
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-expiration-372069: (2.330800219s)
--- PASS: TestCertExpiration (215.97s)

                                                
                                    
x
+
TestForceSystemdFlag (28.59s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-flag-220740 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd
docker_test.go:91: (dbg) Done: out/minikube-linux-amd64 start -p force-systemd-flag-220740 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd: (26.118593101s)
docker_test.go:121: (dbg) Run:  out/minikube-linux-amd64 -p force-systemd-flag-220740 ssh "cat /etc/containerd/config.toml"
helpers_test.go:175: Cleaning up "force-systemd-flag-220740" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-flag-220740
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-flag-220740: (2.135564702s)
--- PASS: TestForceSystemdFlag (28.59s)

                                                
                                    
x
+
TestForceSystemdEnv (37.92s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-env-382626 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd
docker_test.go:155: (dbg) Done: out/minikube-linux-amd64 start -p force-systemd-env-382626 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=containerd: (34.766864085s)
docker_test.go:121: (dbg) Run:  out/minikube-linux-amd64 -p force-systemd-env-382626 ssh "cat /etc/containerd/config.toml"
helpers_test.go:175: Cleaning up "force-systemd-env-382626" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-env-382626
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-env-382626: (2.676444605s)
--- PASS: TestForceSystemdEnv (37.92s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (3.95s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
=== PAUSE TestKVMDriverInstallOrUpdate

                                                
                                                

                                                
                                                
=== CONT  TestKVMDriverInstallOrUpdate
I0407 13:34:02.674488  828351 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0407 13:34:02.674613  828351 install.go:117] Validating docker-machine-driver-kvm2, PATH=/home/jenkins/workspace/Docker_Linux_containerd_integration/testdata/kvm2-driver-without-version:/home/jenkins/workspace/Docker_Linux_containerd_integration/out/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin:/usr/local/bin/:/usr/local/go/bin/:/home/jenkins/go/bin
W0407 13:34:02.705923  828351 install.go:62] docker-machine-driver-kvm2: exit status 1
W0407 13:34:02.706091  828351 out.go:174] [unset outFile]: * Downloading driver docker-machine-driver-kvm2:
I0407 13:34:02.706147  828351 download.go:108] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 -> /tmp/TestKVMDriverInstallOrUpdate2782055504/001/docker-machine-driver-kvm2
I0407 13:34:02.956398  828351 driver.go:46] failed to download arch specific driver: getter: &{Ctx:context.Background Src:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 Dst:/tmp/TestKVMDriverInstallOrUpdate2782055504/001/docker-machine-driver-kvm2.download Pwd: Mode:2 Umask:---------- Detectors:[0x554c940 0x554c940 0x554c940 0x554c940 0x554c940 0x554c940 0x554c940] Decompressors:map[bz2:0xc0006a6ef8 gz:0xc0006a6fa0 tar:0xc0006a6f50 tar.bz2:0xc0006a6f60 tar.gz:0xc0006a6f70 tar.xz:0xc0006a6f80 tar.zst:0xc0006a6f90 tbz2:0xc0006a6f60 tgz:0xc0006a6f70 txz:0xc0006a6f80 tzst:0xc0006a6f90 xz:0xc0006a6fa8 zip:0xc0006a6fc0 zst:0xc0006a6fd0] Getters:map[file:0xc001981f40 http:0xc0007b74f0 https:0xc0007b7540] Dir:false ProgressListener:<nil> Insecure:false DisableSymlinks:false Options:[]}: invalid checksum: Error downloading checksum file: bad response co
de: 404. trying to get the common version
I0407 13:34:02.956463  828351 download.go:108] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2.sha256 -> /tmp/TestKVMDriverInstallOrUpdate2782055504/001/docker-machine-driver-kvm2
I0407 13:34:04.862102  828351 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0407 13:34:04.862200  828351 install.go:117] Validating docker-machine-driver-kvm2, PATH=/home/jenkins/workspace/Docker_Linux_containerd_integration/testdata/kvm2-driver-older-version:/home/jenkins/workspace/Docker_Linux_containerd_integration/out/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin:/usr/local/bin/:/usr/local/go/bin/:/home/jenkins/go/bin
I0407 13:34:04.894617  828351 install.go:137] /home/jenkins/workspace/Docker_Linux_containerd_integration/testdata/kvm2-driver-older-version/docker-machine-driver-kvm2 version is 1.1.1
W0407 13:34:04.894664  828351 install.go:62] docker-machine-driver-kvm2: docker-machine-driver-kvm2 is version 1.1.1, want 1.3.0
W0407 13:34:04.894742  828351 out.go:174] [unset outFile]: * Downloading driver docker-machine-driver-kvm2:
I0407 13:34:04.894776  828351 download.go:108] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 -> /tmp/TestKVMDriverInstallOrUpdate2782055504/002/docker-machine-driver-kvm2
I0407 13:34:04.950021  828351 driver.go:46] failed to download arch specific driver: getter: &{Ctx:context.Background Src:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 Dst:/tmp/TestKVMDriverInstallOrUpdate2782055504/002/docker-machine-driver-kvm2.download Pwd: Mode:2 Umask:---------- Detectors:[0x554c940 0x554c940 0x554c940 0x554c940 0x554c940 0x554c940 0x554c940] Decompressors:map[bz2:0xc0006a6ef8 gz:0xc0006a6fa0 tar:0xc0006a6f50 tar.bz2:0xc0006a6f60 tar.gz:0xc0006a6f70 tar.xz:0xc0006a6f80 tar.zst:0xc0006a6f90 tbz2:0xc0006a6f60 tgz:0xc0006a6f70 txz:0xc0006a6f80 tzst:0xc0006a6f90 xz:0xc0006a6fa8 zip:0xc0006a6fc0 zst:0xc0006a6fd0] Getters:map[file:0xc00167aa60 http:0xc000649cc0 https:0xc000649d10] Dir:false ProgressListener:<nil> Insecure:false DisableSymlinks:false Options:[]}: invalid checksum: Error downloading checksum file: bad response co
de: 404. trying to get the common version
I0407 13:34:04.950074  828351 download.go:108] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2.sha256 -> /tmp/TestKVMDriverInstallOrUpdate2782055504/002/docker-machine-driver-kvm2
--- PASS: TestKVMDriverInstallOrUpdate (3.95s)

                                                
                                    
x
+
TestErrorSpam/setup (21.05s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -p nospam-383264 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-383264 --driver=docker  --container-runtime=containerd
E0407 13:02:30.187342  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
error_spam_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -p nospam-383264 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-383264 --driver=docker  --container-runtime=containerd: (21.050142603s)
--- PASS: TestErrorSpam/setup (21.05s)

                                                
                                    
x
+
TestErrorSpam/start (0.59s)

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

                                                
                                    
x
+
TestErrorSpam/status (0.87s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.62s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.64s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.38s)

                                                
                                                
=== RUN   TestErrorSpam/stop
error_spam_test.go:216: Cleaning up 0 logfile(s) ...
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-383264 --log_dir /tmp/nospam-383264 stop
error_spam_test.go:159: (dbg) Done: out/minikube-linux-amd64 -p nospam-383264 --log_dir /tmp/nospam-383264 stop: (1.188253511s)
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-383264 --log_dir /tmp/nospam-383264 stop
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-383264 --log_dir /tmp/nospam-383264 stop
--- PASS: TestErrorSpam/stop (1.38s)

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1872: local sync path: /home/jenkins/minikube-integration/20598-821510/.minikube/files/etc/test/nested/copy/828351/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (52.53s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2251: (dbg) Run:  out/minikube-linux-amd64 start -p functional-579166 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=containerd
E0407 13:03:11.149106  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:2251: (dbg) Done: out/minikube-linux-amd64 start -p functional-579166 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=containerd: (52.529629086s)
--- PASS: TestFunctional/serial/StartWithProxy (52.53s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (5.32s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0407 13:03:42.113158  828351 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
functional_test.go:676: (dbg) Run:  out/minikube-linux-amd64 start -p functional-579166 --alsologtostderr -v=8
functional_test.go:676: (dbg) Done: out/minikube-linux-amd64 start -p functional-579166 --alsologtostderr -v=8: (5.32272248s)
functional_test.go:680: soft start took 5.323520302s for "functional-579166" cluster.
I0407 13:03:47.436302  828351 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
--- PASS: TestFunctional/serial/SoftStart (5.32s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.05s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.06s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:713: (dbg) Run:  kubectl --context functional-579166 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.06s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1094: (dbg) Run:  docker build -t minikube-local-cache-test:functional-579166 /tmp/TestFunctionalserialCacheCmdcacheadd_local3080813331/001
functional_test.go:1106: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 cache add minikube-local-cache-test:functional-579166
functional_test.go:1106: (dbg) Done: out/minikube-linux-amd64 -p functional-579166 cache add minikube-local-cache-test:functional-579166: (1.407425219s)
functional_test.go:1111: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 cache delete minikube-local-cache-test:functional-579166
functional_test.go:1100: (dbg) Run:  docker rmi minikube-local-cache-test:functional-579166
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (1.74s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.12s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.11s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (43.24s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:774: (dbg) Run:  out/minikube-linux-amd64 start -p functional-579166 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E0407 13:04:33.074163  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:774: (dbg) Done: out/minikube-linux-amd64 start -p functional-579166 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (43.23497147s)
functional_test.go:778: restart took 43.235114736s for "functional-579166" cluster.
I0407 13:04:37.514636  828351 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
--- PASS: TestFunctional/serial/ExtraConfig (43.24s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.07s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.41s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1253: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 logs
functional_test.go:1253: (dbg) Done: out/minikube-linux-amd64 -p functional-579166 logs: (1.41333073s)
--- PASS: TestFunctional/serial/LogsCmd (1.41s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.44s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1267: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 logs --file /tmp/TestFunctionalserialLogsFileCmd2649230370/001/logs.txt
functional_test.go:1267: (dbg) Done: out/minikube-linux-amd64 -p functional-579166 logs --file /tmp/TestFunctionalserialLogsFileCmd2649230370/001/logs.txt: (1.437058012s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.44s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.5s)

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

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

                                                
                                                
-- /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:2344: (dbg) Run:  kubectl --context functional-579166 delete -f testdata/invalidsvc.yaml
--- PASS: TestFunctional/serial/InvalidService (4.50s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.43s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (9.61s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.39s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0407 13:04:57.091350  878909 out.go:345] Setting OutFile to fd 1 ...
	I0407 13:04:57.091575  878909 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:04:57.091663  878909 out.go:358] Setting ErrFile to fd 2...
	I0407 13:04:57.091701  878909 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:04:57.092060  878909 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 13:04:57.092987  878909 out.go:352] Setting JSON to false
	I0407 13:04:57.094694  878909 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-7","uptime":24445,"bootTime":1744006652,"procs":235,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0407 13:04:57.094827  878909 start.go:139] virtualization: kvm guest
	I0407 13:04:57.096697  878909 out.go:177] * [functional-579166] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0407 13:04:57.098200  878909 notify.go:220] Checking for updates...
	I0407 13:04:57.098219  878909 out.go:177]   - MINIKUBE_LOCATION=20598
	I0407 13:04:57.100409  878909 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0407 13:04:57.101832  878909 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 13:04:57.103776  878909 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
	I0407 13:04:57.105417  878909 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0407 13:04:57.107323  878909 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0407 13:04:57.109234  878909 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:04:57.109757  878909 driver.go:394] Setting default libvirt URI to qemu:///system
	I0407 13:04:57.136736  878909 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
	I0407 13:04:57.136856  878909 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 13:04:57.191520  878909 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images: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:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:true NGoroutines:54 SystemTime:2025-04-07 13:04:57.181254516 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 13:04:57.191645  878909 docker.go:318] overlay module found
	I0407 13:04:57.193591  878909 out.go:177] * Using the docker driver based on existing profile
	I0407 13:04:57.194919  878909 start.go:297] selected driver: docker
	I0407 13:04:57.194940  878909 start.go:901] validating driver "docker" against &{Name:functional-579166 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:functional-579166 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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:do
cker 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}
	I0407 13:04:57.195126  878909 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0407 13:04:57.197209  878909 out.go:201] 
	W0407 13:04:57.198595  878909 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
	I0407 13:04:57.199963  878909 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.18s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0407 13:04:57.473878  879212 out.go:345] Setting OutFile to fd 1 ...
	I0407 13:04:57.474099  879212 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:04:57.474130  879212 out.go:358] Setting ErrFile to fd 2...
	I0407 13:04:57.474149  879212 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:04:57.474530  879212 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 13:04:57.475171  879212 out.go:352] Setting JSON to false
	I0407 13:04:57.476363  879212 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-7","uptime":24445,"bootTime":1744006652,"procs":240,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0407 13:04:57.476472  879212 start.go:139] virtualization: kvm guest
	I0407 13:04:57.478855  879212 out.go:177] * [functional-579166] minikube v1.35.0 sur Ubuntu 20.04 (kvm/amd64)
	I0407 13:04:57.480541  879212 out.go:177]   - MINIKUBE_LOCATION=20598
	I0407 13:04:57.480538  879212 notify.go:220] Checking for updates...
	I0407 13:04:57.483455  879212 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0407 13:04:57.485131  879212 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 13:04:57.486534  879212 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
	I0407 13:04:57.487917  879212 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0407 13:04:57.489398  879212 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0407 13:04:57.491526  879212 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:04:57.492277  879212 driver.go:394] Setting default libvirt URI to qemu:///system
	I0407 13:04:57.518953  879212 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
	I0407 13:04:57.519096  879212 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 13:04:57.581040  879212 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images: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:false BridgeNfIP6Tables:false Debug:false NFd:37 OomKillDisable:true NGoroutines:54 SystemTime:2025-04-07 13:04:57.570541502 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 13:04:57.581188  879212 docker.go:318] overlay module found
	I0407 13:04:57.584145  879212 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0407 13:04:57.585553  879212 start.go:297] selected driver: docker
	I0407 13:04:57.585574  879212 start.go:901] validating driver "docker" against &{Name:functional-579166 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1743675393-20591@sha256:8de8167e280414c9d16e4c3da59bc85bc7c9cc24228af995863fc7bcabfcf727 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.2 ClusterName:functional-579166 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.2 ContainerRuntime:containerd 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:do
cker 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}
	I0407 13:04:57.585677  879212 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0407 13:04:57.587758  879212 out.go:201] 
	W0407 13:04:57.589032  879212 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
	I0407 13:04:57.590311  879212 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.14s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:871: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 status
functional_test.go:877: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:889: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (1.14s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (6.5s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1646: (dbg) Run:  kubectl --context functional-579166 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1652: (dbg) Run:  kubectl --context functional-579166 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1657: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-58f9cf68d8-hw7hj" [f72042da-e301-4555-acca-8b360433864d] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-58f9cf68d8-hw7hj" [f72042da-e301-4555-acca-8b360433864d] Running
functional_test.go:1657: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 6.003173442s
functional_test.go:1666: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 service hello-node-connect --url
functional_test.go:1672: found endpoint for hello-node-connect: http://192.168.49.2:30752
functional_test.go:1692: http://192.168.49.2:30752: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-58f9cf68d8-hw7hj

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.15s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.62s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (359.03s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1810: (dbg) Run:  kubectl --context functional-579166 replace --force -f testdata/mysql.yaml
functional_test.go:1816: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:344: "mysql-58ccfd96bb-bdjxw" [0d4621b5-f8f2-4122-bb33-4034a10b3cb9] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-58ccfd96bb-bdjxw" [0d4621b5-f8f2-4122-bb33-4034a10b3cb9] Running
functional_test.go:1816: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 5m56.003881891s
functional_test.go:1824: (dbg) Run:  kubectl --context functional-579166 exec mysql-58ccfd96bb-bdjxw -- mysql -ppassword -e "show databases;"
functional_test.go:1824: (dbg) Non-zero exit: kubectl --context functional-579166 exec mysql-58ccfd96bb-bdjxw -- mysql -ppassword -e "show databases;": exit status 1 (112.204384ms)

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

                                                
                                                
** /stderr **
I0407 13:10:53.200204  828351 retry.go:31] will retry after 527.455236ms: exit status 1
functional_test.go:1824: (dbg) Run:  kubectl --context functional-579166 exec mysql-58ccfd96bb-bdjxw -- mysql -ppassword -e "show databases;"
functional_test.go:1824: (dbg) Non-zero exit: kubectl --context functional-579166 exec mysql-58ccfd96bb-bdjxw -- mysql -ppassword -e "show databases;": exit status 1 (100.75899ms)

                                                
                                                
** stderr ** 
	mysql: [Warning] Using a password on the command line interface can be insecure.
	ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
	command terminated with exit code 1

                                                
                                                
** /stderr **
I0407 13:10:53.828820  828351 retry.go:31] will retry after 2.003289173s: exit status 1
functional_test.go:1824: (dbg) Run:  kubectl --context functional-579166 exec mysql-58ccfd96bb-bdjxw -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (359.03s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.26s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1946: Checking for existence of /etc/test/nested/copy/828351/hosts within VM
functional_test.go:1948: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "sudo cat /etc/test/nested/copy/828351/hosts"
functional_test.go:1953: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (0.26s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (1.55s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1989: Checking for existence of /etc/ssl/certs/828351.pem within VM
functional_test.go:1990: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "sudo cat /etc/ssl/certs/828351.pem"
functional_test.go:1989: Checking for existence of /usr/share/ca-certificates/828351.pem within VM
functional_test.go:1990: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "sudo cat /usr/share/ca-certificates/828351.pem"
functional_test.go:1989: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1990: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:2016: Checking for existence of /etc/ssl/certs/8283512.pem within VM
functional_test.go:2017: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "sudo cat /etc/ssl/certs/8283512.pem"
functional_test.go:2016: Checking for existence of /usr/share/ca-certificates/8283512.pem within VM
functional_test.go:2017: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "sudo cat /usr/share/ca-certificates/8283512.pem"
functional_test.go:2016: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:2017: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (1.55s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.07s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.52s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

                                                
                                                
** /stderr **
functional_test.go:2044: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "sudo systemctl is-active crio"
functional_test.go:2044: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-579166 ssh "sudo systemctl is-active crio": exit status 1 (257.740813ms)

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.15s)

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

                                                
                                                

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1456: (dbg) Run:  kubectl --context functional-579166 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1462: (dbg) Run:  kubectl --context functional-579166 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1467: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-fcfd88b6f-682qk" [32035bad-26f3-4ebb-a1f8-79bd503ec455] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-fcfd88b6f-682qk" [32035bad-26f3-4ebb-a1f8-79bd503ec455] Running
functional_test.go:1467: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 8.00386335s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (8.22s)

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-579166 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" [31b41eca-b523-4c90-a430-c84e2687ada3] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [31b41eca-b523-4c90-a430-c84e2687ada3] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 10.004420766s
I0407 13:04:56.738376  828351 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (10.26s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1506: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 service list -o json
functional_test.go:1511: Took "500.244153ms" to run "out/minikube-linux-amd64 -p functional-579166 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (0.50s)

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

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

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

                                                
                                                

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/HTTPS
functional_test.go:1526: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 service --namespace=default --https --url hello-node
functional_test.go:1539: found endpoint: https://192.168.49.2:31823
--- PASS: TestFunctional/parallel/ServiceCmd/HTTPS (0.33s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:278: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image ls --format short --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-amd64 -p functional-579166 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.32.2
registry.k8s.io/kube-proxy:v1.32.2
registry.k8s.io/kube-controller-manager:v1.32.2
registry.k8s.io/kube-apiserver:v1.32.2
registry.k8s.io/etcd:3.5.16-0
registry.k8s.io/echoserver:1.8
registry.k8s.io/coredns/coredns:v1.11.3
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:alpine
docker.io/library/minikube-local-cache-test:functional-579166
docker.io/kindest/kindnetd:v20250214-acbabc1a
docker.io/kindest/kindnetd:v20241212-9f82dd49
functional_test.go:286: (dbg) Stderr: out/minikube-linux-amd64 -p functional-579166 image ls --format short --alsologtostderr:
I0407 13:05:09.305329  882778 out.go:345] Setting OutFile to fd 1 ...
I0407 13:05:09.305614  882778 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 13:05:09.305625  882778 out.go:358] Setting ErrFile to fd 2...
I0407 13:05:09.305633  882778 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 13:05:09.305936  882778 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
I0407 13:05:09.306636  882778 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 13:05:09.306739  882778 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 13:05:09.307198  882778 cli_runner.go:164] Run: docker container inspect functional-579166 --format={{.State.Status}}
I0407 13:05:09.327881  882778 ssh_runner.go:195] Run: systemctl --version
I0407 13:05:09.327952  882778 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-579166
I0407 13:05:09.347716  882778 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33158 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/functional-579166/id_rsa Username:docker}
I0407 13:05:09.435964  882778 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.23s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:278: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image ls --format table --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-amd64 -p functional-579166 image ls --format table --alsologtostderr:
|---------------------------------------------|--------------------|---------------|--------|
|                    Image                    |        Tag         |   Image ID    |  Size  |
|---------------------------------------------|--------------------|---------------|--------|
| registry.k8s.io/pause                       | 3.10               | sha256:873ed7 | 320kB  |
| gcr.io/k8s-minikube/busybox                 | 1.28.4-glibc       | sha256:56cc51 | 2.4MB  |
| registry.k8s.io/kube-proxy                  | v1.32.2            | sha256:f13328 | 30.9MB |
| docker.io/library/nginx                     | alpine             | sha256:1ff4bb | 20.8MB |
| registry.k8s.io/coredns/coredns             | v1.11.3            | sha256:c69fa2 | 18.6MB |
| registry.k8s.io/etcd                        | 3.5.16-0           | sha256:a9e7e6 | 57.7MB |
| registry.k8s.io/kube-apiserver              | v1.32.2            | sha256:85b7a1 | 28.7MB |
| registry.k8s.io/pause                       | 3.3                | sha256:0184c1 | 298kB  |
| docker.io/kindest/kindnetd                  | v20250214-acbabc1a | sha256:df3849 | 39MB   |
| docker.io/library/minikube-local-cache-test | functional-579166  | sha256:d7a370 | 990B   |
| registry.k8s.io/echoserver                  | 1.8                | sha256:82e4c8 | 46.2MB |
| registry.k8s.io/kube-scheduler              | v1.32.2            | sha256:d8e673 | 20.7MB |
| registry.k8s.io/pause                       | 3.1                | sha256:da86e6 | 315kB  |
| registry.k8s.io/pause                       | latest             | sha256:350b16 | 72.3kB |
| docker.io/kindest/kindnetd                  | v20241212-9f82dd49 | sha256:d30084 | 39MB   |
| gcr.io/k8s-minikube/storage-provisioner     | v5                 | sha256:6e38f4 | 9.06MB |
| registry.k8s.io/kube-controller-manager     | v1.32.2            | sha256:b6a454 | 26.3MB |
|---------------------------------------------|--------------------|---------------|--------|
functional_test.go:286: (dbg) Stderr: out/minikube-linux-amd64 -p functional-579166 image ls --format table --alsologtostderr:
I0407 13:05:09.816010  883042 out.go:345] Setting OutFile to fd 1 ...
I0407 13:05:09.816306  883042 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 13:05:09.816318  883042 out.go:358] Setting ErrFile to fd 2...
I0407 13:05:09.816325  883042 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 13:05:09.816513  883042 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
I0407 13:05:09.817115  883042 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 13:05:09.817237  883042 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 13:05:09.817630  883042 cli_runner.go:164] Run: docker container inspect functional-579166 --format={{.State.Status}}
I0407 13:05:09.836549  883042 ssh_runner.go:195] Run: systemctl --version
I0407 13:05:09.836616  883042 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-579166
I0407 13:05:09.855886  883042 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33158 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/functional-579166/id_rsa Username:docker}
I0407 13:05:09.943351  883042 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.22s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:278: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image ls --format json --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-amd64 -p functional-579166 image ls --format json --alsologtostderr:
[{"id":"sha256:0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.3"],"size":"297686"},{"id":"sha256:350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":[],"repoTags":["registry.k8s.io/pause:latest"],"size":"72306"},{"id":"sha256:115053965e86b2df4d78af78d7951b8644839d20a03820c6df59a261103315f7","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c"],"repoTags":[],"size":"19746404"},{"id":"sha256:6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"9058936"},{"id":"sha256:c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6","repoDigests":["registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c41
9e5a341fbbb7c78382559c6e"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"18562039"},{"id":"sha256:82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":["registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969"],"repoTags":["registry.k8s.io/echoserver:1.8"],"size":"46237695"},{"id":"sha256:a9e7e6b294baf1695fccb862d956c5d3ad8510e1e4ca1535f35dc09f247abbfc","repoDigests":["registry.k8s.io/etcd@sha256:c6a9d11cc5c04b114ccdef39a9265eeef818e3d02f5359be035ae784097fdec5"],"repoTags":["registry.k8s.io/etcd:3.5.16-0"],"size":"57680541"},{"id":"sha256:b6a454c5a800d201daacead6ff195ec6049fe6dc086621b0670bca912efaf389","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:399aa50f4d1361c59dc458e634506d02de32613d03a9a614a21058741162ef90"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.32.2"],"size":"26259392"},{"id":"sha256:873ed75102791e5b0b8a7fcd41606c92fcec98d56d05ead4ac5131650004c136","repoDigests":["registry.k8s.io/pa
use@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a"],"repoTags":["registry.k8s.io/pause:3.10"],"size":"320368"},{"id":"sha256:1ff4bb4faebcfb1f7e01144fa9904a570ab9bab88694457855feb6c6bba3fa07","repoDigests":["docker.io/library/nginx@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591"],"repoTags":["docker.io/library/nginx:alpine"],"size":"20834790"},{"id":"sha256:f1332858868e1c6a905123b21e2e322ab45a5b99a3532e68ff49a87c2266ebc5","repoDigests":["registry.k8s.io/kube-proxy@sha256:83c025f0faa6799fab6645102a98138e39a9a7db2be3bc792c79d72659b1805d"],"repoTags":["registry.k8s.io/kube-proxy:v1.32.2"],"size":"30907858"},{"id":"sha256:d300845f67aebd4f27f549889087215f476cecdd6d9a715b49a4152857549c56","repoDigests":["docker.io/kindest/kindnetd@sha256:56ea59f77258052c4506076525318ffa66817500f68e94a50fdf7d600a280d26"],"repoTags":["docker.io/kindest/kindnetd:v20241212-9f82dd49"],"size":"39008320"},{"id":"sha256:df3849d954c98a7162c7bee7313ece357606e313d98ebd68b7aac5e961b1156f","repo
Digests":["docker.io/kindest/kindnetd@sha256:e3c42406b0806c1f7e8a66838377936cbd2cdfd94d9b26a3eefedada8713d495"],"repoTags":["docker.io/kindest/kindnetd:v20250214-acbabc1a"],"size":"38996835"},{"id":"sha256:56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"2395207"},{"id":"sha256:85b7a174738baecbc53029b7913cd430a2060e0cbdb5f56c7957d32ff7f241ef","repoDigests":["registry.k8s.io/kube-apiserver@sha256:c47449f3e751588ea0cb74e325e0f83db335a415f4f4c7fb147375dd6c84757f"],"repoTags":["registry.k8s.io/kube-apiserver:v1.32.2"],"size":"28670731"},{"id":"sha256:07655ddf2eebe5d250f7a72c25f638b27126805d61779741b4e62e69ba080558","repoDigests":["docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93"],"repoTags":[],"size":"75788960"},{"id":"sha256:d7a370a7b528b07c1da6c55a0e87683ff3c7
cae57ab1bca16be265f70c2570b6","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-579166"],"size":"990"},{"id":"sha256:d8e673e7c9983f1f53569a9d2ba786c8abb42e3f744f77dc97a595f3caf9435d","repoDigests":["registry.k8s.io/kube-scheduler@sha256:45710d74cfd5aa10a001d0cf81747b77c28617444ffee0503d12f1dcd7450f76"],"repoTags":["registry.k8s.io/kube-scheduler:v1.32.2"],"size":"20657902"},{"id":"sha256:da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.1"],"size":"315399"}]
functional_test.go:286: (dbg) Stderr: out/minikube-linux-amd64 -p functional-579166 image ls --format json --alsologtostderr:
I0407 13:05:09.586162  882905 out.go:345] Setting OutFile to fd 1 ...
I0407 13:05:09.586533  882905 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 13:05:09.586547  882905 out.go:358] Setting ErrFile to fd 2...
I0407 13:05:09.586555  882905 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 13:05:09.586906  882905 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
I0407 13:05:09.587839  882905 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 13:05:09.587969  882905 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 13:05:09.588378  882905 cli_runner.go:164] Run: docker container inspect functional-579166 --format={{.State.Status}}
I0407 13:05:09.609698  882905 ssh_runner.go:195] Run: systemctl --version
I0407 13:05:09.609760  882905 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-579166
I0407 13:05:09.628492  882905 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33158 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/functional-579166/id_rsa Username:docker}
I0407 13:05:09.720078  882905 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.23s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:278: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image ls --format yaml --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-amd64 -p functional-579166 image ls --format yaml --alsologtostderr:
- id: sha256:07655ddf2eebe5d250f7a72c25f638b27126805d61779741b4e62e69ba080558
repoDigests:
- docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93
repoTags: []
size: "75788960"
- id: sha256:d7a370a7b528b07c1da6c55a0e87683ff3c7cae57ab1bca16be265f70c2570b6
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-579166
size: "990"
- id: sha256:56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "2395207"
- id: sha256:6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "9058936"
- id: sha256:82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests:
- registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969
repoTags:
- registry.k8s.io/echoserver:1.8
size: "46237695"
- id: sha256:b6a454c5a800d201daacead6ff195ec6049fe6dc086621b0670bca912efaf389
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:399aa50f4d1361c59dc458e634506d02de32613d03a9a614a21058741162ef90
repoTags:
- registry.k8s.io/kube-controller-manager:v1.32.2
size: "26259392"
- id: sha256:115053965e86b2df4d78af78d7951b8644839d20a03820c6df59a261103315f7
repoDigests:
- docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c
repoTags: []
size: "19746404"
- id: sha256:85b7a174738baecbc53029b7913cd430a2060e0cbdb5f56c7957d32ff7f241ef
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:c47449f3e751588ea0cb74e325e0f83db335a415f4f4c7fb147375dd6c84757f
repoTags:
- registry.k8s.io/kube-apiserver:v1.32.2
size: "28670731"
- id: sha256:f1332858868e1c6a905123b21e2e322ab45a5b99a3532e68ff49a87c2266ebc5
repoDigests:
- registry.k8s.io/kube-proxy@sha256:83c025f0faa6799fab6645102a98138e39a9a7db2be3bc792c79d72659b1805d
repoTags:
- registry.k8s.io/kube-proxy:v1.32.2
size: "30907858"
- id: sha256:0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.3
size: "297686"
- id: sha256:350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests: []
repoTags:
- registry.k8s.io/pause:latest
size: "72306"
- id: sha256:df3849d954c98a7162c7bee7313ece357606e313d98ebd68b7aac5e961b1156f
repoDigests:
- docker.io/kindest/kindnetd@sha256:e3c42406b0806c1f7e8a66838377936cbd2cdfd94d9b26a3eefedada8713d495
repoTags:
- docker.io/kindest/kindnetd:v20250214-acbabc1a
size: "38996835"
- id: sha256:1ff4bb4faebcfb1f7e01144fa9904a570ab9bab88694457855feb6c6bba3fa07
repoDigests:
- docker.io/library/nginx@sha256:4ff102c5d78d254a6f0da062b3cf39eaf07f01eec0927fd21e219d0af8bc0591
repoTags:
- docker.io/library/nginx:alpine
size: "20834790"
- id: sha256:d8e673e7c9983f1f53569a9d2ba786c8abb42e3f744f77dc97a595f3caf9435d
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:45710d74cfd5aa10a001d0cf81747b77c28617444ffee0503d12f1dcd7450f76
repoTags:
- registry.k8s.io/kube-scheduler:v1.32.2
size: "20657902"
- id: sha256:da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.1
size: "315399"
- id: sha256:873ed75102791e5b0b8a7fcd41606c92fcec98d56d05ead4ac5131650004c136
repoDigests:
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "320368"
- id: sha256:d300845f67aebd4f27f549889087215f476cecdd6d9a715b49a4152857549c56
repoDigests:
- docker.io/kindest/kindnetd@sha256:56ea59f77258052c4506076525318ffa66817500f68e94a50fdf7d600a280d26
repoTags:
- docker.io/kindest/kindnetd:v20241212-9f82dd49
size: "39008320"
- id: sha256:c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "18562039"
- id: sha256:a9e7e6b294baf1695fccb862d956c5d3ad8510e1e4ca1535f35dc09f247abbfc
repoDigests:
- registry.k8s.io/etcd@sha256:c6a9d11cc5c04b114ccdef39a9265eeef818e3d02f5359be035ae784097fdec5
repoTags:
- registry.k8s.io/etcd:3.5.16-0
size: "57680541"

                                                
                                                
functional_test.go:286: (dbg) Stderr: out/minikube-linux-amd64 -p functional-579166 image ls --format yaml --alsologtostderr:
I0407 13:05:09.353482  882802 out.go:345] Setting OutFile to fd 1 ...
I0407 13:05:09.353775  882802 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 13:05:09.353788  882802 out.go:358] Setting ErrFile to fd 2...
I0407 13:05:09.353793  882802 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 13:05:09.354030  882802 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
I0407 13:05:09.354648  882802 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 13:05:09.354773  882802 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 13:05:09.355190  882802 cli_runner.go:164] Run: docker container inspect functional-579166 --format={{.State.Status}}
I0407 13:05:09.373870  882802 ssh_runner.go:195] Run: systemctl --version
I0407 13:05:09.373921  882802 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-579166
I0407 13:05:09.391933  882802 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33158 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/functional-579166/id_rsa Username:docker}
I0407 13:05:09.484708  882802 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.23s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:332: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image build -t localhost/my-image:functional-579166 testdata/build --alsologtostderr
functional_test.go:332: (dbg) Done: out/minikube-linux-amd64 -p functional-579166 image build -t localhost/my-image:functional-579166 testdata/build --alsologtostderr: (3.484049801s)
functional_test.go:340: (dbg) Stderr: out/minikube-linux-amd64 -p functional-579166 image build -t localhost/my-image:functional-579166 testdata/build --alsologtostderr:
I0407 13:05:09.792576  883027 out.go:345] Setting OutFile to fd 1 ...
I0407 13:05:09.792701  883027 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 13:05:09.792714  883027 out.go:358] Setting ErrFile to fd 2...
I0407 13:05:09.792720  883027 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0407 13:05:09.792958  883027 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
I0407 13:05:09.793646  883027 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 13:05:09.794259  883027 config.go:182] Loaded profile config "functional-579166": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
I0407 13:05:09.794678  883027 cli_runner.go:164] Run: docker container inspect functional-579166 --format={{.State.Status}}
I0407 13:05:09.814596  883027 ssh_runner.go:195] Run: systemctl --version
I0407 13:05:09.814665  883027 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-579166
I0407 13:05:09.834571  883027 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33158 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/functional-579166/id_rsa Username:docker}
I0407 13:05:09.923700  883027 build_images.go:161] Building image from path: /tmp/build.1615111112.tar
I0407 13:05:09.923762  883027 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0407 13:05:09.932690  883027 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.1615111112.tar
I0407 13:05:09.936496  883027 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.1615111112.tar: stat -c "%s %y" /var/lib/minikube/build/build.1615111112.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.1615111112.tar': No such file or directory
I0407 13:05:09.936537  883027 ssh_runner.go:362] scp /tmp/build.1615111112.tar --> /var/lib/minikube/build/build.1615111112.tar (3072 bytes)
I0407 13:05:09.961984  883027 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.1615111112
I0407 13:05:09.971118  883027 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.1615111112 -xf /var/lib/minikube/build/build.1615111112.tar
I0407 13:05:09.980949  883027 containerd.go:394] Building image: /var/lib/minikube/build/build.1615111112
I0407 13:05:09.981031  883027 ssh_runner.go:195] Run: sudo buildctl build --frontend dockerfile.v0 --local context=/var/lib/minikube/build/build.1615111112 --local dockerfile=/var/lib/minikube/build/build.1615111112 --output type=image,name=localhost/my-image:functional-579166
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 97B done
#1 DONE 0.0s

                                                
                                                
#2 [internal] load metadata for gcr.io/k8s-minikube/busybox:latest
#2 DONE 1.7s

                                                
                                                
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

                                                
                                                
#4 [internal] load build context
#4 transferring context: 62B done
#4 DONE 0.0s

                                                
                                                
#5 [1/3] FROM gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b
#5 resolve gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b 0.0s done
#5 sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa 0B / 772.79kB 0.2s
#5 sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa 772.79kB / 772.79kB 0.3s done
#5 extracting sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa 0.0s done
#5 DONE 0.4s

                                                
                                                
#6 [2/3] RUN true
#6 DONE 0.8s

                                                
                                                
#7 [3/3] ADD content.txt /
#7 DONE 0.0s

                                                
                                                
#8 exporting to image
#8 exporting layers 0.1s done
#8 exporting manifest sha256:20e67ca04e684b8dfd4eb78a1722a6fa5c1a655fbfc2379c9329c40c7f88a6c5 done
#8 exporting config sha256:ba00427366eda3df9b4b98895de171f457fa1295aeb408ba1244320c8b821761
#8 exporting config sha256:ba00427366eda3df9b4b98895de171f457fa1295aeb408ba1244320c8b821761 done
#8 naming to localhost/my-image:functional-579166 done
#8 DONE 0.1s
I0407 13:05:13.197852  883027 ssh_runner.go:235] Completed: sudo buildctl build --frontend dockerfile.v0 --local context=/var/lib/minikube/build/build.1615111112 --local dockerfile=/var/lib/minikube/build/build.1615111112 --output type=image,name=localhost/my-image:functional-579166: (3.216742112s)
I0407 13:05:13.197941  883027 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.1615111112
I0407 13:05:13.206750  883027 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.1615111112.tar
I0407 13:05:13.215085  883027 build_images.go:217] Built localhost/my-image:functional-579166 from /tmp/build.1615111112.tar
I0407 13:05:13.215125  883027 build_images.go:133] succeeded building to: functional-579166
I0407 13:05:13.215132  883027 build_images.go:134] failed building to: 
functional_test.go:468: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image ls
E0407 13:06:49.209599  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:07:16.916313  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.96s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1576: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 service hello-node --url
functional_test.go:1582: found endpoint for hello-node: http://192.168.49.2:31823
--- PASS: TestFunctional/parallel/ServiceCmd/URL (0.33s)

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

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_changes
functional_test.go:2136: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_changes (0.15s)

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/UpdateContextCmd/no_clusters
functional_test.go:2136: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.14s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessDirect
functional_test_tunnel_test.go:299: tunnel at http://10.109.34.5 is working!
--- PASS: TestFunctional/parallel/TunnelCmd/serial/AccessDirect (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:434: (dbg) stopping [out/minikube-linux-amd64 -p functional-579166 tunnel --alsologtostderr] ...
functional_test_tunnel_test.go:437: failed to stop process: signal: terminated
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:409: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image rm kicbase/echo-server:functional-579166 --alsologtostderr
functional_test.go:468: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (0.55s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1327: (dbg) Run:  out/minikube-linux-amd64 profile list
functional_test.go:1332: Took "339.424189ms" to run "out/minikube-linux-amd64 profile list"
functional_test.go:1341: (dbg) Run:  out/minikube-linux-amd64 profile list -l
functional_test.go:1346: Took "53.102193ms" to run "out/minikube-linux-amd64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.39s)

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

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

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

                                                
                                                
** /stderr **
I0407 13:04:58.366680  828351 retry.go:31] will retry after 395.455054ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Apr  7 13:04 created-by-test
-rw-r--r-- 1 docker docker 24 Apr  7 13:04 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Apr  7 13:04 test-1744031098089999600
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh cat /mount-9p/test-1744031098089999600
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-579166 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" [9c063605-757a-44b7-883b-4aba2aea4f3c] Pending
helpers_test.go:344: "busybox-mount" [9c063605-757a-44b7-883b-4aba2aea4f3c] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [9c063605-757a-44b7-883b-4aba2aea4f3c] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [9c063605-757a-44b7-883b-4aba2aea4f3c] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 5.004443718s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-579166 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-579166 /tmp/TestFunctionalparallelMountCmdany-port3728657851/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (7.66s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1378: (dbg) Run:  out/minikube-linux-amd64 profile list -o json
functional_test.go:1383: Took "326.443494ms" to run "out/minikube-linux-amd64 profile list -o json"
functional_test.go:1391: (dbg) Run:  out/minikube-linux-amd64 profile list -o json --light
functional_test.go:1396: Took "54.099314ms" to run "out/minikube-linux-amd64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.38s)

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

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

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

                                                
                                                
** /stderr **
I0407 13:05:06.060254  828351 retry.go:31] will retry after 574.931547ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh -- ls -la /mount-9p
functional_test_mount_test.go:261: guest mount directory contents
total 0
functional_test_mount_test.go:263: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-579166 /tmp/TestFunctionalparallelMountCmdspecific-port152661645/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:264: reading mount text
functional_test_mount_test.go:278: done reading mount text
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-579166 ssh "sudo umount -f /mount-9p": exit status 1 (250.441734ms)

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0407 13:05:07.925910  828351 retry.go:31] will retry after 260.373295ms: exit status 1
2025/04/07 13:05:08 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-579166 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-amd64 mount -p functional-579166 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-579166 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3889142803/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-579166 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3889142803/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-579166 /tmp/TestFunctionalparallelMountCmdVerifyCleanup3889142803/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (1.48s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.03s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (95.1s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-amd64 start -p ha-602225 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=containerd
E0407 13:11:49.210296  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-amd64 start -p ha-602225 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=containerd: (1m34.402398829s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-amd64 -p ha-602225 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (95.10s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (6.5s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.06s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-602225 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-602225 -- exec busybox-58667487b6-clmcv -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-602225 -- exec busybox-58667487b6-clmcv -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-602225 -- exec busybox-58667487b6-pwx6m -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-602225 -- exec busybox-58667487b6-pwx6m -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-602225 -- exec busybox-58667487b6-qn9vt -- sh -c "nslookup host.minikube.internal | awk 'NR==5' | cut -d' ' -f3"
ha_test.go:218: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-602225 -- exec busybox-58667487b6-qn9vt -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.06s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (18.38s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.07s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.87s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (16.29s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.58s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0407 13:13:30.472423  906560 out.go:345] Setting OutFile to fd 1 ...
	I0407 13:13:30.472972  906560 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:13:30.472993  906560 out.go:358] Setting ErrFile to fd 2...
	I0407 13:13:30.472999  906560 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:13:30.473453  906560 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 13:13:30.473778  906560 out.go:352] Setting JSON to false
	I0407 13:13:30.473831  906560 mustload.go:65] Loading cluster: ha-602225
	I0407 13:13:30.474101  906560 notify.go:220] Checking for updates...
	I0407 13:13:30.474940  906560 config.go:182] Loaded profile config "ha-602225": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:13:30.474975  906560 status.go:174] checking status of ha-602225 ...
	I0407 13:13:30.475568  906560 cli_runner.go:164] Run: docker container inspect ha-602225 --format={{.State.Status}}
	I0407 13:13:30.493354  906560 status.go:371] ha-602225 host status = "Running" (err=<nil>)
	I0407 13:13:30.493424  906560 host.go:66] Checking if "ha-602225" exists ...
	I0407 13:13:30.493696  906560 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-602225
	I0407 13:13:30.511540  906560 host.go:66] Checking if "ha-602225" exists ...
	I0407 13:13:30.511810  906560 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0407 13:13:30.511900  906560 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-602225
	I0407 13:13:30.529819  906560 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33163 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/ha-602225/id_rsa Username:docker}
	I0407 13:13:30.620710  906560 ssh_runner.go:195] Run: systemctl --version
	I0407 13:13:30.625130  906560 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0407 13:13:30.637184  906560 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 13:13:30.689708  906560 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:4 ContainersRunning:3 ContainersPaused:0 ContainersStopped:1 Images: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:false BridgeNfIP6Tables:false Debug:false NFd:70 OomKillDisable:true NGoroutines:73 SystemTime:2025-04-07 13:13:30.678990348 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 13:13:30.690314  906560 kubeconfig.go:125] found "ha-602225" server: "https://192.168.49.254:8443"
	I0407 13:13:30.690357  906560 api_server.go:166] Checking apiserver status ...
	I0407 13:13:30.690392  906560 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0407 13:13:30.702151  906560 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1606/cgroup
	I0407 13:13:30.711550  906560 api_server.go:182] apiserver freezer: "5:freezer:/docker/1819a0c77b5257003f404e3264e93fc05b19170233de5be7c37b3e3442137629/kubepods/burstable/podd1037ec0e5abf810bf7e5f449243c20d/eaccb29ef704f5feb2d81d95c0b57d1517a5214d6700355d09c5fde51c43504c"
	I0407 13:13:30.711629  906560 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/1819a0c77b5257003f404e3264e93fc05b19170233de5be7c37b3e3442137629/kubepods/burstable/podd1037ec0e5abf810bf7e5f449243c20d/eaccb29ef704f5feb2d81d95c0b57d1517a5214d6700355d09c5fde51c43504c/freezer.state
	I0407 13:13:30.720167  906560 api_server.go:204] freezer state: "THAWED"
	I0407 13:13:30.720202  906560 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0407 13:13:30.724145  906560 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0407 13:13:30.724169  906560 status.go:463] ha-602225 apiserver status = Running (err=<nil>)
	I0407 13:13:30.724179  906560 status.go:176] ha-602225 status: &{Name:ha-602225 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0407 13:13:30.724197  906560 status.go:174] checking status of ha-602225-m02 ...
	I0407 13:13:30.724502  906560 cli_runner.go:164] Run: docker container inspect ha-602225-m02 --format={{.State.Status}}
	I0407 13:13:30.741680  906560 status.go:371] ha-602225-m02 host status = "Stopped" (err=<nil>)
	I0407 13:13:30.741707  906560 status.go:384] host is not running, skipping remaining checks
	I0407 13:13:30.741716  906560 status.go:176] ha-602225-m02 status: &{Name:ha-602225-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0407 13:13:30.741760  906560 status.go:174] checking status of ha-602225-m03 ...
	I0407 13:13:30.742032  906560 cli_runner.go:164] Run: docker container inspect ha-602225-m03 --format={{.State.Status}}
	I0407 13:13:30.760710  906560 status.go:371] ha-602225-m03 host status = "Running" (err=<nil>)
	I0407 13:13:30.760742  906560 host.go:66] Checking if "ha-602225-m03" exists ...
	I0407 13:13:30.761081  906560 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-602225-m03
	I0407 13:13:30.779622  906560 host.go:66] Checking if "ha-602225-m03" exists ...
	I0407 13:13:30.779893  906560 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0407 13:13:30.779931  906560 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-602225-m03
	I0407 13:13:30.798501  906560 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33173 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/ha-602225-m03/id_rsa Username:docker}
	I0407 13:13:30.884806  906560 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0407 13:13:30.896710  906560 kubeconfig.go:125] found "ha-602225" server: "https://192.168.49.254:8443"
	I0407 13:13:30.896744  906560 api_server.go:166] Checking apiserver status ...
	I0407 13:13:30.896780  906560 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0407 13:13:30.907710  906560 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1431/cgroup
	I0407 13:13:30.916563  906560 api_server.go:182] apiserver freezer: "5:freezer:/docker/6ee1d5c844638892e226676341f52719eb99c51d15c6bea2562361aaec2ca715/kubepods/burstable/pod746bd1b2be961815391e2d90fe5dc817/44c364a96492796aee07e5856ac5ed759ab8c549f85fe394c0dcab6dd777cb67"
	I0407 13:13:30.916639  906560 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/6ee1d5c844638892e226676341f52719eb99c51d15c6bea2562361aaec2ca715/kubepods/burstable/pod746bd1b2be961815391e2d90fe5dc817/44c364a96492796aee07e5856ac5ed759ab8c549f85fe394c0dcab6dd777cb67/freezer.state
	I0407 13:13:30.925260  906560 api_server.go:204] freezer state: "THAWED"
	I0407 13:13:30.925296  906560 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0407 13:13:30.929313  906560 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0407 13:13:30.929335  906560 status.go:463] ha-602225-m03 apiserver status = Running (err=<nil>)
	I0407 13:13:30.929350  906560 status.go:176] ha-602225-m03 status: &{Name:ha-602225-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0407 13:13:30.929367  906560 status.go:174] checking status of ha-602225-m04 ...
	I0407 13:13:30.929606  906560 cli_runner.go:164] Run: docker container inspect ha-602225-m04 --format={{.State.Status}}
	I0407 13:13:30.949139  906560 status.go:371] ha-602225-m04 host status = "Running" (err=<nil>)
	I0407 13:13:30.949169  906560 host.go:66] Checking if "ha-602225-m04" exists ...
	I0407 13:13:30.949412  906560 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-602225-m04
	I0407 13:13:30.967466  906560 host.go:66] Checking if "ha-602225-m04" exists ...
	I0407 13:13:30.967766  906560 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0407 13:13:30.967887  906560 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-602225-m04
	I0407 13:13:30.985610  906560 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33178 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/ha-602225-m04/id_rsa Username:docker}
	I0407 13:13:31.073311  906560 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0407 13:13:31.086946  906560 status.go:176] ha-602225-m04 status: &{Name:ha-602225-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.69s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (15.6s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (0.87s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (109.6s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-602225 -v=7 --alsologtostderr
ha_test.go:464: (dbg) Run:  out/minikube-linux-amd64 stop -p ha-602225 -v=7 --alsologtostderr
ha_test.go:464: (dbg) Done: out/minikube-linux-amd64 stop -p ha-602225 -v=7 --alsologtostderr: (36.861485517s)
ha_test.go:469: (dbg) Run:  out/minikube-linux-amd64 start -p ha-602225 --wait=true -v=7 --alsologtostderr
E0407 13:14:45.153808  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:45.160170  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:45.171548  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:45.192940  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:45.234590  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:45.316090  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:45.477546  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:45.799185  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:46.441004  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:47.723249  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:50.284872  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:14:55.406489  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:15:05.648222  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:15:26.130507  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:469: (dbg) Done: out/minikube-linux-amd64 start -p ha-602225 --wait=true -v=7 --alsologtostderr: (1m12.632843334s)
ha_test.go:474: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-602225
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (109.60s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (9.32s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:489: (dbg) Run:  out/minikube-linux-amd64 -p ha-602225 node delete m03 -v=7 --alsologtostderr
ha_test.go:489: (dbg) Done: out/minikube-linux-amd64 -p ha-602225 node delete m03 -v=7 --alsologtostderr: (8.542609735s)
ha_test.go:495: (dbg) Run:  out/minikube-linux-amd64 -p ha-602225 status -v=7 --alsologtostderr
ha_test.go:513: (dbg) Run:  kubectl get nodes
ha_test.go:521: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/DeleteSecondaryNode (9.32s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.68s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.7s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:533: (dbg) Run:  out/minikube-linux-amd64 -p ha-602225 stop -v=7 --alsologtostderr
E0407 13:16:07.093338  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:533: (dbg) Done: out/minikube-linux-amd64 -p ha-602225 stop -v=7 --alsologtostderr: (35.5927795s)
ha_test.go:539: (dbg) Run:  out/minikube-linux-amd64 -p ha-602225 status -v=7 --alsologtostderr
ha_test.go:539: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-602225 status -v=7 --alsologtostderr: exit status 7 (109.298984ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0407 13:16:23.489088  923817 out.go:345] Setting OutFile to fd 1 ...
	I0407 13:16:23.489219  923817 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:16:23.489229  923817 out.go:358] Setting ErrFile to fd 2...
	I0407 13:16:23.489233  923817 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:16:23.489410  923817 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 13:16:23.489653  923817 out.go:352] Setting JSON to false
	I0407 13:16:23.489689  923817 mustload.go:65] Loading cluster: ha-602225
	I0407 13:16:23.489747  923817 notify.go:220] Checking for updates...
	I0407 13:16:23.490083  923817 config.go:182] Loaded profile config "ha-602225": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:16:23.490109  923817 status.go:174] checking status of ha-602225 ...
	I0407 13:16:23.490545  923817 cli_runner.go:164] Run: docker container inspect ha-602225 --format={{.State.Status}}
	I0407 13:16:23.510557  923817 status.go:371] ha-602225 host status = "Stopped" (err=<nil>)
	I0407 13:16:23.510603  923817 status.go:384] host is not running, skipping remaining checks
	I0407 13:16:23.510610  923817 status.go:176] ha-602225 status: &{Name:ha-602225 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0407 13:16:23.510635  923817 status.go:174] checking status of ha-602225-m02 ...
	I0407 13:16:23.510952  923817 cli_runner.go:164] Run: docker container inspect ha-602225-m02 --format={{.State.Status}}
	I0407 13:16:23.528599  923817 status.go:371] ha-602225-m02 host status = "Stopped" (err=<nil>)
	I0407 13:16:23.528652  923817 status.go:384] host is not running, skipping remaining checks
	I0407 13:16:23.528664  923817 status.go:176] ha-602225-m02 status: &{Name:ha-602225-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0407 13:16:23.528686  923817 status.go:174] checking status of ha-602225-m04 ...
	I0407 13:16:23.528953  923817 cli_runner.go:164] Run: docker container inspect ha-602225-m04 --format={{.State.Status}}
	I0407 13:16:23.546685  923817 status.go:371] ha-602225-m04 host status = "Stopped" (err=<nil>)
	I0407 13:16:23.546710  923817 status.go:384] host is not running, skipping remaining checks
	I0407 13:16:23.546731  923817 status.go:176] ha-602225-m04 status: &{Name:ha-602225-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (58.61s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-linux-amd64 start -p ha-602225 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=containerd
E0407 13:16:49.209159  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:562: (dbg) Done: out/minikube-linux-amd64 start -p ha-602225 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=containerd: (57.8307488s)
ha_test.go:568: (dbg) Run:  out/minikube-linux-amd64 -p ha-602225 status -v=7 --alsologtostderr
ha_test.go:586: (dbg) Run:  kubectl get nodes
ha_test.go:594: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/RestartCluster (58.61s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.72s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (35.8s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-602225 --control-plane -v=7 --alsologtostderr
E0407 13:17:29.015338  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:607: (dbg) Done: out/minikube-linux-amd64 node add -p ha-602225 --control-plane -v=7 --alsologtostderr: (34.938926182s)
ha_test.go:613: (dbg) Run:  out/minikube-linux-amd64 -p ha-602225 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (35.80s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.86s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (51.39s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 start -p json-output-240080 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=containerd
E0407 13:18:12.278314  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
json_output_test.go:63: (dbg) Done: out/minikube-linux-amd64 start -p json-output-240080 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=containerd: (51.384852738s)
--- PASS: TestJSONOutput/start/Command (51.39s)

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

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

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

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

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

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

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestErrorJSONOutput (0.21s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"fa426672-296c-4917-9b86-9e80e8a548e0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-904371] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"c28a5125-40a8-4175-b7fd-5997e208544c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20598"}}
	{"specversion":"1.0","id":"cfcd6b11-fa91-48d4-8006-5064ebf1d0fc","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":"bcd067fb-f2d2-4c99-9245-c5532f661204","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig"}}
	{"specversion":"1.0","id":"9cd22336-4396-4304-88f8-4c49e151d219","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube"}}
	{"specversion":"1.0","id":"9a10e6fc-4176-4c19-8e7b-3f79886e1436","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-amd64"}}
	{"specversion":"1.0","id":"361c8b23-5cc2-46e5-a671-f266ae1a1f01","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"55794663-ab9d-495c-841e-4e4965857e13","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on linux/amd64","name":"DRV_UNSUPPORTED_OS","url":""}}

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

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (28.77s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (24.18s)

                                                
                                                
=== RUN   TestKicCustomNetwork/use_default_bridge_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-amd64 start -p docker-network-406328 --network=bridge
E0407 13:19:45.156158  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-amd64 start -p docker-network-406328 --network=bridge: (22.174570545s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-406328" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p docker-network-406328
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p docker-network-406328: (1.983234161s)
--- PASS: TestKicCustomNetwork/use_default_bridge_network (24.18s)

                                                
                                    
x
+
TestKicExistingNetwork (26s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0407 13:20:03.825929  828351 cli_runner.go:164] Run: docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0407 13:20:03.843353  828351 cli_runner.go:211] docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0407 13:20:03.843432  828351 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0407 13:20:03.843451  828351 cli_runner.go:164] Run: docker network inspect existing-network
W0407 13:20:03.860539  828351 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0407 13:20:03.860578  828351 network_create.go:287] error running [docker network inspect existing-network]: docker network inspect existing-network: exit status 1
stdout:
[]

                                                
                                                
stderr:
Error response from daemon: network existing-network not found
I0407 13:20:03.860603  828351 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I0407 13:20:03.860737  828351 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}}]}"
I0407 13:20:03.879138  828351 network.go:211] skipping subnet 192.168.49.0/24 that is taken: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName:br-7aa5de0520ff IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:7e:b7:7c:1e:e6:45} reservation:<nil>}
I0407 13:20:03.879661  828351 network.go:206] using free private subnet 192.168.58.0/24: &{IP:192.168.58.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.58.0/24 Gateway:192.168.58.1 ClientMin:192.168.58.2 ClientMax:192.168.58.254 Broadcast:192.168.58.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc001a33810}
I0407 13:20:03.879699  828351 network_create.go:124] attempt to create docker network existing-network 192.168.58.0/24 with gateway 192.168.58.1 and MTU of 1500 ...
I0407 13:20:03.879767  828351 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.58.0/24 --gateway=192.168.58.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=existing-network existing-network
I0407 13:20:03.931305  828351 network_create.go:108] docker network existing-network 192.168.58.0/24 created
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-linux-amd64 start -p existing-network-332786 --network=existing-network
E0407 13:20:12.857114  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-amd64 start -p existing-network-332786 --network=existing-network: (23.961950544s)
helpers_test.go:175: Cleaning up "existing-network-332786" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p existing-network-332786
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p existing-network-332786: (1.891654379s)
I0407 13:20:29.803144  828351 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (26.00s)

                                                
                                    
x
+
TestKicCustomSubnet (26.28s)

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

                                                
                                    
x
+
TestKicStaticIP (24.35s)

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

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (50.63s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p first-669768 --driver=docker  --container-runtime=containerd
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p first-669768 --driver=docker  --container-runtime=containerd: (20.905266244s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p second-681634 --driver=docker  --container-runtime=containerd
E0407 13:21:49.211462  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p second-681634 --driver=docker  --container-runtime=containerd: (24.492785702s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile first-669768
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile second-681634
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
helpers_test.go:175: Cleaning up "second-681634" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p second-681634
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p second-681634: (1.873435483s)
helpers_test.go:175: Cleaning up "first-669768" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p first-669768
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p first-669768: (2.183518207s)
--- PASS: TestMinikubeProfile (50.63s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (7.87s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (5.11s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.62s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.18s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (6.85s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.26s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (71.65s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-975744 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=containerd
multinode_test.go:96: (dbg) Done: out/minikube-linux-amd64 start -p multinode-975744 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=containerd: (1m11.171053775s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-amd64 -p multinode-975744 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (71.65s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (19.83s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.75s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (15s)

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

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.62s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (9.25s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.15s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0407 13:24:35.410512  989883 out.go:345] Setting OutFile to fd 1 ...
	I0407 13:24:35.410623  989883 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:24:35.410631  989883 out.go:358] Setting ErrFile to fd 2...
	I0407 13:24:35.410635  989883 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:24:35.410873  989883 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 13:24:35.411101  989883 out.go:352] Setting JSON to false
	I0407 13:24:35.411140  989883 mustload.go:65] Loading cluster: multinode-975744
	I0407 13:24:35.411181  989883 notify.go:220] Checking for updates...
	I0407 13:24:35.411703  989883 config.go:182] Loaded profile config "multinode-975744": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:24:35.411740  989883 status.go:174] checking status of multinode-975744 ...
	I0407 13:24:35.412283  989883 cli_runner.go:164] Run: docker container inspect multinode-975744 --format={{.State.Status}}
	I0407 13:24:35.431092  989883 status.go:371] multinode-975744 host status = "Running" (err=<nil>)
	I0407 13:24:35.431140  989883 host.go:66] Checking if "multinode-975744" exists ...
	I0407 13:24:35.431446  989883 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-975744
	I0407 13:24:35.448782  989883 host.go:66] Checking if "multinode-975744" exists ...
	I0407 13:24:35.449071  989883 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0407 13:24:35.449142  989883 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-975744
	I0407 13:24:35.466841  989883 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33283 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/multinode-975744/id_rsa Username:docker}
	I0407 13:24:35.560744  989883 ssh_runner.go:195] Run: systemctl --version
	I0407 13:24:35.565121  989883 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0407 13:24:35.576326  989883 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 13:24:35.634771  989883 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images: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:false BridgeNfIP6Tables:false Debug:false NFd:50 OomKillDisable:true NGoroutines:63 SystemTime:2025-04-07 13:24:35.624837494 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 13:24:35.635405  989883 kubeconfig.go:125] found "multinode-975744" server: "https://192.168.67.2:8443"
	I0407 13:24:35.635440  989883 api_server.go:166] Checking apiserver status ...
	I0407 13:24:35.635479  989883 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0407 13:24:35.646645  989883 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1493/cgroup
	I0407 13:24:35.655768  989883 api_server.go:182] apiserver freezer: "5:freezer:/docker/3a1d8bc4fad006b513870ea1c79582d88c452e3a52a54da869b24f644c0b0e3e/kubepods/burstable/pod5ab4dbdeeaabf1a90d252fd01e1ca8db/2f5dd4e2d9ee1370b5ec5e15bb36ea355b73acdc6e84766ca67636cd5080ade4"
	I0407 13:24:35.655873  989883 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/3a1d8bc4fad006b513870ea1c79582d88c452e3a52a54da869b24f644c0b0e3e/kubepods/burstable/pod5ab4dbdeeaabf1a90d252fd01e1ca8db/2f5dd4e2d9ee1370b5ec5e15bb36ea355b73acdc6e84766ca67636cd5080ade4/freezer.state
	I0407 13:24:35.664434  989883 api_server.go:204] freezer state: "THAWED"
	I0407 13:24:35.664464  989883 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0407 13:24:35.668128  989883 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0407 13:24:35.668156  989883 status.go:463] multinode-975744 apiserver status = Running (err=<nil>)
	I0407 13:24:35.668166  989883 status.go:176] multinode-975744 status: &{Name:multinode-975744 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0407 13:24:35.668181  989883 status.go:174] checking status of multinode-975744-m02 ...
	I0407 13:24:35.668435  989883 cli_runner.go:164] Run: docker container inspect multinode-975744-m02 --format={{.State.Status}}
	I0407 13:24:35.685641  989883 status.go:371] multinode-975744-m02 host status = "Running" (err=<nil>)
	I0407 13:24:35.685663  989883 host.go:66] Checking if "multinode-975744-m02" exists ...
	I0407 13:24:35.685909  989883 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-975744-m02
	I0407 13:24:35.702932  989883 host.go:66] Checking if "multinode-975744-m02" exists ...
	I0407 13:24:35.703236  989883 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0407 13:24:35.703276  989883 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-975744-m02
	I0407 13:24:35.720159  989883 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33288 SSHKeyPath:/home/jenkins/minikube-integration/20598-821510/.minikube/machines/multinode-975744-m02/id_rsa Username:docker}
	I0407 13:24:35.812400  989883 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0407 13:24:35.823355  989883 status.go:176] multinode-975744-m02 status: &{Name:multinode-975744-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0407 13:24:35.823389  989883 status.go:174] checking status of multinode-975744-m03 ...
	I0407 13:24:35.823645  989883 cli_runner.go:164] Run: docker container inspect multinode-975744-m03 --format={{.State.Status}}
	I0407 13:24:35.841052  989883 status.go:371] multinode-975744-m03 host status = "Stopped" (err=<nil>)
	I0407 13:24:35.841081  989883 status.go:384] host is not running, skipping remaining checks
	I0407 13:24:35.841099  989883 status.go:176] multinode-975744-m03 status: &{Name:multinode-975744-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (8.68s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (82.74s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-975744
multinode_test.go:321: (dbg) Run:  out/minikube-linux-amd64 stop -p multinode-975744
E0407 13:24:45.154410  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:321: (dbg) Done: out/minikube-linux-amd64 stop -p multinode-975744: (24.840885379s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-975744 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-amd64 start -p multinode-975744 --wait=true -v=8 --alsologtostderr: (57.795412206s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-975744
--- PASS: TestMultiNode/serial/RestartKeepsNodes (82.74s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.01s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.87s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0407 13:26:36.101621  999689 out.go:345] Setting OutFile to fd 1 ...
	I0407 13:26:36.101739  999689 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:26:36.101746  999689 out.go:358] Setting ErrFile to fd 2...
	I0407 13:26:36.101752  999689 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:26:36.101967  999689 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 13:26:36.102136  999689 out.go:352] Setting JSON to false
	I0407 13:26:36.102166  999689 mustload.go:65] Loading cluster: multinode-975744
	I0407 13:26:36.102294  999689 notify.go:220] Checking for updates...
	I0407 13:26:36.102556  999689 config.go:182] Loaded profile config "multinode-975744": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:26:36.102582  999689 status.go:174] checking status of multinode-975744 ...
	I0407 13:26:36.103145  999689 cli_runner.go:164] Run: docker container inspect multinode-975744 --format={{.State.Status}}
	I0407 13:26:36.123779  999689 status.go:371] multinode-975744 host status = "Stopped" (err=<nil>)
	I0407 13:26:36.123811  999689 status.go:384] host is not running, skipping remaining checks
	I0407 13:26:36.123818  999689 status.go:176] multinode-975744 status: &{Name:multinode-975744 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0407 13:26:36.123860  999689 status.go:174] checking status of multinode-975744-m02 ...
	I0407 13:26:36.124112  999689 cli_runner.go:164] Run: docker container inspect multinode-975744-m02 --format={{.State.Status}}
	I0407 13:26:36.141833  999689 status.go:371] multinode-975744-m02 host status = "Stopped" (err=<nil>)
	I0407 13:26:36.141863  999689 status.go:384] host is not running, skipping remaining checks
	I0407 13:26:36.141873  999689 status.go:176] multinode-975744-m02 status: &{Name:multinode-975744-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (47.87s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-975744 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=containerd
E0407 13:26:49.210055  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:376: (dbg) Done: out/minikube-linux-amd64 start -p multinode-975744 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=containerd: (47.302215512s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-amd64 -p multinode-975744 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 (47.87s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (23.23s)

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

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

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

                                                
                                                
** /stderr **
multinode_test.go:472: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-975744-m03 --driver=docker  --container-runtime=containerd
multinode_test.go:472: (dbg) Done: out/minikube-linux-amd64 start -p multinode-975744-m03 --driver=docker  --container-runtime=containerd: (20.983747243s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-975744
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-amd64 node add -p multinode-975744: exit status 80 (276.007829ms)

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

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

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

                                                
                                    
x
+
TestPreload (96.31s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-435318 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.24.4
preload_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-435318 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.24.4: (1m3.548173037s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-435318 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-amd64 -p test-preload-435318 image pull gcr.io/k8s-minikube/busybox: (2.243956151s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-amd64 stop -p test-preload-435318
preload_test.go:58: (dbg) Done: out/minikube-linux-amd64 stop -p test-preload-435318: (11.938426948s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-435318 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=containerd
preload_test.go:66: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-435318 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=containerd: (15.849931102s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-435318 image list
helpers_test.go:175: Cleaning up "test-preload-435318" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p test-preload-435318
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p test-preload-435318: (2.418228776s)
--- PASS: TestPreload (96.31s)

                                                
                                    
x
+
TestScheduledStopUnix (95.64s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-amd64 start -p scheduled-stop-324846 --memory=2048 --driver=docker  --container-runtime=containerd
E0407 13:29:45.159255  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-amd64 start -p scheduled-stop-324846 --memory=2048 --driver=docker  --container-runtime=containerd: (20.145397811s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-324846 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-amd64 status --format={{.TimeToStop}} -p scheduled-stop-324846 -n scheduled-stop-324846
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-324846 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I0407 13:29:48.042291  828351 retry.go:31] will retry after 52.064µs: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.043455  828351 retry.go:31] will retry after 152.409µs: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.044632  828351 retry.go:31] will retry after 131.62µs: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.045763  828351 retry.go:31] will retry after 219.028µs: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.046915  828351 retry.go:31] will retry after 544.419µs: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.048039  828351 retry.go:31] will retry after 692.612µs: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.049141  828351 retry.go:31] will retry after 1.589282ms: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.051360  828351 retry.go:31] will retry after 1.827533ms: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.053607  828351 retry.go:31] will retry after 3.775399ms: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.057838  828351 retry.go:31] will retry after 4.322284ms: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.063076  828351 retry.go:31] will retry after 7.020138ms: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.070221  828351 retry.go:31] will retry after 7.803774ms: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.078509  828351 retry.go:31] will retry after 7.333503ms: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.086781  828351 retry.go:31] will retry after 13.195696ms: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.101047  828351 retry.go:31] will retry after 29.338392ms: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
I0407 13:29:48.131314  828351 retry.go:31] will retry after 42.373261ms: open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/scheduled-stop-324846/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-324846 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-324846 -n scheduled-stop-324846
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-324846
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-324846 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-324846
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p scheduled-stop-324846: exit status 7 (69.213358ms)

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (12.36s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:50: (dbg) Run:  out/minikube-linux-amd64 start -p insufficient-storage-437813 --memory=2048 --output=json --wait=true --driver=docker  --container-runtime=containerd
E0407 13:31:08.221653  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
status_test.go:50: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p insufficient-storage-437813 --memory=2048 --output=json --wait=true --driver=docker  --container-runtime=containerd: exit status 26 (10.001906038s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"d58763c7-fdc5-42d6-ae27-ffc663268989","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-437813] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"14a7d13c-52da-40cb-8242-8ee3dd926b39","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20598"}}
	{"specversion":"1.0","id":"6075e7aa-e60e-4d07-87ec-13509807af03","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":"aa570246-b4d2-450f-bf1d-cb68afcb803e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig"}}
	{"specversion":"1.0","id":"11cd0a9e-99f6-4759-8e44-c2d4c5f9fdbd","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube"}}
	{"specversion":"1.0","id":"eae2ce18-f38c-442d-aafc-7db691d43fc1","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-amd64"}}
	{"specversion":"1.0","id":"1c9b7eed-8476-4d86-b429-9a2d6dafda9b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"579aed78-ee11-4b65-8db5-2a2a0238361b","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":"bd3230a2-933e-4b4f-882a-371bc4b70be2","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":"33f18da6-d35c-4430-aaf5-34661a2cc95f","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":"ba12d0e9-5491-44fd-94bc-32022ec0bbdf","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":"fd0f8b3e-8f9c-4dbf-9364-64bb79ceae12","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-437813\" primary control-plane node in \"insufficient-storage-437813\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"3f4741c2-7c7b-4bbb-b83b-370dd6689e8d","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.46-1743675393-20591 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"8caf5667-f5a8-4ff0-8f40-60bc040de594","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":"bce5da71-0566-4d7b-ac2e-aeb82880a563","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0407 13:31:13.379132 1022766 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-437813" does not appear in /home/jenkins/minikube-integration/20598-821510/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0407 13:31:13.643850 1022864 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-437813" does not appear in /home/jenkins/minikube-integration/20598-821510/kubeconfig
	E0407 13:31:13.654041 1022864 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/insufficient-storage-437813/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (60.85s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.978243427 start -p running-upgrade-752561 --memory=2200 --vm-driver=docker  --container-runtime=containerd
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.978243427 start -p running-upgrade-752561 --memory=2200 --vm-driver=docker  --container-runtime=containerd: (26.171217042s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-amd64 start -p running-upgrade-752561 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-amd64 start -p running-upgrade-752561 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (29.937964797s)
helpers_test.go:175: Cleaning up "running-upgrade-752561" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p running-upgrade-752561
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p running-upgrade-752561: (4.218609432s)
--- PASS: TestRunningBinaryUpgrade (60.85s)

                                                
                                    
x
+
TestKubernetesUpgrade (320.32s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-721225 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:222: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-721225 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (44.321231642s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-amd64 stop -p kubernetes-upgrade-721225
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-amd64 stop -p kubernetes-upgrade-721225: (3.819101502s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-amd64 -p kubernetes-upgrade-721225 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-amd64 -p kubernetes-upgrade-721225 status --format={{.Host}}: exit status 7 (91.692437ms)

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

                                                
                                    
x
+
TestMissingContainerUpgrade (156.71s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.943844680 start -p missing-upgrade-346258 --memory=2200 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.943844680 start -p missing-upgrade-346258 --memory=2200 --driver=docker  --container-runtime=containerd: (1m25.091642587s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-346258
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-346258
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-amd64 start -p missing-upgrade-346258 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-amd64 start -p missing-upgrade-346258 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (1m6.495330369s)
helpers_test.go:175: Cleaning up "missing-upgrade-346258" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p missing-upgrade-346258
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p missing-upgrade-346258: (3.778895817s)
--- PASS: TestMissingContainerUpgrade (156.71s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-367949] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=20598
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (30.68s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (20.1s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-367949 --no-kubernetes --driver=docker  --container-runtime=containerd
E0407 13:31:49.210023  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
no_kubernetes_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p NoKubernetes-367949 --no-kubernetes --driver=docker  --container-runtime=containerd: (17.926778805s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-linux-amd64 -p NoKubernetes-367949 status -o json
no_kubernetes_test.go:200: (dbg) Non-zero exit: out/minikube-linux-amd64 -p NoKubernetes-367949 status -o json: exit status 2 (278.389155ms)

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

                                                
                                                
-- /stdout --
no_kubernetes_test.go:124: (dbg) Run:  out/minikube-linux-amd64 delete -p NoKubernetes-367949
no_kubernetes_test.go:124: (dbg) Done: out/minikube-linux-amd64 delete -p NoKubernetes-367949: (1.89279914s)
--- PASS: TestNoKubernetes/serial/StartWithStopK8s (20.10s)

                                                
                                    
x
+
TestNoKubernetes/serial/Start (4.34s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.34s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (6.61s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.57s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (6.84s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:191: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-367949 --driver=docker  --container-runtime=containerd
no_kubernetes_test.go:191: (dbg) Done: out/minikube-linux-amd64 start -p NoKubernetes-367949 --driver=docker  --container-runtime=containerd: (6.840237559s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (6.84s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.28s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.42s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (63.12s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.1031846250 start -p stopped-upgrade-625732 --memory=2200 --vm-driver=docker  --container-runtime=containerd
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.1031846250 start -p stopped-upgrade-625732 --memory=2200 --vm-driver=docker  --container-runtime=containerd: (28.819150264s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.1031846250 -p stopped-upgrade-625732 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.1031846250 -p stopped-upgrade-625732 stop: (1.253591737s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-amd64 start -p stopped-upgrade-625732 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-amd64 start -p stopped-upgrade-625732 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (33.047552282s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (63.12s)

                                                
                                    
x
+
TestNetworkPlugins/group/false (3.64s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0407 13:33:55.541511 1068677 out.go:345] Setting OutFile to fd 1 ...
	I0407 13:33:55.541786 1068677 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:33:55.541797 1068677 out.go:358] Setting ErrFile to fd 2...
	I0407 13:33:55.541802 1068677 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0407 13:33:55.542009 1068677 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20598-821510/.minikube/bin
	I0407 13:33:55.542616 1068677 out.go:352] Setting JSON to false
	I0407 13:33:55.543996 1068677 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-7","uptime":26184,"bootTime":1744006652,"procs":340,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1078-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0407 13:33:55.544106 1068677 start.go:139] virtualization: kvm guest
	I0407 13:33:55.546075 1068677 out.go:177] * [false-263936] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0407 13:33:55.547275 1068677 out.go:177]   - MINIKUBE_LOCATION=20598
	I0407 13:33:55.547297 1068677 notify.go:220] Checking for updates...
	I0407 13:33:55.549314 1068677 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0407 13:33:55.550649 1068677 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20598-821510/kubeconfig
	I0407 13:33:55.551984 1068677 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20598-821510/.minikube
	I0407 13:33:55.553151 1068677 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0407 13:33:55.554534 1068677 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0407 13:33:55.556608 1068677 config.go:182] Loaded profile config "cert-expiration-372069": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:33:55.556776 1068677 config.go:182] Loaded profile config "kubernetes-upgrade-721225": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
	I0407 13:33:55.556907 1068677 config.go:182] Loaded profile config "stopped-upgrade-625732": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.24.1
	I0407 13:33:55.557037 1068677 driver.go:394] Setting default libvirt URI to qemu:///system
	I0407 13:33:55.583686 1068677 docker.go:123] docker version: linux-28.0.4:Docker Engine - Community
	I0407 13:33:55.583822 1068677 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0407 13:33:55.640742 1068677 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:3 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:64 OomKillDisable:true NGoroutines:74 SystemTime:2025-04-07 13:33:55.628407205 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1078-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647996928 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-7 Labels:[] ExperimentalBuild:false ServerVersion:28.0.4 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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:05044ec0a9a75232cad458027ca83437aae3f4da} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:v1.2.5-0-g59923ef} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> S
erverErrors:[] 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.22.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.34.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0407 13:33:55.640981 1068677 docker.go:318] overlay module found
	I0407 13:33:55.642752 1068677 out.go:177] * Using the docker driver based on user configuration
	I0407 13:33:55.643897 1068677 start.go:297] selected driver: docker
	I0407 13:33:55.643914 1068677 start.go:901] validating driver "docker" against <nil>
	I0407 13:33:55.643934 1068677 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0407 13:33:55.646453 1068677 out.go:201] 
	W0407 13:33:55.647740 1068677 out.go:270] X Exiting due to MK_USAGE: The "containerd" container runtime requires CNI
	X Exiting due to MK_USAGE: The "containerd" container runtime requires CNI
	I0407 13:33:55.649279 1068677 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 07 Apr 2025 13:32:38 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.85.2:8443
name: cert-expiration-372069
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 07 Apr 2025 13:33:48 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-721225
contexts:
- context:
cluster: cert-expiration-372069
extensions:
- extension:
last-update: Mon, 07 Apr 2025 13:32:38 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: context_info
namespace: default
user: cert-expiration-372069
name: cert-expiration-372069
- context:
cluster: kubernetes-upgrade-721225
user: kubernetes-upgrade-721225
name: kubernetes-upgrade-721225
current-context: kubernetes-upgrade-721225
kind: Config
preferences: {}
users:
- name: cert-expiration-372069
user:
client-certificate: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/cert-expiration-372069/client.crt
client-key: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/cert-expiration-372069/client.key
- name: kubernetes-upgrade-721225
user:
client-certificate: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kubernetes-upgrade-721225/client.crt
client-key: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kubernetes-upgrade-721225/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestPause/serial/Start (55.42s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-amd64 start -p pause-425968 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=containerd
pause_test.go:80: (dbg) Done: out/minikube-linux-amd64 start -p pause-425968 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=containerd: (55.415618141s)
--- PASS: TestPause/serial/Start (55.42s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (0.97s)

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p auto-263936 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=containerd
E0407 13:34:45.153590  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:34:52.281515  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p auto-263936 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=containerd: (53.967979035s)
--- PASS: TestNetworkPlugins/group/auto/Start (53.97s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (5.55s)

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

                                                
                                    
x
+
TestPause/serial/Pause (0.67s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.29s)

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.6s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.74s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.61s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.74s)

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

                                                
                                                
-- stdout --
	[]

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p auto-263936 "pgrep -a kubelet"
I0407 13:35:29.947322  828351 config.go:182] Loaded profile config "auto-263936": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.32s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-263936 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-7p52t" [a812d143-cdd9-4cc0-9c85-40443dab930f] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-7p52t" [a812d143-cdd9-4cc0-9c85-40443dab930f] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 9.003998204s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (9.21s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p custom-flannel-263936 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p custom-flannel-263936 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=containerd: (42.394366649s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (42.39s)

                                                
                                    
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-xq5ph" [a3ba01ab-c488-42cb-995c-a1ec7fbc6e6c] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.003335051s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p kindnet-263936 "pgrep -a kubelet"
I0407 13:36:12.429526  828351 config.go:182] Loaded profile config "kindnet-263936": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.27s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-263936 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-qld7f" [ac845be1-66d4-4de0-8929-f5d820694441] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-qld7f" [ac845be1-66d4-4de0-8929-f5d820694441] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 9.004589013s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (9.20s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p custom-flannel-263936 "pgrep -a kubelet"
I0407 13:36:41.495493  828351 config.go:182] Loaded profile config "custom-flannel-263936": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.34s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-263936 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-xv2t5" [59e786d9-d44b-40eb-ad75-997387698317] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-xv2t5" [59e786d9-d44b-40eb-ad75-997387698317] Running
E0407 13:36:49.210078  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 9.004004612s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (9.23s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p enable-default-cni-263936 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p enable-default-cni-263936 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=containerd: (1m6.744046414s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (66.74s)

                                                
                                    
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-lfh8n" [3e0d61cf-db27-40d3-a67e-eebd29e6bbf9] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.003944459s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Localhost
net_test.go:194: (dbg) Run:  kubectl --context custom-flannel-263936 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
I0407 13:36:50.940563  828351 config.go:182] Loaded profile config "calico-263936": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/custom-flannel/Localhost (0.12s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-263936 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-474gr" [496927a8-060f-48a0-b20b-b9a3c703ffe3] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-474gr" [496927a8-060f-48a0-b20b-b9a3c703ffe3] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 9.004068816s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (9.26s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p flannel-263936 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p flannel-263936 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=containerd: (40.153229786s)
--- PASS: TestNetworkPlugins/group/flannel/Start (40.15s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p bridge-263936 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p bridge-263936 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=containerd: (59.658664606s)
--- PASS: TestNetworkPlugins/group/bridge/Start (59.66s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p enable-default-cni-263936 "pgrep -a kubelet"
I0407 13:37:48.784621  828351 config.go:182] Loaded profile config "enable-default-cni-263936": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.33s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-263936 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-d4rh4" [bc4c90b8-c632-4d70-a798-95b9d5df7a41] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-d4rh4" [bc4c90b8-c632-4d70-a798-95b9d5df7a41] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 9.003395557s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (9.20s)

                                                
                                    
x
+
TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: waiting 10m0s for pods matching "app=flannel" in namespace "kube-flannel" ...
helpers_test.go:344: "kube-flannel-ds-lbhs9" [526e4e42-e426-48cc-b501-25f34642c6fa] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.004493757s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/HairPin
net_test.go:264: (dbg) Run:  kubectl --context enable-default-cni-263936 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
I0407 13:37:58.367837  828351 config.go:182] Loaded profile config "flannel-263936": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/enable-default-cni/HairPin (0.11s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-263936 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-xdplg" [c4d84910-9706-4885-90d0-1ed8508e79d3] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-xdplg" [c4d84910-9706-4885-90d0-1ed8508e79d3] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 9.00343882s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (9.20s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-982398 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.32.2
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-982398 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.32.2: (1m9.174362181s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (69.17s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p bridge-263936 "pgrep -a kubelet"
I0407 13:38:21.426828  828351 config.go:182] Loaded profile config "bridge-263936": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.32.2
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.29s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-263936 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-4xz6b" [fd59b86d-8b53-4432-b288-d44cf138c980] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-4xz6b" [fd59b86d-8b53-4432-b288-d44cf138c980] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 8.004309675s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (8.22s)

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/HairPin
net_test.go:264: (dbg) Run:  kubectl --context bridge-263936 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/bridge/HairPin (0.12s)
E0407 13:42:22.657829  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:25.613589  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:28.100825  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:48.975999  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:48.982453  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:48.993935  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:49.015519  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:49.056997  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:49.138483  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:49.300223  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:49.621668  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:50.264056  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:51.546197  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:52.062660  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:52.069075  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:52.080533  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:52.101973  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:52.143355  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:52.224804  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:52.386432  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:52.708132  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:53.350156  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:54.108289  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:54.632211  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:57.194530  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:42:59.230312  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:02.316032  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:03.619534  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:06.575293  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:09.472214  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:12.558340  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:14.004502  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:21.634115  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:21.640508  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:21.651919  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:21.673281  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:21.714866  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:21.796349  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:21.957909  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:22.280101  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:22.921632  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:24.203637  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:26.765728  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:29.953768  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:31.887476  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:33.040293  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:42.129253  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:43:50.022690  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:44:02.611539  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-797847 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=containerd --kubernetes-version=v1.32.2
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-797847 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=containerd --kubernetes-version=v1.32.2: (45.985977036s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (45.99s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-797847 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [df64923a-2a47-4cd7-8aa0-25959fabe911] Pending
helpers_test.go:344: "busybox" [df64923a-2a47-4cd7-8aa0-25959fabe911] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [df64923a-2a47-4cd7-8aa0-25959fabe911] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 8.006739105s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-797847 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (8.30s)

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

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-982398 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [31aa8a60-bfe3-4b86-96c8-c961cc2166f3] Pending
helpers_test.go:344: "busybox" [31aa8a60-bfe3-4b86-96c8-c961cc2166f3] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [31aa8a60-bfe3-4b86-96c8-c961cc2166f3] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 9.004285303s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-982398 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (9.29s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p newest-cni-508049 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241212-9f82dd49
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.23s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-855889 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.32.2
E0407 13:39:45.154026  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-855889 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.32.2: (44.236744094s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (44.24s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-855889 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [516f581b-2eb2-489d-84d4-3719d91000d8] Pending
helpers_test.go:344: "busybox" [516f581b-2eb2-489d-84d4-3719d91000d8] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [516f581b-2eb2-489d-84d4-3719d91000d8] Running
E0407 13:40:30.144972  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:40:30.151344  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:40:30.162827  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:40:30.184340  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:40:30.225733  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:40:30.307218  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:40:30.468745  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:40:30.790533  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:40:31.432470  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:40:32.713860  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:40:35.275907  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 10.004058686s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-855889 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (10.26s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-009241 create -f testdata/busybox.yaml
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [0e2913cc-0a80-448d-b1fb-44ce2da9c8ca] Pending
helpers_test.go:344: "busybox" [0e2913cc-0a80-448d-b1fb-44ce2da9c8ca] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [0e2913cc-0a80-448d-b1fb-44ce2da9c8ca] Running
E0407 13:40:40.397374  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 10.003145649s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-009241 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (10.40s)

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

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

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

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

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

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

                                                
                                    
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:237: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-855889 -n default-k8s-diff-port-855889
start_stop_delete_test.go:237: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-855889 -n default-k8s-diff-port-855889: exit status 7 (99.788311ms)

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p default-k8s-diff-port-855889 --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 (262.76s)

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-855889 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.32.2
E0407 13:40:50.638884  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-855889 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.32.2: (4m22.452894308s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-855889 -n default-k8s-diff-port-855889
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (262.76s)

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

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:237: status error: exit status 7 (may be ok)
start_stop_delete_test.go:244: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p old-k8s-version-009241 --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 (29.7s)

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-009241 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.20.0
E0407 13:41:06.160856  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:06.167329  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:06.178810  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:06.200418  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:06.242023  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:06.323478  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:06.485709  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:06.807265  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:07.449152  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:08.731541  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:11.121110  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:11.293606  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:16.415143  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:26.657470  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-009241 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.20.0: (29.382341762s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-009241 -n old-k8s-version-009241
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (29.70s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
E0407 13:41:41.680532  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:41.686943  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:41.698368  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:41.719884  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:41.761357  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:41.842880  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:42.004312  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:42.326639  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:42.968284  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "kubernetes-dashboard-cd95d586-crmt2" [695e3b7e-38ae-4fb4-9a3b-06bd32d501d3] Pending / Ready:ContainersNotReady (containers with unready status: [kubernetes-dashboard]) / ContainersReady:ContainersNotReady (containers with unready status: [kubernetes-dashboard])
E0407 13:41:44.250090  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:44.637218  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:44.643606  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:44.654984  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:44.676426  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:44.717831  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:44.799332  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:44.960772  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:45.282604  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:45.924906  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:46.812343  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:47.139007  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kindnet-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:47.206483  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:49.209918  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/addons-438605/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "kubernetes-dashboard-cd95d586-crmt2" [695e3b7e-38ae-4fb4-9a3b-06bd32d501d3] Running
E0407 13:41:49.768135  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:51.933928  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:52.082626  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/auto-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:41:54.889851  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/calico-263936/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 26.004160371s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (26.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-crmt2" [695e3b7e-38ae-4fb4-9a3b-06bd32d501d3] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003954432s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context old-k8s-version-009241 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.08s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p old-k8s-version-009241 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250214-acbabc1a
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20210326-1e038dc5
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.23s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

                                                
                                                
-- /stdout --
start_stop_delete_test.go:309: status error: exit status 2 (may be ok)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 unpause -p old-k8s-version-009241 --alsologtostderr -v=1
E0407 13:42:02.175706  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/custom-flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p old-k8s-version-009241 -n old-k8s-version-009241
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Kubelet}} -p old-k8s-version-009241 -n old-k8s-version-009241
--- PASS: TestStartStop/group/old-k8s-version/serial/Pause (2.68s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-2gpf5" [6b90b988-3ca5-4f9f-a90b-f731ea7874de] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004129839s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-2gpf5" [6b90b988-3ca5-4f9f-a90b-f731ea7874de] Running
E0407 13:44:10.915934  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/enable-default-cni-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:44:14.002652  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/flannel-263936/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003519138s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context embed-certs-797847 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.08s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p embed-certs-797847 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241212-9f82dd49
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250214-acbabc1a
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.24s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-ltmbt" [a5ab2199-cc9f-43bb-a2e5-25d08990c671] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003188581s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-ltmbt" [a5ab2199-cc9f-43bb-a2e5-25d08990c671] Running
E0407 13:44:43.573007  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/bridge-263936/client.crt: no such file or directory" logger="UnhandledError"
E0407 13:44:45.153650  828351 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/functional-579166/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003301469s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context no-preload-982398 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p no-preload-982398 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250214-acbabc1a
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.22s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
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:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-t4ql6" [93c69418-cd4b-4492-b501-54bc94464929] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.00454213s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-t4ql6" [93c69418-cd4b-4492-b501-54bc94464929] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003460397s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context default-k8s-diff-port-855889 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p default-k8s-diff-port-855889 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241212-9f82dd49
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250214-acbabc1a
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.22s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    

Test skip (25/331)

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestAddons/serial/GCPAuth/RealCredentials (0s)

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/RealCredentials
addons_test.go:702: skipping GCPAuth addon test until 'Permission "artifactregistry.repositories.downloadArtifacts" denied on resource "projects/k8s-minikube/locations/us/repositories/test-artifacts" (or it may not exist)' issue is resolved
--- SKIP: TestAddons/serial/GCPAuth/RealCredentials (0.00s)

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestDockerFlags (0s)

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

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DockerEnv
functional_test.go:480: only validate docker env with docker container runtime, currently testing containerd
--- 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:567: only validate podman env with docker container runtime, currently testing containerd
--- 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
+
TestFunctionalNewestKubernetes (0s)

                                                
                                                
=== RUN   TestFunctionalNewestKubernetes
functional_test.go:84: 
--- SKIP: TestFunctionalNewestKubernetes (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 containerd container runtime
--- SKIP: TestSkaffold (0.00s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (3.3s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 07 Apr 2025 13:32:38 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.85.2:8443
name: cert-expiration-372069
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 07 Apr 2025 13:33:48 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-721225
contexts:
- context:
cluster: cert-expiration-372069
extensions:
- extension:
last-update: Mon, 07 Apr 2025 13:32:38 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: context_info
namespace: default
user: cert-expiration-372069
name: cert-expiration-372069
- context:
cluster: kubernetes-upgrade-721225
user: kubernetes-upgrade-721225
name: kubernetes-upgrade-721225
current-context: kubernetes-upgrade-721225
kind: Config
preferences: {}
users:
- name: cert-expiration-372069
user:
client-certificate: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/cert-expiration-372069/client.crt
client-key: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/cert-expiration-372069/client.key
- name: kubernetes-upgrade-721225
user:
client-certificate: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kubernetes-upgrade-721225/client.crt
client-key: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kubernetes-upgrade-721225/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (3.54s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 07 Apr 2025 13:32:38 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.85.2:8443
name: cert-expiration-372069
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20598-821510/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 07 Apr 2025 13:33:48 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-721225
contexts:
- context:
cluster: cert-expiration-372069
extensions:
- extension:
last-update: Mon, 07 Apr 2025 13:32:38 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: context_info
namespace: default
user: cert-expiration-372069
name: cert-expiration-372069
- context:
cluster: kubernetes-upgrade-721225
user: kubernetes-upgrade-721225
name: kubernetes-upgrade-721225
current-context: kubernetes-upgrade-721225
kind: Config
preferences: {}
users:
- name: cert-expiration-372069
user:
client-certificate: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/cert-expiration-372069/client.crt
client-key: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/cert-expiration-372069/client.key
- name: kubernetes-upgrade-721225
user:
client-certificate: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kubernetes-upgrade-721225/client.crt
client-key: /home/jenkins/minikube-integration/20598-821510/.minikube/profiles/kubernetes-upgrade-721225/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

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

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

                                                
                                                

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

                                                
                                    
Copied to clipboard