Test Report: Docker_Linux_crio_arm64 20327

                    
                      42aa66410b215ebc171a5bcfa49a23d455b53987:2025-01-27:38094
                    
                

Test fail (1/330)

Order failed test Duration
36 TestAddons/parallel/Ingress 158.24
x
+
TestAddons/parallel/Ingress (158.24s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-577881 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-577881 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-577881 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" [9026f08b-729c-45dc-8941-c7591567907f] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [9026f08b-729c-45dc-8941-c7591567907f] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 14.00357618s
I0127 13:12:04.072965  579936 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-arm64 -p addons-577881 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.860419006s)

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

                                                
                                                
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run:  kubectl --context addons-577881 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 ip
addons_test.go:297: (dbg) Run:  nslookup hello-john.test 192.168.49.2
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-577881
helpers_test.go:235: (dbg) docker inspect addons-577881:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "d72350727a567d8c1c7ace7e060c74bb04f47cd2e156601b274dd7d41923e0a2",
	        "Created": "2025-01-27T13:08:10.337338267Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 581215,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-01-27T13:08:10.481902209Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:0434cf58b6dbace281e5de753aa4b2e3fe33dc9a3be53021531403743c3f155a",
	        "ResolvConfPath": "/var/lib/docker/containers/d72350727a567d8c1c7ace7e060c74bb04f47cd2e156601b274dd7d41923e0a2/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/d72350727a567d8c1c7ace7e060c74bb04f47cd2e156601b274dd7d41923e0a2/hostname",
	        "HostsPath": "/var/lib/docker/containers/d72350727a567d8c1c7ace7e060c74bb04f47cd2e156601b274dd7d41923e0a2/hosts",
	        "LogPath": "/var/lib/docker/containers/d72350727a567d8c1c7ace7e060c74bb04f47cd2e156601b274dd7d41923e0a2/d72350727a567d8c1c7ace7e060c74bb04f47cd2e156601b274dd7d41923e0a2-json.log",
	        "Name": "/addons-577881",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-577881:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "addons-577881",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 4194304000,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 8388608000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/a838b8c50e71473167e4bea3baa5d01807f13a38ba42f8c270983c3ccc2fa6a0-init/diff:/var/lib/docker/overlay2/50686aa873be09c20e96135a57417a513031dde549d738cd0d5df1f3278b2874/diff",
	                "MergedDir": "/var/lib/docker/overlay2/a838b8c50e71473167e4bea3baa5d01807f13a38ba42f8c270983c3ccc2fa6a0/merged",
	                "UpperDir": "/var/lib/docker/overlay2/a838b8c50e71473167e4bea3baa5d01807f13a38ba42f8c270983c3ccc2fa6a0/diff",
	                "WorkDir": "/var/lib/docker/overlay2/a838b8c50e71473167e4bea3baa5d01807f13a38ba42f8c270983c3ccc2fa6a0/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-577881",
	                "Source": "/var/lib/docker/volumes/addons-577881/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-577881",
	            "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:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279",
	            "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-577881",
	                "name.minikube.sigs.k8s.io": "addons-577881",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "04aff209c87cb75c8ad33f877f574a06870f72aa993b4cc1ab005b1a72bd2a22",
	            "SandboxKey": "/var/run/docker/netns/04aff209c87c",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33498"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33499"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33502"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33500"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33501"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-577881": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "DriverOpts": null,
	                    "NetworkID": "e2377ff6fa2e53c40f9f01454ad091c9b50ce6aae599a5c40e81f76d5ec7928d",
	                    "EndpointID": "35536f68c5710f6c180d550002cd8c1d5e7758e681495a39f29be49700bf5994",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "addons-577881",
	                        "d72350727a56"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p addons-577881 -n addons-577881
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p addons-577881 logs -n 25: (1.465807413s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-222385                                                                     | download-only-222385   | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC | 27 Jan 25 13:07 UTC |
	| start   | --download-only -p                                                                          | download-docker-597380 | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC |                     |
	|         | download-docker-597380                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-597380                                                                   | download-docker-597380 | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC | 27 Jan 25 13:07 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-624420   | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC |                     |
	|         | binary-mirror-624420                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:45257                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-624420                                                                     | binary-mirror-624420   | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC | 27 Jan 25 13:07 UTC |
	| addons  | enable dashboard -p                                                                         | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC |                     |
	|         | addons-577881                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC |                     |
	|         | addons-577881                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-577881 --wait=true                                                                | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC | 27 Jan 25 13:10 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=crio                                                                    |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	| addons  | addons-577881 addons disable                                                                | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:10 UTC | 27 Jan 25 13:10 UTC |
	|         | volcano --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	| addons  | addons-577881 addons disable                                                                | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:11 UTC | 27 Jan 25 13:11 UTC |
	|         | gcp-auth --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:11 UTC | 27 Jan 25 13:11 UTC |
	|         | -p addons-577881                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-577881 addons disable                                                                | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:11 UTC | 27 Jan 25 13:11 UTC |
	|         | headlamp --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| ip      | addons-577881 ip                                                                            | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:11 UTC | 27 Jan 25 13:11 UTC |
	| addons  | addons-577881 addons disable                                                                | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:11 UTC | 27 Jan 25 13:11 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-577881 addons                                                                        | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:11 UTC | 27 Jan 25 13:11 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-577881 addons                                                                        | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:11 UTC | 27 Jan 25 13:11 UTC |
	|         | disable inspektor-gadget                                                                    |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ssh     | addons-577881 ssh curl -s                                                                   | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:12 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | addons-577881 addons                                                                        | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:12 UTC | 27 Jan 25 13:12 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-577881 addons                                                                        | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:12 UTC | 27 Jan 25 13:12 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-577881 addons                                                                        | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:12 UTC | 27 Jan 25 13:12 UTC |
	|         | disable nvidia-device-plugin                                                                |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-577881 addons disable                                                                | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:12 UTC | 27 Jan 25 13:12 UTC |
	|         | yakd --alsologtostderr -v=1                                                                 |                        |         |         |                     |                     |
	| ssh     | addons-577881 ssh cat                                                                       | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:12 UTC | 27 Jan 25 13:12 UTC |
	|         | /opt/local-path-provisioner/pvc-b4a3991c-230b-43d2-8268-1475f50a4142_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-577881 addons disable                                                                | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:12 UTC | 27 Jan 25 13:13 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-577881 addons                                                                        | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:13 UTC | 27 Jan 25 13:13 UTC |
	|         | disable cloud-spanner                                                                       |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-577881 ip                                                                            | addons-577881          | jenkins | v1.35.0 | 27 Jan 25 13:14 UTC | 27 Jan 25 13:14 UTC |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/01/27 13:07:44
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.23.4 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0127 13:07:44.555295  580708 out.go:345] Setting OutFile to fd 1 ...
	I0127 13:07:44.555435  580708 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:07:44.555472  580708 out.go:358] Setting ErrFile to fd 2...
	I0127 13:07:44.555485  580708 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:07:44.555750  580708 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
	I0127 13:07:44.556688  580708 out.go:352] Setting JSON to false
	I0127 13:07:44.557642  580708 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":13812,"bootTime":1737969453,"procs":156,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0127 13:07:44.557777  580708 start.go:139] virtualization:  
	I0127 13:07:44.561401  580708 out.go:177] * [addons-577881] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0127 13:07:44.563659  580708 out.go:177]   - MINIKUBE_LOCATION=20327
	I0127 13:07:44.563859  580708 notify.go:220] Checking for updates...
	I0127 13:07:44.569352  580708 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 13:07:44.572180  580708 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig
	I0127 13:07:44.574899  580708 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube
	I0127 13:07:44.577726  580708 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0127 13:07:44.580609  580708 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 13:07:44.583689  580708 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 13:07:44.616385  580708 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 13:07:44.616515  580708 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:07:44.669847  580708 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:46 SystemTime:2025-01-27 13:07:44.660111062 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:07:44.669969  580708 docker.go:318] overlay module found
	I0127 13:07:44.674791  580708 out.go:177] * Using the docker driver based on user configuration
	I0127 13:07:44.677615  580708 start.go:297] selected driver: docker
	I0127 13:07:44.677635  580708 start.go:901] validating driver "docker" against <nil>
	I0127 13:07:44.677651  580708 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 13:07:44.678382  580708 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:07:44.730757  580708 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:25 OomKillDisable:true NGoroutines:46 SystemTime:2025-01-27 13:07:44.722131544 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:07:44.731027  580708 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0127 13:07:44.731336  580708 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]
	I0127 13:07:44.734412  580708 out.go:177] * Using Docker driver with root privileges
	I0127 13:07:44.737295  580708 cni.go:84] Creating CNI manager for ""
	I0127 13:07:44.737363  580708 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0127 13:07:44.737379  580708 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0127 13:07:44.737466  580708 start.go:340] cluster config:
	{Name:addons-577881 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.1 ClusterName:addons-577881 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: Network
Plugin: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.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPau
seInterval:1m0s}
	I0127 13:07:44.740600  580708 out.go:177] * Starting "addons-577881" primary control-plane node in "addons-577881" cluster
	I0127 13:07:44.743396  580708 cache.go:121] Beginning downloading kic base image for docker with crio
	I0127 13:07:44.746350  580708 out.go:177] * Pulling base image v0.0.46 ...
	I0127 13:07:44.749219  580708 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0127 13:07:44.749278  580708 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20327-574553/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4
	I0127 13:07:44.749290  580708 cache.go:56] Caching tarball of preloaded images
	I0127 13:07:44.749293  580708 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0127 13:07:44.749377  580708 preload.go:172] Found /home/jenkins/minikube-integration/20327-574553/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4 in cache, skipping download
	I0127 13:07:44.749387  580708 cache.go:59] Finished verifying existence of preloaded tar for v1.32.1 on crio
	I0127 13:07:44.749753  580708 profile.go:143] Saving config to /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/config.json ...
	I0127 13:07:44.749779  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/config.json: {Name:mk651f1111e1efa4fb04ddb55540011421797282 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:07:44.766101  580708 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0127 13:07:44.766221  580708 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0127 13:07:44.766244  580708 image.go:68] Found gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory, skipping pull
	I0127 13:07:44.766250  580708 image.go:137] gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 exists in cache, skipping pull
	I0127 13:07:44.766258  580708 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
	I0127 13:07:44.766269  580708 cache.go:163] Loading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 from local cache
	I0127 13:08:02.547302  580708 cache.go:165] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 from cached tarball
	I0127 13:08:02.547344  580708 cache.go:227] Successfully downloaded all kic artifacts
	I0127 13:08:02.547385  580708 start.go:360] acquireMachinesLock for addons-577881: {Name:mkf7314324bebbedd6813038083192084895ce4a Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0127 13:08:02.547515  580708 start.go:364] duration metric: took 107.987µs to acquireMachinesLock for "addons-577881"
	I0127 13:08:02.547549  580708 start.go:93] Provisioning new machine with config: &{Name:addons-577881 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.1 ClusterName:addons-577881 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[
] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVM
netClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0127 13:08:02.547640  580708 start.go:125] createHost starting for "" (driver="docker")
	I0127 13:08:02.551027  580708 out.go:235] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0127 13:08:02.551305  580708 start.go:159] libmachine.API.Create for "addons-577881" (driver="docker")
	I0127 13:08:02.551346  580708 client.go:168] LocalClient.Create starting
	I0127 13:08:02.551471  580708 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/20327-574553/.minikube/certs/ca.pem
	I0127 13:08:03.328643  580708 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/20327-574553/.minikube/certs/cert.pem
	I0127 13:08:03.790180  580708 cli_runner.go:164] Run: docker network inspect addons-577881 --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}}]}"
	W0127 13:08:03.808413  580708 cli_runner.go:211] docker network inspect addons-577881 --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
	I0127 13:08:03.808495  580708 network_create.go:284] running [docker network inspect addons-577881] to gather additional debugging logs...
	I0127 13:08:03.808521  580708 cli_runner.go:164] Run: docker network inspect addons-577881
	W0127 13:08:03.823957  580708 cli_runner.go:211] docker network inspect addons-577881 returned with exit code 1
	I0127 13:08:03.823996  580708 network_create.go:287] error running [docker network inspect addons-577881]: docker network inspect addons-577881: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-577881 not found
	I0127 13:08:03.824009  580708 network_create.go:289] output of [docker network inspect addons-577881]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-577881 not found
	
	** /stderr **
	I0127 13:08:03.824105  580708 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}}]}"
	I0127 13:08:03.841212  580708 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:0x400186a660}
	I0127 13:08:03.841252  580708 network_create.go:124] attempt to create docker network addons-577881 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0127 13:08:03.841307  580708 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-577881 addons-577881
	I0127 13:08:03.916547  580708 network_create.go:108] docker network addons-577881 192.168.49.0/24 created
	I0127 13:08:03.916580  580708 kic.go:121] calculated static IP "192.168.49.2" for the "addons-577881" container
	I0127 13:08:03.916660  580708 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0127 13:08:03.932978  580708 cli_runner.go:164] Run: docker volume create addons-577881 --label name.minikube.sigs.k8s.io=addons-577881 --label created_by.minikube.sigs.k8s.io=true
	I0127 13:08:03.951535  580708 oci.go:103] Successfully created a docker volume addons-577881
	I0127 13:08:03.951628  580708 cli_runner.go:164] Run: docker run --rm --name addons-577881-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-577881 --entrypoint /usr/bin/test -v addons-577881:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib
	I0127 13:08:06.066601  580708 cli_runner.go:217] Completed: docker run --rm --name addons-577881-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-577881 --entrypoint /usr/bin/test -v addons-577881:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib: (2.114931239s)
	I0127 13:08:06.066641  580708 oci.go:107] Successfully prepared a docker volume addons-577881
	I0127 13:08:06.066668  580708 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0127 13:08:06.066688  580708 kic.go:194] Starting extracting preloaded images to volume ...
	I0127 13:08:06.066769  580708 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20327-574553/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-577881:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir
	I0127 13:08:10.274179  580708 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20327-574553/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4:/preloaded.tar:ro -v addons-577881:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir: (4.207369765s)
	I0127 13:08:10.274215  580708 kic.go:203] duration metric: took 4.207521887s to extract preloaded images to volume ...
	W0127 13:08:10.274362  580708 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0127 13:08:10.274487  580708 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0127 13:08:10.322778  580708 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-577881 --name addons-577881 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-577881 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-577881 --network addons-577881 --ip 192.168.49.2 --volume addons-577881:/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:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279
	I0127 13:08:10.657461  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Running}}
	I0127 13:08:10.691330  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:10.713919  580708 cli_runner.go:164] Run: docker exec addons-577881 stat /var/lib/dpkg/alternatives/iptables
	I0127 13:08:10.765511  580708 oci.go:144] the created container "addons-577881" has a running status.
	I0127 13:08:10.765541  580708 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa...
	I0127 13:08:11.413750  580708 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0127 13:08:11.437263  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:11.459729  580708 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0127 13:08:11.459747  580708 kic_runner.go:114] Args: [docker exec --privileged addons-577881 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0127 13:08:11.513067  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:11.538923  580708 machine.go:93] provisionDockerMachine start ...
	I0127 13:08:11.539025  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:11.571543  580708 main.go:141] libmachine: Using SSH client type: native
	I0127 13:08:11.571807  580708 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4132a0] 0x415ae0 <nil>  [] 0s} 127.0.0.1 33498 <nil> <nil>}
	I0127 13:08:11.571823  580708 main.go:141] libmachine: About to run SSH command:
	hostname
	I0127 13:08:11.706464  580708 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-577881
	
	I0127 13:08:11.706527  580708 ubuntu.go:169] provisioning hostname "addons-577881"
	I0127 13:08:11.706624  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:11.726240  580708 main.go:141] libmachine: Using SSH client type: native
	I0127 13:08:11.726481  580708 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4132a0] 0x415ae0 <nil>  [] 0s} 127.0.0.1 33498 <nil> <nil>}
	I0127 13:08:11.726503  580708 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-577881 && echo "addons-577881" | sudo tee /etc/hostname
	I0127 13:08:11.862857  580708 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-577881
	
	I0127 13:08:11.862952  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:11.880102  580708 main.go:141] libmachine: Using SSH client type: native
	I0127 13:08:11.880347  580708 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4132a0] 0x415ae0 <nil>  [] 0s} 127.0.0.1 33498 <nil> <nil>}
	I0127 13:08:11.880370  580708 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-577881' /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-577881/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-577881' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0127 13:08:12.006925  580708 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0127 13:08:12.006955  580708 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20327-574553/.minikube CaCertPath:/home/jenkins/minikube-integration/20327-574553/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20327-574553/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20327-574553/.minikube}
	I0127 13:08:12.006990  580708 ubuntu.go:177] setting up certificates
	I0127 13:08:12.007001  580708 provision.go:84] configureAuth start
	I0127 13:08:12.007105  580708 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-577881
	I0127 13:08:12.029700  580708 provision.go:143] copyHostCerts
	I0127 13:08:12.029793  580708 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20327-574553/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20327-574553/.minikube/key.pem (1675 bytes)
	I0127 13:08:12.029927  580708 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20327-574553/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20327-574553/.minikube/ca.pem (1078 bytes)
	I0127 13:08:12.029992  580708 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20327-574553/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20327-574553/.minikube/cert.pem (1123 bytes)
	I0127 13:08:12.030065  580708 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20327-574553/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20327-574553/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20327-574553/.minikube/certs/ca-key.pem org=jenkins.addons-577881 san=[127.0.0.1 192.168.49.2 addons-577881 localhost minikube]
	I0127 13:08:12.423848  580708 provision.go:177] copyRemoteCerts
	I0127 13:08:12.423917  580708 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0127 13:08:12.423960  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:12.442804  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:12.532314  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0127 13:08:12.556765  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1078 bytes)
	I0127 13:08:12.581033  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0127 13:08:12.605988  580708 provision.go:87] duration metric: took 598.973071ms to configureAuth
	I0127 13:08:12.606015  580708 ubuntu.go:193] setting minikube options for container-runtime
	I0127 13:08:12.606207  580708 config.go:182] Loaded profile config "addons-577881": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 13:08:12.606322  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:12.623531  580708 main.go:141] libmachine: Using SSH client type: native
	I0127 13:08:12.623777  580708 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x4132a0] 0x415ae0 <nil>  [] 0s} 127.0.0.1 33498 <nil> <nil>}
	I0127 13:08:12.623799  580708 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %s "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0127 13:08:12.850514  580708 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0127 13:08:12.850542  580708 machine.go:96] duration metric: took 1.311592376s to provisionDockerMachine
	I0127 13:08:12.850553  580708 client.go:171] duration metric: took 10.29919775s to LocalClient.Create
	I0127 13:08:12.850567  580708 start.go:167] duration metric: took 10.299262554s to libmachine.API.Create "addons-577881"
	I0127 13:08:12.850575  580708 start.go:293] postStartSetup for "addons-577881" (driver="docker")
	I0127 13:08:12.850585  580708 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]
	I0127 13:08:12.850660  580708 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
	I0127 13:08:12.850707  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:12.869469  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:12.960010  580708 ssh_runner.go:195] Run: cat /etc/os-release
	I0127 13:08:12.962985  580708 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0127 13:08:12.963030  580708 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0127 13:08:12.963045  580708 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0127 13:08:12.963057  580708 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0127 13:08:12.963085  580708 filesync.go:126] Scanning /home/jenkins/minikube-integration/20327-574553/.minikube/addons for local assets ...
	I0127 13:08:12.963151  580708 filesync.go:126] Scanning /home/jenkins/minikube-integration/20327-574553/.minikube/files for local assets ...
	I0127 13:08:12.963183  580708 start.go:296] duration metric: took 112.602167ms for postStartSetup
	I0127 13:08:12.963494  580708 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-577881
	I0127 13:08:12.980380  580708 profile.go:143] Saving config to /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/config.json ...
	I0127 13:08:12.980694  580708 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 13:08:12.980753  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:12.997185  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:13.083716  580708 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0127 13:08:13.088428  580708 start.go:128] duration metric: took 10.540770358s to createHost
	I0127 13:08:13.088455  580708 start.go:83] releasing machines lock for "addons-577881", held for 10.540925303s
	I0127 13:08:13.088536  580708 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-577881
	I0127 13:08:13.105609  580708 ssh_runner.go:195] Run: cat /version.json
	I0127 13:08:13.105669  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:13.105935  580708 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0127 13:08:13.105997  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:13.126138  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:13.144383  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:13.214726  580708 ssh_runner.go:195] Run: systemctl --version
	I0127 13:08:13.351351  580708 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0127 13:08:13.493406  580708 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0127 13:08:13.499862  580708 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0127 13:08:13.524668  580708 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0127 13:08:13.524749  580708 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" ;
	I0127 13:08:13.558884  580708 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0127 13:08:13.558962  580708 start.go:495] detecting cgroup driver to use...
	I0127 13:08:13.559023  580708 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0127 13:08:13.559130  580708 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0127 13:08:13.575155  580708 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0127 13:08:13.587489  580708 docker.go:217] disabling cri-docker service (if available) ...
	I0127 13:08:13.587595  580708 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0127 13:08:13.601496  580708 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0127 13:08:13.615989  580708 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0127 13:08:13.707555  580708 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0127 13:08:13.808931  580708 docker.go:233] disabling docker service ...
	I0127 13:08:13.809045  580708 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0127 13:08:13.829875  580708 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0127 13:08:13.842088  580708 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0127 13:08:13.923695  580708 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0127 13:08:14.030781  580708 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0127 13:08:14.042893  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0127 13:08:14.061756  580708 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.10" pause image...
	I0127 13:08:14.061831  580708 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.10"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0127 13:08:14.073240  580708 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0127 13:08:14.073314  580708 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0127 13:08:14.084538  580708 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0127 13:08:14.094781  580708 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0127 13:08:14.105037  580708 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0127 13:08:14.114872  580708 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0127 13:08:14.124911  580708 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
	I0127 13:08:14.144931  580708 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n  "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
	I0127 13:08:14.155019  580708 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0127 13:08:14.163802  580708 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0127 13:08:14.172482  580708 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0127 13:08:14.259942  580708 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0127 13:08:14.370165  580708 start.go:542] Will wait 60s for socket path /var/run/crio/crio.sock
	I0127 13:08:14.370263  580708 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0127 13:08:14.374012  580708 start.go:563] Will wait 60s for crictl version
	I0127 13:08:14.374090  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:08:14.377784  580708 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0127 13:08:14.416126  580708 start.go:579] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0127 13:08:14.416237  580708 ssh_runner.go:195] Run: crio --version
	I0127 13:08:14.453366  580708 ssh_runner.go:195] Run: crio --version
	I0127 13:08:14.494825  580708 out.go:177] * Preparing Kubernetes v1.32.1 on CRI-O 1.24.6 ...
	I0127 13:08:14.497629  580708 cli_runner.go:164] Run: docker network inspect addons-577881 --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}}]}"
	I0127 13:08:14.513575  580708 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0127 13:08:14.516977  580708 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""
	I0127 13:08:14.527445  580708 kubeadm.go:883] updating cluster {Name:addons-577881 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.1 ClusterName:addons-577881 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] D
NSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClie
ntPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0127 13:08:14.527566  580708 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
	I0127 13:08:14.527626  580708 ssh_runner.go:195] Run: sudo crictl images --output json
	I0127 13:08:14.604399  580708 crio.go:514] all images are preloaded for cri-o runtime.
	I0127 13:08:14.604424  580708 crio.go:433] Images already preloaded, skipping extraction
	I0127 13:08:14.604478  580708 ssh_runner.go:195] Run: sudo crictl images --output json
	I0127 13:08:14.640778  580708 crio.go:514] all images are preloaded for cri-o runtime.
	I0127 13:08:14.640799  580708 cache_images.go:84] Images are preloaded, skipping loading
	I0127 13:08:14.640808  580708 kubeadm.go:934] updating node { 192.168.49.2 8443 v1.32.1 crio true true} ...
	I0127 13:08:14.640897  580708 kubeadm.go:946] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.32.1/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-577881 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.32.1 ClusterName:addons-577881 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0127 13:08:14.640983  580708 ssh_runner.go:195] Run: crio config
	I0127 13:08:14.694492  580708 cni.go:84] Creating CNI manager for ""
	I0127 13:08:14.694564  580708 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0127 13:08:14.694592  580708 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0127 13:08:14.694648  580708 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.1 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-577881 NodeName:addons-577881 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0127 13:08:14.694826  580708 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:///var/run/crio/crio.sock
	  name: "addons-577881"
	  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.1
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0127 13:08:14.694940  580708 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.32.1
	I0127 13:08:14.703714  580708 binaries.go:44] Found k8s binaries, skipping transfer
	I0127 13:08:14.703857  580708 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0127 13:08:14.712670  580708 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0127 13:08:14.730211  580708 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0127 13:08:14.747986  580708 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2287 bytes)
	I0127 13:08:14.765860  580708 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0127 13:08:14.769338  580708 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""
	I0127 13:08:14.780139  580708 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0127 13:08:14.858950  580708 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0127 13:08:14.872868  580708 certs.go:68] Setting up /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881 for IP: 192.168.49.2
	I0127 13:08:14.872929  580708 certs.go:194] generating shared ca certs ...
	I0127 13:08:14.872961  580708 certs.go:226] acquiring lock for ca certs: {Name:mkc7623c380dc23605a1bb6dd9b0533435d0efa4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:14.873805  580708 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/20327-574553/.minikube/ca.key
	I0127 13:08:15.108937  580708 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20327-574553/.minikube/ca.crt ...
	I0127 13:08:15.108972  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/ca.crt: {Name:mke9e13b9ed98970ec39642e30ee4e7214bdd002 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:15.109226  580708 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20327-574553/.minikube/ca.key ...
	I0127 13:08:15.109244  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/ca.key: {Name:mk09ec289b824eca422039d53e3dcabbf1201b5c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:15.109980  580708 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20327-574553/.minikube/proxy-client-ca.key
	I0127 13:08:15.296599  580708 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20327-574553/.minikube/proxy-client-ca.crt ...
	I0127 13:08:15.296629  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/proxy-client-ca.crt: {Name:mk0eccdf9e0a9d27d23c53d891a903b27e19eb01 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:15.296819  580708 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20327-574553/.minikube/proxy-client-ca.key ...
	I0127 13:08:15.296833  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/proxy-client-ca.key: {Name:mka714a12633619b24e6ee8d214e502d543aebce Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:15.296917  580708 certs.go:256] generating profile certs ...
	I0127 13:08:15.296978  580708 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.key
	I0127 13:08:15.297005  580708 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt with IP's: []
	I0127 13:08:15.495264  580708 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt ...
	I0127 13:08:15.495296  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: {Name:mk8512467d0c2bfa3a73b3096a56a6827434f6d0 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:15.496102  580708 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.key ...
	I0127 13:08:15.496120  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.key: {Name:mk734d0b804c8a28d2cad8c2c8aac135835549ac Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:15.496225  580708 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.key.4be3ee53
	I0127 13:08:15.496249  580708 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.crt.4be3ee53 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0127 13:08:16.052235  580708 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.crt.4be3ee53 ...
	I0127 13:08:16.052272  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.crt.4be3ee53: {Name:mk39286ab7feb987b07d8b915c8a8859e58ae121 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:16.052474  580708 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.key.4be3ee53 ...
	I0127 13:08:16.052490  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.key.4be3ee53: {Name:mk5142410eba5abbffbcca54307120f0912313a4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:16.053167  580708 certs.go:381] copying /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.crt.4be3ee53 -> /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.crt
	I0127 13:08:16.053288  580708 certs.go:385] copying /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.key.4be3ee53 -> /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.key
	I0127 13:08:16.053342  580708 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/proxy-client.key
	I0127 13:08:16.053365  580708 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/proxy-client.crt with IP's: []
	I0127 13:08:16.942709  580708 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/proxy-client.crt ...
	I0127 13:08:16.942749  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/proxy-client.crt: {Name:mk84681439f3e534a9d5c9264b3eae765791d00c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:16.943554  580708 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/proxy-client.key ...
	I0127 13:08:16.943576  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/proxy-client.key: {Name:mkb11a9aff201ce88a6f2d8ea9972d2aaef27986 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:16.943779  580708 certs.go:484] found cert: /home/jenkins/minikube-integration/20327-574553/.minikube/certs/ca-key.pem (1679 bytes)
	I0127 13:08:16.943825  580708 certs.go:484] found cert: /home/jenkins/minikube-integration/20327-574553/.minikube/certs/ca.pem (1078 bytes)
	I0127 13:08:16.943855  580708 certs.go:484] found cert: /home/jenkins/minikube-integration/20327-574553/.minikube/certs/cert.pem (1123 bytes)
	I0127 13:08:16.943883  580708 certs.go:484] found cert: /home/jenkins/minikube-integration/20327-574553/.minikube/certs/key.pem (1675 bytes)
	I0127 13:08:16.944537  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0127 13:08:16.969556  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0127 13:08:16.994586  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0127 13:08:17.021155  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1679 bytes)
	I0127 13:08:17.044847  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0127 13:08:17.067945  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0127 13:08:17.091042  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0127 13:08:17.114543  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0127 13:08:17.138640  580708 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20327-574553/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0127 13:08:17.163395  580708 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0127 13:08:17.180787  580708 ssh_runner.go:195] Run: openssl version
	I0127 13:08:17.186303  580708 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"
	I0127 13:08:17.195549  580708 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0127 13:08:17.201268  580708 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Jan 27 13:08 /usr/share/ca-certificates/minikubeCA.pem
	I0127 13:08:17.201373  580708 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0127 13:08:17.208186  580708 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"
	I0127 13:08:17.217459  580708 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0127 13:08:17.220996  580708 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
	I0127 13:08:17.221074  580708 kubeadm.go:392] StartCluster: {Name:addons-577881 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.1 ClusterName:addons-577881 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSD
omain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientP
ath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 13:08:17.221164  580708 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0127 13:08:17.221235  580708 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0127 13:08:17.259292  580708 cri.go:89] found id: ""
	I0127 13:08:17.259365  580708 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0127 13:08:17.268214  580708 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0127 13:08:17.276878  580708 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0127 13:08:17.276981  580708 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
	I0127 13:08:17.285494  580708 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
	I0127 13:08:17.285519  580708 kubeadm.go:157] found existing configuration files:
	
	I0127 13:08:17.285572  580708 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0127 13:08:17.294123  580708 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
	I0127 13:08:17.294193  580708 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0127 13:08:17.303359  580708 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0127 13:08:17.311809  580708 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
	I0127 13:08:17.311956  580708 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0127 13:08:17.320763  580708 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0127 13:08:17.329448  580708 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
	I0127 13:08:17.329512  580708 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0127 13:08:17.338038  580708 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0127 13:08:17.346598  580708 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
	I0127 13:08:17.346662  580708 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0127 13:08:17.355505  580708 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.32.1:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0127 13:08:17.400072  580708 kubeadm.go:310] [init] Using Kubernetes version: v1.32.1
	I0127 13:08:17.400204  580708 kubeadm.go:310] [preflight] Running pre-flight checks
	I0127 13:08:17.418735  580708 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0127 13:08:17.418852  580708 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1075-aws
	I0127 13:08:17.418905  580708 kubeadm.go:310] OS: Linux
	I0127 13:08:17.418964  580708 kubeadm.go:310] CGROUPS_CPU: enabled
	I0127 13:08:17.419039  580708 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0127 13:08:17.419140  580708 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0127 13:08:17.419206  580708 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0127 13:08:17.419279  580708 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0127 13:08:17.419346  580708 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0127 13:08:17.419415  580708 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0127 13:08:17.419485  580708 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0127 13:08:17.419553  580708 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0127 13:08:17.482860  580708 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0127 13:08:17.483012  580708 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0127 13:08:17.483145  580708 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0127 13:08:17.489961  580708 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0127 13:08:17.497131  580708 out.go:235]   - Generating certificates and keys ...
	I0127 13:08:17.497258  580708 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0127 13:08:17.497375  580708 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0127 13:08:18.631289  580708 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0127 13:08:19.390688  580708 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0127 13:08:19.645235  580708 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0127 13:08:20.475269  580708 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0127 13:08:20.656559  580708 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0127 13:08:20.656831  580708 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [addons-577881 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0127 13:08:20.866127  580708 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0127 13:08:20.866480  580708 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [addons-577881 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0127 13:08:21.312450  580708 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0127 13:08:22.039644  580708 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0127 13:08:22.525984  580708 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0127 13:08:22.526279  580708 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0127 13:08:22.797134  580708 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0127 13:08:24.321027  580708 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0127 13:08:24.613622  580708 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0127 13:08:25.318862  580708 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0127 13:08:25.622914  580708 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0127 13:08:25.623765  580708 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0127 13:08:25.626719  580708 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0127 13:08:25.630072  580708 out.go:235]   - Booting up control plane ...
	I0127 13:08:25.630182  580708 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0127 13:08:25.630260  580708 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0127 13:08:25.630702  580708 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0127 13:08:25.640460  580708 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0127 13:08:25.646713  580708 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0127 13:08:25.646782  580708 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0127 13:08:25.738486  580708 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0127 13:08:25.738611  580708 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0127 13:08:26.739755  580708 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.001640361s
	I0127 13:08:26.739849  580708 kubeadm.go:310] [api-check] Waiting for a healthy API server. This can take up to 4m0s
	I0127 13:08:32.743786  580708 kubeadm.go:310] [api-check] The API server is healthy after 6.002070275s
	I0127 13:08:32.761377  580708 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0127 13:08:32.785614  580708 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0127 13:08:32.810438  580708 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0127 13:08:32.810641  580708 kubeadm.go:310] [mark-control-plane] Marking the node addons-577881 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0127 13:08:32.821247  580708 kubeadm.go:310] [bootstrap-token] Using token: bwvhtw.vwzv2fdevl5hf9h9
	I0127 13:08:32.824132  580708 out.go:235]   - Configuring RBAC rules ...
	I0127 13:08:32.824287  580708 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0127 13:08:32.828199  580708 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0127 13:08:32.838808  580708 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
	I0127 13:08:32.842993  580708 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0127 13:08:32.849038  580708 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0127 13:08:32.852745  580708 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0127 13:08:33.151058  580708 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0127 13:08:33.591289  580708 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0127 13:08:34.148451  580708 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0127 13:08:34.149628  580708 kubeadm.go:310] 
	I0127 13:08:34.149708  580708 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0127 13:08:34.149719  580708 kubeadm.go:310] 
	I0127 13:08:34.149797  580708 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0127 13:08:34.149813  580708 kubeadm.go:310] 
	I0127 13:08:34.149841  580708 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0127 13:08:34.149905  580708 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0127 13:08:34.149959  580708 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0127 13:08:34.149967  580708 kubeadm.go:310] 
	I0127 13:08:34.150022  580708 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0127 13:08:34.150030  580708 kubeadm.go:310] 
	I0127 13:08:34.150078  580708 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0127 13:08:34.150086  580708 kubeadm.go:310] 
	I0127 13:08:34.150138  580708 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0127 13:08:34.150217  580708 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0127 13:08:34.150289  580708 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0127 13:08:34.150297  580708 kubeadm.go:310] 
	I0127 13:08:34.150381  580708 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0127 13:08:34.150461  580708 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0127 13:08:34.150470  580708 kubeadm.go:310] 
	I0127 13:08:34.150554  580708 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token bwvhtw.vwzv2fdevl5hf9h9 \
	I0127 13:08:34.150667  580708 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:62d42ec18783a5530737b113b6e2bb1eb1ce996b0b139b57a8b0394b227c0603 \
	I0127 13:08:34.150692  580708 kubeadm.go:310] 	--control-plane 
	I0127 13:08:34.150700  580708 kubeadm.go:310] 
	I0127 13:08:34.150784  580708 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0127 13:08:34.150792  580708 kubeadm.go:310] 
	I0127 13:08:34.150874  580708 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token bwvhtw.vwzv2fdevl5hf9h9 \
	I0127 13:08:34.150980  580708 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:62d42ec18783a5530737b113b6e2bb1eb1ce996b0b139b57a8b0394b227c0603 
	I0127 13:08:34.154112  580708 kubeadm.go:310] 	[WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
	I0127 13:08:34.154344  580708 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-1075-aws\n", err: exit status 1
	I0127 13:08:34.154455  580708 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0127 13:08:34.154476  580708 cni.go:84] Creating CNI manager for ""
	I0127 13:08:34.154486  580708 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0127 13:08:34.157623  580708 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0127 13:08:34.160573  580708 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0127 13:08:34.164715  580708 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.32.1/kubectl ...
	I0127 13:08:34.164734  580708 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0127 13:08:34.184722  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0127 13:08:34.470676  580708 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0127 13:08:34.470808  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 13:08:34.470882  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-577881 minikube.k8s.io/updated_at=2025_01_27T13_08_34_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=a23717f006184090cd3c7894641a342ba4ae8c4d minikube.k8s.io/name=addons-577881 minikube.k8s.io/primary=true
	I0127 13:08:34.628696  580708 ops.go:34] apiserver oom_adj: -16
	I0127 13:08:34.628807  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 13:08:35.128876  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 13:08:35.629216  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 13:08:36.129580  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 13:08:36.629525  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 13:08:37.129876  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 13:08:37.629016  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 13:08:38.128956  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 13:08:38.629917  580708 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.32.1/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0127 13:08:38.720831  580708 kubeadm.go:1113] duration metric: took 4.250069479s to wait for elevateKubeSystemPrivileges
	I0127 13:08:38.720867  580708 kubeadm.go:394] duration metric: took 21.499824533s to StartCluster
	I0127 13:08:38.720885  580708 settings.go:142] acquiring lock: {Name:mkee07c843f2d9116ca2b44e911bd4025ce79e80 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:38.721673  580708 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/20327-574553/kubeconfig
	I0127 13:08:38.722063  580708 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20327-574553/kubeconfig: {Name:mkb6247cfbac76ae81389c55472997218bc25af8 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 13:08:38.722274  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0127 13:08:38.722294  580708 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0127 13:08:38.722524  580708 config.go:182] Loaded profile config "addons-577881": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 13:08:38.722556  580708 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]
	I0127 13:08:38.722637  580708 addons.go:69] Setting yakd=true in profile "addons-577881"
	I0127 13:08:38.722651  580708 addons.go:238] Setting addon yakd=true in "addons-577881"
	I0127 13:08:38.722676  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.723169  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.723462  580708 addons.go:69] Setting inspektor-gadget=true in profile "addons-577881"
	I0127 13:08:38.723478  580708 addons.go:238] Setting addon inspektor-gadget=true in "addons-577881"
	I0127 13:08:38.723501  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.723924  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.724297  580708 addons.go:69] Setting metrics-server=true in profile "addons-577881"
	I0127 13:08:38.724325  580708 addons.go:238] Setting addon metrics-server=true in "addons-577881"
	I0127 13:08:38.724363  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.724801  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.727096  580708 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-577881"
	I0127 13:08:38.727133  580708 addons.go:238] Setting addon nvidia-device-plugin=true in "addons-577881"
	I0127 13:08:38.727262  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.727498  580708 addons.go:69] Setting amd-gpu-device-plugin=true in profile "addons-577881"
	I0127 13:08:38.727520  580708 addons.go:238] Setting addon amd-gpu-device-plugin=true in "addons-577881"
	I0127 13:08:38.727544  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.727962  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.728532  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.735892  580708 addons.go:69] Setting registry=true in profile "addons-577881"
	I0127 13:08:38.735941  580708 addons.go:238] Setting addon registry=true in "addons-577881"
	I0127 13:08:38.735980  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.736460  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.736600  580708 addons.go:69] Setting cloud-spanner=true in profile "addons-577881"
	I0127 13:08:38.736620  580708 addons.go:238] Setting addon cloud-spanner=true in "addons-577881"
	I0127 13:08:38.736643  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.737031  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.747239  580708 addons.go:69] Setting storage-provisioner=true in profile "addons-577881"
	I0127 13:08:38.747282  580708 addons.go:238] Setting addon storage-provisioner=true in "addons-577881"
	I0127 13:08:38.747320  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.747868  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.748504  580708 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-577881"
	I0127 13:08:38.748569  580708 addons.go:238] Setting addon csi-hostpath-driver=true in "addons-577881"
	I0127 13:08:38.748602  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.749034  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.759151  580708 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-577881"
	I0127 13:08:38.759188  580708 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-577881"
	I0127 13:08:38.759545  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.766187  580708 addons.go:69] Setting default-storageclass=true in profile "addons-577881"
	I0127 13:08:38.766227  580708 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-577881"
	I0127 13:08:38.766561  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.783146  580708 addons.go:69] Setting volcano=true in profile "addons-577881"
	I0127 13:08:38.783180  580708 addons.go:238] Setting addon volcano=true in "addons-577881"
	I0127 13:08:38.783218  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.783692  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.783851  580708 addons.go:69] Setting gcp-auth=true in profile "addons-577881"
	I0127 13:08:38.783869  580708 mustload.go:65] Loading cluster: addons-577881
	I0127 13:08:38.784044  580708 config.go:182] Loaded profile config "addons-577881": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 13:08:38.784261  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.800284  580708 addons.go:69] Setting volumesnapshots=true in profile "addons-577881"
	I0127 13:08:38.800316  580708 addons.go:238] Setting addon volumesnapshots=true in "addons-577881"
	I0127 13:08:38.800352  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.800819  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.807308  580708 addons.go:69] Setting ingress=true in profile "addons-577881"
	I0127 13:08:38.807472  580708 addons.go:238] Setting addon ingress=true in "addons-577881"
	I0127 13:08:38.807626  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.807786  580708 addons.go:69] Setting ingress-dns=true in profile "addons-577881"
	I0127 13:08:38.807808  580708 addons.go:238] Setting addon ingress-dns=true in "addons-577881"
	I0127 13:08:38.807846  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.808317  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.813053  580708 out.go:177] * Verifying Kubernetes components...
	I0127 13:08:38.844646  580708 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.5
	I0127 13:08:38.863297  580708 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0127 13:08:38.907573  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:38.907897  580708 addons.go:435] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0127 13:08:38.907927  580708 ssh_runner.go:362] scp yakd/yakd-ns.yaml --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0127 13:08:38.907982  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:38.929349  580708 out.go:177]   - Using image docker.io/rocm/k8s-device-plugin:1.25.2.8
	I0127 13:08:38.935735  580708 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.36.0
	I0127 13:08:38.932150  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:38.956518  580708 addons.go:435] installing /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0127 13:08:38.956711  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/amd-gpu-device-plugin.yaml (1868 bytes)
	I0127 13:08:38.956801  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:38.962858  580708 addons.go:435] installing /etc/kubernetes/addons/ig-crd.yaml
	I0127 13:08:38.962930  580708 ssh_runner.go:362] scp inspektor-gadget/ig-crd.yaml --> /etc/kubernetes/addons/ig-crd.yaml (5248 bytes)
	I0127 13:08:38.963030  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:38.956606  580708 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.2
	I0127 13:08:38.956590  580708 out.go:177]   - Using image docker.io/registry:2.8.3
	I0127 13:08:38.965989  580708 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.28
	W0127 13:08:38.979753  580708 out.go:270] ! Enabling 'volcano' returned an error: running callbacks: [volcano addon does not support crio]
	I0127 13:08:38.981636  580708 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0127 13:08:38.981879  580708 addons.go:435] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0127 13:08:38.981894  580708 ssh_runner.go:362] scp metrics-server/metrics-apiservice.yaml --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0127 13:08:38.981968  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:38.982266  580708 addons.go:435] installing /etc/kubernetes/addons/deployment.yaml
	I0127 13:08:38.991503  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0127 13:08:38.991882  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:39.003307  580708 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.8
	I0127 13:08:39.003566  580708 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0127 13:08:39.005474  580708 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0127 13:08:39.010613  580708 addons.go:435] installing /etc/kubernetes/addons/registry-rc.yaml
	I0127 13:08:39.011369  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (860 bytes)
	I0127 13:08:39.011460  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:39.016936  580708 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0127 13:08:39.016957  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0127 13:08:39.017028  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:39.029150  580708 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0127 13:08:39.046291  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0127 13:08:39.056457  580708 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.3
	I0127 13:08:39.056504  580708 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0127 13:08:39.056752  580708 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.17.0
	I0127 13:08:39.061370  580708 addons.go:435] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0127 13:08:39.061393  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0127 13:08:39.061458  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:39.062705  580708 addons.go:238] Setting addon storage-provisioner-rancher=true in "addons-577881"
	I0127 13:08:39.062742  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:39.063275  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:39.082825  580708 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0127 13:08:39.086922  580708 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0127 13:08:39.093098  580708 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0127 13:08:39.096258  580708 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0127 13:08:39.099227  580708 addons.go:435] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0127 13:08:39.099255  580708 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-attacher.yaml --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0127 13:08:39.099334  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:39.101785  580708 addons.go:435] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0127 13:08:39.101802  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0127 13:08:39.101863  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:39.136364  580708 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0127 13:08:39.139217  580708 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0127 13:08:39.139243  580708 ssh_runner.go:362] scp volumesnapshots/csi-hostpath-snapshotclass.yaml --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0127 13:08:39.139311  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:39.158159  580708 addons.go:238] Setting addon default-storageclass=true in "addons-577881"
	I0127 13:08:39.158200  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:39.158628  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:39.191275  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.202796  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.218410  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.227485  580708 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0127 13:08:39.230433  580708 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.11.3
	I0127 13:08:39.233999  580708 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0127 13:08:39.237539  580708 addons.go:435] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0127 13:08:39.237564  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0127 13:08:39.237633  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:39.249975  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.275417  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.284591  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.303527  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.324444  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.329713  580708 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0127 13:08:39.329743  580708 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0127 13:08:39.329813  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:39.346201  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.362729  580708 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0127 13:08:39.362783  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.363004  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.363618  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	W0127 13:08:39.365584  580708 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0127 13:08:39.365617  580708 retry.go:31] will retry after 301.906451ms: ssh: handshake failed: EOF
	W0127 13:08:39.366278  580708 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0127 13:08:39.366297  580708 retry.go:31] will retry after 354.474716ms: ssh: handshake failed: EOF
	I0127 13:08:39.371113  580708 out.go:177]   - Using image docker.io/busybox:stable
	I0127 13:08:39.374132  580708 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0127 13:08:39.374154  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0127 13:08:39.374217  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:39.395871  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:39.429327  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	W0127 13:08:39.430434  580708 sshutil.go:64] dial failure (will retry): ssh: handshake failed: EOF
	I0127 13:08:39.430459  580708 retry.go:31] will retry after 365.698442ms: ssh: handshake failed: EOF
	I0127 13:08:39.549054  580708 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0127 13:08:39.625300  580708 addons.go:435] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0127 13:08:39.625369  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0127 13:08:39.657928  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml
	I0127 13:08:39.669872  580708 addons.go:435] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0127 13:08:39.669940  580708 ssh_runner.go:362] scp yakd/yakd-sa.yaml --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0127 13:08:39.690357  580708 addons.go:435] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0127 13:08:39.690432  580708 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-hostpath.yaml --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0127 13:08:39.702164  580708 addons.go:435] installing /etc/kubernetes/addons/registry-svc.yaml
	I0127 13:08:39.702229  580708 ssh_runner.go:362] scp registry/registry-svc.yaml --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0127 13:08:39.718844  580708 addons.go:435] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0127 13:08:39.718920  580708 ssh_runner.go:362] scp metrics-server/metrics-server-rbac.yaml --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0127 13:08:39.742620  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0127 13:08:39.760534  580708 addons.go:435] installing /etc/kubernetes/addons/ig-deployment.yaml
	I0127 13:08:39.760561  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-deployment.yaml (14539 bytes)
	I0127 13:08:39.763861  580708 addons.go:435] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0127 13:08:39.763884  580708 ssh_runner.go:362] scp yakd/yakd-crb.yaml --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0127 13:08:39.781960  580708 addons.go:435] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0127 13:08:39.781985  580708 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)
	I0127 13:08:39.787933  580708 addons.go:435] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0127 13:08:39.788002  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0127 13:08:39.798121  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0127 13:08:39.839897  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0127 13:08:39.842403  580708 addons.go:435] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0127 13:08:39.842427  580708 ssh_runner.go:362] scp metrics-server/metrics-server-service.yaml --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0127 13:08:39.849628  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0127 13:08:39.853066  580708 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0127 13:08:39.853094  580708 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotclasses.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0127 13:08:39.873905  580708 addons.go:435] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0127 13:08:39.873932  580708 ssh_runner.go:362] scp yakd/yakd-svc.yaml --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0127 13:08:39.890869  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml
	I0127 13:08:39.904278  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0127 13:08:39.947803  580708 addons.go:435] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0127 13:08:39.947833  580708 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-provisioner.yaml --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0127 13:08:39.981309  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0127 13:08:40.020586  580708 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0127 13:08:40.020620  580708 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshotcontents.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0127 13:08:40.029047  580708 addons.go:435] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0127 13:08:40.029088  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0127 13:08:40.131127  580708 addons.go:435] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0127 13:08:40.131160  580708 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-resizer.yaml --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0127 13:08:40.211363  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0127 13:08:40.259669  580708 addons.go:435] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0127 13:08:40.259698  580708 ssh_runner.go:362] scp volumesnapshots/snapshot.storage.k8s.io_volumesnapshots.yaml --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0127 13:08:40.277846  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0127 13:08:40.283903  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0127 13:08:40.318367  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0127 13:08:40.333583  580708 addons.go:435] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0127 13:08:40.333612  580708 ssh_runner.go:362] scp csi-hostpath-driver/rbac/rbac-external-snapshotter.yaml --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0127 13:08:40.423720  580708 addons.go:435] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0127 13:08:40.423747  580708 ssh_runner.go:362] scp volumesnapshots/rbac-volume-snapshot-controller.yaml --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0127 13:08:40.502047  580708 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0127 13:08:40.502072  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0127 13:08:40.664414  580708 addons.go:435] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0127 13:08:40.664441  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0127 13:08:40.673703  580708 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0127 13:08:40.673729  580708 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-driverinfo.yaml --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0127 13:08:40.774760  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0127 13:08:40.789949  580708 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0127 13:08:40.789977  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0127 13:08:40.945449  580708 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0127 13:08:40.945476  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0127 13:08:41.061709  580708 addons.go:435] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0127 13:08:41.061738  580708 ssh_runner.go:362] scp csi-hostpath-driver/deploy/csi-hostpath-storageclass.yaml --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0127 13:08:41.269418  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0127 13:08:42.217192  580708 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.32.1/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (3.170779985s)
	I0127 13:08:42.217230  580708 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0127 13:08:42.217978  580708 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.668835226s)
	I0127 13:08:42.218207  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/amd-gpu-device-plugin.yaml: (2.560202139s)
	I0127 13:08:42.220088  580708 node_ready.go:35] waiting up to 6m0s for node "addons-577881" to be "Ready" ...
	I0127 13:08:42.893584  580708 kapi.go:214] "coredns" deployment in "kube-system" namespace and "addons-577881" context rescaled to 1 replicas
	I0127 13:08:44.085246  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.342534451s)
	I0127 13:08:44.085346  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.287202742s)
	I0127 13:08:44.085440  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.245515167s)
	I0127 13:08:44.085514  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.235862267s)
	I0127 13:08:44.237460  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:08:44.420771  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-deployment.yaml: (4.529862041s)
	I0127 13:08:44.420952  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.516579516s)
	I0127 13:08:44.421010  580708 addons.go:479] Verifying addon registry=true in "addons-577881"
	I0127 13:08:44.426172  580708 out.go:177] * Verifying registry addon...
	I0127 13:08:44.430130  580708 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0127 13:08:44.506437  580708 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0127 13:08:44.506542  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:44.542231  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.560877907s)
	I0127 13:08:44.542306  580708 addons.go:479] Verifying addon metrics-server=true in "addons-577881"
	I0127 13:08:44.542396  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (4.331007645s)
	I0127 13:08:44.982575  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:45.440130  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:45.919357  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.641474049s)
	I0127 13:08:45.919443  580708 addons.go:479] Verifying addon ingress=true in "addons-577881"
	I0127 13:08:45.919627  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.635692579s)
	I0127 13:08:45.919860  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (5.601457976s)
	I0127 13:08:45.919943  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.145154479s)
	W0127 13:08:45.920343  580708 addons.go:461] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0127 13:08:45.920365  580708 retry.go:31] will retry after 227.799696ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0127 13:08:45.924207  580708 out.go:177] * Verifying ingress addon...
	I0127 13:08:45.924219  580708 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-577881 service yakd-dashboard -n yakd-dashboard
	
	I0127 13:08:45.928560  580708 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0127 13:08:45.939411  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:45.940738  580708 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0127 13:08:45.940764  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:46.149186  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0127 13:08:46.247873  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:08:46.479740  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:46.482604  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:46.500172  580708 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (5.230704237s)
	I0127 13:08:46.501033  580708 addons.go:479] Verifying addon csi-hostpath-driver=true in "addons-577881"
	I0127 13:08:46.504588  580708 out.go:177] * Verifying csi-hostpath-driver addon...
	I0127 13:08:46.508761  580708 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0127 13:08:46.532218  580708 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0127 13:08:46.532246  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:46.936187  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:46.937132  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:47.036585  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:47.433175  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:47.434161  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:47.512774  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:47.932885  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:47.934956  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:48.033512  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:48.434446  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:48.435210  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:48.535554  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:48.725036  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:08:48.933632  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:48.934361  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:48.993114  580708 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0127 13:08:48.993198  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:49.016578  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:49.034335  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:49.117745  580708 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0127 13:08:49.136602  580708 addons.go:238] Setting addon gcp-auth=true in "addons-577881"
	I0127 13:08:49.136655  580708 host.go:66] Checking if "addons-577881" exists ...
	I0127 13:08:49.137108  580708 cli_runner.go:164] Run: docker container inspect addons-577881 --format={{.State.Status}}
	I0127 13:08:49.153958  580708 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0127 13:08:49.154020  580708 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-577881
	I0127 13:08:49.172272  580708 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33498 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/addons-577881/id_rsa Username:docker}
	I0127 13:08:49.277779  580708 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.4
	I0127 13:08:49.280622  580708 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.3
	I0127 13:08:49.283550  580708 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0127 13:08:49.283577  580708 ssh_runner.go:362] scp gcp-auth/gcp-auth-ns.yaml --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0127 13:08:49.302172  580708 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0127 13:08:49.302195  580708 ssh_runner.go:362] scp gcp-auth/gcp-auth-service.yaml --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0127 13:08:49.320508  580708 addons.go:435] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0127 13:08:49.320531  580708 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0127 13:08:49.338601  580708 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.32.1/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0127 13:08:49.433579  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:49.434865  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:49.513204  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:49.856973  580708 addons.go:479] Verifying addon gcp-auth=true in "addons-577881"
	I0127 13:08:49.860110  580708 out.go:177] * Verifying gcp-auth addon...
	I0127 13:08:49.863852  580708 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0127 13:08:49.869913  580708 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0127 13:08:49.869934  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:49.970284  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:49.971052  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:50.021988  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:50.367756  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:50.433657  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:50.434626  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:50.512709  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:50.866848  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:50.932605  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:50.934223  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:51.014789  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:51.225053  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:08:51.367927  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:51.433561  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:51.434287  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:51.513194  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:51.867996  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:51.932905  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:51.934543  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:52.013031  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:52.367419  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:52.433022  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:52.435019  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:52.534514  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:52.868734  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:52.933000  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:52.933928  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:53.012797  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:53.368125  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:53.434046  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:53.434518  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:53.513017  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:53.723905  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:08:53.867979  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:53.933323  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:53.933819  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:54.015166  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:54.367935  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:54.433536  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:54.434651  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:54.513251  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:54.868150  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:54.933268  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:54.933585  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:55.014137  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:55.367282  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:55.433582  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:55.434570  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:55.514401  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:55.867873  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:55.934056  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:55.934273  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:56.013809  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:56.224062  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:08:56.367968  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:56.433210  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:56.435731  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:56.513083  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:56.868058  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:56.933001  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:56.933310  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:57.012893  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:57.367845  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:57.432241  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:57.433485  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:57.513019  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:57.867948  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:57.932533  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:57.933949  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:58.015490  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:58.367222  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:58.432604  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:58.435159  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:58.513142  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:58.723810  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:08:58.867226  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:58.933555  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:58.934057  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:59.012740  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:59.367473  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:59.432874  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:08:59.433254  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:59.512736  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:08:59.867133  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:08:59.932727  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:08:59.934214  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:00.016828  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:00.376831  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:00.434563  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:00.437917  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:00.513143  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:00.728230  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:00.867852  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:00.933362  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:00.934972  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:01.013039  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:01.367727  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:01.433024  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:01.435493  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:01.513114  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:01.867753  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:01.932899  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:01.933204  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:02.015211  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:02.367443  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:02.433052  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:02.434911  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:02.513875  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:02.867868  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:02.933581  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:02.934001  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:03.013856  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:03.223781  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:03.367863  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:03.433091  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:03.433716  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:03.512376  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:03.867746  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:03.933570  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:03.936003  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:04.013308  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:04.368385  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:04.433580  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:04.434512  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:04.513043  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:04.867605  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:04.933042  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:04.934190  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:05.020610  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:05.367567  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:05.434202  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:05.435351  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:05.512872  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:05.724819  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:05.867269  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:05.933869  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:05.934194  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:06.019805  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:06.368104  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:06.433743  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:06.434635  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:06.512629  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:06.867667  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:06.933015  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:06.934084  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:07.012551  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:07.367749  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:07.433404  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:07.433964  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:07.512254  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:07.867600  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:07.933341  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:07.935200  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:08.016422  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:08.223480  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:08.368974  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:08.433099  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:08.433265  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:08.513201  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:08.867879  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:08.932667  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:08.934028  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:09.012933  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:09.366916  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:09.432369  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:09.433675  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:09.512934  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:09.867988  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:09.933339  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:09.934683  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:10.023006  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:10.224220  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:10.367547  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:10.432450  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:10.434644  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:10.513549  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:10.867956  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:10.933179  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:10.933623  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:11.013522  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:11.367333  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:11.433210  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:11.434331  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:11.513095  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:11.867812  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:11.934394  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:11.934796  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:12.014024  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:12.368092  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:12.433638  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:12.434840  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:12.512450  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:12.722976  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:12.867731  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:12.933069  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:12.934459  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:13.013405  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:13.367825  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:13.433572  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:13.434358  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:13.513036  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:13.867631  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:13.933261  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:13.934040  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:14.017222  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:14.367645  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:14.432482  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:14.433792  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:14.513308  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:14.723655  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:14.867951  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:14.933031  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:14.934396  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:15.028169  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:15.367372  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:15.433679  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:15.436727  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:15.512833  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:15.867927  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:15.933060  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:15.934693  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:16.015285  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:16.367480  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:16.433109  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:16.434789  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:16.512724  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:16.724014  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:16.867588  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:16.932482  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:16.933839  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:17.013066  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:17.367798  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:17.432517  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:17.434011  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:17.512360  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:17.874788  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:17.932986  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:17.934053  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:18.018431  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:18.367370  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:18.433228  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:18.433601  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:18.513018  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:18.867242  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:18.932862  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:18.934358  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:19.013118  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:19.223664  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:19.367435  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:19.433064  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:19.434738  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:19.512688  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:19.867157  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:19.933796  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:19.934540  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:20.021412  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:20.368136  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:20.432754  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:20.434407  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:20.512566  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:20.866908  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:20.933584  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:20.934059  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:21.013438  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:21.233772  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:21.367229  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:21.433123  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:21.433864  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:21.513216  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:21.868108  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:21.933179  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:21.935116  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:22.012935  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:22.367861  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:22.433174  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:22.433840  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:22.513247  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:22.867993  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:22.932270  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:22.935307  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:23.020690  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:23.368113  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:23.432183  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:23.433620  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:23.513460  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:23.723047  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:23.867880  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:23.933484  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:23.934790  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:24.017210  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:24.368176  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:24.433279  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:24.433637  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:24.513338  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:24.867676  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:24.932603  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:24.933802  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:25.017171  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:25.367519  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:25.432284  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:25.433619  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:25.513314  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:25.723574  580708 node_ready.go:53] node "addons-577881" has status "Ready":"False"
	I0127 13:09:25.867287  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:25.932636  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:25.933670  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:26.013792  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:26.367057  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:26.433032  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:26.434144  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:26.512570  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:26.881639  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:26.964558  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:26.965071  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:27.027121  580708 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0127 13:09:27.027158  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:27.234532  580708 node_ready.go:49] node "addons-577881" has status "Ready":"True"
	I0127 13:09:27.234560  580708 node_ready.go:38] duration metric: took 45.014431679s for node "addons-577881" to be "Ready" ...
	I0127 13:09:27.234572  580708 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" ...
	I0127 13:09:27.269394  580708 pod_ready.go:79] waiting up to 6m0s for pod "coredns-668d6bf9bc-wbjb9" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:27.429640  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:27.468920  580708 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0127 13:09:27.468955  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:27.470356  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:27.525971  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:27.782292  580708 pod_ready.go:93] pod "coredns-668d6bf9bc-wbjb9" in "kube-system" namespace has status "Ready":"True"
	I0127 13:09:27.782325  580708 pod_ready.go:82] duration metric: took 512.89268ms for pod "coredns-668d6bf9bc-wbjb9" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:27.782351  580708 pod_ready.go:79] waiting up to 6m0s for pod "etcd-addons-577881" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:27.797751  580708 pod_ready.go:93] pod "etcd-addons-577881" in "kube-system" namespace has status "Ready":"True"
	I0127 13:09:27.797778  580708 pod_ready.go:82] duration metric: took 15.416828ms for pod "etcd-addons-577881" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:27.797794  580708 pod_ready.go:79] waiting up to 6m0s for pod "kube-apiserver-addons-577881" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:27.804492  580708 pod_ready.go:93] pod "kube-apiserver-addons-577881" in "kube-system" namespace has status "Ready":"True"
	I0127 13:09:27.804520  580708 pod_ready.go:82] duration metric: took 6.717057ms for pod "kube-apiserver-addons-577881" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:27.804532  580708 pod_ready.go:79] waiting up to 6m0s for pod "kube-controller-manager-addons-577881" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:27.811022  580708 pod_ready.go:93] pod "kube-controller-manager-addons-577881" in "kube-system" namespace has status "Ready":"True"
	I0127 13:09:27.811048  580708 pod_ready.go:82] duration metric: took 6.506071ms for pod "kube-controller-manager-addons-577881" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:27.811105  580708 pod_ready.go:79] waiting up to 6m0s for pod "kube-proxy-s85hb" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:27.894911  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:27.993353  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:27.998276  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:28.018960  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:28.026752  580708 pod_ready.go:93] pod "kube-proxy-s85hb" in "kube-system" namespace has status "Ready":"True"
	I0127 13:09:28.026789  580708 pod_ready.go:82] duration metric: took 215.672669ms for pod "kube-proxy-s85hb" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:28.026802  580708 pod_ready.go:79] waiting up to 6m0s for pod "kube-scheduler-addons-577881" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:28.367992  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:28.424210  580708 pod_ready.go:93] pod "kube-scheduler-addons-577881" in "kube-system" namespace has status "Ready":"True"
	I0127 13:09:28.424236  580708 pod_ready.go:82] duration metric: took 397.42549ms for pod "kube-scheduler-addons-577881" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:28.424250  580708 pod_ready.go:79] waiting up to 6m0s for pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:28.434448  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:28.435206  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:28.514375  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:28.868570  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:28.933007  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:28.935053  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:29.014502  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:29.367797  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:29.438557  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:29.446199  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:29.514994  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:29.867750  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:29.934822  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:29.940517  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:30.015269  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:30.369598  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:30.438432  580708 pod_ready.go:103] pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:30.439412  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:30.449362  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:30.514739  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:30.867669  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:30.937430  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:30.940265  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:31.013882  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:31.367132  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:31.439385  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:31.440556  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:31.517720  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:31.869113  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:31.935232  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:31.939354  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:32.017867  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:32.369119  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:32.450460  580708 pod_ready.go:103] pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:32.451608  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:32.454184  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:32.515176  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:32.868662  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:32.938145  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:32.939854  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:33.015313  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:33.368331  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:33.437821  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:33.438178  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:33.513619  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:33.869715  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:33.937756  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:33.939615  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:34.022097  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:34.368312  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:34.470343  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:34.471710  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:34.514987  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:34.867783  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:34.940274  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:34.941229  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:34.941565  580708 pod_ready.go:103] pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:35.020115  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:35.368277  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:35.433968  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:35.434820  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:35.513398  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:35.867788  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:35.950544  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:35.951498  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:36.021267  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:36.368461  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:36.442744  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:36.444795  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:36.520806  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:36.869246  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:36.934850  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:36.937350  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:37.015398  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:37.368299  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:37.437723  580708 pod_ready.go:103] pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:37.441250  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:37.444431  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:37.539837  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:37.869083  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:37.944556  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:37.945431  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:38.041527  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:38.367884  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:38.434721  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:38.436099  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:38.518020  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:38.867497  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:38.954236  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:38.955930  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:39.019857  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:39.370108  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:39.442195  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:39.444383  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:39.445946  580708 pod_ready.go:103] pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:39.517095  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:39.879929  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:39.946677  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:39.947914  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:40.018065  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:40.369015  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:40.469386  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:40.469968  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:40.571271  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:40.868105  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:40.937735  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:40.938652  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:41.015501  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:41.368461  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:41.439257  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:41.441274  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:41.515243  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:41.868903  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:41.945722  580708 pod_ready.go:103] pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:41.969936  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:41.970666  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:42.018157  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:42.368208  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:42.433610  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:42.435138  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:42.513974  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:42.868434  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:42.969974  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:42.970936  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:43.013981  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:43.367634  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:43.432904  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:43.435452  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:43.513342  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:43.867346  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:43.932936  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:43.933942  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:44.015639  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:44.368479  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:44.435993  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:44.436700  580708 pod_ready.go:103] pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:44.437856  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:44.514901  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:44.869999  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:44.934284  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:44.938420  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:45.070901  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:45.367881  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:45.439658  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:45.443940  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:45.513876  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:45.867503  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:45.935373  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:45.936362  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:46.014668  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:46.367681  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:46.437155  580708 pod_ready.go:103] pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:46.437929  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:46.439128  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:46.514333  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:46.867667  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:46.944598  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:46.945162  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:47.014154  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:47.367632  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:47.433390  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:47.434073  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:47.513575  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:47.866904  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:47.933684  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:47.934977  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:48.017181  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:48.370160  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:48.442785  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:48.444905  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:48.514258  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:48.867705  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:48.941813  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:48.942449  580708 pod_ready.go:103] pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:48.943857  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:49.014992  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:49.368353  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:49.436513  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:49.437327  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:49.514263  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:49.868202  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:49.944291  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:49.945207  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:50.042750  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:50.367408  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:50.430825  580708 pod_ready.go:93] pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace has status "Ready":"True"
	I0127 13:09:50.430896  580708 pod_ready.go:82] duration metric: took 22.006637904s for pod "metrics-server-7fbb699795-qmnk2" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:50.430924  580708 pod_ready.go:79] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace to be "Ready" ...
	I0127 13:09:50.433821  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:50.437235  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:50.514099  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:50.867314  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:50.933796  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:50.938266  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:51.016044  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:51.368134  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:51.434592  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:51.435743  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:51.515643  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:51.867423  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:51.936145  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:51.938335  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:52.015769  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:52.370751  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:52.439193  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:52.440009  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:52.454283  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:52.515627  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:52.867464  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:52.935133  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:52.937981  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:53.028595  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:53.374673  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:53.475890  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:53.476875  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:53.513999  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:53.867594  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:53.934219  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:53.948420  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:54.016816  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:54.371448  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:54.436920  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:54.441288  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:54.514681  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:54.867671  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:54.936400  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:54.940892  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:54.943789  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:55.023482  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:55.369679  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:55.457501  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:55.462579  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:55.519696  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:55.868075  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:55.943801  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:55.945785  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:56.015354  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:56.368117  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:56.469685  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:56.470317  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:56.514503  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:56.867625  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:56.935496  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:56.937688  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:57.038305  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:57.368562  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:57.432614  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:57.434986  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:57.436725  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:57.514583  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:57.868112  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:57.934274  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:57.935395  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:58.016571  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:58.368422  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:58.433279  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:58.435426  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:58.515579  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:58.867868  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:58.959913  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:58.965491  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:59.014217  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:59.368192  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:59.434346  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:59.435756  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:09:59.438597  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:09:59.515445  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:09:59.867631  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:09:59.933884  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:09:59.934935  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:00.051935  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:00.488874  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:00.489076  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:00.490064  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:00.562054  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:00.878254  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:00.934911  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:00.935693  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:01.014707  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:01.367389  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:01.436445  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:01.437070  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:01.440682  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:10:01.513745  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:01.868203  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:01.935336  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:01.937698  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:02.016458  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:02.368398  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:02.434571  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:02.433774  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:02.516832  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:02.870729  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:02.935147  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:02.937213  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:03.020293  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:03.368240  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:03.434224  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:03.436436  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:03.514048  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:03.869099  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:03.932757  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:03.937029  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:03.938791  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:10:04.018046  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:04.368188  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:04.438550  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:04.440071  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:04.514277  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:04.867592  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:04.934711  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:04.936992  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:05.017304  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:05.368152  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:05.445543  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:05.446373  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:05.514398  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:05.867787  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:05.934040  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:05.936451  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:06.023986  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:06.368102  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:06.433707  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:06.438762  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:06.442540  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:10:06.515135  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:06.868702  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:06.936850  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:06.939086  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:07.014477  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:07.367955  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:07.434827  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:07.435016  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:07.515647  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:07.872217  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:07.939473  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:07.942802  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:08.015912  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:08.367975  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:08.437625  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:08.441441  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:08.444204  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:10:08.515287  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:08.870004  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:08.939394  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:08.940352  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:09.014307  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:09.367509  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:09.436534  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:09.438850  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:09.515363  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:09.868725  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:09.937247  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:09.937737  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:10.025129  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:10.368537  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:10.434067  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:10.438453  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:10.517764  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:10.868026  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:10.935013  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:10.945874  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:10:10.948678  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:11.015335  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:11.367921  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:11.439046  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:11.443450  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:11.514181  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:11.868245  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:11.935247  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:11.938059  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:12.016278  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:12.368930  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:12.437004  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:12.439581  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:12.514291  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:12.873646  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:12.942694  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:12.943278  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:12.948656  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:10:13.014701  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:13.368395  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:13.438640  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:13.450485  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:13.516866  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:13.881292  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:13.938842  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:13.941630  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:14.014534  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:14.368299  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:14.434398  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:14.435236  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:14.514645  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:14.868340  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:14.939718  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:14.941137  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:15.015802  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:15.367525  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:15.433994  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:15.440124  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:15.449990  580708 pod_ready.go:103] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"False"
	I0127 13:10:15.514318  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:15.867982  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:15.942835  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:15.944772  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:16.065911  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:16.369157  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:16.434154  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:16.435472  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:16.445230  580708 pod_ready.go:93] pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace has status "Ready":"True"
	I0127 13:10:16.445262  580708 pod_ready.go:82] duration metric: took 26.014316105s for pod "nvidia-device-plugin-daemonset-hpk47" in "kube-system" namespace to be "Ready" ...
	I0127 13:10:16.445308  580708 pod_ready.go:39] duration metric: took 49.210686916s 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" ...
	I0127 13:10:16.445330  580708 api_server.go:52] waiting for apiserver process to appear ...
	I0127 13:10:16.445358  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0127 13:10:16.445456  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0127 13:10:16.490762  580708 cri.go:89] found id: "07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce"
	I0127 13:10:16.490786  580708 cri.go:89] found id: ""
	I0127 13:10:16.490797  580708 logs.go:282] 1 containers: [07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce]
	I0127 13:10:16.490858  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:16.494668  580708 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0127 13:10:16.494778  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0127 13:10:16.514268  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:16.536221  580708 cri.go:89] found id: "768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d"
	I0127 13:10:16.536289  580708 cri.go:89] found id: ""
	I0127 13:10:16.536312  580708 logs.go:282] 1 containers: [768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d]
	I0127 13:10:16.536386  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:16.540510  580708 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0127 13:10:16.540581  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0127 13:10:16.582062  580708 cri.go:89] found id: "03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777"
	I0127 13:10:16.582082  580708 cri.go:89] found id: ""
	I0127 13:10:16.582089  580708 logs.go:282] 1 containers: [03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777]
	I0127 13:10:16.582143  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:16.585651  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0127 13:10:16.585719  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0127 13:10:16.634797  580708 cri.go:89] found id: "6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628"
	I0127 13:10:16.634818  580708 cri.go:89] found id: ""
	I0127 13:10:16.634826  580708 logs.go:282] 1 containers: [6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628]
	I0127 13:10:16.634879  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:16.645065  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0127 13:10:16.645180  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0127 13:10:16.685557  580708 cri.go:89] found id: "aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840"
	I0127 13:10:16.685579  580708 cri.go:89] found id: ""
	I0127 13:10:16.685587  580708 logs.go:282] 1 containers: [aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840]
	I0127 13:10:16.685664  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:16.689141  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0127 13:10:16.689255  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0127 13:10:16.729690  580708 cri.go:89] found id: "61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0"
	I0127 13:10:16.729756  580708 cri.go:89] found id: ""
	I0127 13:10:16.729778  580708 logs.go:282] 1 containers: [61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0]
	I0127 13:10:16.729865  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:16.733907  580708 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0127 13:10:16.734006  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0127 13:10:16.772816  580708 cri.go:89] found id: "033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f"
	I0127 13:10:16.772838  580708 cri.go:89] found id: ""
	I0127 13:10:16.772846  580708 logs.go:282] 1 containers: [033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f]
	I0127 13:10:16.772902  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:16.776265  580708 logs.go:123] Gathering logs for kube-scheduler [6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628] ...
	I0127 13:10:16.776290  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628"
	I0127 13:10:16.830563  580708 logs.go:123] Gathering logs for kube-proxy [aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840] ...
	I0127 13:10:16.830593  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840"
	I0127 13:10:16.870383  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:16.874437  580708 logs.go:123] Gathering logs for kube-controller-manager [61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0] ...
	I0127 13:10:16.874462  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0"
	I0127 13:10:16.939244  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:16.940212  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:16.965802  580708 logs.go:123] Gathering logs for CRI-O ...
	I0127 13:10:16.965839  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0127 13:10:17.016313  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:17.061061  580708 logs.go:123] Gathering logs for container status ...
	I0127 13:10:17.061099  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0127 13:10:17.112431  580708 logs.go:123] Gathering logs for describe nodes ...
	I0127 13:10:17.112463  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0127 13:10:17.316199  580708 logs.go:123] Gathering logs for kube-apiserver [07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce] ...
	I0127 13:10:17.316231  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce"
	I0127 13:10:17.370935  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:17.405806  580708 logs.go:123] Gathering logs for etcd [768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d] ...
	I0127 13:10:17.405843  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d"
	I0127 13:10:17.438210  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:17.440155  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:17.502780  580708 logs.go:123] Gathering logs for coredns [03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777] ...
	I0127 13:10:17.502816  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777"
	I0127 13:10:17.515967  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:17.547043  580708 logs.go:123] Gathering logs for kindnet [033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f] ...
	I0127 13:10:17.547083  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f"
	I0127 13:10:17.602074  580708 logs.go:123] Gathering logs for kubelet ...
	I0127 13:10:17.602154  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0127 13:10:17.668123  580708 logs.go:138] Found kubelet problem: Jan 27 13:08:42 addons-577881 kubelet[1515]: E0127 13:08:42.647752    1515 projected.go:194] Error preparing data for projected volume kube-api-access-k888h for pod kube-system/kindnet-wf879: failed to fetch token: serviceaccounts "kindnet" is forbidden: User "system:node:addons-577881" cannot create resource "serviceaccounts/token" in API group "" in the namespace "kube-system": no relationship found between node 'addons-577881' and this object
	W0127 13:10:17.668681  580708 logs.go:138] Found kubelet problem: Jan 27 13:08:42 addons-577881 kubelet[1515]: E0127 13:08:42.647849    1515 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/projected/c6e382e4-5055-4f00-be41-52aa0fb9590b-kube-api-access-k888h podName:c6e382e4-5055-4f00-be41-52aa0fb9590b nodeName:}" failed. No retries permitted until 2025-01-27 13:08:43.147824413 +0000 UTC m=+9.807443189 (durationBeforeRetry 500ms). Error: MountVolume.SetUp failed for volume "kube-api-access-k888h" (UniqueName: "kubernetes.io/projected/c6e382e4-5055-4f00-be41-52aa0fb9590b-kube-api-access-k888h") pod "kindnet-wf879" (UID: "c6e382e4-5055-4f00-be41-52aa0fb9590b") : failed to fetch token: serviceaccounts "kindnet" is forbidden: User "system:node:addons-577881" cannot create resource "serviceaccounts/token" in API group "" in the namespace "kube-system": no relationship found between node 'addons-577881' and this object
	W0127 13:10:17.670396  580708 logs.go:138] Found kubelet problem: Jan 27 13:08:44 addons-577881 kubelet[1515]: I0127 13:08:44.740233    1515 status_manager.go:890] "Failed to get status for pod" podUID="ab947c71-6e13-4204-866f-3258e060db1c" pod="gadget/gadget-cq7ww" err="pods \"gadget-cq7ww\" is forbidden: User \"system:node:addons-577881\" cannot get resource \"pods\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-577881' and this object"
	W0127 13:10:17.691374  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.952935    1515 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:17.691621  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.952987    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	W0127 13:10:17.691811  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.956831    1515 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:17.692041  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.956882    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	I0127 13:10:17.727605  580708 logs.go:123] Gathering logs for dmesg ...
	I0127 13:10:17.727636  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0127 13:10:17.745699  580708 out.go:358] Setting ErrFile to fd 2...
	I0127 13:10:17.745725  580708 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0127 13:10:17.745808  580708 out.go:270] X Problems detected in kubelet:
	W0127 13:10:17.745838  580708 out.go:270]   Jan 27 13:08:44 addons-577881 kubelet[1515]: I0127 13:08:44.740233    1515 status_manager.go:890] "Failed to get status for pod" podUID="ab947c71-6e13-4204-866f-3258e060db1c" pod="gadget/gadget-cq7ww" err="pods \"gadget-cq7ww\" is forbidden: User \"system:node:addons-577881\" cannot get resource \"pods\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-577881' and this object"
	W0127 13:10:17.745853  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.952935    1515 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:17.745861  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.952987    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	W0127 13:10:17.745879  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.956831    1515 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:17.745893  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.956882    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	I0127 13:10:17.745899  580708 out.go:358] Setting ErrFile to fd 2...
	I0127 13:10:17.745911  580708 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:10:17.869246  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:17.933666  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:17.936693  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:18.019732  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:18.367400  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:18.435506  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:18.436773  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:18.513735  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:18.868761  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:18.936001  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:18.938353  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:19.015749  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:19.368028  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:19.436617  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:19.437636  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:19.515267  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:19.867818  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:19.936837  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:19.937618  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0127 13:10:20.021990  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:20.383499  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:20.433979  580708 kapi.go:107] duration metric: took 1m36.003848242s to wait for kubernetes.io/minikube-addons=registry ...
	I0127 13:10:20.435260  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:20.515937  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:20.868724  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:20.934418  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:21.015153  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:21.370021  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:21.433973  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:21.513597  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:21.867441  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:21.935490  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:22.017367  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:22.369114  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:22.436829  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:22.514287  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:22.867675  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:22.933194  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:23.014231  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:23.368093  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:23.432916  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:23.513265  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:23.868107  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:23.933348  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:24.019044  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:24.368163  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:24.433798  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:24.514362  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:24.869524  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:24.933234  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:25.020315  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:25.368177  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:25.434065  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:25.514422  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:25.869485  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:25.934112  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:26.014966  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:26.368449  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:26.434631  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:26.515468  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:26.873309  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:26.934075  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:27.015529  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:27.370807  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:27.434898  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:27.513979  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:27.746926  580708 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 13:10:27.761233  580708 api_server.go:72] duration metric: took 1m49.038908315s to wait for apiserver process to appear ...
	I0127 13:10:27.761328  580708 api_server.go:88] waiting for apiserver healthz status ...
	I0127 13:10:27.761376  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0127 13:10:27.761445  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0127 13:10:27.809951  580708 cri.go:89] found id: "07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce"
	I0127 13:10:27.809973  580708 cri.go:89] found id: ""
	I0127 13:10:27.809981  580708 logs.go:282] 1 containers: [07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce]
	I0127 13:10:27.810041  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:27.814176  580708 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0127 13:10:27.814250  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0127 13:10:27.856540  580708 cri.go:89] found id: "768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d"
	I0127 13:10:27.856564  580708 cri.go:89] found id: ""
	I0127 13:10:27.856572  580708 logs.go:282] 1 containers: [768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d]
	I0127 13:10:27.856629  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:27.860713  580708 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0127 13:10:27.860805  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0127 13:10:27.869045  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:27.927267  580708 cri.go:89] found id: "03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777"
	I0127 13:10:27.927289  580708 cri.go:89] found id: ""
	I0127 13:10:27.927296  580708 logs.go:282] 1 containers: [03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777]
	I0127 13:10:27.927359  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:27.936012  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:27.947000  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0127 13:10:27.947161  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0127 13:10:27.999621  580708 cri.go:89] found id: "6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628"
	I0127 13:10:27.999690  580708 cri.go:89] found id: ""
	I0127 13:10:27.999713  580708 logs.go:282] 1 containers: [6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628]
	I0127 13:10:27.999798  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:28.012887  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0127 13:10:28.012974  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0127 13:10:28.019459  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:28.076739  580708 cri.go:89] found id: "aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840"
	I0127 13:10:28.076762  580708 cri.go:89] found id: ""
	I0127 13:10:28.076770  580708 logs.go:282] 1 containers: [aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840]
	I0127 13:10:28.076829  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:28.083368  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0127 13:10:28.083448  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0127 13:10:28.153195  580708 cri.go:89] found id: "61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0"
	I0127 13:10:28.153220  580708 cri.go:89] found id: ""
	I0127 13:10:28.153229  580708 logs.go:282] 1 containers: [61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0]
	I0127 13:10:28.153303  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:28.170326  580708 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0127 13:10:28.170433  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0127 13:10:28.259331  580708 cri.go:89] found id: "033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f"
	I0127 13:10:28.259357  580708 cri.go:89] found id: ""
	I0127 13:10:28.259367  580708 logs.go:282] 1 containers: [033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f]
	I0127 13:10:28.259448  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:28.263818  580708 logs.go:123] Gathering logs for describe nodes ...
	I0127 13:10:28.263851  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0127 13:10:28.370987  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:28.437694  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:28.486643  580708 logs.go:123] Gathering logs for etcd [768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d] ...
	I0127 13:10:28.486673  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d"
	I0127 13:10:28.513861  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:28.802972  580708 logs.go:123] Gathering logs for kube-scheduler [6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628] ...
	I0127 13:10:28.803013  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628"
	I0127 13:10:28.868153  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:28.933571  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:29.013721  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:29.097194  580708 logs.go:123] Gathering logs for kube-controller-manager [61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0] ...
	I0127 13:10:29.097273  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0"
	I0127 13:10:29.368296  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:29.374065  580708 logs.go:123] Gathering logs for kindnet [033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f] ...
	I0127 13:10:29.374125  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f"
	I0127 13:10:29.434236  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:29.514297  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:29.608155  580708 logs.go:123] Gathering logs for container status ...
	I0127 13:10:29.608229  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0127 13:10:29.872463  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:29.906721  580708 logs.go:123] Gathering logs for kubelet ...
	I0127 13:10:29.906867  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0127 13:10:29.943023  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	W0127 13:10:30.015524  580708 logs.go:138] Found kubelet problem: Jan 27 13:08:42 addons-577881 kubelet[1515]: E0127 13:08:42.647752    1515 projected.go:194] Error preparing data for projected volume kube-api-access-k888h for pod kube-system/kindnet-wf879: failed to fetch token: serviceaccounts "kindnet" is forbidden: User "system:node:addons-577881" cannot create resource "serviceaccounts/token" in API group "" in the namespace "kube-system": no relationship found between node 'addons-577881' and this object
	W0127 13:10:30.016171  580708 logs.go:138] Found kubelet problem: Jan 27 13:08:42 addons-577881 kubelet[1515]: E0127 13:08:42.647849    1515 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/projected/c6e382e4-5055-4f00-be41-52aa0fb9590b-kube-api-access-k888h podName:c6e382e4-5055-4f00-be41-52aa0fb9590b nodeName:}" failed. No retries permitted until 2025-01-27 13:08:43.147824413 +0000 UTC m=+9.807443189 (durationBeforeRetry 500ms). Error: MountVolume.SetUp failed for volume "kube-api-access-k888h" (UniqueName: "kubernetes.io/projected/c6e382e4-5055-4f00-be41-52aa0fb9590b-kube-api-access-k888h") pod "kindnet-wf879" (UID: "c6e382e4-5055-4f00-be41-52aa0fb9590b") : failed to fetch token: serviceaccounts "kindnet" is forbidden: User "system:node:addons-577881" cannot create resource "serviceaccounts/token" in API group "" in the namespace "kube-system": no relationship found between node 'addons-577881' and this object
	W0127 13:10:30.018052  580708 logs.go:138] Found kubelet problem: Jan 27 13:08:44 addons-577881 kubelet[1515]: I0127 13:08:44.740233    1515 status_manager.go:890] "Failed to get status for pod" podUID="ab947c71-6e13-4204-866f-3258e060db1c" pod="gadget/gadget-cq7ww" err="pods \"gadget-cq7ww\" is forbidden: User \"system:node:addons-577881\" cannot get resource \"pods\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-577881' and this object"
	W0127 13:10:30.046505  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.952935    1515 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:30.046769  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.952987    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	W0127 13:10:30.046969  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.956831    1515 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:30.047217  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.956882    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	I0127 13:10:30.088012  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:30.132436  580708 logs.go:123] Gathering logs for dmesg ...
	I0127 13:10:30.132495  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0127 13:10:30.156162  580708 logs.go:123] Gathering logs for kube-apiserver [07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce] ...
	I0127 13:10:30.156203  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce"
	I0127 13:10:30.356298  580708 logs.go:123] Gathering logs for coredns [03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777] ...
	I0127 13:10:30.356380  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777"
	I0127 13:10:30.378320  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:30.435357  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:30.481083  580708 logs.go:123] Gathering logs for kube-proxy [aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840] ...
	I0127 13:10:30.481154  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840"
	I0127 13:10:30.514237  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:30.627477  580708 logs.go:123] Gathering logs for CRI-O ...
	I0127 13:10:30.627554  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0127 13:10:30.756127  580708 out.go:358] Setting ErrFile to fd 2...
	I0127 13:10:30.756205  580708 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0127 13:10:30.756292  580708 out.go:270] X Problems detected in kubelet:
	W0127 13:10:30.756333  580708 out.go:270]   Jan 27 13:08:44 addons-577881 kubelet[1515]: I0127 13:08:44.740233    1515 status_manager.go:890] "Failed to get status for pod" podUID="ab947c71-6e13-4204-866f-3258e060db1c" pod="gadget/gadget-cq7ww" err="pods \"gadget-cq7ww\" is forbidden: User \"system:node:addons-577881\" cannot get resource \"pods\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-577881' and this object"
	W0127 13:10:30.756369  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.952935    1515 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:30.756418  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.952987    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	W0127 13:10:30.756455  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.956831    1515 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:30.756502  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.956882    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	I0127 13:10:30.756542  580708 out.go:358] Setting ErrFile to fd 2...
	I0127 13:10:30.756562  580708 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:10:30.870033  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:30.933034  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:31.014192  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:31.368407  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:31.437169  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:31.513736  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:31.868665  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:31.933005  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:32.018212  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:32.369176  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:32.433943  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:32.513761  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:32.867812  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:32.946381  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:33.016429  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:33.372559  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:33.432838  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:33.514086  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:33.868130  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:33.935479  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:34.015883  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:34.368847  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:34.435137  580708 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0127 13:10:34.515328  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:34.868635  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:34.970348  580708 kapi.go:107] duration metric: took 1m49.041782597s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0127 13:10:35.017599  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:35.367302  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:35.514515  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:35.867977  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:36.014621  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:36.367958  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:36.517813  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:36.868427  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:37.027100  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:37.367082  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:37.514196  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:37.868246  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:38.016530  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:38.367762  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:38.513610  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:38.867958  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:39.016926  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:39.367275  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:39.513291  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:39.868978  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:40.020650  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:40.367360  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:40.518996  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:40.757840  580708 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0127 13:10:40.766363  580708 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0127 13:10:40.770901  580708 api_server.go:141] control plane version: v1.32.1
	I0127 13:10:40.770944  580708 api_server.go:131] duration metric: took 13.009597414s to wait for apiserver health ...
	I0127 13:10:40.770954  580708 system_pods.go:43] waiting for kube-system pods to appear ...
	I0127 13:10:40.770976  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0127 13:10:40.771048  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0127 13:10:40.856849  580708 cri.go:89] found id: "07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce"
	I0127 13:10:40.856882  580708 cri.go:89] found id: ""
	I0127 13:10:40.856891  580708 logs.go:282] 1 containers: [07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce]
	I0127 13:10:40.856954  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:40.863546  580708 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0127 13:10:40.863632  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0127 13:10:40.868568  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:40.925392  580708 cri.go:89] found id: "768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d"
	I0127 13:10:40.925426  580708 cri.go:89] found id: ""
	I0127 13:10:40.925435  580708 logs.go:282] 1 containers: [768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d]
	I0127 13:10:40.925498  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:40.932939  580708 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0127 13:10:40.933018  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0127 13:10:40.981076  580708 cri.go:89] found id: "03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777"
	I0127 13:10:40.981101  580708 cri.go:89] found id: ""
	I0127 13:10:40.981110  580708 logs.go:282] 1 containers: [03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777]
	I0127 13:10:40.981166  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:40.990924  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0127 13:10:40.990995  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0127 13:10:41.016416  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:41.065604  580708 cri.go:89] found id: "6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628"
	I0127 13:10:41.065674  580708 cri.go:89] found id: ""
	I0127 13:10:41.065697  580708 logs.go:282] 1 containers: [6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628]
	I0127 13:10:41.065779  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:41.079698  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0127 13:10:41.079833  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0127 13:10:41.140917  580708 cri.go:89] found id: "aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840"
	I0127 13:10:41.140943  580708 cri.go:89] found id: ""
	I0127 13:10:41.140951  580708 logs.go:282] 1 containers: [aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840]
	I0127 13:10:41.141039  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:41.146659  580708 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0127 13:10:41.146760  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0127 13:10:41.221510  580708 cri.go:89] found id: "61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0"
	I0127 13:10:41.221583  580708 cri.go:89] found id: ""
	I0127 13:10:41.221615  580708 logs.go:282] 1 containers: [61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0]
	I0127 13:10:41.221699  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:41.226533  580708 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0127 13:10:41.226656  580708 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0127 13:10:41.265419  580708 cri.go:89] found id: "033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f"
	I0127 13:10:41.265443  580708 cri.go:89] found id: ""
	I0127 13:10:41.265451  580708 logs.go:282] 1 containers: [033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f]
	I0127 13:10:41.265524  580708 ssh_runner.go:195] Run: which crictl
	I0127 13:10:41.269072  580708 logs.go:123] Gathering logs for kubelet ...
	I0127 13:10:41.269139  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	W0127 13:10:41.333406  580708 logs.go:138] Found kubelet problem: Jan 27 13:08:42 addons-577881 kubelet[1515]: E0127 13:08:42.647752    1515 projected.go:194] Error preparing data for projected volume kube-api-access-k888h for pod kube-system/kindnet-wf879: failed to fetch token: serviceaccounts "kindnet" is forbidden: User "system:node:addons-577881" cannot create resource "serviceaccounts/token" in API group "" in the namespace "kube-system": no relationship found between node 'addons-577881' and this object
	W0127 13:10:41.333927  580708 logs.go:138] Found kubelet problem: Jan 27 13:08:42 addons-577881 kubelet[1515]: E0127 13:08:42.647849    1515 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/projected/c6e382e4-5055-4f00-be41-52aa0fb9590b-kube-api-access-k888h podName:c6e382e4-5055-4f00-be41-52aa0fb9590b nodeName:}" failed. No retries permitted until 2025-01-27 13:08:43.147824413 +0000 UTC m=+9.807443189 (durationBeforeRetry 500ms). Error: MountVolume.SetUp failed for volume "kube-api-access-k888h" (UniqueName: "kubernetes.io/projected/c6e382e4-5055-4f00-be41-52aa0fb9590b-kube-api-access-k888h") pod "kindnet-wf879" (UID: "c6e382e4-5055-4f00-be41-52aa0fb9590b") : failed to fetch token: serviceaccounts "kindnet" is forbidden: User "system:node:addons-577881" cannot create resource "serviceaccounts/token" in API group "" in the namespace "kube-system": no relationship found between node 'addons-577881' and this object
	W0127 13:10:41.335632  580708 logs.go:138] Found kubelet problem: Jan 27 13:08:44 addons-577881 kubelet[1515]: I0127 13:08:44.740233    1515 status_manager.go:890] "Failed to get status for pod" podUID="ab947c71-6e13-4204-866f-3258e060db1c" pod="gadget/gadget-cq7ww" err="pods \"gadget-cq7ww\" is forbidden: User \"system:node:addons-577881\" cannot get resource \"pods\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-577881' and this object"
	W0127 13:10:41.356645  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.952935    1515 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:41.356893  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.952987    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	W0127 13:10:41.357083  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.956831    1515 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:41.357335  580708 logs.go:138] Found kubelet problem: Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.956882    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	I0127 13:10:41.368407  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0127 13:10:41.400229  580708 logs.go:123] Gathering logs for dmesg ...
	I0127 13:10:41.400284  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0127 13:10:41.419050  580708 logs.go:123] Gathering logs for coredns [03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777] ...
	I0127 13:10:41.419152  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777"
	I0127 13:10:41.465229  580708 logs.go:123] Gathering logs for kube-scheduler [6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628] ...
	I0127 13:10:41.465261  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628"
	I0127 13:10:41.521380  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:41.529766  580708 logs.go:123] Gathering logs for kindnet [033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f] ...
	I0127 13:10:41.529799  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f"
	I0127 13:10:41.576292  580708 logs.go:123] Gathering logs for describe nodes ...
	I0127 13:10:41.576324  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.32.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0127 13:10:41.736261  580708 logs.go:123] Gathering logs for kube-apiserver [07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce] ...
	I0127 13:10:41.736297  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce"
	I0127 13:10:41.799670  580708 logs.go:123] Gathering logs for etcd [768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d] ...
	I0127 13:10:41.799714  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d"
	I0127 13:10:41.859847  580708 logs.go:123] Gathering logs for kube-proxy [aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840] ...
	I0127 13:10:41.859883  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840"
	I0127 13:10:41.868326  580708 kapi.go:107] duration metric: took 1m52.004472069s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0127 13:10:41.871654  580708 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-577881 cluster.
	I0127 13:10:41.874703  580708 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.
	I0127 13:10:41.877570  580708 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0127 13:10:41.902768  580708 logs.go:123] Gathering logs for kube-controller-manager [61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0] ...
	I0127 13:10:41.902800  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0"
	I0127 13:10:41.975020  580708 logs.go:123] Gathering logs for CRI-O ...
	I0127 13:10:41.975055  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0127 13:10:42.038722  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:42.085374  580708 logs.go:123] Gathering logs for container status ...
	I0127 13:10:42.085428  580708 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0127 13:10:42.150543  580708 out.go:358] Setting ErrFile to fd 2...
	I0127 13:10:42.150593  580708 out.go:392] TERM=,COLORTERM=, which probably does not support color
	W0127 13:10:42.150672  580708 out.go:270] X Problems detected in kubelet:
	W0127 13:10:42.150685  580708 out.go:270]   Jan 27 13:08:44 addons-577881 kubelet[1515]: I0127 13:08:44.740233    1515 status_manager.go:890] "Failed to get status for pod" podUID="ab947c71-6e13-4204-866f-3258e060db1c" pod="gadget/gadget-cq7ww" err="pods \"gadget-cq7ww\" is forbidden: User \"system:node:addons-577881\" cannot get resource \"pods\" in API group \"\" in the namespace \"gadget\": no relationship found between node 'addons-577881' and this object"
	W0127 13:10:42.150692  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.952935    1515 reflector.go:569] object-"local-path-storage"/"kube-root-ca.crt": failed to list *v1.ConfigMap: configmaps "kube-root-ca.crt" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:42.150702  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.952987    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"kube-root-ca.crt\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"kube-root-ca.crt\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	W0127 13:10:42.150709  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: W0127 13:09:26.956831    1515 reflector.go:569] object-"local-path-storage"/"local-path-config": failed to list *v1.ConfigMap: configmaps "local-path-config" is forbidden: User "system:node:addons-577881" cannot list resource "configmaps" in API group "" in the namespace "local-path-storage": no relationship found between node 'addons-577881' and this object
	W0127 13:10:42.150715  580708 out.go:270]   Jan 27 13:09:26 addons-577881 kubelet[1515]: E0127 13:09:26.956882    1515 reflector.go:166] "Unhandled Error" err="object-\"local-path-storage\"/\"local-path-config\": Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"local-path-config\" is forbidden: User \"system:node:addons-577881\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"local-path-storage\": no relationship found between node 'addons-577881' and this object" logger="UnhandledError"
	I0127 13:10:42.150732  580708 out.go:358] Setting ErrFile to fd 2...
	I0127 13:10:42.150739  580708 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:10:42.514469  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:43.018030  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:43.515624  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:44.016470  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:44.515857  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:45.058606  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:45.515507  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:46.015239  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:46.514917  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:47.016434  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:47.513797  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:48.049162  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:48.515638  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:49.014191  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:49.514490  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:50.028400  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:50.516707  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:51.019531  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:51.513991  580708 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0127 13:10:52.026304  580708 kapi.go:107] duration metric: took 2m5.517539472s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0127 13:10:52.029490  580708 out.go:177] * Enabled addons: amd-gpu-device-plugin, storage-provisioner, cloud-spanner, ingress-dns, default-storageclass, inspektor-gadget, metrics-server, nvidia-device-plugin, yakd, storage-provisioner-rancher, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0127 13:10:52.032474  580708 addons.go:514] duration metric: took 2m13.309903961s for enable addons: enabled=[amd-gpu-device-plugin storage-provisioner cloud-spanner ingress-dns default-storageclass inspektor-gadget metrics-server nvidia-device-plugin yakd storage-provisioner-rancher volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0127 13:10:52.161809  580708 system_pods.go:59] 18 kube-system pods found
	I0127 13:10:52.161855  580708 system_pods.go:61] "coredns-668d6bf9bc-wbjb9" [a307daaa-b2c9-44c2-9723-627b603d8aaa] Running
	I0127 13:10:52.161862  580708 system_pods.go:61] "csi-hostpath-attacher-0" [4baea1c9-2d7d-4f58-8d37-51db54591da2] Running
	I0127 13:10:52.161866  580708 system_pods.go:61] "csi-hostpath-resizer-0" [12f7074a-0125-4e6a-9348-767fb9702a67] Running
	I0127 13:10:52.161871  580708 system_pods.go:61] "csi-hostpathplugin-sft4n" [a10dd5ab-3250-46e5-a548-79269181a628] Running
	I0127 13:10:52.161875  580708 system_pods.go:61] "etcd-addons-577881" [1ddf6544-2827-4527-bbd4-d745425ee62f] Running
	I0127 13:10:52.161879  580708 system_pods.go:61] "kindnet-wf879" [c6e382e4-5055-4f00-be41-52aa0fb9590b] Running
	I0127 13:10:52.161883  580708 system_pods.go:61] "kube-apiserver-addons-577881" [092d7804-5cef-4b7d-a898-71ba2f1c109b] Running
	I0127 13:10:52.161886  580708 system_pods.go:61] "kube-controller-manager-addons-577881" [e4f436af-70e5-476a-bb4e-e48c3e2490a8] Running
	I0127 13:10:52.161891  580708 system_pods.go:61] "kube-ingress-dns-minikube" [cf771050-8561-4649-a0bf-560b361e54af] Running
	I0127 13:10:52.161895  580708 system_pods.go:61] "kube-proxy-s85hb" [da911452-b6d0-4d40-ad2c-8b8fbcbae8b8] Running
	I0127 13:10:52.161899  580708 system_pods.go:61] "kube-scheduler-addons-577881" [900fb2f4-9083-47d5-b287-85eefb75dad6] Running
	I0127 13:10:52.161902  580708 system_pods.go:61] "metrics-server-7fbb699795-qmnk2" [75fbbb53-d8f9-4d26-ade0-f88996727acb] Running
	I0127 13:10:52.161907  580708 system_pods.go:61] "nvidia-device-plugin-daemonset-hpk47" [a2386261-2d1b-46a3-af13-24c750a5542c] Running
	I0127 13:10:52.161918  580708 system_pods.go:61] "registry-6c88467877-8hbq4" [ebbd9181-1610-4656-895c-e4f36c6f9a4f] Running
	I0127 13:10:52.161923  580708 system_pods.go:61] "registry-proxy-wr9x2" [b761d30a-e29b-4683-91a3-9a62e6fc0ba4] Running
	I0127 13:10:52.161934  580708 system_pods.go:61] "snapshot-controller-68b874b76f-9wm8v" [a9426427-8a8d-4dd8-9393-cb82c8cb949c] Running
	I0127 13:10:52.161938  580708 system_pods.go:61] "snapshot-controller-68b874b76f-x6p9k" [3b82d1d5-0179-4c02-9bfd-f3a653ff5e8c] Running
	I0127 13:10:52.161941  580708 system_pods.go:61] "storage-provisioner" [d9cd9b4a-96b6-4c5d-b8ee-58e338e9aea8] Running
	I0127 13:10:52.161947  580708 system_pods.go:74] duration metric: took 11.390987703s to wait for pod list to return data ...
	I0127 13:10:52.161954  580708 default_sa.go:34] waiting for default service account to be created ...
	I0127 13:10:52.166184  580708 default_sa.go:45] found service account: "default"
	I0127 13:10:52.166211  580708 default_sa.go:55] duration metric: took 4.247223ms for default service account to be created ...
	I0127 13:10:52.166220  580708 system_pods.go:137] waiting for k8s-apps to be running ...
	I0127 13:10:52.176868  580708 system_pods.go:87] 18 kube-system pods found
	I0127 13:10:52.181089  580708 system_pods.go:105] "coredns-668d6bf9bc-wbjb9" [a307daaa-b2c9-44c2-9723-627b603d8aaa] Running
	I0127 13:10:52.181115  580708 system_pods.go:105] "csi-hostpath-attacher-0" [4baea1c9-2d7d-4f58-8d37-51db54591da2] Running
	I0127 13:10:52.181122  580708 system_pods.go:105] "csi-hostpath-resizer-0" [12f7074a-0125-4e6a-9348-767fb9702a67] Running
	I0127 13:10:52.181127  580708 system_pods.go:105] "csi-hostpathplugin-sft4n" [a10dd5ab-3250-46e5-a548-79269181a628] Running
	I0127 13:10:52.181133  580708 system_pods.go:105] "etcd-addons-577881" [1ddf6544-2827-4527-bbd4-d745425ee62f] Running
	I0127 13:10:52.181138  580708 system_pods.go:105] "kindnet-wf879" [c6e382e4-5055-4f00-be41-52aa0fb9590b] Running
	I0127 13:10:52.181143  580708 system_pods.go:105] "kube-apiserver-addons-577881" [092d7804-5cef-4b7d-a898-71ba2f1c109b] Running
	I0127 13:10:52.181148  580708 system_pods.go:105] "kube-controller-manager-addons-577881" [e4f436af-70e5-476a-bb4e-e48c3e2490a8] Running
	I0127 13:10:52.181156  580708 system_pods.go:105] "kube-ingress-dns-minikube" [cf771050-8561-4649-a0bf-560b361e54af] Running
	I0127 13:10:52.181160  580708 system_pods.go:105] "kube-proxy-s85hb" [da911452-b6d0-4d40-ad2c-8b8fbcbae8b8] Running
	I0127 13:10:52.181165  580708 system_pods.go:105] "kube-scheduler-addons-577881" [900fb2f4-9083-47d5-b287-85eefb75dad6] Running
	I0127 13:10:52.181172  580708 system_pods.go:105] "metrics-server-7fbb699795-qmnk2" [75fbbb53-d8f9-4d26-ade0-f88996727acb] Running
	I0127 13:10:52.181177  580708 system_pods.go:105] "nvidia-device-plugin-daemonset-hpk47" [a2386261-2d1b-46a3-af13-24c750a5542c] Running
	I0127 13:10:52.181191  580708 system_pods.go:105] "registry-6c88467877-8hbq4" [ebbd9181-1610-4656-895c-e4f36c6f9a4f] Running
	I0127 13:10:52.181196  580708 system_pods.go:105] "registry-proxy-wr9x2" [b761d30a-e29b-4683-91a3-9a62e6fc0ba4] Running
	I0127 13:10:52.181200  580708 system_pods.go:105] "snapshot-controller-68b874b76f-9wm8v" [a9426427-8a8d-4dd8-9393-cb82c8cb949c] Running
	I0127 13:10:52.181207  580708 system_pods.go:105] "snapshot-controller-68b874b76f-x6p9k" [3b82d1d5-0179-4c02-9bfd-f3a653ff5e8c] Running
	I0127 13:10:52.181213  580708 system_pods.go:105] "storage-provisioner" [d9cd9b4a-96b6-4c5d-b8ee-58e338e9aea8] Running
	I0127 13:10:52.181223  580708 system_pods.go:147] duration metric: took 14.996578ms to wait for k8s-apps to be running ...
	I0127 13:10:52.181230  580708 system_svc.go:44] waiting for kubelet service to be running ....
	I0127 13:10:52.181287  580708 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 13:10:52.194642  580708 system_svc.go:56] duration metric: took 13.398118ms WaitForService to wait for kubelet
	I0127 13:10:52.194683  580708 kubeadm.go:582] duration metric: took 2m13.472357897s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0127 13:10:52.194725  580708 node_conditions.go:102] verifying NodePressure condition ...
	I0127 13:10:52.199990  580708 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0127 13:10:52.200035  580708 node_conditions.go:123] node cpu capacity is 2
	I0127 13:10:52.200048  580708 node_conditions.go:105] duration metric: took 5.314748ms to run NodePressure ...
	I0127 13:10:52.200070  580708 start.go:241] waiting for startup goroutines ...
	I0127 13:10:52.200079  580708 start.go:246] waiting for cluster config update ...
	I0127 13:10:52.200105  580708 start.go:255] writing updated cluster config ...
	I0127 13:10:52.200528  580708 ssh_runner.go:195] Run: rm -f paused
	I0127 13:10:52.626330  580708 start.go:600] kubectl: 1.32.1, cluster: 1.32.1 (minor skew: 0)
	I0127 13:10:52.629908  580708 out.go:177] * Done! kubectl is now configured to use "addons-577881" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Jan 27 13:13:34 addons-577881 crio[977]: time="2025-01-27 13:13:34.521867933Z" level=info msg="Removed pod sandbox: 9fea79c84b6a1905197ad9f453b2216284970838c4c196238b97d515b143b28e" id=6c3ae0d4-b985-4564-85a4-d083dd287276 name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 13:13:34 addons-577881 crio[977]: time="2025-01-27 13:13:34.522344379Z" level=info msg="Stopping pod sandbox: 05bf719cb628151b039d476c3a5b66ae65a08174802379b22930f649abcb353c" id=572b087a-b982-428e-8a34-3bdfbb65eaba name=/runtime.v1.RuntimeService/StopPodSandbox
	Jan 27 13:13:34 addons-577881 crio[977]: time="2025-01-27 13:13:34.522383115Z" level=info msg="Stopped pod sandbox (already stopped): 05bf719cb628151b039d476c3a5b66ae65a08174802379b22930f649abcb353c" id=572b087a-b982-428e-8a34-3bdfbb65eaba name=/runtime.v1.RuntimeService/StopPodSandbox
	Jan 27 13:13:34 addons-577881 crio[977]: time="2025-01-27 13:13:34.522683102Z" level=info msg="Removing pod sandbox: 05bf719cb628151b039d476c3a5b66ae65a08174802379b22930f649abcb353c" id=066b760b-2782-43ad-b46e-05d19dd30afb name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 13:13:34 addons-577881 crio[977]: time="2025-01-27 13:13:34.533148183Z" level=info msg="Removed pod sandbox: 05bf719cb628151b039d476c3a5b66ae65a08174802379b22930f649abcb353c" id=066b760b-2782-43ad-b46e-05d19dd30afb name=/runtime.v1.RuntimeService/RemovePodSandbox
	Jan 27 13:13:42 addons-577881 crio[977]: time="2025-01-27 13:13:42.412883511Z" level=info msg="Stopping container: 11ddc4aba2c1cca990f0536dd238569b05912fb22e3df7bafbc4f3f3ba18d206 (timeout: 30s)" id=2ebb3dfd-a520-4278-9b92-8556efa6cfc0 name=/runtime.v1.RuntimeService/StopContainer
	Jan 27 13:13:42 addons-577881 conmon[3091]: conmon 11ddc4aba2c1cca990f0 <ninfo>: container 3102 exited with status 2
	Jan 27 13:13:42 addons-577881 crio[977]: time="2025-01-27 13:13:42.562465790Z" level=info msg="Stopped container 11ddc4aba2c1cca990f0536dd238569b05912fb22e3df7bafbc4f3f3ba18d206: default/cloud-spanner-emulator-5d76cffbc-msm89/cloud-spanner-emulator" id=2ebb3dfd-a520-4278-9b92-8556efa6cfc0 name=/runtime.v1.RuntimeService/StopContainer
	Jan 27 13:13:42 addons-577881 crio[977]: time="2025-01-27 13:13:42.563002109Z" level=info msg="Stopping pod sandbox: 5d1e2d8e32716ff765ad525e8db1500f48e5b857abb2d1fe3a6088a51eee5d81" id=04b51560-0997-4139-a193-67ff583609f9 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jan 27 13:13:42 addons-577881 crio[977]: time="2025-01-27 13:13:42.563340462Z" level=info msg="Got pod network &{Name:cloud-spanner-emulator-5d76cffbc-msm89 Namespace:default ID:5d1e2d8e32716ff765ad525e8db1500f48e5b857abb2d1fe3a6088a51eee5d81 UID:218b3f1f-038a-4d31-ac53-2fe6e4059456 NetNS:/var/run/netns/22542159-ac7c-46e8-88f5-5f84cc5c8b08 Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Jan 27 13:13:42 addons-577881 crio[977]: time="2025-01-27 13:13:42.563493282Z" level=info msg="Deleting pod default_cloud-spanner-emulator-5d76cffbc-msm89 from CNI network \"kindnet\" (type=ptp)"
	Jan 27 13:13:42 addons-577881 crio[977]: time="2025-01-27 13:13:42.597428480Z" level=info msg="Stopped pod sandbox: 5d1e2d8e32716ff765ad525e8db1500f48e5b857abb2d1fe3a6088a51eee5d81" id=04b51560-0997-4139-a193-67ff583609f9 name=/runtime.v1.RuntimeService/StopPodSandbox
	Jan 27 13:13:43 addons-577881 crio[977]: time="2025-01-27 13:13:43.559764656Z" level=info msg="Removing container: 11ddc4aba2c1cca990f0536dd238569b05912fb22e3df7bafbc4f3f3ba18d206" id=af402862-8906-4409-b830-6bbfa53072e5 name=/runtime.v1.RuntimeService/RemoveContainer
	Jan 27 13:13:43 addons-577881 crio[977]: time="2025-01-27 13:13:43.582361201Z" level=info msg="Removed container 11ddc4aba2c1cca990f0536dd238569b05912fb22e3df7bafbc4f3f3ba18d206: default/cloud-spanner-emulator-5d76cffbc-msm89/cloud-spanner-emulator" id=af402862-8906-4409-b830-6bbfa53072e5 name=/runtime.v1.RuntimeService/RemoveContainer
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.479246100Z" level=info msg="Running pod sandbox: default/hello-world-app-7d9564db4-jb9sq/POD" id=aeb1852d-3882-4466-93dd-440a2928231d name=/runtime.v1.RuntimeService/RunPodSandbox
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.479304586Z" level=warning msg="Allowed annotations are specified for workload []"
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.516975624Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-jb9sq Namespace:default ID:77728a05021003ea3cbfce5f7c4e4668a80c7015e65df325d341e53c6e2ce8ab UID:3bf0aec2-3031-4493-a024-5233079a106d NetNS:/var/run/netns/5e61454b-ccd9-4ea9-9e41-d75555a8a602 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.517014007Z" level=info msg="Adding pod default_hello-world-app-7d9564db4-jb9sq to CNI network \"kindnet\" (type=ptp)"
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.528339278Z" level=info msg="Got pod network &{Name:hello-world-app-7d9564db4-jb9sq Namespace:default ID:77728a05021003ea3cbfce5f7c4e4668a80c7015e65df325d341e53c6e2ce8ab UID:3bf0aec2-3031-4493-a024-5233079a106d NetNS:/var/run/netns/5e61454b-ccd9-4ea9-9e41-d75555a8a602 Networks:[] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.528478289Z" level=info msg="Checking pod default_hello-world-app-7d9564db4-jb9sq for CNI network kindnet (type=ptp)"
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.530899270Z" level=info msg="Ran pod sandbox 77728a05021003ea3cbfce5f7c4e4668a80c7015e65df325d341e53c6e2ce8ab with infra container: default/hello-world-app-7d9564db4-jb9sq/POD" id=aeb1852d-3882-4466-93dd-440a2928231d name=/runtime.v1.RuntimeService/RunPodSandbox
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.534023214Z" level=info msg="Checking image status: docker.io/kicbase/echo-server:1.0" id=7bf7e3ac-1913-4a5e-8512-627c1715cafc name=/runtime.v1.ImageService/ImageStatus
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.534230155Z" level=info msg="Image docker.io/kicbase/echo-server:1.0 not found" id=7bf7e3ac-1913-4a5e-8512-627c1715cafc name=/runtime.v1.ImageService/ImageStatus
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.537162527Z" level=info msg="Pulling image: docker.io/kicbase/echo-server:1.0" id=7d120185-f62b-48f7-b3f2-8dab36e647f6 name=/runtime.v1.ImageService/PullImage
	Jan 27 13:14:15 addons-577881 crio[977]: time="2025-01-27 13:14:15.540196658Z" level=info msg="Trying to access \"docker.io/kicbase/echo-server:1.0\""
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	13b68b8cb6067       docker.io/library/nginx@sha256:4338a8ba9b9962d07e30e7ff4bbf27d62ee7523deb7205e8f0912169f1bbac10                              2 minutes ago       Running             nginx                     0                   b5850b9c35a5e       nginx
	00f4b800759b5       gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e                          3 minutes ago       Running             busybox                   0                   93ab8d260fce1       busybox
	a14d2da92c3f5       registry.k8s.io/ingress-nginx/controller@sha256:787a5408fa511266888b2e765f9666bee67d9bf2518a6b7cfd4ab6cc01c22eee             3 minutes ago       Running             controller                0                   850ccab96d9ec       ingress-nginx-controller-56d7c84fd4-v7ns5
	298144b233a8b       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771   4 minutes ago       Exited              patch                     0                   70c93354c6406       ingress-nginx-admission-patch-k4zzf
	b4dc8def524bf       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:0550b75a965592f1dde3fbeaa98f67a1e10c5a086bcd69a29054cc4edcb56771   4 minutes ago       Exited              create                    0                   49f3dfbda49dd       ingress-nginx-admission-create-724w5
	c649689b4cf7b       gcr.io/k8s-minikube/minikube-ingress-dns@sha256:4211a1de532376c881851542238121b26792225faa36a7b02dccad88fd05797c             4 minutes ago       Running             minikube-ingress-dns      0                   2447850ef8d83       kube-ingress-dns-minikube
	ea7516b3d693c       ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6                                                             4 minutes ago       Running             storage-provisioner       0                   18b9f756e8bbe       storage-provisioner
	03378352cf23e       2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4                                                             4 minutes ago       Running             coredns                   0                   5916572a02df5       coredns-668d6bf9bc-wbjb9
	033a0a4b57466       docker.io/kindest/kindnetd@sha256:564b9fd29e72542e4baa14b382d4d9ee22132141caa6b9803b71faf9a4a799be                           5 minutes ago       Running             kindnet-cni               0                   f44dafeb5ce39       kindnet-wf879
	aa6fd27befedb       e124fbed851d756107a6153db4dc52269a2fd34af3cc46f00a2ef113f868aab0                                                             5 minutes ago       Running             kube-proxy                0                   f03e8ba520e8a       kube-proxy-s85hb
	07511220eb268       265c2dedf28ab9b88c7910c1643e210ad62483867f2bab88f56919a6e49a0d19                                                             5 minutes ago       Running             kube-apiserver            0                   abc521844abb2       kube-apiserver-addons-577881
	61f34bce6c732       2933761aa7adae93679cdde1c0bf457bd4dc4b53f95fc066a4c50aa9c375ea13                                                             5 minutes ago       Running             kube-controller-manager   0                   06abd3588f262       kube-controller-manager-addons-577881
	6baf77c2ff8ec       ddb38cac617cb18802e09e448db4b3aa70e9e469b02defa76e6de7192847a71c                                                             5 minutes ago       Running             kube-scheduler            0                   bce7fa8c8593d       kube-scheduler-addons-577881
	768d44b360084       7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82                                                             5 minutes ago       Running             etcd                      0                   96a93e3f370ca       etcd-addons-577881
	
	
	==> coredns [03378352cf23e6e45c8321ec881597ba0d2216058f44aae0026904eb13f4b777] <==
	[INFO] 10.244.0.15:47117 - 23490 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 94 false 1232" NXDOMAIN qr,rd,ra 83 0.002164021s
	[INFO] 10.244.0.15:47117 - 34506 "A IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 110 0.000128263s
	[INFO] 10.244.0.15:47117 - 4492 "AAAA IN registry.kube-system.svc.cluster.local. udp 67 false 1232" NOERROR qr,aa,rd 149 0.000409262s
	[INFO] 10.244.0.15:42256 - 53687 "AAAA IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000139667s
	[INFO] 10.244.0.15:42256 - 53449 "A IN registry.kube-system.svc.cluster.local.kube-system.svc.cluster.local. udp 86 false 512" NXDOMAIN qr,aa,rd 179 0.000163905s
	[INFO] 10.244.0.15:46574 - 54543 "AAAA IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000112894s
	[INFO] 10.244.0.15:46574 - 54363 "A IN registry.kube-system.svc.cluster.local.svc.cluster.local. udp 74 false 512" NXDOMAIN qr,aa,rd 167 0.000164118s
	[INFO] 10.244.0.15:55367 - 25129 "AAAA IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000138847s
	[INFO] 10.244.0.15:55367 - 24941 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000179495s
	[INFO] 10.244.0.15:40260 - 57699 "A IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001370826s
	[INFO] 10.244.0.15:40260 - 57888 "AAAA IN registry.kube-system.svc.cluster.local.us-east-2.compute.internal. udp 83 false 512" NXDOMAIN qr,rd,ra 83 0.001535429s
	[INFO] 10.244.0.15:48001 - 742 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000157054s
	[INFO] 10.244.0.15:48001 - 330 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000336647s
	[INFO] 10.244.0.21:45970 - 41038 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000250436s
	[INFO] 10.244.0.21:42913 - 56539 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000155929s
	[INFO] 10.244.0.21:40032 - 53265 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000135105s
	[INFO] 10.244.0.21:41805 - 28310 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000119598s
	[INFO] 10.244.0.21:48125 - 34978 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000118638s
	[INFO] 10.244.0.21:47619 - 47589 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000126752s
	[INFO] 10.244.0.21:47024 - 21754 "AAAA IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.002391688s
	[INFO] 10.244.0.21:40557 - 21088 "A IN storage.googleapis.com.us-east-2.compute.internal. udp 78 false 1232" NXDOMAIN qr,rd,ra 67 0.001751748s
	[INFO] 10.244.0.21:48679 - 34814 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.002387397s
	[INFO] 10.244.0.21:45991 - 22450 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.003238168s
	[INFO] 10.244.0.24:57131 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000210165s
	[INFO] 10.244.0.24:60206 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000107626s
	
	
	==> describe nodes <==
	Name:               addons-577881
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=addons-577881
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=a23717f006184090cd3c7894641a342ba4ae8c4d
	                    minikube.k8s.io/name=addons-577881
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_01_27T13_08_34_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-577881
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 27 Jan 2025 13:08:31 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-577881
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 27 Jan 2025 13:14:10 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 27 Jan 2025 13:13:08 +0000   Mon, 27 Jan 2025 13:08:27 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 27 Jan 2025 13:13:08 +0000   Mon, 27 Jan 2025 13:08:27 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 27 Jan 2025 13:13:08 +0000   Mon, 27 Jan 2025 13:08:27 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 27 Jan 2025 13:13:08 +0000   Mon, 27 Jan 2025 13:09:26 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-577881
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022304Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022304Ki
	  pods:               110
	System Info:
	  Machine ID:                 e2c3ea54d45049949d0026e23ee6c662
	  System UUID:                9113c264-c103-4c45-a8f3-5dfad5400896
	  Boot ID:                    dd59411c-5b67-4eb9-9e59-86d920ad153c
	  Kernel Version:             5.15.0-1075-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.32.1
	  Kube-Proxy Version:         v1.32.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (13 in total)
	  Namespace                   Name                                         CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                         ------------  ----------  ---------------  -------------  ---
	  default                     busybox                                      0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m24s
	  default                     hello-world-app-7d9564db4-jb9sq              0 (0%)        0 (0%)      0 (0%)           0 (0%)         2s
	  default                     nginx                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m28s
	  ingress-nginx               ingress-nginx-controller-56d7c84fd4-v7ns5    100m (5%)     0 (0%)      90Mi (1%)        0 (0%)         5m32s
	  kube-system                 coredns-668d6bf9bc-wbjb9                     100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     5m37s
	  kube-system                 etcd-addons-577881                           100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         5m44s
	  kube-system                 kindnet-wf879                                100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      5m36s
	  kube-system                 kube-apiserver-addons-577881                 250m (12%)    0 (0%)      0 (0%)           0 (0%)         5m44s
	  kube-system                 kube-controller-manager-addons-577881        200m (10%)    0 (0%)      0 (0%)           0 (0%)         5m44s
	  kube-system                 kube-ingress-dns-minikube                    0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m34s
	  kube-system                 kube-proxy-s85hb                             0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m36s
	  kube-system                 kube-scheduler-addons-577881                 100m (5%)     0 (0%)      0 (0%)           0 (0%)         5m44s
	  kube-system                 storage-provisioner                          0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m33s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                950m (47%)  100m (5%)
	  memory             310Mi (3%)  220Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                    From             Message
	  ----     ------                   ----                   ----             -------
	  Normal   Starting                 5m31s                  kube-proxy       
	  Normal   NodeHasSufficientMemory  5m51s (x8 over 5m51s)  kubelet          Node addons-577881 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    5m51s (x8 over 5m51s)  kubelet          Node addons-577881 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     5m51s (x8 over 5m51s)  kubelet          Node addons-577881 status is now: NodeHasSufficientPID
	  Normal   Starting                 5m44s                  kubelet          Starting kubelet.
	  Warning  CgroupV1                 5m44s                  kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasSufficientMemory  5m44s                  kubelet          Node addons-577881 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    5m44s                  kubelet          Node addons-577881 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     5m44s                  kubelet          Node addons-577881 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           5m39s                  node-controller  Node addons-577881 event: Registered Node addons-577881 in Controller
	  Normal   NodeReady                4m51s                  kubelet          Node addons-577881 status is now: NodeReady
	
	
	==> dmesg <==
	[Jan27 12:40] overlayfs: '/var/lib/containers/storage/overlay/l/ZLTOCNGE2IGM6DT7VP2QP7OV3M' not a directory
	[  +0.657236] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
	
	
	==> etcd [768d44b360084c18705872e0dc6b585349d1fd0a6d955552e299dd0facc1a27d] <==
	{"level":"warn","ts":"2025-01-27T13:08:42.252298Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.2908ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T13:08:42.255692Z","caller":"traceutil/trace.go:171","msg":"trace[183414804] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions; range_end:; response_count:0; response_revision:372; }","duration":"107.699175ms","start":"2025-01-27T13:08:42.147980Z","end":"2025-01-27T13:08:42.255679Z","steps":["trace[183414804] 'agreement among raft nodes before linearized reading'  (duration: 104.259999ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T13:08:42.252348Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.991027ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/specs/default/cloud-spanner-emulator\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T13:08:42.255943Z","caller":"traceutil/trace.go:171","msg":"trace[404370293] range","detail":"{range_begin:/registry/services/specs/default/cloud-spanner-emulator; range_end:; response_count:0; response_revision:372; }","duration":"107.569427ms","start":"2025-01-27T13:08:42.148352Z","end":"2025-01-27T13:08:42.255921Z","steps":["trace[404370293] 'agreement among raft nodes before linearized reading'  (duration: 103.977029ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T13:08:42.252390Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.046206ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/kube-system/coredns-668d6bf9bc\" limit:1 ","response":"range_response_count:1 size:3752"}
	{"level":"info","ts":"2025-01-27T13:08:42.256221Z","caller":"traceutil/trace.go:171","msg":"trace[1787439019] range","detail":"{range_begin:/registry/replicasets/kube-system/coredns-668d6bf9bc; range_end:; response_count:1; response_revision:372; }","duration":"107.871515ms","start":"2025-01-27T13:08:42.148340Z","end":"2025-01-27T13:08:42.256211Z","steps":["trace[1787439019] 'agreement among raft nodes before linearized reading'  (duration: 104.018654ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T13:08:42.252413Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.198805ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/storageclasses/standard\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T13:08:42.270194Z","caller":"traceutil/trace.go:171","msg":"trace[2123379578] range","detail":"{range_begin:/registry/storageclasses/standard; range_end:; response_count:0; response_revision:372; }","duration":"121.95626ms","start":"2025-01-27T13:08:42.148208Z","end":"2025-01-27T13:08:42.270165Z","steps":["trace[2123379578] 'agreement among raft nodes before linearized reading'  (duration: 104.19101ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T13:08:42.252441Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.442086ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" limit:1 ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2025-01-27T13:08:42.321079Z","caller":"traceutil/trace.go:171","msg":"trace[1200934343] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:372; }","duration":"173.061513ms","start":"2025-01-27T13:08:42.147995Z","end":"2025-01-27T13:08:42.321056Z","steps":["trace[1200934343] 'agreement among raft nodes before linearized reading'  (duration: 104.425028ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T13:08:42.252463Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.517721ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions/traces.gadget.kinvolk.io\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T13:08:42.322218Z","caller":"traceutil/trace.go:171","msg":"trace[359116937] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions/traces.gadget.kinvolk.io; range_end:; response_count:0; response_revision:372; }","duration":"174.260893ms","start":"2025-01-27T13:08:42.147941Z","end":"2025-01-27T13:08:42.322202Z","steps":["trace[359116937] 'agreement among raft nodes before linearized reading'  (duration: 104.510271ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T13:08:42.252484Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.517893ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/yakd-dashboard\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T13:08:42.322381Z","caller":"traceutil/trace.go:171","msg":"trace[738589100] range","detail":"{range_begin:/registry/namespaces/yakd-dashboard; range_end:; response_count:0; response_revision:372; }","duration":"174.409028ms","start":"2025-01-27T13:08:42.147963Z","end":"2025-01-27T13:08:42.322372Z","steps":["trace[738589100] 'agreement among raft nodes before linearized reading'  (duration: 104.509844ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T13:08:42.252509Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"104.651423ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" limit:1 ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2025-01-27T13:08:42.322546Z","caller":"traceutil/trace.go:171","msg":"trace[1549163294] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:372; }","duration":"174.684703ms","start":"2025-01-27T13:08:42.147854Z","end":"2025-01-27T13:08:42.322539Z","steps":["trace[1549163294] 'agreement among raft nodes before linearized reading'  (duration: 104.639903ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T13:08:42.252529Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"105.325931ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T13:08:42.322759Z","caller":"traceutil/trace.go:171","msg":"trace[884195490] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:372; }","duration":"175.531239ms","start":"2025-01-27T13:08:42.147200Z","end":"2025-01-27T13:08:42.322731Z","steps":["trace[884195490] 'agreement among raft nodes before linearized reading'  (duration: 105.316766ms)"],"step_count":1}
	{"level":"info","ts":"2025-01-27T13:08:42.341594Z","caller":"traceutil/trace.go:171","msg":"trace[970946673] transaction","detail":"{read_only:false; response_revision:373; number_of_response:1; }","duration":"152.43008ms","start":"2025-01-27T13:08:42.189147Z","end":"2025-01-27T13:08:42.341577Z","steps":["trace[970946673] 'process raft request'  (duration: 134.411973ms)","trace[970946673] 'compare'  (duration: 17.389072ms)"],"step_count":2}
	{"level":"info","ts":"2025-01-27T13:08:42.341815Z","caller":"traceutil/trace.go:171","msg":"trace[1417344250] transaction","detail":"{read_only:false; response_revision:374; number_of_response:1; }","duration":"152.561542ms","start":"2025-01-27T13:08:42.189244Z","end":"2025-01-27T13:08:42.341806Z","steps":["trace[1417344250] 'process raft request'  (duration: 151.80271ms)"],"step_count":1}
	{"level":"info","ts":"2025-01-27T13:08:42.341996Z","caller":"traceutil/trace.go:171","msg":"trace[833632097] transaction","detail":"{read_only:false; response_revision:375; number_of_response:1; }","duration":"152.6955ms","start":"2025-01-27T13:08:42.189293Z","end":"2025-01-27T13:08:42.341988Z","steps":["trace[833632097] 'process raft request'  (duration: 151.802891ms)"],"step_count":1}
	{"level":"info","ts":"2025-01-27T13:08:42.342118Z","caller":"traceutil/trace.go:171","msg":"trace[2143745199] transaction","detail":"{read_only:false; response_revision:376; number_of_response:1; }","duration":"152.781784ms","start":"2025-01-27T13:08:42.189329Z","end":"2025-01-27T13:08:42.342111Z","steps":["trace[2143745199] 'process raft request'  (duration: 151.797401ms)"],"step_count":1}
	{"level":"info","ts":"2025-01-27T13:08:42.342856Z","caller":"traceutil/trace.go:171","msg":"trace[1810965018] transaction","detail":"{read_only:false; response_revision:377; number_of_response:1; }","duration":"111.642457ms","start":"2025-01-27T13:08:42.231192Z","end":"2025-01-27T13:08:42.342834Z","steps":["trace[1810965018] 'process raft request'  (duration: 109.974852ms)"],"step_count":1}
	{"level":"warn","ts":"2025-01-27T13:08:42.344497Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"155.245251ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/namespaces/kube-system\" limit:1 ","response":"range_response_count:1 size:351"}
	{"level":"info","ts":"2025-01-27T13:08:42.344554Z","caller":"traceutil/trace.go:171","msg":"trace[1147656094] range","detail":"{range_begin:/registry/namespaces/kube-system; range_end:; response_count:1; response_revision:378; }","duration":"155.329574ms","start":"2025-01-27T13:08:42.189213Z","end":"2025-01-27T13:08:42.344543Z","steps":["trace[1147656094] 'agreement among raft nodes before linearized reading'  (duration: 155.200484ms)"],"step_count":1}
	
	
	==> kernel <==
	 13:14:17 up  3:56,  0 users,  load average: 0.37, 1.58, 2.07
	Linux addons-577881 5.15.0-1075-aws #82~20.04.1-Ubuntu SMP Thu Dec 19 05:23:06 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [033a0a4b57466495d9e5ff9d89666c7b2e5a21696eadce20111a71898823599f] <==
	I0127 13:12:16.630392       1 main.go:301] handling current node
	I0127 13:12:26.627912       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:12:26.627950       1 main.go:301] handling current node
	I0127 13:12:36.631183       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:12:36.631311       1 main.go:301] handling current node
	I0127 13:12:46.628825       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:12:46.628861       1 main.go:301] handling current node
	I0127 13:12:56.627868       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:12:56.627900       1 main.go:301] handling current node
	I0127 13:13:06.633570       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:13:06.633603       1 main.go:301] handling current node
	I0127 13:13:16.632806       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:13:16.632844       1 main.go:301] handling current node
	I0127 13:13:26.629092       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:13:26.629250       1 main.go:301] handling current node
	I0127 13:13:36.635895       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:13:36.636003       1 main.go:301] handling current node
	I0127 13:13:46.628269       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:13:46.628304       1 main.go:301] handling current node
	I0127 13:13:56.633217       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:13:56.633251       1 main.go:301] handling current node
	I0127 13:14:06.631860       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:14:06.631892       1 main.go:301] handling current node
	I0127 13:14:16.627861       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0127 13:14:16.627895       1 main.go:301] handling current node
	
	
	==> kube-apiserver [07511220eb2684a6c7f930c72d6f1f0589d3b65128abe9dd2232a33b8b1440ce] <==
	E0127 13:09:50.084727       1 remote_available_controller.go:448] "Unhandled Error" err="v1beta1.metrics.k8s.io failed with: Operation cannot be fulfilled on apiservices.apiregistration.k8s.io \"v1beta1.metrics.k8s.io\": the object has been modified; please apply your changes to the latest version and try again" logger="UnhandledError"
	I0127 13:09:50.102822       1 handler.go:286] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	E0127 13:11:03.770368       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:53174: use of closed network connection
	E0127 13:11:04.047309       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:48916: use of closed network connection
	E0127 13:11:04.199447       1 conn.go:339] Error on socket receive: read tcp 192.168.49.2:8443->192.168.49.1:48934: use of closed network connection
	I0127 13:11:13.546789       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.102.57.218"}
	I0127 13:11:43.945198       1 handler.go:286] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0127 13:11:45.077280       1 cacher.go:171] Terminating all watchers from cacher traces.gadget.kinvolk.io
	I0127 13:11:49.697428       1 controller.go:615] quota admission added evaluator for: ingresses.networking.k8s.io
	I0127 13:11:50.059458       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.104.76.143"}
	I0127 13:11:51.020805       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0127 13:12:00.692324       1 controller.go:615] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0127 13:12:16.565987       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0127 13:12:16.566292       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0127 13:12:16.638950       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0127 13:12:16.639049       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0127 13:12:16.700016       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0127 13:12:16.700064       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0127 13:12:16.726020       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0127 13:12:16.726691       1 handler.go:286] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0127 13:12:17.694631       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0127 13:12:17.725967       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0127 13:12:17.837171       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	E0127 13:13:09.522709       1 authentication.go:74] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0127 13:14:15.421830       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.111.76.75"}
	
	
	==> kube-controller-manager [61f34bce6c732750d6b0a769e2662875e75a0c0f81c7248f2f1fea7ce47a86a0] <==
	E0127 13:13:35.530127       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"
	W0127 13:13:35.531189       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
	E0127 13:13:35.531229       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"
	W0127 13:13:40.738654       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
	E0127 13:13:40.739748       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"
	W0127 13:13:40.740683       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
	E0127 13:13:40.740812       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"
	W0127 13:13:41.556958       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
	E0127 13:13:41.558045       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="gadget.kinvolk.io/v1alpha1, Resource=traces"
	W0127 13:13:41.559097       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
	E0127 13:13:41.559136       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"
	I0127 13:13:41.806141       1 namespace_controller.go:187] "Namespace has been deleted" logger="namespace-controller" namespace="local-path-storage"
	I0127 13:13:42.391196       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/cloud-spanner-emulator-5d76cffbc" duration="7.5µs"
	W0127 13:14:00.550537       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
	E0127 13:14:00.551897       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"
	W0127 13:14:00.554470       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
	E0127 13:14:00.554525       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"
	W0127 13:14:13.245743       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
	E0127 13:14:13.246827       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"
	W0127 13:14:13.247879       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
	E0127 13:14:13.247916       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"
	I0127 13:14:15.168471       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="42.686701ms"
	I0127 13:14:15.193022       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="24.412218ms"
	I0127 13:14:15.203645       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="10.580059ms"
	I0127 13:14:15.203744       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="default/hello-world-app-7d9564db4" duration="54.663µs"
	
	
	==> kube-proxy [aa6fd27befedb79fb09c6d82f8a060c28fd9430634f1e2a1c3a35d56af8c1840] <==
	I0127 13:08:45.151180       1 server_linux.go:66] "Using iptables proxy"
	I0127 13:08:45.843373       1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0127 13:08:45.843545       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`"
	I0127 13:08:45.909464       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0127 13:08:45.909576       1 server_linux.go:170] "Using iptables Proxier"
	I0127 13:08:45.929942       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"
	I0127 13:08:45.936521       1 server.go:497] "Version info" version="v1.32.1"
	I0127 13:08:45.936806       1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0127 13:08:45.941886       1 config.go:199] "Starting service config controller"
	I0127 13:08:45.941992       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0127 13:08:45.942063       1 config.go:105] "Starting endpoint slice config controller"
	I0127 13:08:45.942091       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0127 13:08:45.944026       1 config.go:329] "Starting node config controller"
	I0127 13:08:45.945263       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0127 13:08:46.043394       1 shared_informer.go:320] Caches are synced for endpoint slice config
	I0127 13:08:46.043436       1 shared_informer.go:320] Caches are synced for service config
	I0127 13:08:46.045524       1 shared_informer.go:320] Caches are synced for node config
	
	
	==> kube-scheduler [6baf77c2ff8ec158e0881a0e8b35a2e3336245238136a8e2a00090f7c211d628] <==
	W0127 13:08:32.023487       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
	E0127 13:08:32.023551       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"
	W0127 13:08:32.023656       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
	E0127 13:08:32.023710       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"
	W0127 13:08:32.023792       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
	E0127 13:08:32.023841       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"
	W0127 13:08:32.026414       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
	E0127 13:08:32.026552       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"
	W0127 13:08:32.026655       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
	E0127 13:08:32.026719       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"
	W0127 13:08:32.026856       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
	E0127 13:08:32.027317       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"
	W0127 13:08:32.026985       1 reflector.go:569] runtime/asm_arm64.s:1223: 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"
	E0127 13:08:32.027410       1 reflector.go:166] "Unhandled Error" err="runtime/asm_arm64.s:1223: 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"
	W0127 13:08:32.027037       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
	E0127 13:08:32.027490       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"
	W0127 13:08:32.027111       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
	E0127 13:08:32.027567       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"
	W0127 13:08:32.027155       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
	E0127 13:08:32.027644       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"
	W0127 13:08:32.027189       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
	E0127 13:08:32.027729       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"
	W0127 13:08:32.028160       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
	E0127 13:08:32.028237       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"
	I0127 13:08:33.017032       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jan 27 13:13:33 addons-577881 kubelet[1515]: E0127 13:13:33.695931    1515 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/7ee0fb008dff8133a248e218a59e6e9d3cf3076dcadb73db94f77279bc669ade/diff" to get inode usage: stat /var/lib/containers/storage/overlay/7ee0fb008dff8133a248e218a59e6e9d3cf3076dcadb73db94f77279bc669ade/diff: no such file or directory, extraDiskErr: <nil>
	Jan 27 13:13:33 addons-577881 kubelet[1515]: E0127 13:13:33.712670    1515 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737983613712422693,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605635,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 13:13:33 addons-577881 kubelet[1515]: E0127 13:13:33.712893    1515 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737983613712422693,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605635,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 13:13:34 addons-577881 kubelet[1515]: I0127 13:13:34.428445    1515 scope.go:117] "RemoveContainer" containerID="17f27aaf024279d30b957fefb04a3e83da2ed24f164a60a136155922eba72141"
	Jan 27 13:13:34 addons-577881 kubelet[1515]: I0127 13:13:34.450212    1515 scope.go:117] "RemoveContainer" containerID="9ee8c53ec305bf96513fd56f8a46791ab9835576f3a8bf91cf498f7faecbe930"
	Jan 27 13:13:42 addons-577881 kubelet[1515]: I0127 13:13:42.651951    1515 reconciler_common.go:162] "operationExecutor.UnmountVolume started for volume \"kube-api-access-tlblf\" (UniqueName: \"kubernetes.io/projected/218b3f1f-038a-4d31-ac53-2fe6e4059456-kube-api-access-tlblf\") pod \"218b3f1f-038a-4d31-ac53-2fe6e4059456\" (UID: \"218b3f1f-038a-4d31-ac53-2fe6e4059456\") "
	Jan 27 13:13:42 addons-577881 kubelet[1515]: I0127 13:13:42.656166    1515 operation_generator.go:780] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/218b3f1f-038a-4d31-ac53-2fe6e4059456-kube-api-access-tlblf" (OuterVolumeSpecName: "kube-api-access-tlblf") pod "218b3f1f-038a-4d31-ac53-2fe6e4059456" (UID: "218b3f1f-038a-4d31-ac53-2fe6e4059456"). InnerVolumeSpecName "kube-api-access-tlblf". PluginName "kubernetes.io/projected", VolumeGIDValue ""
	Jan 27 13:13:42 addons-577881 kubelet[1515]: I0127 13:13:42.752301    1515 reconciler_common.go:299] "Volume detached for volume \"kube-api-access-tlblf\" (UniqueName: \"kubernetes.io/projected/218b3f1f-038a-4d31-ac53-2fe6e4059456-kube-api-access-tlblf\") on node \"addons-577881\" DevicePath \"\""
	Jan 27 13:13:43 addons-577881 kubelet[1515]: E0127 13:13:43.258872    1515 fsHandler.go:119] failed to collect filesystem stats - rootDiskErr: could not stat "/var/lib/containers/storage/overlay/9f18c560402cdc10d9c49af67d970365f43988021924b15cd5996662c35dae33/diff" to get inode usage: stat /var/lib/containers/storage/overlay/9f18c560402cdc10d9c49af67d970365f43988021924b15cd5996662c35dae33/diff: no such file or directory, extraDiskErr: <nil>
	Jan 27 13:13:43 addons-577881 kubelet[1515]: I0127 13:13:43.558316    1515 scope.go:117] "RemoveContainer" containerID="11ddc4aba2c1cca990f0536dd238569b05912fb22e3df7bafbc4f3f3ba18d206"
	Jan 27 13:13:43 addons-577881 kubelet[1515]: E0127 13:13:43.715509    1515 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737983623715263626,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605635,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 13:13:43 addons-577881 kubelet[1515]: E0127 13:13:43.715552    1515 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737983623715263626,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605635,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 13:13:44 addons-577881 kubelet[1515]: I0127 13:13:44.440947    1515 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"
	Jan 27 13:13:45 addons-577881 kubelet[1515]: I0127 13:13:45.441698    1515 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="218b3f1f-038a-4d31-ac53-2fe6e4059456" path="/var/lib/kubelet/pods/218b3f1f-038a-4d31-ac53-2fe6e4059456/volumes"
	Jan 27 13:13:53 addons-577881 kubelet[1515]: E0127 13:13:53.718617    1515 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737983633718367225,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605635,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 13:13:53 addons-577881 kubelet[1515]: E0127 13:13:53.718662    1515 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737983633718367225,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605635,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 13:14:03 addons-577881 kubelet[1515]: E0127 13:14:03.721729    1515 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737983643721477687,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605635,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 13:14:03 addons-577881 kubelet[1515]: E0127 13:14:03.721767    1515 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737983643721477687,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605635,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 13:14:13 addons-577881 kubelet[1515]: E0127 13:14:13.723973    1515 eviction_manager.go:259] "Eviction manager: failed to get HasDedicatedImageFs" err="missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737983653723756715,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605635,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 13:14:13 addons-577881 kubelet[1515]: E0127 13:14:13.724012    1515 eviction_manager.go:212] "Eviction manager: failed to synchronize" err="eviction manager: failed to get HasDedicatedImageFs: missing image stats: &ImageFsInfoResponse{ImageFilesystems:[]*FilesystemUsage{&FilesystemUsage{Timestamp:1737983653723756715,FsId:&FilesystemIdentifier{Mountpoint:/var/lib/containers/storage/overlay-images,},UsedBytes:&UInt64Value{Value:605635,},InodesUsed:&UInt64Value{Value:231,},},},ContainerFilesystems:[]*FilesystemUsage{},}"
	Jan 27 13:14:15 addons-577881 kubelet[1515]: I0127 13:14:15.177209    1515 memory_manager.go:355] "RemoveStaleState removing state" podUID="e542382b-0510-4f13-8cd5-c27978fc40d1" containerName="local-path-provisioner"
	Jan 27 13:14:15 addons-577881 kubelet[1515]: I0127 13:14:15.177253    1515 memory_manager.go:355] "RemoveStaleState removing state" podUID="10fa7533-8bea-4f10-bb95-8c811d02e335" containerName="helper-pod"
	Jan 27 13:14:15 addons-577881 kubelet[1515]: I0127 13:14:15.177263    1515 memory_manager.go:355] "RemoveStaleState removing state" podUID="218b3f1f-038a-4d31-ac53-2fe6e4059456" containerName="cloud-spanner-emulator"
	Jan 27 13:14:15 addons-577881 kubelet[1515]: I0127 13:14:15.180221    1515 status_manager.go:890] "Failed to get status for pod" podUID="3bf0aec2-3031-4493-a024-5233079a106d" pod="default/hello-world-app-7d9564db4-jb9sq" err="pods \"hello-world-app-7d9564db4-jb9sq\" is forbidden: User \"system:node:addons-577881\" cannot get resource \"pods\" in API group \"\" in the namespace \"default\": no relationship found between node 'addons-577881' and this object"
	Jan 27 13:14:15 addons-577881 kubelet[1515]: I0127 13:14:15.288185    1515 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-lhxnj\" (UniqueName: \"kubernetes.io/projected/3bf0aec2-3031-4493-a024-5233079a106d-kube-api-access-lhxnj\") pod \"hello-world-app-7d9564db4-jb9sq\" (UID: \"3bf0aec2-3031-4493-a024-5233079a106d\") " pod="default/hello-world-app-7d9564db4-jb9sq"
	
	
	==> storage-provisioner [ea7516b3d693c5f7fa197a7a6b8379b4c804a9d7f0051618abfa1f5219a10f91] <==
	I0127 13:09:28.075239       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0127 13:09:28.090543       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0127 13:09:28.090690       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0127 13:09:28.099257       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0127 13:09:28.099508       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-577881_080632f8-5721-4a0e-ba0c-552fd109facc!
	I0127 13:09:28.099757       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"b97a52c8-c578-45e3-87d5-a09b4ad342ec", APIVersion:"v1", ResourceVersion:"938", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-577881_080632f8-5721-4a0e-ba0c-552fd109facc became leader
	I0127 13:09:28.200584       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-577881_080632f8-5721-4a0e-ba0c-552fd109facc!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p addons-577881 -n addons-577881
helpers_test.go:261: (dbg) Run:  kubectl --context addons-577881 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: hello-world-app-7d9564db4-jb9sq ingress-nginx-admission-create-724w5 ingress-nginx-admission-patch-k4zzf
helpers_test.go:274: ======> post-mortem[TestAddons/parallel/Ingress]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context addons-577881 describe pod hello-world-app-7d9564db4-jb9sq ingress-nginx-admission-create-724w5 ingress-nginx-admission-patch-k4zzf
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context addons-577881 describe pod hello-world-app-7d9564db4-jb9sq ingress-nginx-admission-create-724w5 ingress-nginx-admission-patch-k4zzf: exit status 1 (107.54168ms)

                                                
                                                
-- stdout --
	Name:             hello-world-app-7d9564db4-jb9sq
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             addons-577881/
	Labels:           app=hello-world-app
	                  pod-template-hash=7d9564db4
	Annotations:      <none>
	Status:           Pending
	IP:               
	IPs:              <none>
	Controlled By:    ReplicaSet/hello-world-app-7d9564db4
	Containers:
	  hello-world-app:
	    Image:        docker.io/kicbase/echo-server:1.0
	    Port:         8080/TCP
	    Host Port:    0/TCP
	    Environment:  <none>
	    Mounts:
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lhxnj (ro)
	Conditions:
	  Type           Status
	  PodScheduled   True 
	Volumes:
	  kube-api-access-lhxnj:
	    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  3s    default-scheduler  Successfully assigned default/hello-world-app-7d9564db4-jb9sq to addons-577881
	  Normal  Pulling    3s    kubelet            Pulling image "docker.io/kicbase/echo-server:1.0"

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "ingress-nginx-admission-create-724w5" not found
	Error from server (NotFound): pods "ingress-nginx-admission-patch-k4zzf" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context addons-577881 describe pod hello-world-app-7d9564db4-jb9sq ingress-nginx-admission-create-724w5 ingress-nginx-admission-patch-k4zzf: exit status 1
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-577881 addons disable ingress-dns --alsologtostderr -v=1: (1.348190665s)
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-577881 addons disable ingress --alsologtostderr -v=1: (7.785747382s)
--- FAIL: TestAddons/parallel/Ingress (158.24s)

                                                
                                    

Test pass (298/330)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 6.26
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.1
9 TestDownloadOnly/v1.20.0/DeleteAll 0.23
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.15
12 TestDownloadOnly/v1.32.1/json-events 4.86
13 TestDownloadOnly/v1.32.1/preload-exists 0
17 TestDownloadOnly/v1.32.1/LogsDuration 0.1
18 TestDownloadOnly/v1.32.1/DeleteAll 0.23
19 TestDownloadOnly/v1.32.1/DeleteAlwaysSucceeds 0.14
21 TestBinaryMirror 0.61
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.07
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.08
27 TestAddons/Setup 188.14
31 TestAddons/serial/GCPAuth/Namespaces 0.23
32 TestAddons/serial/GCPAuth/FakeCredentials 11
35 TestAddons/parallel/Registry 17.16
37 TestAddons/parallel/InspektorGadget 11.82
38 TestAddons/parallel/MetricsServer 6.87
40 TestAddons/parallel/CSI 54.09
41 TestAddons/parallel/Headlamp 17.87
42 TestAddons/parallel/CloudSpanner 5.61
43 TestAddons/parallel/LocalPath 54.39
44 TestAddons/parallel/NvidiaDevicePlugin 6.62
45 TestAddons/parallel/Yakd 11.93
47 TestAddons/StoppedEnableDisable 12.14
48 TestCertOptions 40.49
49 TestCertExpiration 238.42
51 TestForceSystemdFlag 42.32
52 TestForceSystemdEnv 40.01
58 TestErrorSpam/setup 30.44
59 TestErrorSpam/start 0.77
60 TestErrorSpam/status 1.16
61 TestErrorSpam/pause 1.84
62 TestErrorSpam/unpause 1.78
63 TestErrorSpam/stop 1.48
66 TestFunctional/serial/CopySyncFile 0
67 TestFunctional/serial/StartWithProxy 55.06
68 TestFunctional/serial/AuditLog 0
69 TestFunctional/serial/SoftStart 34.79
70 TestFunctional/serial/KubeContext 0.07
71 TestFunctional/serial/KubectlGetPods 0.1
74 TestFunctional/serial/CacheCmd/cache/add_remote 5.2
75 TestFunctional/serial/CacheCmd/cache/add_local 1.59
76 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.06
77 TestFunctional/serial/CacheCmd/cache/list 0.07
78 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.32
79 TestFunctional/serial/CacheCmd/cache/cache_reload 2.36
80 TestFunctional/serial/CacheCmd/cache/delete 0.13
81 TestFunctional/serial/MinikubeKubectlCmd 0.15
82 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.15
83 TestFunctional/serial/ExtraConfig 33.39
84 TestFunctional/serial/ComponentHealth 0.1
85 TestFunctional/serial/LogsCmd 1.79
86 TestFunctional/serial/LogsFileCmd 1.82
87 TestFunctional/serial/InvalidService 4.54
89 TestFunctional/parallel/ConfigCmd 0.55
90 TestFunctional/parallel/DashboardCmd 13.1
91 TestFunctional/parallel/DryRun 0.48
92 TestFunctional/parallel/InternationalLanguage 0.2
93 TestFunctional/parallel/StatusCmd 1.12
97 TestFunctional/parallel/ServiceCmdConnect 6.71
98 TestFunctional/parallel/AddonsCmd 0.19
99 TestFunctional/parallel/PersistentVolumeClaim 25.94
101 TestFunctional/parallel/SSHCmd 0.8
102 TestFunctional/parallel/CpCmd 2.07
104 TestFunctional/parallel/FileSync 0.36
105 TestFunctional/parallel/CertSync 2.28
109 TestFunctional/parallel/NodeLabels 0.13
111 TestFunctional/parallel/NonActiveRuntimeDisabled 0.75
113 TestFunctional/parallel/License 0.28
114 TestFunctional/parallel/Version/short 0.09
115 TestFunctional/parallel/Version/components 1.51
116 TestFunctional/parallel/ImageCommands/ImageListShort 0.44
117 TestFunctional/parallel/ImageCommands/ImageListTable 0.28
118 TestFunctional/parallel/ImageCommands/ImageListJson 0.28
119 TestFunctional/parallel/ImageCommands/ImageListYaml 0.38
120 TestFunctional/parallel/ImageCommands/ImageBuild 4.05
121 TestFunctional/parallel/ImageCommands/Setup 0.72
122 TestFunctional/parallel/UpdateContextCmd/no_changes 0.22
123 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.23
124 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.21
125 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.68
126 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.22
127 TestFunctional/parallel/ServiceCmd/DeployApp 10.3
128 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.38
129 TestFunctional/parallel/ImageCommands/ImageSaveToFile 2.35
130 TestFunctional/parallel/ImageCommands/ImageRemove 0.58
131 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.8
132 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.72
134 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.49
135 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
137 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 14.37
138 TestFunctional/parallel/ServiceCmd/List 0.35
139 TestFunctional/parallel/ServiceCmd/JSONOutput 0.34
140 TestFunctional/parallel/ServiceCmd/HTTPS 0.41
141 TestFunctional/parallel/ServiceCmd/Format 0.37
142 TestFunctional/parallel/ServiceCmd/URL 0.39
143 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.11
144 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
148 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
149 TestFunctional/parallel/ProfileCmd/profile_not_create 0.5
150 TestFunctional/parallel/ProfileCmd/profile_list 0.47
151 TestFunctional/parallel/ProfileCmd/profile_json_output 0.44
152 TestFunctional/parallel/MountCmd/any-port 9.15
153 TestFunctional/parallel/MountCmd/specific-port 2.03
154 TestFunctional/parallel/MountCmd/VerifyCleanup 2.56
155 TestFunctional/delete_echo-server_images 0.04
156 TestFunctional/delete_my-image_image 0.02
157 TestFunctional/delete_minikube_cached_images 0.02
161 TestMultiControlPlane/serial/StartCluster 140.48
162 TestMultiControlPlane/serial/DeployApp 9.09
163 TestMultiControlPlane/serial/PingHostFromPods 1.78
164 TestMultiControlPlane/serial/AddWorkerNode 38.21
165 TestMultiControlPlane/serial/NodeLabels 0.13
166 TestMultiControlPlane/serial/HAppyAfterClusterStart 1.18
167 TestMultiControlPlane/serial/CopyFile 19.55
168 TestMultiControlPlane/serial/StopSecondaryNode 12.72
169 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.77
170 TestMultiControlPlane/serial/RestartSecondaryNode 20.91
171 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 1.31
172 TestMultiControlPlane/serial/RestartClusterKeepsNodes 150.37
173 TestMultiControlPlane/serial/DeleteSecondaryNode 12.64
174 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.74
175 TestMultiControlPlane/serial/StopCluster 35.64
176 TestMultiControlPlane/serial/RestartCluster 103.39
177 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.75
178 TestMultiControlPlane/serial/AddSecondaryNode 77.37
179 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.98
183 TestJSONOutput/start/Command 51.34
184 TestJSONOutput/start/Audit 0
186 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
187 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
189 TestJSONOutput/pause/Command 0.75
190 TestJSONOutput/pause/Audit 0
192 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
193 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
195 TestJSONOutput/unpause/Command 0.67
196 TestJSONOutput/unpause/Audit 0
198 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
199 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
201 TestJSONOutput/stop/Command 5.86
202 TestJSONOutput/stop/Audit 0
204 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
205 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
206 TestErrorJSONOutput 0.26
208 TestKicCustomNetwork/create_custom_network 39.6
209 TestKicCustomNetwork/use_default_bridge_network 31.26
210 TestKicExistingNetwork 37.84
211 TestKicCustomSubnet 33.89
212 TestKicStaticIP 35.47
213 TestMainNoArgs 0.06
214 TestMinikubeProfile 73.03
217 TestMountStart/serial/StartWithMountFirst 9.22
218 TestMountStart/serial/VerifyMountFirst 0.27
219 TestMountStart/serial/StartWithMountSecond 6.62
220 TestMountStart/serial/VerifyMountSecond 0.27
221 TestMountStart/serial/DeleteFirst 1.65
222 TestMountStart/serial/VerifyMountPostDelete 0.26
223 TestMountStart/serial/Stop 1.21
224 TestMountStart/serial/RestartStopped 8.7
225 TestMountStart/serial/VerifyMountPostStop 0.26
228 TestMultiNode/serial/FreshStart2Nodes 79.36
229 TestMultiNode/serial/DeployApp2Nodes 6.43
230 TestMultiNode/serial/PingHostFrom2Pods 1.01
231 TestMultiNode/serial/AddNode 32.37
232 TestMultiNode/serial/MultiNodeLabels 0.11
233 TestMultiNode/serial/ProfileList 0.69
234 TestMultiNode/serial/CopyFile 10.11
235 TestMultiNode/serial/StopNode 2.29
236 TestMultiNode/serial/StartAfterStop 10.16
237 TestMultiNode/serial/RestartKeepsNodes 81.52
238 TestMultiNode/serial/DeleteNode 5.28
239 TestMultiNode/serial/StopMultiNode 24.09
240 TestMultiNode/serial/RestartMultiNode 52.17
241 TestMultiNode/serial/ValidateNameConflict 32.81
246 TestPreload 139.14
248 TestScheduledStopUnix 108.56
251 TestInsufficientStorage 10.79
252 TestRunningBinaryUpgrade 64.41
254 TestKubernetesUpgrade 395.66
255 TestMissingContainerUpgrade 154.52
257 TestNoKubernetes/serial/StartNoK8sWithVersion 0.1
258 TestNoKubernetes/serial/StartWithK8s 40.88
259 TestNoKubernetes/serial/StartWithStopK8s 7.28
260 TestNoKubernetes/serial/Start 10.69
261 TestNoKubernetes/serial/VerifyK8sNotRunning 0.35
262 TestNoKubernetes/serial/ProfileList 1.22
263 TestNoKubernetes/serial/Stop 1.28
264 TestNoKubernetes/serial/StartNoArgs 7.38
265 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.32
266 TestStoppedBinaryUpgrade/Setup 0.71
267 TestStoppedBinaryUpgrade/Upgrade 85.08
268 TestStoppedBinaryUpgrade/MinikubeLogs 1.44
277 TestPause/serial/Start 53.11
278 TestPause/serial/SecondStartNoReconfiguration 23.16
279 TestPause/serial/Pause 0.78
280 TestPause/serial/VerifyStatus 0.33
281 TestPause/serial/Unpause 0.78
282 TestPause/serial/PauseAgain 1.17
283 TestPause/serial/DeletePaused 2.75
284 TestPause/serial/VerifyDeletedResources 0.53
292 TestNetworkPlugins/group/false 3.96
297 TestStartStop/group/old-k8s-version/serial/FirstStart 184.23
299 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 51.63
300 TestStartStop/group/old-k8s-version/serial/DeployApp 10.74
301 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.41
302 TestStartStop/group/old-k8s-version/serial/Stop 12.21
303 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.25
304 TestStartStop/group/old-k8s-version/serial/SecondStart 144.23
305 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 9.56
306 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.1
307 TestStartStop/group/default-k8s-diff-port/serial/Stop 12.03
308 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.26
309 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 303.32
310 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
311 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.18
312 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.33
313 TestStartStop/group/old-k8s-version/serial/Pause 3.25
315 TestStartStop/group/embed-certs/serial/FirstStart 51.47
316 TestStartStop/group/embed-certs/serial/DeployApp 10.39
317 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.12
318 TestStartStop/group/embed-certs/serial/Stop 11.94
319 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.21
320 TestStartStop/group/embed-certs/serial/SecondStart 296.06
321 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6
322 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 6.1
323 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.25
324 TestStartStop/group/default-k8s-diff-port/serial/Pause 3.13
326 TestStartStop/group/no-preload/serial/FirstStart 63.15
327 TestStartStop/group/no-preload/serial/DeployApp 9.35
328 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.11
329 TestStartStop/group/no-preload/serial/Stop 11.91
330 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.21
331 TestStartStop/group/no-preload/serial/SecondStart 276.2
332 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
333 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.1
334 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.25
335 TestStartStop/group/embed-certs/serial/Pause 3.21
337 TestStartStop/group/newest-cni/serial/FirstStart 36.84
338 TestStartStop/group/newest-cni/serial/DeployApp 0
339 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.24
340 TestStartStop/group/newest-cni/serial/Stop 1.31
341 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.19
342 TestStartStop/group/newest-cni/serial/SecondStart 16.8
343 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
344 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
345 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.37
346 TestStartStop/group/newest-cni/serial/Pause 3.26
347 TestNetworkPlugins/group/auto/Start 51.33
348 TestNetworkPlugins/group/auto/KubeletFlags 0.28
349 TestNetworkPlugins/group/auto/NetCatPod 10.31
350 TestNetworkPlugins/group/auto/DNS 0.22
351 TestNetworkPlugins/group/auto/Localhost 0.18
352 TestNetworkPlugins/group/auto/HairPin 0.15
353 TestNetworkPlugins/group/kindnet/Start 54.42
354 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
355 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.09
356 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.26
357 TestStartStop/group/no-preload/serial/Pause 3.1
358 TestNetworkPlugins/group/calico/Start 74.58
359 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
360 TestNetworkPlugins/group/kindnet/KubeletFlags 0.39
361 TestNetworkPlugins/group/kindnet/NetCatPod 13.4
362 TestNetworkPlugins/group/kindnet/DNS 0.27
363 TestNetworkPlugins/group/kindnet/Localhost 0.22
364 TestNetworkPlugins/group/kindnet/HairPin 0.23
365 TestNetworkPlugins/group/custom-flannel/Start 61.14
366 TestNetworkPlugins/group/calico/ControllerPod 6.01
367 TestNetworkPlugins/group/calico/KubeletFlags 0.43
368 TestNetworkPlugins/group/calico/NetCatPod 15.41
369 TestNetworkPlugins/group/calico/DNS 0.19
370 TestNetworkPlugins/group/calico/Localhost 0.16
371 TestNetworkPlugins/group/calico/HairPin 0.15
372 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.46
373 TestNetworkPlugins/group/custom-flannel/NetCatPod 12.52
374 TestNetworkPlugins/group/enable-default-cni/Start 85.54
375 TestNetworkPlugins/group/custom-flannel/DNS 0.22
376 TestNetworkPlugins/group/custom-flannel/Localhost 0.24
377 TestNetworkPlugins/group/custom-flannel/HairPin 0.19
378 TestNetworkPlugins/group/flannel/Start 63.18
379 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.3
380 TestNetworkPlugins/group/enable-default-cni/NetCatPod 11.28
381 TestNetworkPlugins/group/flannel/ControllerPod 6.01
382 TestNetworkPlugins/group/enable-default-cni/DNS 0.19
383 TestNetworkPlugins/group/enable-default-cni/Localhost 0.15
384 TestNetworkPlugins/group/enable-default-cni/HairPin 0.16
385 TestNetworkPlugins/group/flannel/KubeletFlags 0.31
386 TestNetworkPlugins/group/flannel/NetCatPod 11.28
387 TestNetworkPlugins/group/flannel/DNS 0.22
388 TestNetworkPlugins/group/flannel/Localhost 0.3
389 TestNetworkPlugins/group/flannel/HairPin 0.27
390 TestNetworkPlugins/group/bridge/Start 47.15
391 TestNetworkPlugins/group/bridge/KubeletFlags 0.34
392 TestNetworkPlugins/group/bridge/NetCatPod 10.3
393 TestNetworkPlugins/group/bridge/DNS 0.17
394 TestNetworkPlugins/group/bridge/Localhost 0.15
395 TestNetworkPlugins/group/bridge/HairPin 0.15
x
+
TestDownloadOnly/v1.20.0/json-events (6.26s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0127 13:07:37.143760  579936 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
I0127 13:07:37.143844  579936 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20327-574553/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-168045 | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC |          |
	|         | -p download-only-168045        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2025/01/27 13:07:30
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.23.4 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0127 13:07:30.932272  579941 out.go:345] Setting OutFile to fd 1 ...
	I0127 13:07:30.932410  579941 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:07:30.932429  579941 out.go:358] Setting ErrFile to fd 2...
	I0127 13:07:30.932440  579941 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:07:30.932801  579941 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
	W0127 13:07:30.932997  579941 root.go:314] Error reading config file at /home/jenkins/minikube-integration/20327-574553/.minikube/config/config.json: open /home/jenkins/minikube-integration/20327-574553/.minikube/config/config.json: no such file or directory
	I0127 13:07:30.933967  579941 out.go:352] Setting JSON to true
	I0127 13:07:30.934906  579941 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":13798,"bootTime":1737969453,"procs":161,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0127 13:07:30.935015  579941 start.go:139] virtualization:  
	I0127 13:07:30.939294  579941 out.go:97] [download-only-168045] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	W0127 13:07:30.939540  579941 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/20327-574553/.minikube/cache/preloaded-tarball: no such file or directory
	I0127 13:07:30.939585  579941 notify.go:220] Checking for updates...
	I0127 13:07:30.942550  579941 out.go:169] MINIKUBE_LOCATION=20327
	I0127 13:07:30.945444  579941 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 13:07:30.948502  579941 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig
	I0127 13:07:30.951454  579941 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube
	I0127 13:07:30.954383  579941 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0127 13:07:30.960177  579941 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0127 13:07:30.960513  579941 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 13:07:30.988794  579941 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 13:07:30.988920  579941 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:07:31.047217  579941 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:54 SystemTime:2025-01-27 13:07:31.037601348 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:07:31.047331  579941 docker.go:318] overlay module found
	I0127 13:07:31.050422  579941 out.go:97] Using the docker driver based on user configuration
	I0127 13:07:31.050468  579941 start.go:297] selected driver: docker
	I0127 13:07:31.050476  579941 start.go:901] validating driver "docker" against <nil>
	I0127 13:07:31.050583  579941 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:07:31.116425  579941 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:54 SystemTime:2025-01-27 13:07:31.107610744 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:07:31.116675  579941 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0127 13:07:31.116978  579941 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0127 13:07:31.117136  579941 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0127 13:07:31.120323  579941 out.go:169] Using Docker driver with root privileges
	I0127 13:07:31.123288  579941 cni.go:84] Creating CNI manager for ""
	I0127 13:07:31.123360  579941 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0127 13:07:31.123380  579941 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0127 13:07:31.123485  579941 start.go:340] cluster config:
	{Name:download-only-168045 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-168045 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRIS
ocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 13:07:31.126476  579941 out.go:97] Starting "download-only-168045" primary control-plane node in "download-only-168045" cluster
	I0127 13:07:31.126497  579941 cache.go:121] Beginning downloading kic base image for docker with crio
	I0127 13:07:31.129366  579941 out.go:97] Pulling base image v0.0.46 ...
	I0127 13:07:31.129412  579941 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0127 13:07:31.129501  579941 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0127 13:07:31.146168  579941 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0127 13:07:31.146362  579941 image.go:65] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local cache directory
	I0127 13:07:31.146459  579941 image.go:150] Writing gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 to local cache
	I0127 13:07:31.188098  579941 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0127 13:07:31.188125  579941 cache.go:56] Caching tarball of preloaded images
	I0127 13:07:31.188278  579941 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0127 13:07:31.191576  579941 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0127 13:07:31.191601  579941 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0127 13:07:31.278696  579941 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4?checksum=md5:59cd2ef07b53f039bfd1761b921f2a02 -> /home/jenkins/minikube-integration/20327-574553/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4
	I0127 13:07:35.292797  579941 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 as a tarball
	I0127 13:07:35.400099  579941 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	I0127 13:07:35.400206  579941 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/20327-574553/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-arm64.tar.lz4 ...
	
	
	* The control-plane node download-only-168045 host does not exist
	  To start a cluster, run: "minikube start -p download-only-168045"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.32.1/json-events (4.86s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.32.1/preload-exists
I0127 13:07:42.481417  579936 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime crio
I0127 13:07:42.481456  579936 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20327-574553/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-cri-o-overlay-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.32.1/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.32.1/LogsDuration (0.1s)

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-168045 | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC |                     |
	|         | -p download-only-168045        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC | 27 Jan 25 13:07 UTC |
	| delete  | -p download-only-168045        | download-only-168045 | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC | 27 Jan 25 13:07 UTC |
	| start   | -o=json --download-only        | download-only-222385 | jenkins | v1.35.0 | 27 Jan 25 13:07 UTC |                     |
	|         | -p download-only-222385        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.32.1   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/01/27 13:07:37
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.23.4 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0127 13:07:37.669147  580145 out.go:345] Setting OutFile to fd 1 ...
	I0127 13:07:37.669277  580145 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:07:37.669285  580145 out.go:358] Setting ErrFile to fd 2...
	I0127 13:07:37.669290  580145 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:07:37.669540  580145 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
	I0127 13:07:37.670009  580145 out.go:352] Setting JSON to true
	I0127 13:07:37.670856  580145 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":13805,"bootTime":1737969453,"procs":156,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0127 13:07:37.670923  580145 start.go:139] virtualization:  
	I0127 13:07:37.674523  580145 out.go:97] [download-only-222385] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0127 13:07:37.674814  580145 notify.go:220] Checking for updates...
	I0127 13:07:37.677829  580145 out.go:169] MINIKUBE_LOCATION=20327
	I0127 13:07:37.681396  580145 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 13:07:37.684234  580145 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig
	I0127 13:07:37.687615  580145 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube
	I0127 13:07:37.690567  580145 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0127 13:07:37.696789  580145 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0127 13:07:37.697077  580145 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 13:07:37.731729  580145 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 13:07:37.731862  580145 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:07:37.785503  580145 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:47 SystemTime:2025-01-27 13:07:37.776477238 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:07:37.785617  580145 docker.go:318] overlay module found
	I0127 13:07:37.788651  580145 out.go:97] Using the docker driver based on user configuration
	I0127 13:07:37.788688  580145 start.go:297] selected driver: docker
	I0127 13:07:37.788696  580145 start.go:901] validating driver "docker" against <nil>
	I0127 13:07:37.788800  580145 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:07:37.836318  580145 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:29 OomKillDisable:true NGoroutines:47 SystemTime:2025-01-27 13:07:37.827697125 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:07:37.836527  580145 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0127 13:07:37.836820  580145 start_flags.go:393] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0127 13:07:37.836979  580145 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0127 13:07:37.840065  580145 out.go:169] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-222385 host does not exist
	  To start a cluster, run: "minikube start -p download-only-222385"

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

                                                
                                    
x
+
TestDownloadOnly/v1.32.1/DeleteAll (0.23s)

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

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

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

                                                
                                    
x
+
TestBinaryMirror (0.61s)

                                                
                                                
=== RUN   TestBinaryMirror
I0127 13:07:43.819996  579936 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.32.1/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.32.1/bin/linux/arm64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p binary-mirror-624420 --alsologtostderr --binary-mirror http://127.0.0.1:45257 --driver=docker  --container-runtime=crio
helpers_test.go:175: Cleaning up "binary-mirror-624420" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p binary-mirror-624420
--- PASS: TestBinaryMirror (0.61s)

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.08s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (188.14s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:107: (dbg) Run:  out/minikube-linux-arm64 start -p addons-577881 --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=crio --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher
addons_test.go:107: (dbg) Done: out/minikube-linux-arm64 start -p addons-577881 --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=crio --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher: (3m8.135977542s)
--- PASS: TestAddons/Setup (188.14s)

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

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

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:614: (dbg) Run:  kubectl --context addons-577881 create -f testdata/busybox.yaml
addons_test.go:621: (dbg) Run:  kubectl --context addons-577881 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" [a04e38e7-e7d3-4f7d-bd04-ab73656d25c9] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [a04e38e7-e7d3-4f7d-bd04-ab73656d25c9] Running
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 10.004124834s
addons_test.go:633: (dbg) Run:  kubectl --context addons-577881 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:645: (dbg) Run:  kubectl --context addons-577881 describe sa gcp-auth-test
addons_test.go:659: (dbg) Run:  kubectl --context addons-577881 exec busybox -- /bin/sh -c "cat /google-app-creds.json"
addons_test.go:683: (dbg) Run:  kubectl --context addons-577881 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (11.00s)

                                                
                                    
x
+
TestAddons/parallel/Registry (17.16s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:321: registry stabilized in 9.421549ms
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-8hbq4" [ebbd9181-1610-4656-895c-e4f36c6f9a4f] Running
addons_test.go:323: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.004112056s
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-wr9x2" [b761d30a-e29b-4683-91a3-9a62e6fc0ba4] Running
addons_test.go:326: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.003718841s
addons_test.go:331: (dbg) Run:  kubectl --context addons-577881 delete po -l run=registry-test --now
addons_test.go:336: (dbg) Run:  kubectl --context addons-577881 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-577881 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": (5.212873681s)
addons_test.go:350: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 ip
2025/01/27 13:11:29 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (17.16s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.82s)

                                                
                                                
=== 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-cq7ww" [ab947c71-6e13-4204-866f-3258e060db1c] Running
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.004934488s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable inspektor-gadget --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-577881 addons disable inspektor-gadget --alsologtostderr -v=1: (5.81588838s)
--- PASS: TestAddons/parallel/InspektorGadget (11.82s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (6.87s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:394: metrics-server stabilized in 7.167435ms
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-qmnk2" [75fbbb53-d8f9-4d26-ade0-f88996727acb] Running
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.00626303s
addons_test.go:402: (dbg) Run:  kubectl --context addons-577881 top pods -n kube-system
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (6.87s)

                                                
                                    
x
+
TestAddons/parallel/CSI (54.09s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I0127 13:11:29.841919  579936 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0127 13:11:29.846885  579936 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0127 13:11:29.846919  579936 kapi.go:107] duration metric: took 9.233102ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:488: csi-hostpath-driver pods stabilized in 9.243998ms
addons_test.go:491: (dbg) Run:  kubectl --context addons-577881 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-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:501: (dbg) Run:  kubectl --context addons-577881 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" [b85b045b-eeba-41c3-baa4-3995d2619283] Pending
helpers_test.go:344: "task-pv-pod" [b85b045b-eeba-41c3-baa4-3995d2619283] 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" [b85b045b-eeba-41c3-baa4-3995d2619283] Running
addons_test.go:506: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 11.004469318s
addons_test.go:511: (dbg) Run:  kubectl --context addons-577881 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-577881 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-577881 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:521: (dbg) Run:  kubectl --context addons-577881 delete pod task-pv-pod
addons_test.go:527: (dbg) Run:  kubectl --context addons-577881 delete pvc hpvc
addons_test.go:533: (dbg) Run:  kubectl --context addons-577881 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-577881 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:543: (dbg) Run:  kubectl --context addons-577881 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" [b0edca74-38c1-4158-9c34-eec1c5f537fd] Pending
helpers_test.go:344: "task-pv-pod-restore" [b0edca74-38c1-4158-9c34-eec1c5f537fd] 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" [b0edca74-38c1-4158-9c34-eec1c5f537fd] Running
addons_test.go:548: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.004419274s
addons_test.go:553: (dbg) Run:  kubectl --context addons-577881 delete pod task-pv-pod-restore
addons_test.go:557: (dbg) Run:  kubectl --context addons-577881 delete pvc hpvc-restore
addons_test.go:561: (dbg) Run:  kubectl --context addons-577881 delete volumesnapshot new-snapshot-demo
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-577881 addons disable volumesnapshots --alsologtostderr -v=1: (1.033246385s)
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-577881 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.849645814s)
--- PASS: TestAddons/parallel/CSI (54.09s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (17.87s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:747: (dbg) Run:  out/minikube-linux-arm64 addons enable headlamp -p addons-577881 --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-69d78d796f-nkbkz" [4e45de60-10a4-4f29-8031-0bce22b0fb87] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-69d78d796f-nkbkz" [4e45de60-10a4-4f29-8031-0bce22b0fb87] Running
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 11.004793604s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable headlamp --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-577881 addons disable headlamp --alsologtostderr -v=1: (5.905013139s)
--- PASS: TestAddons/parallel/Headlamp (17.87s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.61s)

                                                
                                                
=== 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-5d76cffbc-msm89" [218b3f1f-038a-4d31-ac53-2fe6e4059456] Running
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.003959629s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable cloud-spanner --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CloudSpanner (5.61s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (54.39s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:888: (dbg) Run:  kubectl --context addons-577881 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:894: (dbg) Run:  kubectl --context addons-577881 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-577881 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-577881 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:901: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [70ef4bf5-9c2f-4213-9720-90b4b30cfd71] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [70ef4bf5-9c2f-4213-9720-90b4b30cfd71] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [70ef4bf5-9c2f-4213-9720-90b4b30cfd71] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:901: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 6.003567285s
addons_test.go:906: (dbg) Run:  kubectl --context addons-577881 get pvc test-pvc -o=json
addons_test.go:915: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 ssh "cat /opt/local-path-provisioner/pvc-b4a3991c-230b-43d2-8268-1475f50a4142_default_test-pvc/file1"
addons_test.go:927: (dbg) Run:  kubectl --context addons-577881 delete pod test-local-path
addons_test.go:931: (dbg) Run:  kubectl --context addons-577881 delete pvc test-pvc
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-577881 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.288860012s)
--- PASS: TestAddons/parallel/LocalPath (54.39s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.62s)

                                                
                                                
=== 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-hpk47" [a2386261-2d1b-46a3-af13-24c750a5542c] Running
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.003721142s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable nvidia-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.62s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (11.93s)

                                                
                                                
=== 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-qg648" [8fa55444-71c7-46e6-8dac-487ec0710587] Running
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.004454918s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable yakd --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-577881 addons disable yakd --alsologtostderr -v=1: (5.921680345s)
--- PASS: TestAddons/parallel/Yakd (11.93s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.14s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:170: (dbg) Run:  out/minikube-linux-arm64 stop -p addons-577881
addons_test.go:170: (dbg) Done: out/minikube-linux-arm64 stop -p addons-577881: (11.850227242s)
addons_test.go:174: (dbg) Run:  out/minikube-linux-arm64 addons enable dashboard -p addons-577881
addons_test.go:178: (dbg) Run:  out/minikube-linux-arm64 addons disable dashboard -p addons-577881
addons_test.go:183: (dbg) Run:  out/minikube-linux-arm64 addons disable gvisor -p addons-577881
--- PASS: TestAddons/StoppedEnableDisable (12.14s)

                                                
                                    
x
+
TestCertOptions (40.49s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (238.42s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-694228 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio
cert_options_test.go:123: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-694228 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (38.906636387s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-694228 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio
cert_options_test.go:131: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-694228 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (17.104990724s)
helpers_test.go:175: Cleaning up "cert-expiration-694228" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-expiration-694228
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-expiration-694228: (2.405702351s)
--- PASS: TestCertExpiration (238.42s)

                                                
                                    
x
+
TestForceSystemdFlag (42.32s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdEnv (40.01s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-linux-arm64 start -p force-systemd-env-896993 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=crio
E0127 13:52:54.303243  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
docker_test.go:155: (dbg) Done: out/minikube-linux-arm64 start -p force-systemd-env-896993 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (37.264659704s)
helpers_test.go:175: Cleaning up "force-systemd-env-896993" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p force-systemd-env-896993
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p force-systemd-env-896993: (2.743693566s)
--- PASS: TestForceSystemdEnv (40.01s)

                                                
                                    
x
+
TestErrorSpam/setup (30.44s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.77s)

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

                                                
                                    
x
+
TestErrorSpam/status (1.16s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.84s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.78s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.48s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (55.06s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2234: (dbg) Run:  out/minikube-linux-arm64 start -p functional-378541 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio
E0127 13:15:53.532636  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:15:53.539044  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:15:53.550390  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:15:53.571771  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:15:53.613086  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:15:53.694507  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:15:53.855981  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:15:54.177567  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:15:54.819805  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:15:56.101509  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:15:58.662954  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:16:03.784950  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:16:14.026912  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:2234: (dbg) Done: out/minikube-linux-arm64 start -p functional-378541 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (55.057753316s)
--- PASS: TestFunctional/serial/StartWithProxy (55.06s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (34.79s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0127 13:16:22.541818  579936 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
functional_test.go:659: (dbg) Run:  out/minikube-linux-arm64 start -p functional-378541 --alsologtostderr -v=8
E0127 13:16:34.508431  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:659: (dbg) Done: out/minikube-linux-arm64 start -p functional-378541 --alsologtostderr -v=8: (34.776696983s)
functional_test.go:663: soft start took 34.786342998s for "functional-378541" cluster.
I0127 13:16:57.318855  579936 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestFunctional/serial/SoftStart (34.79s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.07s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.1s)

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 cache add registry.k8s.io/pause:3.1
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-378541 cache add registry.k8s.io/pause:3.1: (1.551020524s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 cache add registry.k8s.io/pause:3.3
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-378541 cache add registry.k8s.io/pause:3.3: (2.029643917s)
functional_test.go:1049: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 cache add registry.k8s.io/pause:latest
functional_test.go:1049: (dbg) Done: out/minikube-linux-arm64 -p functional-378541 cache add registry.k8s.io/pause:latest: (1.614956178s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (5.20s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.15s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.15s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (33.39s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-arm64 start -p functional-378541 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E0127 13:17:15.469788  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:757: (dbg) Done: out/minikube-linux-arm64 start -p functional-378541 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (33.392034371s)
functional_test.go:761: restart took 33.392163576s for "functional-378541" cluster.
I0127 13:17:40.909480  579936 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestFunctional/serial/ExtraConfig (33.39s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.1s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.79s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.82s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 logs --file /tmp/TestFunctionalserialLogsFileCmd3714450355/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-arm64 -p functional-378541 logs --file /tmp/TestFunctionalserialLogsFileCmd3714450355/001/logs.txt: (1.822274948s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.82s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.54s)

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.55s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (13.1s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.48s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 13:18:32.149712  607847 out.go:345] Setting OutFile to fd 1 ...
	I0127 13:18:32.149836  607847 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:18:32.149847  607847 out.go:358] Setting ErrFile to fd 2...
	I0127 13:18:32.149852  607847 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:18:32.150083  607847 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
	I0127 13:18:32.150447  607847 out.go:352] Setting JSON to false
	I0127 13:18:32.151467  607847 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":14460,"bootTime":1737969453,"procs":194,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0127 13:18:32.151543  607847 start.go:139] virtualization:  
	I0127 13:18:32.155446  607847 out.go:177] * [functional-378541] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0127 13:18:32.158516  607847 out.go:177]   - MINIKUBE_LOCATION=20327
	I0127 13:18:32.158585  607847 notify.go:220] Checking for updates...
	I0127 13:18:32.165300  607847 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 13:18:32.168156  607847 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig
	I0127 13:18:32.171035  607847 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube
	I0127 13:18:32.173906  607847 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0127 13:18:32.176738  607847 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 13:18:32.180016  607847 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 13:18:32.180591  607847 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 13:18:32.215751  607847 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 13:18:32.215929  607847 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:18:32.282141  607847 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images: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:32 OomKillDisable:true NGoroutines:54 SystemTime:2025-01-27 13:18:32.271989658 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:18:32.282255  607847 docker.go:318] overlay module found
	I0127 13:18:32.285376  607847 out.go:177] * Using the docker driver based on existing profile
	I0127 13:18:32.288179  607847 start.go:297] selected driver: docker
	I0127 13:18:32.288211  607847 start.go:901] validating driver "docker" against &{Name:functional-378541 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.1 ClusterName:functional-378541 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 Moun
tOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 13:18:32.288341  607847 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 13:18:32.292095  607847 out.go:201] 
	W0127 13:18:32.294947  607847 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
	I0127 13:18:32.297997  607847 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.2s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 13:18:32.636405  607981 out.go:345] Setting OutFile to fd 1 ...
	I0127 13:18:32.636554  607981 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:18:32.636577  607981 out.go:358] Setting ErrFile to fd 2...
	I0127 13:18:32.636595  607981 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:18:32.637029  607981 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
	I0127 13:18:32.637482  607981 out.go:352] Setting JSON to false
	I0127 13:18:32.638436  607981 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":14460,"bootTime":1737969453,"procs":194,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0127 13:18:32.638509  607981 start.go:139] virtualization:  
	I0127 13:18:32.641864  607981 out.go:177] * [functional-378541] minikube v1.35.0 sur Ubuntu 20.04 (arm64)
	I0127 13:18:32.645543  607981 notify.go:220] Checking for updates...
	I0127 13:18:32.648834  607981 out.go:177]   - MINIKUBE_LOCATION=20327
	I0127 13:18:32.651685  607981 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 13:18:32.654540  607981 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig
	I0127 13:18:32.657386  607981 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube
	I0127 13:18:32.660167  607981 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0127 13:18:32.663135  607981 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 13:18:32.666506  607981 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 13:18:32.667301  607981 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 13:18:32.698882  607981 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 13:18:32.698984  607981 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:18:32.754242  607981 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images: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:32 OomKillDisable:true NGoroutines:54 SystemTime:2025-01-27 13:18:32.744317557 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:18:32.754351  607981 docker.go:318] overlay module found
	I0127 13:18:32.757271  607981 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0127 13:18:32.759983  607981 start.go:297] selected driver: docker
	I0127 13:18:32.760008  607981 start.go:901] validating driver "docker" against &{Name:functional-378541 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 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.1 ClusterName:functional-378541 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 Moun
tOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 13:18:32.760155  607981 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 13:18:32.763851  607981 out.go:201] 
	W0127 13:18:32.766729  607981 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
	I0127 13:18:32.769552  607981 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.12s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (6.71s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1627: (dbg) Run:  kubectl --context functional-378541 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-378541 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-8449669db6-4td2f" [ce587c78-29f8-47ce-8141-5f9fa0a79773] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-connect-8449669db6-4td2f" [ce587c78-29f8-47ce-8141-5f9fa0a79773] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 6.008713862s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:31777
functional_test.go:1675: http://192.168.49.2:31777: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-8449669db6-4td2f

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.19s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (25.94s)

                                                
                                                
=== 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" [15a4465b-b3d3-4994-b34c-201b9ae79c79] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.003926839s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-378541 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-378541 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-378541 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-378541 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" [bc241bf6-08b6-4db6-aeb3-3508dc44a490] Pending
helpers_test.go:344: "sp-pod" [bc241bf6-08b6-4db6-aeb3-3508dc44a490] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [bc241bf6-08b6-4db6-aeb3-3508dc44a490] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 11.003545399s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-378541 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-378541 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-378541 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" [2445c2e5-f32f-421e-8227-5e39a2423189] Pending
helpers_test.go:344: "sp-pod" [2445c2e5-f32f-421e-8227-5e39a2423189] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [2445c2e5-f32f-421e-8227-5e39a2423189] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 8.004981838s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-378541 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (25.94s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.8s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.07s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.36s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (2.28s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.13s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.75s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.28s)

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-378541 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.1
registry.k8s.io/kube-proxy:v1.32.1
registry.k8s.io/kube-controller-manager:v1.32.1
registry.k8s.io/kube-apiserver:v1.32.1
registry.k8s.io/etcd:3.5.16-0
registry.k8s.io/echoserver-arm:1.8
registry.k8s.io/coredns/coredns:v1.11.3
localhost/minikube-local-cache-test:functional-378541
localhost/kicbase/echo-server:functional-378541
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/kindest/kindnetd:v20241212-9f82dd49
docker.io/kindest/kindnetd:v20241108-5c6d2daf
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-378541 image ls --format short --alsologtostderr:
I0127 13:18:41.602683  609440 out.go:345] Setting OutFile to fd 1 ...
I0127 13:18:41.603260  609440 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 13:18:41.603294  609440 out.go:358] Setting ErrFile to fd 2...
I0127 13:18:41.603316  609440 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 13:18:41.603609  609440 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
I0127 13:18:41.604321  609440 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 13:18:41.604495  609440 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 13:18:41.605061  609440 cli_runner.go:164] Run: docker container inspect functional-378541 --format={{.State.Status}}
I0127 13:18:41.623177  609440 ssh_runner.go:195] Run: systemctl --version
I0127 13:18:41.623232  609440 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-378541
I0127 13:18:41.641393  609440 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/functional-378541/id_rsa Username:docker}
I0127 13:18:41.740491  609440 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.44s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-378541 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| docker.io/kindest/kindnetd              | v20241212-9f82dd49 | e1181ee320546 | 99MB   |
| registry.k8s.io/echoserver-arm          | 1.8                | 72565bf5bbedf | 87.5MB |
| registry.k8s.io/kube-apiserver          | v1.32.1            | 265c2dedf28ab | 95MB   |
| registry.k8s.io/kube-proxy              | v1.32.1            | e124fbed851d7 | 98.3MB |
| registry.k8s.io/pause                   | latest             | 8cb2091f603e7 | 246kB  |
| registry.k8s.io/etcd                    | 3.5.16-0           | 7fc9d4aa817aa | 143MB  |
| docker.io/kindest/kindnetd              | v20241108-5c6d2daf | 2be0bcf609c65 | 98.3MB |
| gcr.io/k8s-minikube/busybox             | latest             | 71a676dd070f4 | 1.63MB |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | ba04bb24b9575 | 29MB   |
| localhost/kicbase/echo-server           | functional-378541  | ce2d2cda2d858 | 4.79MB |
| localhost/minikube-local-cache-test     | functional-378541  | 55c8a788d2d34 | 3.33kB |
| registry.k8s.io/coredns/coredns         | v1.11.3            | 2f6c962e7b831 | 61.6MB |
| registry.k8s.io/kube-scheduler          | v1.32.1            | ddb38cac617cb | 69MB   |
| registry.k8s.io/pause                   | 3.3                | 3d18732f8686c | 487kB  |
| docker.io/library/nginx                 | alpine             | f9d642c42f7bc | 52.3MB |
| docker.io/library/nginx                 | latest             | 781d902f1e046 | 201MB  |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 1611cd07b61d5 | 3.77MB |
| localhost/my-image                      | functional-378541  | 912ec01326a7c | 1.64MB |
| registry.k8s.io/kube-controller-manager | v1.32.1            | 2933761aa7ada | 88.2MB |
| registry.k8s.io/pause                   | 3.10               | afb61768ce381 | 520kB  |
| registry.k8s.io/pause                   | 3.1                | 8057e0500773a | 529kB  |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-378541 image ls --format table --alsologtostderr:
I0127 13:18:46.242526  609813 out.go:345] Setting OutFile to fd 1 ...
I0127 13:18:46.243269  609813 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 13:18:46.243309  609813 out.go:358] Setting ErrFile to fd 2...
I0127 13:18:46.243328  609813 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 13:18:46.243630  609813 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
I0127 13:18:46.244380  609813 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 13:18:46.245083  609813 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 13:18:46.245659  609813 cli_runner.go:164] Run: docker container inspect functional-378541 --format={{.State.Status}}
I0127 13:18:46.272969  609813 ssh_runner.go:195] Run: systemctl --version
I0127 13:18:46.273025  609813 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-378541
I0127 13:18:46.292520  609813 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/functional-378541/id_rsa Username:docker}
I0127 13:18:46.382483  609813 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.28s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-378541 image ls --format json --alsologtostderr:
[{"id":"a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c","docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a"],"repoTags":[],"size":"42263767"},{"id":"8ec53c82f1659ca7297fa42aaecf4b089937a68d352dd98b315e60dd0dba02cc","repoDigests":["docker.io/library/dfc9e2d52dff7f1d24047ec1dd2434a7acd5fe5b335f46dcaa531a61044711ad-tmp@sha256:45a83325c9da480da5d002e6321fcd795a43ad65f76f4047c4d5cfde1406b3cf"],"repoTags":[],"size":"1637644"},{"id":"f9d642c42f7bc79efd0a3aa2b7fe913e0324a23c2f27c6b7f3f112473d47131d","repoDigests":["docker.io/library/nginx@sha256:4338a8ba9b9962d07e30e7ff4bbf27d62ee7523deb7205e8f0912169f1bbac10","docker.io/library/nginx@sha256:814a8e88df978ade80e584cc5b333144b9372a8e3c98872d07137dbf3b44d0e4"],"repoTags":["docker.io/library/nginx:alpine"],"size":"52333544"},{"id":"ba04bb24b95753201135cbc420b2
33c1b0b9fa2e1fd21d28319c348c33fbcde6","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:0ba370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2","gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"29037500"},{"id":"912ec01326a7c1b1f6ed2e4775be945171cdff7abb4e9ea184c9711a79fe47a0","repoDigests":["localhost/my-image@sha256:50b6bb61a71cab7381c769abb45c14c230fff9c32f6167d12b892576f8e06157"],"repoTags":["localhost/my-image:functional-378541"],"size":"1640226"},{"id":"7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82","repoDigests":["registry.k8s.io/etcd@sha256:313adb872febec3a5740969d5bf1b1df0d222f8fa06675f34db5a7fc437356a1","registry.k8s.io/etcd@sha256:c6a9d11cc5c04b114ccdef39a9265eeef818e3d02f5359be035ae784097fdec5"],"repoTags":["registry.k8s.io/etcd:3.5.16-0"],"size":"143226622"},{"id":"2933761aa7adae93679cdde1c0bf457bd4dc4b53f95fc066a4c50aa9c375ea
13","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:71478b03f55b6a17c25fee181fbaaafb7ac4f5314c4007eb0cf3d35fb20938e3","registry.k8s.io/kube-controller-manager@sha256:7e86b2b274365bbc5f5d1e08f0d32d8bb04b8484ac6a92484c298dc695025954"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.32.1"],"size":"88241478"},{"id":"2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4","repoDigests":["registry.k8s.io/coredns/coredns@sha256:31440a2bef59e2f1ffb600113b557103740ff851e27b0aef5b849f6e3ab994a6","registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"61647114"},{"id":"265c2dedf28ab9b88c7910c1643e210ad62483867f2bab88f56919a6e49a0d19","repoDigests":["registry.k8s.io/kube-apiserver@sha256:88154e5cc4415415c0cbfb49ad1d63ea2de74614b7b567d5f344c5bcb5c5f244","registry.k8s.io/kube-apiserver@sha256:b88ede8e7c3ce354ca0c45c448c48c094781ce692883ee56f181fa569338c0ac"],"repoTags":["registr
y.k8s.io/kube-apiserver:v1.32.1"],"size":"94991840"},{"id":"8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a","repoDigests":["registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca"],"repoTags":["registry.k8s.io/pause:latest"],"size":"246070"},{"id":"781d902f1e046dcb5aba879a2371b2b6494f97bad89f65a2c7308e78f8087670","repoDigests":["docker.io/library/nginx@sha256:0a399eb16751829e1af26fea27b20c3ec28d7ab1fb72182879dcae1cca21206a","docker.io/library/nginx@sha256:5ad6d1fbf7a41cf81658450236559fd03a80f78e6a5ed21b08e373dec4948712"],"repoTags":["docker.io/library/nginx:latest"],"size":"201125287"},{"id":"71a676dd070f4b701c3272e566d84951362f1326ea07d5bbad119d1c4f6b3d02","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:a77fe109c026308f149d36484d795b42efe0fd29b332be9071f63e1634c36ac9","gcr.io/k8s-minikube/busybox@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b"],"repoTags":["gcr.io/k8s-minikube/busybox:latest"],"size":"1634527"},{"id":"55c8a7
88d2d34cf239d6f4719a8bcdd56cc12456e1b58a4d18f41985e3b354a0","repoDigests":["localhost/minikube-local-cache-test@sha256:25c7818d3533d32c8c6a0f64fa4ee20aca2eb7a3c186ed9ba5a6bbe0b991da37"],"repoTags":["localhost/minikube-local-cache-test:functional-378541"],"size":"3328"},{"id":"72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb","repoDigests":["registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5"],"repoTags":["registry.k8s.io/echoserver-arm:1.8"],"size":"87536549"},{"id":"e124fbed851d756107a6153db4dc52269a2fd34af3cc46f00a2ef113f868aab0","repoDigests":["registry.k8s.io/kube-proxy@sha256:0244651801747edf2368222f93a7d17cba6e668a890db72532d6b67a7e06dca5","registry.k8s.io/kube-proxy@sha256:0d36a8e2f0f6a06753c1ae9949a9a4a58d752f8364fd2ab083fcd836c37f844d"],"repoTags":["registry.k8s.io/kube-proxy:v1.32.1"],"size":"98313623"},{"id":"8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5","repoDigests":["registry.k8s.io/pause@sha256:b0602c9f93837
9133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67"],"repoTags":["registry.k8s.io/pause:3.1"],"size":"528622"},{"id":"afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8","repoDigests":["registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7","registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a"],"repoTags":["registry.k8s.io/pause:3.10"],"size":"519877"},{"id":"3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":["registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"487479"},{"id":"2be0bcf609c6573ee83e676c747f31bda661ab2d4e039c51839e38fd258d2903","repoDigests":["docker.io/kindest/kindnetd@sha256:de216f6245e142905c8022d424959a65f798fcd26f5b7492b9c0b0391d735c3e","docker.io/kindest/kindnetd@sha256:e35e1050b69dcd16eb021c3bf915bdd9a591d4274108ac374bd941043673c108"],"repoTags":["docker.io/kindest/kindnet
d:v20241108-5c6d2daf"],"size":"98274354"},{"id":"e1181ee320546c66f17956a302db1b7899d88a593f116726718851133de588b6","repoDigests":["docker.io/kindest/kindnetd@sha256:564b9fd29e72542e4baa14b382d4d9ee22132141caa6b9803b71faf9a4a799be","docker.io/kindest/kindnetd@sha256:56ea59f77258052c4506076525318ffa66817500f68e94a50fdf7d600a280d26"],"repoTags":["docker.io/kindest/kindnetd:v20241212-9f82dd49"],"size":"99018802"},{"id":"20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8","repoDigests":["docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93","docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf"],"repoTags":[],"size":"247562353"},{"id":"1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e","gcr.io/k8s-minikube/busybox@sha256:580b0aa58b210f512f818b7b7ef4f63c803f7a8cd6baf571
b1462b79f7b7719e"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"3774172"},{"id":"ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17","repoDigests":["localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a"],"repoTags":["localhost/kicbase/echo-server:functional-378541"],"size":"4788229"},{"id":"ddb38cac617cb18802e09e448db4b3aa70e9e469b02defa76e6de7192847a71c","repoDigests":["registry.k8s.io/kube-scheduler@sha256:244bf1ea0194bd050a2408898d65b6a3259624fdd5a3541788b40b4e94c02fc1","registry.k8s.io/kube-scheduler@sha256:b8fcbcd2afe44acf368b24b61813686f64be4d7fff224d305d78a05bac38f72e"],"repoTags":["registry.k8s.io/kube-scheduler:v1.32.1"],"size":"68973892"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-378541 image ls --format json --alsologtostderr:
I0127 13:18:45.938450  609774 out.go:345] Setting OutFile to fd 1 ...
I0127 13:18:45.938901  609774 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 13:18:45.938922  609774 out.go:358] Setting ErrFile to fd 2...
I0127 13:18:45.938928  609774 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 13:18:45.939319  609774 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
I0127 13:18:45.940320  609774 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 13:18:45.940493  609774 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 13:18:45.941170  609774 cli_runner.go:164] Run: docker container inspect functional-378541 --format={{.State.Status}}
I0127 13:18:45.963976  609774 ssh_runner.go:195] Run: systemctl --version
I0127 13:18:45.964046  609774 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-378541
I0127 13:18:45.983188  609774 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/functional-378541/id_rsa Username:docker}
I0127 13:18:46.085797  609774 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.28s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:261: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-arm64 -p functional-378541 image ls --format yaml --alsologtostderr:
- id: ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests:
- localhost/kicbase/echo-server@sha256:49260110d6ce1914d3de292ed370ee11a2e34ab577b97e6011d795cb13534d4a
repoTags:
- localhost/kicbase/echo-server:functional-378541
size: "4788229"
- id: 8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests:
- registry.k8s.io/pause@sha256:b0602c9f938379133ff8017007894b48c1112681c9468f82a1e4cbf8a4498b67
repoTags:
- registry.k8s.io/pause:3.1
size: "528622"
- id: afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8
repoDigests:
- registry.k8s.io/pause@sha256:e50b7059b633caf3c1449b8da680d11845cda4506b513ee7a2de00725f0a34a7
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "519877"
- id: 2be0bcf609c6573ee83e676c747f31bda661ab2d4e039c51839e38fd258d2903
repoDigests:
- docker.io/kindest/kindnetd@sha256:de216f6245e142905c8022d424959a65f798fcd26f5b7492b9c0b0391d735c3e
- docker.io/kindest/kindnetd@sha256:e35e1050b69dcd16eb021c3bf915bdd9a591d4274108ac374bd941043673c108
repoTags:
- docker.io/kindest/kindnetd:v20241108-5c6d2daf
size: "98274354"
- id: e1181ee320546c66f17956a302db1b7899d88a593f116726718851133de588b6
repoDigests:
- docker.io/kindest/kindnetd@sha256:564b9fd29e72542e4baa14b382d4d9ee22132141caa6b9803b71faf9a4a799be
- docker.io/kindest/kindnetd@sha256:56ea59f77258052c4506076525318ffa66817500f68e94a50fdf7d600a280d26
repoTags:
- docker.io/kindest/kindnetd:v20241212-9f82dd49
size: "99018802"
- id: a422e0e982356f6c1cf0e5bb7b733363caae3992a07c99951fbcc73e58ed656a
repoDigests:
- docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c
- docker.io/kubernetesui/metrics-scraper@sha256:853c43f3cced687cb211708aa0024304a5adb33ec45ebf5915d318358822e09a
repoTags: []
size: "42263767"
- id: 1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
- gcr.io/k8s-minikube/busybox@sha256:580b0aa58b210f512f818b7b7ef4f63c803f7a8cd6baf571b1462b79f7b7719e
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "3774172"
- id: f9d642c42f7bc79efd0a3aa2b7fe913e0324a23c2f27c6b7f3f112473d47131d
repoDigests:
- docker.io/library/nginx@sha256:4338a8ba9b9962d07e30e7ff4bbf27d62ee7523deb7205e8f0912169f1bbac10
- docker.io/library/nginx@sha256:814a8e88df978ade80e584cc5b333144b9372a8e3c98872d07137dbf3b44d0e4
repoTags:
- docker.io/library/nginx:alpine
size: "52333544"
- id: ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:0ba370588274b88531ab311a5d2e645d240a853555c1e58fd1dd428fc333c9d2
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "29037500"
- id: 265c2dedf28ab9b88c7910c1643e210ad62483867f2bab88f56919a6e49a0d19
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:88154e5cc4415415c0cbfb49ad1d63ea2de74614b7b567d5f344c5bcb5c5f244
- registry.k8s.io/kube-apiserver@sha256:b88ede8e7c3ce354ca0c45c448c48c094781ce692883ee56f181fa569338c0ac
repoTags:
- registry.k8s.io/kube-apiserver:v1.32.1
size: "94991840"
- id: ddb38cac617cb18802e09e448db4b3aa70e9e469b02defa76e6de7192847a71c
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:244bf1ea0194bd050a2408898d65b6a3259624fdd5a3541788b40b4e94c02fc1
- registry.k8s.io/kube-scheduler@sha256:b8fcbcd2afe44acf368b24b61813686f64be4d7fff224d305d78a05bac38f72e
repoTags:
- registry.k8s.io/kube-scheduler:v1.32.1
size: "68973892"
- id: 8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests:
- registry.k8s.io/pause@sha256:f5e31d44aa14d5669e030380b656463a7e45934c03994e72e3dbf83d4a645cca
repoTags:
- registry.k8s.io/pause:latest
size: "246070"
- id: 55c8a788d2d34cf239d6f4719a8bcdd56cc12456e1b58a4d18f41985e3b354a0
repoDigests:
- localhost/minikube-local-cache-test@sha256:25c7818d3533d32c8c6a0f64fa4ee20aca2eb7a3c186ed9ba5a6bbe0b991da37
repoTags:
- localhost/minikube-local-cache-test:functional-378541
size: "3328"
- id: 7fc9d4aa817aa6a3e549f3cd49d1f7b496407be979fc36dd5f356d59ce8c3a82
repoDigests:
- registry.k8s.io/etcd@sha256:313adb872febec3a5740969d5bf1b1df0d222f8fa06675f34db5a7fc437356a1
- registry.k8s.io/etcd@sha256:c6a9d11cc5c04b114ccdef39a9265eeef818e3d02f5359be035ae784097fdec5
repoTags:
- registry.k8s.io/etcd:3.5.16-0
size: "143226622"
- id: 2933761aa7adae93679cdde1c0bf457bd4dc4b53f95fc066a4c50aa9c375ea13
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:71478b03f55b6a17c25fee181fbaaafb7ac4f5314c4007eb0cf3d35fb20938e3
- registry.k8s.io/kube-controller-manager@sha256:7e86b2b274365bbc5f5d1e08f0d32d8bb04b8484ac6a92484c298dc695025954
repoTags:
- registry.k8s.io/kube-controller-manager:v1.32.1
size: "88241478"
- id: e124fbed851d756107a6153db4dc52269a2fd34af3cc46f00a2ef113f868aab0
repoDigests:
- registry.k8s.io/kube-proxy@sha256:0244651801747edf2368222f93a7d17cba6e668a890db72532d6b67a7e06dca5
- registry.k8s.io/kube-proxy@sha256:0d36a8e2f0f6a06753c1ae9949a9a4a58d752f8364fd2ab083fcd836c37f844d
repoTags:
- registry.k8s.io/kube-proxy:v1.32.1
size: "98313623"
- id: 3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests:
- registry.k8s.io/pause@sha256:e59730b14890252c14f85976e22ab1c47ec28b111ffed407f34bca1b44447476
repoTags:
- registry.k8s.io/pause:3.3
size: "487479"
- id: 20b332c9a70d8516d849d1ac23eff5800cbb2f263d379f0ec11ee908db6b25a8
repoDigests:
- docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93
- docker.io/kubernetesui/dashboard@sha256:5c52c60663b473628bd98e4ffee7a747ef1f88d8c7bcee957b089fb3f61bdedf
repoTags: []
size: "247562353"
- id: 781d902f1e046dcb5aba879a2371b2b6494f97bad89f65a2c7308e78f8087670
repoDigests:
- docker.io/library/nginx@sha256:0a399eb16751829e1af26fea27b20c3ec28d7ab1fb72182879dcae1cca21206a
- docker.io/library/nginx@sha256:5ad6d1fbf7a41cf81658450236559fd03a80f78e6a5ed21b08e373dec4948712
repoTags:
- docker.io/library/nginx:latest
size: "201125287"
- id: 2f6c962e7b8311337352d9fdea917da2184d9919f4da7695bc2a6517cf392fe4
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:31440a2bef59e2f1ffb600113b557103740ff851e27b0aef5b849f6e3ab994a6
- registry.k8s.io/coredns/coredns@sha256:9caabbf6238b189a65d0d6e6ac138de60d6a1c419e5a341fbbb7c78382559c6e
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "61647114"
- id: 72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb
repoDigests:
- registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5
repoTags:
- registry.k8s.io/echoserver-arm:1.8
size: "87536549"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-arm64 -p functional-378541 image ls --format yaml --alsologtostderr:
I0127 13:18:42.017049  609478 out.go:345] Setting OutFile to fd 1 ...
I0127 13:18:42.017310  609478 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 13:18:42.017340  609478 out.go:358] Setting ErrFile to fd 2...
I0127 13:18:42.017361  609478 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 13:18:42.017756  609478 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
I0127 13:18:42.020620  609478 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 13:18:42.020947  609478 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 13:18:42.021597  609478 cli_runner.go:164] Run: docker container inspect functional-378541 --format={{.State.Status}}
I0127 13:18:42.051607  609478 ssh_runner.go:195] Run: systemctl --version
I0127 13:18:42.051665  609478 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-378541
I0127 13:18:42.089665  609478 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/functional-378541/id_rsa Username:docker}
I0127 13:18:42.210144  609478 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.38s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 image build -t localhost/my-image:functional-378541 testdata/build --alsologtostderr
2025/01/27 13:18:45 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
functional_test.go:315: (dbg) Done: out/minikube-linux-arm64 -p functional-378541 image build -t localhost/my-image:functional-378541 testdata/build --alsologtostderr: (3.376943998s)
functional_test.go:320: (dbg) Stdout: out/minikube-linux-arm64 -p functional-378541 image build -t localhost/my-image:functional-378541 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> 8ec53c82f16
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-378541
--> 912ec01326a
Successfully tagged localhost/my-image:functional-378541
912ec01326a7c1b1f6ed2e4775be945171cdff7abb4e9ea184c9711a79fe47a0
functional_test.go:323: (dbg) Stderr: out/minikube-linux-arm64 -p functional-378541 image build -t localhost/my-image:functional-378541 testdata/build --alsologtostderr:
I0127 13:18:42.783887  609612 out.go:345] Setting OutFile to fd 1 ...
I0127 13:18:42.784668  609612 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 13:18:42.784679  609612 out.go:358] Setting ErrFile to fd 2...
I0127 13:18:42.784685  609612 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 13:18:42.784979  609612 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
I0127 13:18:42.785925  609612 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 13:18:42.786678  609612 config.go:182] Loaded profile config "functional-378541": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
I0127 13:18:42.787213  609612 cli_runner.go:164] Run: docker container inspect functional-378541 --format={{.State.Status}}
I0127 13:18:42.809359  609612 ssh_runner.go:195] Run: systemctl --version
I0127 13:18:42.809432  609612 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-378541
I0127 13:18:42.837034  609612 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33508 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/functional-378541/id_rsa Username:docker}
I0127 13:18:42.923809  609612 build_images.go:161] Building image from path: /tmp/build.355514001.tar
I0127 13:18:42.923949  609612 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0127 13:18:42.933659  609612 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.355514001.tar
I0127 13:18:42.937048  609612 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.355514001.tar: stat -c "%s %y" /var/lib/minikube/build/build.355514001.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.355514001.tar': No such file or directory
I0127 13:18:42.937078  609612 ssh_runner.go:362] scp /tmp/build.355514001.tar --> /var/lib/minikube/build/build.355514001.tar (3072 bytes)
I0127 13:18:42.962966  609612 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.355514001
I0127 13:18:42.972785  609612 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.355514001 -xf /var/lib/minikube/build/build.355514001.tar
I0127 13:18:42.982442  609612 crio.go:315] Building image: /var/lib/minikube/build/build.355514001
I0127 13:18:42.982514  609612 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-378541 /var/lib/minikube/build/build.355514001 --cgroup-manager=cgroupfs
Trying to pull gcr.io/k8s-minikube/busybox:latest...
Getting image source signatures
Copying blob sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34
Copying blob sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34
Copying config sha256:71a676dd070f4b701c3272e566d84951362f1326ea07d5bbad119d1c4f6b3d02
Writing manifest to image destination
Storing signatures
I0127 13:18:46.050840  609612 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-378541 /var/lib/minikube/build/build.355514001 --cgroup-manager=cgroupfs: (3.068301689s)
I0127 13:18:46.050914  609612 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.355514001
I0127 13:18:46.060645  609612 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.355514001.tar
I0127 13:18:46.070062  609612 build_images.go:217] Built localhost/my-image:functional-378541 from /tmp/build.355514001.tar
I0127 13:18:46.070092  609612 build_images.go:133] succeeded building to: functional-378541
I0127 13:18:46.070097  609612 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (4.05s)

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1437: (dbg) Run:  kubectl --context functional-378541 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-378541 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-64fc58db8c-gmjpt" [ea7e25f2-9cae-4eab-92e3-ad8f670cf615] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-64fc58db8c-gmjpt" [ea7e25f2-9cae-4eab-92e3-ad8f670cf615] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 10.003508107s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (10.30s)

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

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

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

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

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

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

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

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

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

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

                                                
                                    
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-arm64 -p functional-378541 tunnel --alsologtostderr]
functional_test_tunnel_test.go:154: (dbg) daemon: [out/minikube-linux-arm64 -p functional-378541 tunnel --alsologtostderr]
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-linux-arm64 -p functional-378541 tunnel --alsologtostderr] ...
helpers_test.go:508: unable to kill pid 605926: os: process already finished
helpers_test.go:502: unable to terminate pid 605813: os: process already finished
functional_test_tunnel_test.go:194: (dbg) stopping [out/minikube-linux-arm64 -p functional-378541 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-arm64 -p functional-378541 tunnel --alsologtostderr]
--- PASS: TestFunctional/parallel/TunnelCmd/serial/StartTunnel (0.00s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-378541 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" [32095893-50bd-4836-9609-64cbc870ea3a] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [32095893-50bd-4836-9609-64cbc870ea3a] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 14.005819043s
I0127 13:18:15.849210  579936 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (14.37s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel
functional_test_tunnel_test.go:434: (dbg) stopping [out/minikube-linux-arm64 -p functional-378541 tunnel --alsologtostderr] ...
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0127 13:18:25.854956  579936 retry.go:31] will retry after 348.941843ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Jan 27 13:18 created-by-test
-rw-r--r-- 1 docker docker 24 Jan 27 13:18 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Jan 27 13:18 test-1737983905505784862
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh cat /mount-9p/test-1737983905505784862
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-378541 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" [45bccdda-d93d-4a61-a577-8aa74616b4ad] Pending
helpers_test.go:344: "busybox-mount" [45bccdda-d93d-4a61-a577-8aa74616b4ad] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [45bccdda-d93d-4a61-a577-8aa74616b4ad] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [45bccdda-d93d-4a61-a577-8aa74616b4ad] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 6.004023964s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-378541 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-378541 /tmp/TestFunctionalparallelMountCmdany-port139481950/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (9.15s)

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

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

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

                                                
                                                
** /stderr **
I0127 13:18:35.171042  579936 retry.go:31] will retry after 250.004683ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh -- ls -la /mount-9p
functional_test_mount_test.go:261: guest mount directory contents
total 0
functional_test_mount_test.go:263: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-378541 /tmp/TestFunctionalparallelMountCmdspecific-port2582658795/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:264: reading mount text
functional_test_mount_test.go:278: done reading mount text
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-378541 ssh "sudo umount -f /mount-9p": exit status 1 (341.87128ms)

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0127 13:18:37.336568  579936 retry.go:31] will retry after 726.165908ms: exit status 1
E0127 13:18:37.391993  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-378541 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-arm64 mount -p functional-378541 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-378541 /tmp/TestFunctionalparallelMountCmdVerifyCleanup4050409386/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-378541 /tmp/TestFunctionalparallelMountCmdVerifyCleanup4050409386/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-378541 /tmp/TestFunctionalparallelMountCmdVerifyCleanup4050409386/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (2.56s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (140.48s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 start -p ha-039776 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0127 13:20:53.529402  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 start -p ha-039776 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (2m19.622587928s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-039776 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (140.48s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (9.09s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.78s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (38.21s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-039776 -v=7 --alsologtostderr
E0127 13:21:21.233426  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:228: (dbg) Done: out/minikube-linux-arm64 node add -p ha-039776 -v=7 --alsologtostderr: (37.187352427s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-arm64 -p ha-039776 status -v=7 --alsologtostderr
ha_test.go:234: (dbg) Done: out/minikube-linux-arm64 -p ha-039776 status -v=7 --alsologtostderr: (1.017744947s)
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (38.21s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.13s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (1.18s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (19.55s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.72s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 13:22:31.812667  625425 out.go:345] Setting OutFile to fd 1 ...
	I0127 13:22:31.812821  625425 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:22:31.812827  625425 out.go:358] Setting ErrFile to fd 2...
	I0127 13:22:31.812832  625425 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:22:31.813110  625425 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
	I0127 13:22:31.813326  625425 out.go:352] Setting JSON to false
	I0127 13:22:31.813390  625425 mustload.go:65] Loading cluster: ha-039776
	I0127 13:22:31.813936  625425 config.go:182] Loaded profile config "ha-039776": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 13:22:31.813954  625425 status.go:174] checking status of ha-039776 ...
	I0127 13:22:31.815496  625425 cli_runner.go:164] Run: docker container inspect ha-039776 --format={{.State.Status}}
	I0127 13:22:31.815636  625425 notify.go:220] Checking for updates...
	I0127 13:22:31.837890  625425 status.go:371] ha-039776 host status = "Running" (err=<nil>)
	I0127 13:22:31.837915  625425 host.go:66] Checking if "ha-039776" exists ...
	I0127 13:22:31.838227  625425 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-039776
	I0127 13:22:31.867191  625425 host.go:66] Checking if "ha-039776" exists ...
	I0127 13:22:31.867588  625425 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 13:22:31.867666  625425 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-039776
	I0127 13:22:31.890427  625425 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33513 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/ha-039776/id_rsa Username:docker}
	I0127 13:22:31.977492  625425 ssh_runner.go:195] Run: systemctl --version
	I0127 13:22:31.981791  625425 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 13:22:31.994984  625425 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:22:32.074065  625425 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:4 ContainersRunning:3 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:48 OomKillDisable:true NGoroutines:73 SystemTime:2025-01-27 13:22:32.063626902 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:22:32.074679  625425 kubeconfig.go:125] found "ha-039776" server: "https://192.168.49.254:8443"
	I0127 13:22:32.074718  625425 api_server.go:166] Checking apiserver status ...
	I0127 13:22:32.074776  625425 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 13:22:32.087855  625425 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1430/cgroup
	I0127 13:22:32.100190  625425 api_server.go:182] apiserver freezer: "5:freezer:/docker/212c34d9144db78e6c92c3cd0c39f79d0183ee5a27f2f34b8e3f4d8cacf3f594/crio/crio-de0d5de20af02826f44fa0db7f02362a2c88aed903481b820d444ffccf48b481"
	I0127 13:22:32.100271  625425 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/212c34d9144db78e6c92c3cd0c39f79d0183ee5a27f2f34b8e3f4d8cacf3f594/crio/crio-de0d5de20af02826f44fa0db7f02362a2c88aed903481b820d444ffccf48b481/freezer.state
	I0127 13:22:32.109976  625425 api_server.go:204] freezer state: "THAWED"
	I0127 13:22:32.110010  625425 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0127 13:22:32.118476  625425 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0127 13:22:32.118508  625425 status.go:463] ha-039776 apiserver status = Running (err=<nil>)
	I0127 13:22:32.118519  625425 status.go:176] ha-039776 status: &{Name:ha-039776 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 13:22:32.118539  625425 status.go:174] checking status of ha-039776-m02 ...
	I0127 13:22:32.118872  625425 cli_runner.go:164] Run: docker container inspect ha-039776-m02 --format={{.State.Status}}
	I0127 13:22:32.137401  625425 status.go:371] ha-039776-m02 host status = "Stopped" (err=<nil>)
	I0127 13:22:32.137449  625425 status.go:384] host is not running, skipping remaining checks
	I0127 13:22:32.137458  625425 status.go:176] ha-039776-m02 status: &{Name:ha-039776-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 13:22:32.137484  625425 status.go:174] checking status of ha-039776-m03 ...
	I0127 13:22:32.137848  625425 cli_runner.go:164] Run: docker container inspect ha-039776-m03 --format={{.State.Status}}
	I0127 13:22:32.157228  625425 status.go:371] ha-039776-m03 host status = "Running" (err=<nil>)
	I0127 13:22:32.157253  625425 host.go:66] Checking if "ha-039776-m03" exists ...
	I0127 13:22:32.157617  625425 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-039776-m03
	I0127 13:22:32.175735  625425 host.go:66] Checking if "ha-039776-m03" exists ...
	I0127 13:22:32.176102  625425 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 13:22:32.176152  625425 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-039776-m03
	I0127 13:22:32.195582  625425 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33523 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/ha-039776-m03/id_rsa Username:docker}
	I0127 13:22:32.284325  625425 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 13:22:32.296834  625425 kubeconfig.go:125] found "ha-039776" server: "https://192.168.49.254:8443"
	I0127 13:22:32.296866  625425 api_server.go:166] Checking apiserver status ...
	I0127 13:22:32.296907  625425 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 13:22:32.312493  625425 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1333/cgroup
	I0127 13:22:32.322694  625425 api_server.go:182] apiserver freezer: "5:freezer:/docker/9cb3a5948e0ef76eaec9cd74babc75a2e9e1439bbd74a1079c29bab6138b2b59/crio/crio-1609ee8d84227ddb9b1af24746635a832ad385b9fa3b3413aab7444029fb8620"
	I0127 13:22:32.322778  625425 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/9cb3a5948e0ef76eaec9cd74babc75a2e9e1439bbd74a1079c29bab6138b2b59/crio/crio-1609ee8d84227ddb9b1af24746635a832ad385b9fa3b3413aab7444029fb8620/freezer.state
	I0127 13:22:32.332102  625425 api_server.go:204] freezer state: "THAWED"
	I0127 13:22:32.332131  625425 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0127 13:22:32.340229  625425 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0127 13:22:32.340258  625425 status.go:463] ha-039776-m03 apiserver status = Running (err=<nil>)
	I0127 13:22:32.340268  625425 status.go:176] ha-039776-m03 status: &{Name:ha-039776-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 13:22:32.340284  625425 status.go:174] checking status of ha-039776-m04 ...
	I0127 13:22:32.340588  625425 cli_runner.go:164] Run: docker container inspect ha-039776-m04 --format={{.State.Status}}
	I0127 13:22:32.360195  625425 status.go:371] ha-039776-m04 host status = "Running" (err=<nil>)
	I0127 13:22:32.360218  625425 host.go:66] Checking if "ha-039776-m04" exists ...
	I0127 13:22:32.360524  625425 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-039776-m04
	I0127 13:22:32.378506  625425 host.go:66] Checking if "ha-039776-m04" exists ...
	I0127 13:22:32.378814  625425 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 13:22:32.378866  625425 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-039776-m04
	I0127 13:22:32.396898  625425 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33528 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/ha-039776-m04/id_rsa Username:docker}
	I0127 13:22:32.488245  625425 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 13:22:32.504859  625425 status.go:176] ha-039776-m04 status: &{Name:ha-039776-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.77s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (20.91s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.31s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart
ha_test.go:281: (dbg) Run:  out/minikube-linux-arm64 profile list --output json
E0127 13:22:54.303095  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:22:54.314114  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:22:54.335794  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:22:54.357107  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:22:54.398416  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:22:54.479752  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:22:54.641187  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:22:54.962452  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:281: (dbg) Done: out/minikube-linux-arm64 profile list --output json: (1.305202264s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.31s)

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (150.37s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-039776 -v=7 --alsologtostderr
E0127 13:22:55.603848  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:464: (dbg) Run:  out/minikube-linux-arm64 stop -p ha-039776 -v=7 --alsologtostderr
E0127 13:22:56.885831  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:22:59.455140  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:23:04.577313  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:23:14.819300  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:464: (dbg) Done: out/minikube-linux-arm64 stop -p ha-039776 -v=7 --alsologtostderr: (37.109410576s)
ha_test.go:469: (dbg) Run:  out/minikube-linux-arm64 start -p ha-039776 --wait=true -v=7 --alsologtostderr
E0127 13:23:35.300718  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:24:16.262082  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:469: (dbg) Done: out/minikube-linux-arm64 start -p ha-039776 --wait=true -v=7 --alsologtostderr: (1m53.049029005s)
ha_test.go:474: (dbg) Run:  out/minikube-linux-arm64 node list -p ha-039776
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (150.37s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (12.64s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:489: (dbg) Run:  out/minikube-linux-arm64 -p ha-039776 node delete m03 -v=7 --alsologtostderr
ha_test.go:489: (dbg) Done: out/minikube-linux-arm64 -p ha-039776 node delete m03 -v=7 --alsologtostderr: (11.629829649s)
ha_test.go:495: (dbg) Run:  out/minikube-linux-arm64 -p ha-039776 status -v=7 --alsologtostderr
E0127 13:25:38.184062  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
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 (12.64s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.74s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.64s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:533: (dbg) Run:  out/minikube-linux-arm64 -p ha-039776 stop -v=7 --alsologtostderr
E0127 13:25:53.529456  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:533: (dbg) Done: out/minikube-linux-arm64 -p ha-039776 stop -v=7 --alsologtostderr: (35.515625347s)
ha_test.go:539: (dbg) Run:  out/minikube-linux-arm64 -p ha-039776 status -v=7 --alsologtostderr
ha_test.go:539: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-039776 status -v=7 --alsologtostderr: exit status 7 (123.105302ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 13:26:14.810058  639315 out.go:345] Setting OutFile to fd 1 ...
	I0127 13:26:14.810259  639315 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:26:14.810286  639315 out.go:358] Setting ErrFile to fd 2...
	I0127 13:26:14.810308  639315 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:26:14.810705  639315 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
	I0127 13:26:14.810991  639315 out.go:352] Setting JSON to false
	I0127 13:26:14.811098  639315 mustload.go:65] Loading cluster: ha-039776
	I0127 13:26:14.811721  639315 config.go:182] Loaded profile config "ha-039776": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 13:26:14.811748  639315 status.go:174] checking status of ha-039776 ...
	I0127 13:26:14.811239  639315 notify.go:220] Checking for updates...
	I0127 13:26:14.812858  639315 cli_runner.go:164] Run: docker container inspect ha-039776 --format={{.State.Status}}
	I0127 13:26:14.837999  639315 status.go:371] ha-039776 host status = "Stopped" (err=<nil>)
	I0127 13:26:14.838019  639315 status.go:384] host is not running, skipping remaining checks
	I0127 13:26:14.838026  639315 status.go:176] ha-039776 status: &{Name:ha-039776 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 13:26:14.838048  639315 status.go:174] checking status of ha-039776-m02 ...
	I0127 13:26:14.838358  639315 cli_runner.go:164] Run: docker container inspect ha-039776-m02 --format={{.State.Status}}
	I0127 13:26:14.856631  639315 status.go:371] ha-039776-m02 host status = "Stopped" (err=<nil>)
	I0127 13:26:14.856654  639315 status.go:384] host is not running, skipping remaining checks
	I0127 13:26:14.856662  639315 status.go:176] ha-039776-m02 status: &{Name:ha-039776-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 13:26:14.856684  639315 status.go:174] checking status of ha-039776-m04 ...
	I0127 13:26:14.856989  639315 cli_runner.go:164] Run: docker container inspect ha-039776-m04 --format={{.State.Status}}
	I0127 13:26:14.874699  639315 status.go:371] ha-039776-m04 host status = "Stopped" (err=<nil>)
	I0127 13:26:14.874721  639315 status.go:384] host is not running, skipping remaining checks
	I0127 13:26:14.874728  639315 status.go:176] ha-039776-m04 status: &{Name:ha-039776-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (103.39s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-linux-arm64 start -p ha-039776 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0127 13:27:54.302576  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:562: (dbg) Done: out/minikube-linux-arm64 start -p ha-039776 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m42.409417101s)
ha_test.go:568: (dbg) Run:  out/minikube-linux-arm64 -p ha-039776 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 (103.39s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.75s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (77.37s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-linux-arm64 node add -p ha-039776 --control-plane -v=7 --alsologtostderr
E0127 13:28:22.032856  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:607: (dbg) Done: out/minikube-linux-arm64 node add -p ha-039776 --control-plane -v=7 --alsologtostderr: (1m16.333531122s)
ha_test.go:613: (dbg) Run:  out/minikube-linux-arm64 -p ha-039776 status -v=7 --alsologtostderr
ha_test.go:613: (dbg) Done: out/minikube-linux-arm64 -p ha-039776 status -v=7 --alsologtostderr: (1.03500048s)
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (77.37s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.98s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (51.34s)

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

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

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

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.67s)

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

                                                
                                    
x
+
TestJSONOutput/unpause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/stop/Command (5.86s)

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

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestErrorJSONOutput (0.26s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"ca5fdd9c-4323-4e8d-8c79-a2f9bdc4b52f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-524649] minikube v1.35.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"9c039fe6-ecfc-4bbc-88bc-1abcad1c169b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20327"}}
	{"specversion":"1.0","id":"50c70ddc-f36d-429c-8670-95b74ce992b5","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":"7b4bd8c4-d632-4f97-af7c-1dc8db63ae28","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig"}}
	{"specversion":"1.0","id":"037d3b57-fddd-42f5-9a74-e2a837874042","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube"}}
	{"specversion":"1.0","id":"eae0e345-8f37-4061-94ef-d87e1457385b","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"6b36423c-7f2a-4ec6-b0e6-01503b3fba75","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"7d94a935-9e95-4dfc-b09a-4a9723353b17","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on linux/arm64","name":"DRV_UNSUPPORTED_OS","url":""}}

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

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (39.6s)

                                                
                                                
=== RUN   TestKicCustomNetwork/create_custom_network
kic_custom_network_test.go:57: (dbg) Run:  out/minikube-linux-arm64 start -p docker-network-800183 --network=
E0127 13:30:53.529423  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:57: (dbg) Done: out/minikube-linux-arm64 start -p docker-network-800183 --network=: (37.805146411s)
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
helpers_test.go:175: Cleaning up "docker-network-800183" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p docker-network-800183
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p docker-network-800183: (1.766965141s)
--- PASS: TestKicCustomNetwork/create_custom_network (39.60s)

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (31.26s)

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

                                                
                                    
x
+
TestKicExistingNetwork (37.84s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0127 13:31:39.970649  579936 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}}]}"
W0127 13:31:39.987199  579936 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
I0127 13:31:39.987291  579936 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0127 13:31:39.987308  579936 cli_runner.go:164] Run: docker network inspect existing-network
W0127 13:31:40.010612  579936 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0127 13:31:40.010676  579936 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
I0127 13:31:40.010691  579936 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I0127 13:31:40.010909  579936 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}}]}"
I0127 13:31:40.048332  579936 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-102e3586513e IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:fc:c4:34:9f} reservation:<nil>}
I0127 13:31:40.048814  579936 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:0x4001d53ac0}
I0127 13:31:40.048840  579936 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 ...
I0127 13:31:40.048909  579936 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
I0127 13:31:40.129587  579936 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-arm64 start -p existing-network-609421 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-arm64 start -p existing-network-609421 --network=existing-network: (35.629769929s)
helpers_test.go:175: Cleaning up "existing-network-609421" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p existing-network-609421
E0127 13:32:16.595012  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p existing-network-609421: (2.018130556s)
I0127 13:32:17.794774  579936 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (37.84s)

                                                
                                    
x
+
TestKicCustomSubnet (33.89s)

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

                                                
                                    
x
+
TestKicStaticIP (35.47s)

                                                
                                                
=== RUN   TestKicStaticIP
kic_custom_network_test.go:132: (dbg) Run:  out/minikube-linux-arm64 start -p static-ip-207289 --static-ip=192.168.200.200
E0127 13:32:54.302984  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
kic_custom_network_test.go:132: (dbg) Done: out/minikube-linux-arm64 start -p static-ip-207289 --static-ip=192.168.200.200: (33.122983908s)
kic_custom_network_test.go:138: (dbg) Run:  out/minikube-linux-arm64 -p static-ip-207289 ip
helpers_test.go:175: Cleaning up "static-ip-207289" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p static-ip-207289
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p static-ip-207289: (2.195253281s)
--- PASS: TestKicStaticIP (35.47s)

                                                
                                    
x
+
TestMainNoArgs (0.06s)

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

                                                
                                    
x
+
TestMinikubeProfile (73.03s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-896295 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-896295 --driver=docker  --container-runtime=crio: (33.4107476s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-899011 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-899011 --driver=docker  --container-runtime=crio: (33.70991584s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-896295
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile second-899011
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-899011" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-899011
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-899011: (2.066364207s)
helpers_test.go:175: Cleaning up "first-896295" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-896295
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-896295: (2.419612818s)
--- PASS: TestMinikubeProfile (73.03s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (9.22s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.27s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (6.62s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.27s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.65s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.21s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (8.7s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.26s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (79.36s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-573330 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0127 13:35:53.528799  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:96: (dbg) Done: out/minikube-linux-arm64 start -p multinode-573330 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m18.827573313s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-573330 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (79.36s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (6.43s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (1.01s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (32.37s)

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

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.11s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.69s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (10.11s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.29s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 13:37:22.448565  693266 out.go:345] Setting OutFile to fd 1 ...
	I0127 13:37:22.448685  693266 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:37:22.448696  693266 out.go:358] Setting ErrFile to fd 2...
	I0127 13:37:22.448702  693266 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:37:22.448920  693266 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
	I0127 13:37:22.449091  693266 out.go:352] Setting JSON to false
	I0127 13:37:22.449195  693266 notify.go:220] Checking for updates...
	I0127 13:37:22.449765  693266 mustload.go:65] Loading cluster: multinode-573330
	I0127 13:37:22.450374  693266 config.go:182] Loaded profile config "multinode-573330": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 13:37:22.450404  693266 status.go:174] checking status of multinode-573330 ...
	I0127 13:37:22.451126  693266 cli_runner.go:164] Run: docker container inspect multinode-573330 --format={{.State.Status}}
	I0127 13:37:22.472140  693266 status.go:371] multinode-573330 host status = "Running" (err=<nil>)
	I0127 13:37:22.472164  693266 host.go:66] Checking if "multinode-573330" exists ...
	I0127 13:37:22.472477  693266 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-573330
	I0127 13:37:22.499527  693266 host.go:66] Checking if "multinode-573330" exists ...
	I0127 13:37:22.499851  693266 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 13:37:22.499913  693266 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-573330
	I0127 13:37:22.518507  693266 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33633 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/multinode-573330/id_rsa Username:docker}
	I0127 13:37:22.608458  693266 ssh_runner.go:195] Run: systemctl --version
	I0127 13:37:22.612942  693266 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 13:37:22.624440  693266 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:37:22.678671  693266 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:40 OomKillDisable:true NGoroutines:63 SystemTime:2025-01-27 13:37:22.669643122 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:37:22.679349  693266 kubeconfig.go:125] found "multinode-573330" server: "https://192.168.67.2:8443"
	I0127 13:37:22.679389  693266 api_server.go:166] Checking apiserver status ...
	I0127 13:37:22.679445  693266 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 13:37:22.692678  693266 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1389/cgroup
	I0127 13:37:22.702073  693266 api_server.go:182] apiserver freezer: "5:freezer:/docker/e4038455d9e59f1849a6b2165f9b32be949def7214c93c7c167d77dee12e7847/crio/crio-2405d047a5c9334b57c689f84df91ce4147250b5f60f25c0590e48b6565d9bef"
	I0127 13:37:22.702161  693266 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/e4038455d9e59f1849a6b2165f9b32be949def7214c93c7c167d77dee12e7847/crio/crio-2405d047a5c9334b57c689f84df91ce4147250b5f60f25c0590e48b6565d9bef/freezer.state
	I0127 13:37:22.711212  693266 api_server.go:204] freezer state: "THAWED"
	I0127 13:37:22.711242  693266 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0127 13:37:22.719652  693266 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0127 13:37:22.719684  693266 status.go:463] multinode-573330 apiserver status = Running (err=<nil>)
	I0127 13:37:22.719700  693266 status.go:176] multinode-573330 status: &{Name:multinode-573330 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 13:37:22.719721  693266 status.go:174] checking status of multinode-573330-m02 ...
	I0127 13:37:22.720045  693266 cli_runner.go:164] Run: docker container inspect multinode-573330-m02 --format={{.State.Status}}
	I0127 13:37:22.739960  693266 status.go:371] multinode-573330-m02 host status = "Running" (err=<nil>)
	I0127 13:37:22.739988  693266 host.go:66] Checking if "multinode-573330-m02" exists ...
	I0127 13:37:22.740358  693266 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-573330-m02
	I0127 13:37:22.758738  693266 host.go:66] Checking if "multinode-573330-m02" exists ...
	I0127 13:37:22.759054  693266 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 13:37:22.759208  693266 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-573330-m02
	I0127 13:37:22.779198  693266 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33638 SSHKeyPath:/home/jenkins/minikube-integration/20327-574553/.minikube/machines/multinode-573330-m02/id_rsa Username:docker}
	I0127 13:37:22.872663  693266 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 13:37:22.886287  693266 status.go:176] multinode-573330-m02 status: &{Name:multinode-573330-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0127 13:37:22.886366  693266 status.go:174] checking status of multinode-573330-m03 ...
	I0127 13:37:22.886755  693266 cli_runner.go:164] Run: docker container inspect multinode-573330-m03 --format={{.State.Status}}
	I0127 13:37:22.904320  693266 status.go:371] multinode-573330-m03 host status = "Stopped" (err=<nil>)
	I0127 13:37:22.904343  693266 status.go:384] host is not running, skipping remaining checks
	I0127 13:37:22.904350  693266 status.go:176] multinode-573330-m03 status: &{Name:multinode-573330-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (10.16s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (81.52s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-573330
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-573330
E0127 13:37:54.303147  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-573330: (24.750405424s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-573330 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-573330 --wait=true -v=8 --alsologtostderr: (56.634806426s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-573330
--- PASS: TestMultiNode/serial/RestartKeepsNodes (81.52s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.28s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (24.09s)

                                                
                                                
=== RUN   TestMultiNode/serial/StopMultiNode
multinode_test.go:345: (dbg) Run:  out/minikube-linux-arm64 -p multinode-573330 stop
E0127 13:39:17.395274  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:345: (dbg) Done: out/minikube-linux-arm64 -p multinode-573330 stop: (23.881388463s)
multinode_test.go:351: (dbg) Run:  out/minikube-linux-arm64 -p multinode-573330 status
multinode_test.go:351: (dbg) Non-zero exit: out/minikube-linux-arm64 -p multinode-573330 status: exit status 7 (93.180137ms)

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 13:39:23.908445  700678 out.go:345] Setting OutFile to fd 1 ...
	I0127 13:39:23.908705  700678 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:39:23.908736  700678 out.go:358] Setting ErrFile to fd 2...
	I0127 13:39:23.908763  700678 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:39:23.909156  700678 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
	I0127 13:39:23.909435  700678 out.go:352] Setting JSON to false
	I0127 13:39:23.909536  700678 mustload.go:65] Loading cluster: multinode-573330
	I0127 13:39:23.909597  700678 notify.go:220] Checking for updates...
	I0127 13:39:23.910742  700678 config.go:182] Loaded profile config "multinode-573330": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 13:39:23.910770  700678 status.go:174] checking status of multinode-573330 ...
	I0127 13:39:23.911352  700678 cli_runner.go:164] Run: docker container inspect multinode-573330 --format={{.State.Status}}
	I0127 13:39:23.931467  700678 status.go:371] multinode-573330 host status = "Stopped" (err=<nil>)
	I0127 13:39:23.931488  700678 status.go:384] host is not running, skipping remaining checks
	I0127 13:39:23.931496  700678 status.go:176] multinode-573330 status: &{Name:multinode-573330 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 13:39:23.931527  700678 status.go:174] checking status of multinode-573330-m02 ...
	I0127 13:39:23.931825  700678 cli_runner.go:164] Run: docker container inspect multinode-573330-m02 --format={{.State.Status}}
	I0127 13:39:23.957632  700678 status.go:371] multinode-573330-m02 host status = "Stopped" (err=<nil>)
	I0127 13:39:23.957657  700678 status.go:384] host is not running, skipping remaining checks
	I0127 13:39:23.957664  700678 status.go:176] multinode-573330-m02 status: &{Name:multinode-573330-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (52.17s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-573330 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
multinode_test.go:376: (dbg) Done: out/minikube-linux-arm64 start -p multinode-573330 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (51.491032324s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-arm64 -p multinode-573330 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 (52.17s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (32.81s)

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

                                                
                                                
-- stdout --
	* [multinode-573330-m02] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=20327
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

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

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

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

                                                
                                    
x
+
TestPreload (139.14s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-096932 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0127 13:40:53.529267  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-096932 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m35.372493687s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-096932 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-096932 image pull gcr.io/k8s-minikube/busybox: (3.417074909s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-096932
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-096932: (5.820116374s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-096932 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio
E0127 13:42:54.303143  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-096932 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (31.975593339s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-096932 image list
helpers_test.go:175: Cleaning up "test-preload-096932" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-096932
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-096932: (2.326426175s)
--- PASS: TestPreload (139.14s)

                                                
                                    
x
+
TestScheduledStopUnix (108.56s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-arm64 start -p scheduled-stop-797679 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-arm64 start -p scheduled-stop-797679 --memory=2048 --driver=docker  --container-runtime=crio: (31.882580322s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-797679 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-arm64 status --format={{.TimeToStop}} -p scheduled-stop-797679 -n scheduled-stop-797679
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-797679 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I0127 13:43:44.585609  579936 retry.go:31] will retry after 60.392µs: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.591152  579936 retry.go:31] will retry after 149.612µs: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.592301  579936 retry.go:31] will retry after 321.16µs: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.593418  579936 retry.go:31] will retry after 385.07µs: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.594532  579936 retry.go:31] will retry after 277.9µs: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.595647  579936 retry.go:31] will retry after 1.030836ms: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.596789  579936 retry.go:31] will retry after 739.184µs: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.597887  579936 retry.go:31] will retry after 1.391792ms: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.600047  579936 retry.go:31] will retry after 3.669995ms: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.604219  579936 retry.go:31] will retry after 2.20777ms: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.607425  579936 retry.go:31] will retry after 2.957078ms: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.610602  579936 retry.go:31] will retry after 4.929597ms: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.615837  579936 retry.go:31] will retry after 8.14376ms: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.625062  579936 retry.go:31] will retry after 28.91001ms: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.654353  579936 retry.go:31] will retry after 16.537069ms: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
I0127 13:43:44.671600  579936 retry.go:31] will retry after 33.687038ms: open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/scheduled-stop-797679/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-797679 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p scheduled-stop-797679 -n scheduled-stop-797679
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-797679
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-797679 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-797679
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p scheduled-stop-797679: exit status 7 (80.542964ms)

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (10.79s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"41a3c8b3-5010-4069-8a38-c3da6639b303","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-801347] minikube v1.35.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"b2b692b2-2c81-4091-8d20-f66057b2bf58","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20327"}}
	{"specversion":"1.0","id":"eec3b46e-c34b-48e5-bcd8-7ebae7ed9057","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":"491b27f7-6ad9-47d4-8206-c96ad543bded","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig"}}
	{"specversion":"1.0","id":"46670c01-1f91-45ae-a93c-7ce83a51a8ef","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube"}}
	{"specversion":"1.0","id":"c2f9ada5-fdd6-4328-b63b-82be919df470","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-arm64"}}
	{"specversion":"1.0","id":"b4c4d6a2-e4d1-4285-a1c9-d09b78db8228","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"bba3b91a-2298-42a9-9641-3cf63958f988","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":"bacc6334-e856-49fd-8bb6-c81878f59095","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":"5a80e4a5-f7ab-49a5-93fe-e2f20fd64fcb","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":"e79e3cff-2316-4698-86aa-563be07956fe","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":"ef587f7a-9fd1-4f92-810e-da1b43ec8def","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-801347\" primary control-plane node in \"insufficient-storage-801347\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"c206394a-3c7f-4774-ab95-10f5ac1ea5aa","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 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"58472c7e-0b44-406a-a2b3-566d447ecd24","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":"ad5f3c5a-1849-4773-be7c-dd01c0312473","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0127 13:45:09.290867  718473 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-801347" does not appear in /home/jenkins/minikube-integration/20327-574553/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0127 13:45:09.585251  718534 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-801347" does not appear in /home/jenkins/minikube-integration/20327-574553/kubeconfig
	E0127 13:45:09.595539  718534 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/insufficient-storage-801347/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (64.41s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.583518928 start -p running-upgrade-279065 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.583518928 start -p running-upgrade-279065 --memory=2200 --vm-driver=docker  --container-runtime=crio: (35.622203767s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-279065 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-arm64 start -p running-upgrade-279065 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (25.298646684s)
helpers_test.go:175: Cleaning up "running-upgrade-279065" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-279065
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-279065: (2.732418965s)
--- PASS: TestRunningBinaryUpgrade (64.41s)

                                                
                                    
x
+
TestKubernetesUpgrade (395.66s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-219043] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=20327
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestMissingContainerUpgrade (154.52s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.376513918 start -p missing-upgrade-525315 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.376513918 start -p missing-upgrade-525315 --memory=2200 --driver=docker  --container-runtime=crio: (1m25.229739391s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-525315
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-525315: (10.447458192s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-525315
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-525315 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-arm64 start -p missing-upgrade-525315 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (55.693639616s)
helpers_test.go:175: Cleaning up "missing-upgrade-525315" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-525315
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-525315: (2.109251632s)
--- PASS: TestMissingContainerUpgrade (154.52s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.1s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-720735] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=20327
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-arm64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (40.88s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (7.28s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartWithStopK8s
no_kubernetes_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-720735 --no-kubernetes --driver=docker  --container-runtime=crio
E0127 13:45:53.529572  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
no_kubernetes_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-720735 --no-kubernetes --driver=docker  --container-runtime=crio: (4.811982179s)
no_kubernetes_test.go:200: (dbg) Run:  out/minikube-linux-arm64 -p NoKubernetes-720735 status -o json
no_kubernetes_test.go:200: (dbg) Non-zero exit: out/minikube-linux-arm64 -p NoKubernetes-720735 status -o json: exit status 2 (374.230312ms)

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (10.69s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.35s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.22s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.28s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (7.38s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.32s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.71s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (85.08s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.143141890 start -p stopped-upgrade-301108 --memory=2200 --vm-driver=docker  --container-runtime=crio
E0127 13:47:54.303410  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.143141890 start -p stopped-upgrade-301108 --memory=2200 --vm-driver=docker  --container-runtime=crio: (45.106171985s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.143141890 -p stopped-upgrade-301108 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.143141890 -p stopped-upgrade-301108 stop: (2.480806892s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-301108 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
E0127 13:48:56.597018  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-301108 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (37.493889671s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (85.08s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.44s)

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

                                                
                                    
x
+
TestPause/serial/Start (53.11s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-arm64 start -p pause-116032 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio
E0127 13:50:53.529354  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
pause_test.go:80: (dbg) Done: out/minikube-linux-arm64 start -p pause-116032 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (53.105996117s)
--- PASS: TestPause/serial/Start (53.11s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (23.16s)

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

                                                
                                    
x
+
TestPause/serial/Pause (0.78s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.33s)

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.78s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (1.17s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.75s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.53s)

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

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (3.96s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 13:52:29.174897  758200 out.go:345] Setting OutFile to fd 1 ...
	I0127 13:52:29.175048  758200 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:52:29.175086  758200 out.go:358] Setting ErrFile to fd 2...
	I0127 13:52:29.175095  758200 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 13:52:29.175488  758200 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20327-574553/.minikube/bin
	I0127 13:52:29.176036  758200 out.go:352] Setting JSON to false
	I0127 13:52:29.178242  758200 start.go:129] hostinfo: {"hostname":"ip-172-31-31-251","uptime":16497,"bootTime":1737969453,"procs":185,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1075-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0127 13:52:29.178673  758200 start.go:139] virtualization:  
	I0127 13:52:29.182528  758200 out.go:177] * [false-226437] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0127 13:52:29.186423  758200 out.go:177]   - MINIKUBE_LOCATION=20327
	I0127 13:52:29.186541  758200 notify.go:220] Checking for updates...
	I0127 13:52:29.192489  758200 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 13:52:29.195456  758200 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20327-574553/kubeconfig
	I0127 13:52:29.198376  758200 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20327-574553/.minikube
	I0127 13:52:29.201190  758200 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0127 13:52:29.204094  758200 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 13:52:29.207698  758200 config.go:182] Loaded profile config "kubernetes-upgrade-219043": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
	I0127 13:52:29.207851  758200 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 13:52:29.236504  758200 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 13:52:29.236616  758200 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 13:52:29.299234  758200 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:34 OomKillDisable:true NGoroutines:54 SystemTime:2025-01-27 13:52:29.286209983 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1075-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214839296 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4]] Warnings:<nil>}}
	I0127 13:52:29.299346  758200 docker.go:318] overlay module found
	I0127 13:52:29.302516  758200 out.go:177] * Using the docker driver based on user configuration
	I0127 13:52:29.305322  758200 start.go:297] selected driver: docker
	I0127 13:52:29.305339  758200 start.go:901] validating driver "docker" against <nil>
	I0127 13:52:29.305353  758200 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 13:52:29.308947  758200 out.go:201] 
	W0127 13:52:29.311801  758200 out.go:270] X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	I0127 13:52:29.314575  758200 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20327-574553/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 27 Jan 2025 13:52:25 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-219043
contexts:
- context:
cluster: kubernetes-upgrade-219043
extensions:
- extension:
last-update: Mon, 27 Jan 2025 13:52:25 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: context_info
namespace: default
user: kubernetes-upgrade-219043
name: kubernetes-upgrade-219043
current-context: kubernetes-upgrade-219043
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-219043
user:
client-certificate: /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/kubernetes-upgrade-219043/client.crt
client-key: /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/kubernetes-upgrade-219043/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-667908 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
E0127 13:55:53.528778  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 13:55:57.396728  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-667908 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (3m4.226618243s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (184.23s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-667908 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" [b1970afd-df20-4932-842c-92d31d14485a] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [b1970afd-df20-4932-842c-92d31d14485a] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 10.004797737s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-667908 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (10.74s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p old-k8s-version-667908 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p old-k8s-version-667908 --alsologtostderr -v=3: (12.20674799s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (12.21s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p old-k8s-version-667908 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-667908 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (2m23.836649193s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-667908 -n old-k8s-version-667908
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (144.23s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-044415 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" [30b1b682-4438-449f-84c2-8848dbe1a680] Pending
helpers_test.go:344: "busybox" [30b1b682-4438-449f-84c2-8848dbe1a680] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [30b1b682-4438-449f-84c2-8848dbe1a680] Running
E0127 13:57:54.303047  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/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 9.00516558s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-044415 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.56s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p default-k8s-diff-port-044415 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-044415 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (5m2.943448823s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-044415 -n default-k8s-diff-port-044415
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (303.32s)

                                                
                                    
x
+
TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.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" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-tnx5x" [f73c6383-5326-4ebf-ac12-8b59cd2a5860] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004630049s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-tnx5x" [f73c6383-5326-4ebf-ac12-8b59cd2a5860] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.021113043s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context old-k8s-version-667908 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.18s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p old-k8s-version-667908 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:v20240202-8f1494ea
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages (0.33s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-216491 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
E0127 14:00:53.529104  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-216491 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (51.473372313s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (51.47s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-216491 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" [ac432055-31df-4b81-9eb6-6afada32cee2] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [ac432055-31df-4b81-9eb6-6afada32cee2] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 10.004477371s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-216491 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (10.39s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p embed-certs-216491 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p embed-certs-216491 --alsologtostderr -v=3: (11.935004365s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (11.94s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-216491 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
E0127 14:02:02.911057  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:02.917532  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:02.929008  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:02.950428  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:02.992644  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:03.074167  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:03.235748  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:03.557642  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:04.199412  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:05.481126  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:08.043246  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:13.165011  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:23.407209  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:43.889265  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:02:54.302587  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-216491 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (4m55.649883443s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-216491 -n embed-certs-216491
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (296.06s)

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

                                                
                                                
=== 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-rt5jc" [5e82b13b-a588-4a5f-af44-9f3c6912d79c] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003223412s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== 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-rt5jc" [5e82b13b-a588-4a5f-af44-9f3c6912d79c] Running
E0127 14:03:24.850789  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003185734s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context default-k8s-diff-port-044415 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (6.10s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p default-k8s-diff-port-044415 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241108-5c6d2daf
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
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.25s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-522182 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-522182 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (1m3.147498643s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (63.15s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-522182 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" [fe49b5b7-d097-44bd-b1e3-4b4b0619e229] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [fe49b5b7-d097-44bd-b1e3-4b4b0619e229] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 9.003516936s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-522182 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (9.35s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/EnableAddonWhileActive
start_stop_delete_test.go:203: (dbg) Run:  out/minikube-linux-arm64 addons enable metrics-server -p no-preload-522182 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
E0127 14:04:46.772114  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:203: (dbg) Done: out/minikube-linux-arm64 addons enable metrics-server -p no-preload-522182 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.009301213s)
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context no-preload-522182 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/no-preload/serial/EnableAddonWhileActive (1.11s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p no-preload-522182 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p no-preload-522182 --alsologtostderr -v=3: (11.90684234s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (11.91s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-522182 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1
E0127 14:05:36.598429  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:05:53.529168  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-522182 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.32.1: (4m35.810086961s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p no-preload-522182 -n no-preload-522182
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (276.20s)

                                                
                                    
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-69pll" [e52ad675-9814-4b28-9ba3-c35148feda6a] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003854985s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go: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-69pll" [e52ad675-9814-4b28-9ba3-c35148feda6a] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003748667s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context embed-certs-216491 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.10s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-244003 --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=crio --kubernetes-version=v1.32.1
E0127 14:07:02.910756  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-244003 --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=crio --kubernetes-version=v1.32.1: (36.838883982s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (36.84s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:226: (dbg) Run:  out/minikube-linux-arm64 stop -p newest-cni-244003 --alsologtostderr -v=3
start_stop_delete_test.go:226: (dbg) Done: out/minikube-linux-arm64 stop -p newest-cni-244003 --alsologtostderr -v=3: (1.307627739s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (1.31s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-244003 --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=crio --kubernetes-version=v1.32.1
E0127 14:07:30.614405  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/old-k8s-version-667908/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p newest-cni-244003 --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=crio --kubernetes-version=v1.32.1: (16.25189486s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p newest-cni-244003 -n newest-cni-244003
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (16.80s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p newest-cni-244003 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20241108-5c6d2daf
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.37s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p auto-226437 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio
E0127 14:07:48.988323  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:48.994847  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:49.006305  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:49.027745  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:49.070093  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:49.151572  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:49.313160  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:49.634974  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:50.277251  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:51.559194  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:54.121443  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:54.303357  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:07:59.242858  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:08:09.484339  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:08:29.965710  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p auto-226437 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio: (51.325863009s)
--- PASS: TestNetworkPlugins/group/auto/Start (51.33s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p auto-226437 "pgrep -a kubelet"
I0127 14:08:31.803824  579936 config.go:182] Loaded profile config "auto-226437": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.28s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-226437 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-jlrh5" [c8e63255-5713-46db-b4e5-1e6e614f78e7] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-jlrh5" [c8e63255-5713-46db-b4e5-1e6e614f78e7] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 10.005130161s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (10.31s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kindnet-226437 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio
E0127 14:09:10.927121  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kindnet-226437 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (54.422811139s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (54.42s)

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

                                                
                                                
=== 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-7jxtd" [f0e394f0-88f8-44ac-b4e2-0476678c8acc] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003861328s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-7jxtd" [f0e394f0-88f8-44ac-b4e2-0476678c8acc] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003913359s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context no-preload-522182 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.09s)

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

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

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

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

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

                                                
                                                
-- 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-arm64 unpause -p no-preload-522182 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p no-preload-522182 -n no-preload-522182
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p no-preload-522182 -n no-preload-522182
--- PASS: TestStartStop/group/no-preload/serial/Pause (3.10s)
E0127 14:14:13.057897  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/auto-226437/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:14:36.952173  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:14:36.958604  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:14:36.969982  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:14:36.991474  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:14:37.032976  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:14:37.114689  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:14:37.276769  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:14:37.598458  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:14:38.240091  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:14:39.522341  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"

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

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

                                                
                                    
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-4nn9f" [855ba02c-7145-4af4-96e1-4b74d2322e12] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.00393309s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p kindnet-226437 "pgrep -a kubelet"
I0127 14:10:04.828362  579936 config.go:182] Loaded profile config "kindnet-226437": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.39s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-226437 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-h8zmf" [b289e8f7-d12a-4c59-bcb7-f1ace89af0f7] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-h8zmf" [b289e8f7-d12a-4c59-bcb7-f1ace89af0f7] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 13.003930232s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (13.40s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p custom-flannel-226437 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio
E0127 14:10:53.528692  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/addons-577881/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p custom-flannel-226437 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio: (1m1.137452496s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (61.14s)

                                                
                                    
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-ptvsm" [3a7da2ee-ca1a-4a89-b3d5-4dd72ab723b5] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.009905499s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p calico-226437 "pgrep -a kubelet"
I0127 14:11:14.015411  579936 config.go:182] Loaded profile config "calico-226437": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.43s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-226437 replace --force -f testdata/netcat-deployment.yaml
I0127 14:11:14.422333  579936 kapi.go:136] Waiting for deployment netcat to stabilize, generation 1 observed generation 1 spec.replicas 1 status.replicas 0
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-ch2xm" [677726f9-4116-4421-afc4-8fabda7c5123] Pending
helpers_test.go:344: "netcat-5d86dc444-ch2xm" [677726f9-4116-4421-afc4-8fabda7c5123] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-ch2xm" [677726f9-4116-4421-afc4-8fabda7c5123] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 15.003687381s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (15.41s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p custom-flannel-226437 "pgrep -a kubelet"
I0127 14:11:45.205105  579936 config.go:182] Loaded profile config "custom-flannel-226437": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.46s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-226437 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-7qmsm" [92b2a2cb-5970-42ba-bbf6-3b4707b8673d] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-7qmsm" [92b2a2cb-5970-42ba-bbf6-3b4707b8673d] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 12.005388579s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (12.52s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p flannel-226437 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio
E0127 14:12:37.398314  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:12:48.988280  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:12:54.303494  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/functional-378541/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:13:16.692506  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/default-k8s-diff-port-044415/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p flannel-226437 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio: (1m3.175196257s)
--- PASS: TestNetworkPlugins/group/flannel/Start (63.18s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p enable-default-cni-226437 "pgrep -a kubelet"
I0127 14:13:19.331930  579936 config.go:182] Loaded profile config "enable-default-cni-226437": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.30s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-226437 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-g49j2" [68a53b4c-0910-44ac-bd99-f963a188d342] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-g49j2" [68a53b4c-0910-44ac-bd99-f963a188d342] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 11.003442927s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (11.28s)

                                                
                                    
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-2ngzc" [8f697887-2c6b-4d5f-9d54-2a018572c36d] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.004286899s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p flannel-226437 "pgrep -a kubelet"
E0127 14:13:33.368763  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/auto-226437/client.crt: no such file or directory" logger="UnhandledError"
I0127 14:13:33.404734  579936 config.go:182] Loaded profile config "flannel-226437": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.31s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-226437 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-t8pnw" [dd46cec7-a972-4c0c-bc84-5b2ce21a2963] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0127 14:13:34.650179  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/auto-226437/client.crt: no such file or directory" logger="UnhandledError"
E0127 14:13:37.212130  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/auto-226437/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-t8pnw" [dd46cec7-a972-4c0c-bc84-5b2ce21a2963] Running
E0127 14:13:42.334137  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/auto-226437/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 11.00425063s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (11.28s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p bridge-226437 "pgrep -a kubelet"
I0127 14:14:40.080932  579936 config.go:182] Loaded profile config "bridge-226437": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.34s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-226437 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-5x4lh" [3f1822ca-02be-41cb-873d-223d21b11391] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0127 14:14:42.083765  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-5x4lh" [3f1822ca-02be-41cb-873d-223d21b11391] Running
E0127 14:14:47.205547  579936 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/no-preload-522182/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 10.004068673s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (10.30s)

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

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

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

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

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

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

                                                
                                    

Test skip (31/330)

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

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (0.59s)

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

                                                
                                    
x
+
TestOffline (0s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

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

                                                
                                    
x
+
TestAddons/serial/Volcano (0.32s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:789: skipping: crio not supported
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-577881 addons disable volcano --alsologtostderr -v=1
--- SKIP: TestAddons/serial/Volcano (0.32s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/RealCredentials
addons_test.go:698: This test requires a GCE instance (excluding Cloud Shell) with a container based driver
--- 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
+
TestAddons/parallel/AmdGpuDevicePlugin (0s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/AmdGpuDevicePlugin
addons_test.go:972: skip amd gpu test on all but docker driver and amd64 platform
--- SKIP: TestAddons/parallel/AmdGpuDevicePlugin (0.00s)

                                                
                                    
x
+
TestDockerFlags (0s)

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

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

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

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperKitDriverInstallOrUpdate (0s)

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

                                                
                                    
x
+
TestHyperkitDriverSkipUpgrade (0s)

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild (0s)

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

                                                
                                    
x
+
TestChangeNoneUser (0s)

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

                                                
                                    
x
+
TestScheduledStopWindows (0s)

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

                                                
                                    
x
+
TestSkaffold (0s)

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

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (4.27s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20327-574553/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 27 Jan 2025 13:52:25 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-219043
contexts:
- context:
cluster: kubernetes-upgrade-219043
extensions:
- extension:
last-update: Mon, 27 Jan 2025 13:52:25 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: context_info
namespace: default
user: kubernetes-upgrade-219043
name: kubernetes-upgrade-219043
current-context: kubernetes-upgrade-219043
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-219043
user:
client-certificate: /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/kubernetes-upgrade-219043/client.crt
client-key: /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/kubernetes-upgrade-219043/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (4.68s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20327-574553/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 27 Jan 2025 13:52:25 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.76.2:8443
name: kubernetes-upgrade-219043
contexts:
- context:
cluster: kubernetes-upgrade-219043
extensions:
- extension:
last-update: Mon, 27 Jan 2025 13:52:25 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: context_info
namespace: default
user: kubernetes-upgrade-219043
name: kubernetes-upgrade-219043
current-context: kubernetes-upgrade-219043
kind: Config
preferences: {}
users:
- name: kubernetes-upgrade-219043
user:
client-certificate: /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/kubernetes-upgrade-219043/client.crt
client-key: /home/jenkins/minikube-integration/20327-574553/.minikube/profiles/kubernetes-upgrade-219043/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
Copied to clipboard