Test Report: Docker_Linux_containerd_arm64 20720

                    
                      b7440dc9e9eb90138d871b2ff610c46584e06ed3:2025-05-10:39516
                    
                

Test fail (4/331)

Order failed test Duration
53 TestDockerEnvContainerd 46.86
58 TestErrorSpam/setup 31.9
90 TestFunctional/parallel/DashboardCmd 302.91
99 TestFunctional/parallel/PersistentVolumeClaim 189.69
x
+
TestDockerEnvContainerd (46.86s)

                                                
                                                
=== RUN   TestDockerEnvContainerd
docker_test.go:170: running with containerd true linux arm64
docker_test.go:181: (dbg) Run:  out/minikube-linux-arm64 start -p dockerenv-940737 --driver=docker  --container-runtime=containerd
docker_test.go:181: (dbg) Done: out/minikube-linux-arm64 start -p dockerenv-940737 --driver=docker  --container-runtime=containerd: (29.121038399s)
docker_test.go:189: (dbg) Run:  /bin/bash -c "out/minikube-linux-arm64 docker-env --ssh-host --ssh-add -p dockerenv-940737"
docker_test.go:189: (dbg) Done: /bin/bash -c "out/minikube-linux-arm64 docker-env --ssh-host --ssh-add -p dockerenv-940737": (1.132297345s)
docker_test.go:220: (dbg) Run:  /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-avXcaEN8zW6w/agent.604851" SSH_AGENT_PID="604852" DOCKER_HOST=ssh://docker@127.0.0.1:33509 docker version"
docker_test.go:243: (dbg) Run:  /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-avXcaEN8zW6w/agent.604851" SSH_AGENT_PID="604852" DOCKER_HOST=ssh://docker@127.0.0.1:33509 DOCKER_BUILDKIT=0 docker build -t local/minikube-dockerenv-containerd-test:latest testdata/docker-env"
docker_test.go:243: (dbg) Non-zero exit: /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-avXcaEN8zW6w/agent.604851" SSH_AGENT_PID="604852" DOCKER_HOST=ssh://docker@127.0.0.1:33509 DOCKER_BUILDKIT=0 docker build -t local/minikube-dockerenv-containerd-test:latest testdata/docker-env": exit status 1 (1.155771901s)

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

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

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

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

                                                
                                                
** /stderr **
docker_test.go:250: (dbg) Run:  /bin/bash -c "SSH_AUTH_SOCK="/tmp/ssh-avXcaEN8zW6w/agent.604851" SSH_AGENT_PID="604852" DOCKER_HOST=ssh://docker@127.0.0.1:33509 docker image ls"
docker_test.go:255: failed to detect image 'local/minikube-dockerenv-containerd-test' in output of docker image ls
panic.go:631: *** TestDockerEnvContainerd FAILED at 2025-05-10 17:27:33.942285098 +0000 UTC m=+525.432608105
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestDockerEnvContainerd]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect dockerenv-940737
helpers_test.go:235: (dbg) docker inspect dockerenv-940737:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "c1c9d1926fbc51109bf73958424ea306d70779d30655e2f4aecb4ca703d2b633",
	        "Created": "2025-05-10T17:26:56.667792995Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 602346,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-05-10T17:26:56.728000706Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:8d0051f61c70b78ce0d27f52d63d179360406349b05070abb34de548473ac66d",
	        "ResolvConfPath": "/var/lib/docker/containers/c1c9d1926fbc51109bf73958424ea306d70779d30655e2f4aecb4ca703d2b633/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/c1c9d1926fbc51109bf73958424ea306d70779d30655e2f4aecb4ca703d2b633/hostname",
	        "HostsPath": "/var/lib/docker/containers/c1c9d1926fbc51109bf73958424ea306d70779d30655e2f4aecb4ca703d2b633/hosts",
	        "LogPath": "/var/lib/docker/containers/c1c9d1926fbc51109bf73958424ea306d70779d30655e2f4aecb4ca703d2b633/c1c9d1926fbc51109bf73958424ea306d70779d30655e2f4aecb4ca703d2b633-json.log",
	        "Name": "/dockerenv-940737",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "dockerenv-940737:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "dockerenv-940737",
	            "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": 2306867200,
	            "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": 4613734400,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "c1c9d1926fbc51109bf73958424ea306d70779d30655e2f4aecb4ca703d2b633",
	                "LowerDir": "/var/lib/docker/overlay2/910434af93154f9ad5e8510e0ac8fee29eb3c02dfaca4d62a3434f2d62bdfe80-init/diff:/var/lib/docker/overlay2/f53757f84525a314b7d3e39a04ce4e97d75f5bc16e7ee6805bc71f60238b3710/diff",
	                "MergedDir": "/var/lib/docker/overlay2/910434af93154f9ad5e8510e0ac8fee29eb3c02dfaca4d62a3434f2d62bdfe80/merged",
	                "UpperDir": "/var/lib/docker/overlay2/910434af93154f9ad5e8510e0ac8fee29eb3c02dfaca4d62a3434f2d62bdfe80/diff",
	                "WorkDir": "/var/lib/docker/overlay2/910434af93154f9ad5e8510e0ac8fee29eb3c02dfaca4d62a3434f2d62bdfe80/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "dockerenv-940737",
	                "Source": "/var/lib/docker/volumes/dockerenv-940737/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "dockerenv-940737",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "dockerenv-940737",
	                "name.minikube.sigs.k8s.io": "dockerenv-940737",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "aa655f6017abf72f99be434c8b8bb13d04f63b180db47d05c4c2451b4a2b525d",
	            "SandboxKey": "/var/run/docker/netns/aa655f6017ab",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33509"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33510"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33513"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33511"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33512"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "dockerenv-940737": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "16:01:fb:41:9e:10",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "ae0bacdc3ac5b3524d444215fc195e76a03a75cf5cd2a148a0e9741922d9361a",
	                    "EndpointID": "c2c5b9cb3a290efeda2540d4f5e147cd05f14e98b91e3effc201546717d0afa7",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "dockerenv-940737",
	                        "c1c9d1926fbc"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p dockerenv-940737 -n dockerenv-940737
helpers_test.go:244: <<< TestDockerEnvContainerd FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestDockerEnvContainerd]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p dockerenv-940737 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p dockerenv-940737 logs -n 25: (1.259036246s)
helpers_test.go:252: TestDockerEnvContainerd logs: 
-- stdout --
	
	==> Audit <==
	|------------|---------------------------------------------------------------------------------------------|------------------|---------|---------|---------------------|---------------------|
	|  Command   |                                            Args                                             |     Profile      |  User   | Version |     Start Time      |      End Time       |
	|------------|---------------------------------------------------------------------------------------------|------------------|---------|---------|---------------------|---------------------|
	| addons     | addons-901642 addons disable                                                                | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:24 UTC | 10 May 25 17:24 UTC |
	|            | gcp-auth --alsologtostderr                                                                  |                  |         |         |                     |                     |
	|            | -v=1                                                                                        |                  |         |         |                     |                     |
	| addons     | enable headlamp                                                                             | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:24 UTC | 10 May 25 17:24 UTC |
	|            | -p addons-901642                                                                            |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1                                                                      |                  |         |         |                     |                     |
	| addons     | addons-901642 addons disable                                                                | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:24 UTC | 10 May 25 17:24 UTC |
	|            | headlamp --alsologtostderr                                                                  |                  |         |         |                     |                     |
	|            | -v=1                                                                                        |                  |         |         |                     |                     |
	| ip         | addons-901642 ip                                                                            | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:24 UTC | 10 May 25 17:24 UTC |
	| addons     | addons-901642 addons disable                                                                | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:24 UTC | 10 May 25 17:24 UTC |
	|            | registry --alsologtostderr                                                                  |                  |         |         |                     |                     |
	|            | -v=1                                                                                        |                  |         |         |                     |                     |
	| addons     | addons-901642 addons                                                                        | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | disable metrics-server                                                                      |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1                                                                      |                  |         |         |                     |                     |
	| addons     | addons-901642 addons                                                                        | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | disable inspektor-gadget                                                                    |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1                                                                      |                  |         |         |                     |                     |
	| ssh        | addons-901642 ssh curl -s                                                                   | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | http://127.0.0.1/ -H 'Host:                                                                 |                  |         |         |                     |                     |
	|            | nginx.example.com'                                                                          |                  |         |         |                     |                     |
	| ip         | addons-901642 ip                                                                            | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	| addons     | addons-901642 addons disable                                                                | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | ingress-dns --alsologtostderr                                                               |                  |         |         |                     |                     |
	|            | -v=1                                                                                        |                  |         |         |                     |                     |
	| addons     | addons-901642 addons                                                                        | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | disable volumesnapshots                                                                     |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1                                                                      |                  |         |         |                     |                     |
	| addons     | addons-901642 addons disable                                                                | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | ingress --alsologtostderr -v=1                                                              |                  |         |         |                     |                     |
	| addons     | addons-901642 addons                                                                        | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | disable csi-hostpath-driver                                                                 |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1                                                                      |                  |         |         |                     |                     |
	| addons     | addons-901642 addons                                                                        | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | disable nvidia-device-plugin                                                                |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1                                                                      |                  |         |         |                     |                     |
	| addons     | addons-901642 addons disable                                                                | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | yakd --alsologtostderr -v=1                                                                 |                  |         |         |                     |                     |
	| ssh        | addons-901642 ssh cat                                                                       | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | /opt/local-path-provisioner/pvc-efa37df7-607e-46cc-9ade-33bb5dca9c33_default_test-pvc/file1 |                  |         |         |                     |                     |
	| addons     | addons-901642 addons disable                                                                | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:26 UTC |
	|            | storage-provisioner-rancher                                                                 |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1                                                                      |                  |         |         |                     |                     |
	| addons     | addons-901642 addons                                                                        | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:25 UTC | 10 May 25 17:25 UTC |
	|            | disable cloud-spanner                                                                       |                  |         |         |                     |                     |
	|            | --alsologtostderr -v=1                                                                      |                  |         |         |                     |                     |
	| stop       | -p addons-901642                                                                            | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:26 UTC | 10 May 25 17:26 UTC |
	| addons     | enable dashboard -p                                                                         | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:26 UTC | 10 May 25 17:26 UTC |
	|            | addons-901642                                                                               |                  |         |         |                     |                     |
	| addons     | disable dashboard -p                                                                        | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:26 UTC | 10 May 25 17:26 UTC |
	|            | addons-901642                                                                               |                  |         |         |                     |                     |
	| addons     | disable gvisor -p                                                                           | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:26 UTC | 10 May 25 17:26 UTC |
	|            | addons-901642                                                                               |                  |         |         |                     |                     |
	| delete     | -p addons-901642                                                                            | addons-901642    | jenkins | v1.35.0 | 10 May 25 17:26 UTC | 10 May 25 17:26 UTC |
	| start      | -p dockerenv-940737                                                                         | dockerenv-940737 | jenkins | v1.35.0 | 10 May 25 17:26 UTC | 10 May 25 17:27 UTC |
	|            | --driver=docker                                                                             |                  |         |         |                     |                     |
	|            | --container-runtime=containerd                                                              |                  |         |         |                     |                     |
	| docker-env | --ssh-host --ssh-add -p                                                                     | dockerenv-940737 | jenkins | v1.35.0 | 10 May 25 17:27 UTC | 10 May 25 17:27 UTC |
	|            | dockerenv-940737                                                                            |                  |         |         |                     |                     |
	|------------|---------------------------------------------------------------------------------------------|------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/05/10 17:26:51
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.24.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0510 17:26:51.281147  601963 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:26:51.281320  601963 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:26:51.281324  601963 out.go:358] Setting ErrFile to fd 2...
	I0510 17:26:51.281328  601963 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:26:51.281603  601963 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 17:26:51.282009  601963 out.go:352] Setting JSON to false
	I0510 17:26:51.282916  601963 start.go:130] hostinfo: {"hostname":"ip-172-31-31-251","uptime":11356,"bootTime":1746886656,"procs":158,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1083-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0510 17:26:51.282969  601963 start.go:140] virtualization:  
	I0510 17:26:51.287388  601963 out.go:177] * [dockerenv-940737] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0510 17:26:51.291209  601963 notify.go:220] Checking for updates...
	I0510 17:26:51.291756  601963 out.go:177]   - MINIKUBE_LOCATION=20720
	I0510 17:26:51.295294  601963 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0510 17:26:51.299738  601963 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig
	I0510 17:26:51.303050  601963 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube
	I0510 17:26:51.306159  601963 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0510 17:26:51.309807  601963 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0510 17:26:51.313006  601963 driver.go:404] Setting default libvirt URI to qemu:///system
	I0510 17:26:51.346665  601963 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
	I0510 17:26:51.346780  601963 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:26:51.425850  601963 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:36 OomKillDisable:true NGoroutines:52 SystemTime:2025-05-10 17:26:51.416759966 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:26:51.425949  601963 docker.go:318] overlay module found
	I0510 17:26:51.429393  601963 out.go:177] * Using the docker driver based on user configuration
	I0510 17:26:51.432458  601963 start.go:304] selected driver: docker
	I0510 17:26:51.432480  601963 start.go:908] validating driver "docker" against <nil>
	I0510 17:26:51.432492  601963 start.go:919] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0510 17:26:51.432611  601963 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:26:51.483955  601963 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:36 OomKillDisable:true NGoroutines:52 SystemTime:2025-05-10 17:26:51.474992233 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:26:51.484104  601963 start_flags.go:311] no existing cluster config was found, will generate one from the flags 
	I0510 17:26:51.484387  601963 start_flags.go:394] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0510 17:26:51.484533  601963 start_flags.go:957] Wait components to verify : map[apiserver:true system_pods:true]
	I0510 17:26:51.487643  601963 out.go:177] * Using Docker driver with root privileges
	I0510 17:26:51.490625  601963 cni.go:84] Creating CNI manager for ""
	I0510 17:26:51.490692  601963 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0510 17:26:51.490700  601963 start_flags.go:320] Found "CNI" CNI - setting NetworkPlugin=cni
	I0510 17:26:51.490791  601963 start.go:347] cluster config:
	{Name:dockerenv-940737 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 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.33.0 ClusterName:dockerenv-940737 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerR
untime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0510 17:26:51.494124  601963 out.go:177] * Starting "dockerenv-940737" primary control-plane node in "dockerenv-940737" cluster
	I0510 17:26:51.497072  601963 cache.go:121] Beginning downloading kic base image for docker with containerd
	I0510 17:26:51.500017  601963 out.go:177] * Pulling base image v0.0.46-1746731792-20718 ...
	I0510 17:26:51.502931  601963 preload.go:131] Checking if preload exists for k8s version v1.33.0 and runtime containerd
	I0510 17:26:51.502992  601963 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20720-576361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4
	I0510 17:26:51.503000  601963 cache.go:56] Caching tarball of preloaded images
	I0510 17:26:51.503012  601963 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 in local docker daemon
	I0510 17:26:51.503100  601963 preload.go:172] Found /home/jenkins/minikube-integration/20720-576361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4 in cache, skipping download
	I0510 17:26:51.503109  601963 cache.go:59] Finished verifying existence of preloaded tar for v1.33.0 on containerd
	I0510 17:26:51.503496  601963 profile.go:143] Saving config to /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/config.json ...
	I0510 17:26:51.503528  601963 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/config.json: {Name:mk9000a1310531dda2247ae176d2146773d64948 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:26:51.521760  601963 image.go:100] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 in local docker daemon, skipping pull
	I0510 17:26:51.521772  601963 cache.go:145] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 exists in daemon, skipping load
	I0510 17:26:51.521790  601963 cache.go:230] Successfully downloaded all kic artifacts
	I0510 17:26:51.521812  601963 start.go:360] acquireMachinesLock for dockerenv-940737: {Name:mkcc46948b491d0e2b393d7cd8b105d61ca264d1 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0510 17:26:51.522539  601963 start.go:364] duration metric: took 710.52µs to acquireMachinesLock for "dockerenv-940737"
	I0510 17:26:51.522567  601963 start.go:93] Provisioning new machine with config: &{Name:dockerenv-940737 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 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.33.0 ClusterName:dockerenv-940737 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath:
StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0510 17:26:51.522631  601963 start.go:125] createHost starting for "" (driver="docker")
	I0510 17:26:51.526094  601963 out.go:235] * Creating docker container (CPUs=2, Memory=2200MB) ...
	I0510 17:26:51.526324  601963 start.go:159] libmachine.API.Create for "dockerenv-940737" (driver="docker")
	I0510 17:26:51.526354  601963 client.go:168] LocalClient.Create starting
	I0510 17:26:51.526450  601963 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/20720-576361/.minikube/certs/ca.pem
	I0510 17:26:51.526482  601963 main.go:141] libmachine: Decoding PEM data...
	I0510 17:26:51.526495  601963 main.go:141] libmachine: Parsing certificate...
	I0510 17:26:51.526545  601963 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/20720-576361/.minikube/certs/cert.pem
	I0510 17:26:51.526566  601963 main.go:141] libmachine: Decoding PEM data...
	I0510 17:26:51.526577  601963 main.go:141] libmachine: Parsing certificate...
	I0510 17:26:51.526916  601963 cli_runner.go:164] Run: docker network inspect dockerenv-940737 --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}}]}"
	W0510 17:26:51.542207  601963 cli_runner.go:211] docker network inspect dockerenv-940737 --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
	I0510 17:26:51.542275  601963 network_create.go:284] running [docker network inspect dockerenv-940737] to gather additional debugging logs...
	I0510 17:26:51.542288  601963 cli_runner.go:164] Run: docker network inspect dockerenv-940737
	W0510 17:26:51.555962  601963 cli_runner.go:211] docker network inspect dockerenv-940737 returned with exit code 1
	I0510 17:26:51.555993  601963 network_create.go:287] error running [docker network inspect dockerenv-940737]: docker network inspect dockerenv-940737: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network dockerenv-940737 not found
	I0510 17:26:51.556014  601963 network_create.go:289] output of [docker network inspect dockerenv-940737]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network dockerenv-940737 not found
	
	** /stderr **
	I0510 17:26:51.556109  601963 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}}]}"
	I0510 17:26:51.571880  601963 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:0x4001855800}
	I0510 17:26:51.571908  601963 network_create.go:124] attempt to create docker network dockerenv-940737 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0510 17:26:51.571962  601963 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=dockerenv-940737 dockerenv-940737
	I0510 17:26:51.630609  601963 network_create.go:108] docker network dockerenv-940737 192.168.49.0/24 created
	I0510 17:26:51.630630  601963 kic.go:121] calculated static IP "192.168.49.2" for the "dockerenv-940737" container
	I0510 17:26:51.630714  601963 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0510 17:26:51.646098  601963 cli_runner.go:164] Run: docker volume create dockerenv-940737 --label name.minikube.sigs.k8s.io=dockerenv-940737 --label created_by.minikube.sigs.k8s.io=true
	I0510 17:26:51.663516  601963 oci.go:103] Successfully created a docker volume dockerenv-940737
	I0510 17:26:51.663600  601963 cli_runner.go:164] Run: docker run --rm --name dockerenv-940737-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=dockerenv-940737 --entrypoint /usr/bin/test -v dockerenv-940737:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 -d /var/lib
	I0510 17:26:52.217743  601963 oci.go:107] Successfully prepared a docker volume dockerenv-940737
	I0510 17:26:52.217778  601963 preload.go:131] Checking if preload exists for k8s version v1.33.0 and runtime containerd
	I0510 17:26:52.217796  601963 kic.go:194] Starting extracting preloaded images to volume ...
	I0510 17:26:52.217873  601963 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20720-576361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v dockerenv-940737:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 -I lz4 -xf /preloaded.tar -C /extractDir
	I0510 17:26:56.592321  601963 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20720-576361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4:/preloaded.tar:ro -v dockerenv-940737:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 -I lz4 -xf /preloaded.tar -C /extractDir: (4.374413838s)
	I0510 17:26:56.592342  601963 kic.go:203] duration metric: took 4.374543215s to extract preloaded images to volume ...
	W0510 17:26:56.592763  601963 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0510 17:26:56.592867  601963 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0510 17:26:56.653146  601963 cli_runner.go:164] Run: docker run -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname dockerenv-940737 --name dockerenv-940737 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=dockerenv-940737 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=dockerenv-940737 --network dockerenv-940737 --ip 192.168.49.2 --volume dockerenv-940737:/var --security-opt apparmor=unconfined --memory=2200mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155
	I0510 17:26:56.954216  601963 cli_runner.go:164] Run: docker container inspect dockerenv-940737 --format={{.State.Running}}
	I0510 17:26:56.983981  601963 cli_runner.go:164] Run: docker container inspect dockerenv-940737 --format={{.State.Status}}
	I0510 17:26:57.005926  601963 cli_runner.go:164] Run: docker exec dockerenv-940737 stat /var/lib/dpkg/alternatives/iptables
	I0510 17:26:57.055579  601963 oci.go:144] the created container "dockerenv-940737" has a running status.
	I0510 17:26:57.055598  601963 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20720-576361/.minikube/machines/dockerenv-940737/id_rsa...
	I0510 17:26:57.517067  601963 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/20720-576361/.minikube/machines/dockerenv-940737/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0510 17:26:57.551197  601963 cli_runner.go:164] Run: docker container inspect dockerenv-940737 --format={{.State.Status}}
	I0510 17:26:57.577743  601963 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0510 17:26:57.577754  601963 kic_runner.go:114] Args: [docker exec --privileged dockerenv-940737 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0510 17:26:57.635237  601963 cli_runner.go:164] Run: docker container inspect dockerenv-940737 --format={{.State.Status}}
	I0510 17:26:57.662243  601963 machine.go:93] provisionDockerMachine start ...
	I0510 17:26:57.662396  601963 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-940737
	I0510 17:26:57.688171  601963 main.go:141] libmachine: Using SSH client type: native
	I0510 17:26:57.688504  601963 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66e0] 0x3e8ea0 <nil>  [] 0s} 127.0.0.1 33509 <nil> <nil>}
	I0510 17:26:57.688512  601963 main.go:141] libmachine: About to run SSH command:
	hostname
	I0510 17:26:57.857296  601963 main.go:141] libmachine: SSH cmd err, output: <nil>: dockerenv-940737
	
	I0510 17:26:57.857312  601963 ubuntu.go:169] provisioning hostname "dockerenv-940737"
	I0510 17:26:57.857394  601963 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-940737
	I0510 17:26:57.875793  601963 main.go:141] libmachine: Using SSH client type: native
	I0510 17:26:57.876099  601963 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66e0] 0x3e8ea0 <nil>  [] 0s} 127.0.0.1 33509 <nil> <nil>}
	I0510 17:26:57.876108  601963 main.go:141] libmachine: About to run SSH command:
	sudo hostname dockerenv-940737 && echo "dockerenv-940737" | sudo tee /etc/hostname
	I0510 17:26:58.033089  601963 main.go:141] libmachine: SSH cmd err, output: <nil>: dockerenv-940737
	
	I0510 17:26:58.033170  601963 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-940737
	I0510 17:26:58.056801  601963 main.go:141] libmachine: Using SSH client type: native
	I0510 17:26:58.057101  601963 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x3e66e0] 0x3e8ea0 <nil>  [] 0s} 127.0.0.1 33509 <nil> <nil>}
	I0510 17:26:58.057116  601963 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\sdockerenv-940737' /etc/hosts; then
				if grep -xq '127.0.1.1\s.*' /etc/hosts; then
					sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 dockerenv-940737/g' /etc/hosts;
				else 
					echo '127.0.1.1 dockerenv-940737' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0510 17:26:58.198129  601963 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0510 17:26:58.198143  601963 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/20720-576361/.minikube CaCertPath:/home/jenkins/minikube-integration/20720-576361/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/20720-576361/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/20720-576361/.minikube}
	I0510 17:26:58.198164  601963 ubuntu.go:177] setting up certificates
	I0510 17:26:58.198174  601963 provision.go:84] configureAuth start
	I0510 17:26:58.198242  601963 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" dockerenv-940737
	I0510 17:26:58.215435  601963 provision.go:143] copyHostCerts
	I0510 17:26:58.215485  601963 exec_runner.go:144] found /home/jenkins/minikube-integration/20720-576361/.minikube/ca.pem, removing ...
	I0510 17:26:58.215493  601963 exec_runner.go:203] rm: /home/jenkins/minikube-integration/20720-576361/.minikube/ca.pem
	I0510 17:26:58.215567  601963 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20720-576361/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/20720-576361/.minikube/ca.pem (1082 bytes)
	I0510 17:26:58.215683  601963 exec_runner.go:144] found /home/jenkins/minikube-integration/20720-576361/.minikube/cert.pem, removing ...
	I0510 17:26:58.215687  601963 exec_runner.go:203] rm: /home/jenkins/minikube-integration/20720-576361/.minikube/cert.pem
	I0510 17:26:58.215713  601963 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20720-576361/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/20720-576361/.minikube/cert.pem (1123 bytes)
	I0510 17:26:58.215765  601963 exec_runner.go:144] found /home/jenkins/minikube-integration/20720-576361/.minikube/key.pem, removing ...
	I0510 17:26:58.215770  601963 exec_runner.go:203] rm: /home/jenkins/minikube-integration/20720-576361/.minikube/key.pem
	I0510 17:26:58.215792  601963 exec_runner.go:151] cp: /home/jenkins/minikube-integration/20720-576361/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/20720-576361/.minikube/key.pem (1675 bytes)
	I0510 17:26:58.215835  601963 provision.go:117] generating server cert: /home/jenkins/minikube-integration/20720-576361/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/20720-576361/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/20720-576361/.minikube/certs/ca-key.pem org=jenkins.dockerenv-940737 san=[127.0.0.1 192.168.49.2 dockerenv-940737 localhost minikube]
	I0510 17:26:58.685933  601963 provision.go:177] copyRemoteCerts
	I0510 17:26:58.685987  601963 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0510 17:26:58.686043  601963 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-940737
	I0510 17:26:58.702916  601963 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33509 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/dockerenv-940737/id_rsa Username:docker}
	I0510 17:26:58.798264  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/machines/server.pem --> /etc/docker/server.pem (1216 bytes)
	I0510 17:26:58.823389  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1675 bytes)
	I0510 17:26:58.847418  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0510 17:26:58.870854  601963 provision.go:87] duration metric: took 672.657311ms to configureAuth
	I0510 17:26:58.870871  601963 ubuntu.go:193] setting minikube options for container-runtime
	I0510 17:26:58.871045  601963 config.go:182] Loaded profile config "dockerenv-940737": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 17:26:58.871051  601963 machine.go:96] duration metric: took 1.208798585s to provisionDockerMachine
	I0510 17:26:58.871056  601963 client.go:171] duration metric: took 7.344697446s to LocalClient.Create
	I0510 17:26:58.871077  601963 start.go:167] duration metric: took 7.344753988s to libmachine.API.Create "dockerenv-940737"
	I0510 17:26:58.871083  601963 start.go:293] postStartSetup for "dockerenv-940737" (driver="docker")
	I0510 17:26:58.871091  601963 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]
	I0510 17:26:58.871149  601963 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
	I0510 17:26:58.871185  601963 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-940737
	I0510 17:26:58.887655  601963 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33509 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/dockerenv-940737/id_rsa Username:docker}
	I0510 17:26:58.982730  601963 ssh_runner.go:195] Run: cat /etc/os-release
	I0510 17:26:58.985676  601963 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0510 17:26:58.985698  601963 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0510 17:26:58.985706  601963 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0510 17:26:58.985712  601963 info.go:137] Remote host: Ubuntu 22.04.5 LTS
	I0510 17:26:58.985721  601963 filesync.go:126] Scanning /home/jenkins/minikube-integration/20720-576361/.minikube/addons for local assets ...
	I0510 17:26:58.985776  601963 filesync.go:126] Scanning /home/jenkins/minikube-integration/20720-576361/.minikube/files for local assets ...
	I0510 17:26:58.985794  601963 start.go:296] duration metric: took 114.706144ms for postStartSetup
	I0510 17:26:58.986122  601963 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" dockerenv-940737
	I0510 17:26:59.004173  601963 profile.go:143] Saving config to /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/config.json ...
	I0510 17:26:59.004516  601963 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0510 17:26:59.004574  601963 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-940737
	I0510 17:26:59.021652  601963 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33509 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/dockerenv-940737/id_rsa Username:docker}
	I0510 17:26:59.115002  601963 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0510 17:26:59.119445  601963 start.go:128] duration metric: took 7.596798885s to createHost
	I0510 17:26:59.119459  601963 start.go:83] releasing machines lock for "dockerenv-940737", held for 7.59691237s
	I0510 17:26:59.119542  601963 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" dockerenv-940737
	I0510 17:26:59.136544  601963 ssh_runner.go:195] Run: cat /version.json
	I0510 17:26:59.136587  601963 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-940737
	I0510 17:26:59.136833  601963 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0510 17:26:59.136885  601963 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-940737
	I0510 17:26:59.161848  601963 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33509 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/dockerenv-940737/id_rsa Username:docker}
	I0510 17:26:59.170365  601963 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33509 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/dockerenv-940737/id_rsa Username:docker}
	I0510 17:26:59.387490  601963 ssh_runner.go:195] Run: systemctl --version
	I0510 17:26:59.391871  601963 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0510 17:26:59.396200  601963 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "grep -q loopback {} && ( grep -q name {} || sudo sed -i '/"type": "loopback"/i \ \ \ \ "name": "loopback",' {} ) && sudo sed -i 's|"cniVersion": ".*"|"cniVersion": "1.0.0"|g' {}" ;
	I0510 17:26:59.420040  601963 cni.go:230] loopback cni configuration patched: "/etc/cni/net.d/*loopback.conf*" found
	I0510 17:26:59.420105  601963 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" ;
	I0510 17:26:59.450564  601963 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0510 17:26:59.450577  601963 start.go:495] detecting cgroup driver to use...
	I0510 17:26:59.450607  601963 detect.go:187] detected "cgroupfs" cgroup driver on host os
	I0510 17:26:59.450653  601963 ssh_runner.go:195] Run: sudo systemctl stop -f crio
	I0510 17:26:59.462976  601963 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service crio
	I0510 17:26:59.474218  601963 docker.go:225] disabling cri-docker service (if available) ...
	I0510 17:26:59.474272  601963 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0510 17:26:59.488396  601963 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0510 17:26:59.502996  601963 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0510 17:26:59.584907  601963 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0510 17:26:59.678951  601963 docker.go:241] disabling docker service ...
	I0510 17:26:59.679007  601963 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0510 17:26:59.700566  601963 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0510 17:26:59.713042  601963 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0510 17:26:59.796764  601963 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0510 17:26:59.891869  601963 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0510 17:26:59.903719  601963 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %s "runtime-endpoint: unix:///run/containerd/containerd.sock
	" | sudo tee /etc/crictl.yaml"
	I0510 17:26:59.919736  601963 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)sandbox_image = .*$|\1sandbox_image = "registry.k8s.io/pause:3.10"|' /etc/containerd/config.toml"
	I0510 17:26:59.929083  601963 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)restrict_oom_score_adj = .*$|\1restrict_oom_score_adj = false|' /etc/containerd/config.toml"
	I0510 17:26:59.939239  601963 containerd.go:146] configuring containerd to use "cgroupfs" as cgroup driver...
	I0510 17:26:59.939306  601963 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)SystemdCgroup = .*$|\1SystemdCgroup = false|g' /etc/containerd/config.toml"
	I0510 17:26:59.949091  601963 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runtime.v1.linux"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0510 17:26:59.959514  601963 ssh_runner.go:195] Run: sh -c "sudo sed -i '/systemd_cgroup/d' /etc/containerd/config.toml"
	I0510 17:26:59.969012  601963 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|"io.containerd.runc.v1"|"io.containerd.runc.v2"|g' /etc/containerd/config.toml"
	I0510 17:26:59.979076  601963 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0510 17:26:59.987754  601963 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)conf_dir = .*$|\1conf_dir = "/etc/cni/net.d"|g' /etc/containerd/config.toml"
	I0510 17:26:59.997053  601963 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *enable_unprivileged_ports = .*/d' /etc/containerd/config.toml"
	I0510 17:27:00.018537  601963 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^( *)\[plugins."io.containerd.grpc.v1.cri"\]|&\n\1  enable_unprivileged_ports = true|' /etc/containerd/config.toml"
	I0510 17:27:00.060427  601963 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0510 17:27:00.079871  601963 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0510 17:27:00.095180  601963 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0510 17:27:00.274290  601963 ssh_runner.go:195] Run: sudo systemctl restart containerd
	I0510 17:27:00.436243  601963 start.go:542] Will wait 60s for socket path /run/containerd/containerd.sock
	I0510 17:27:00.436311  601963 ssh_runner.go:195] Run: stat /run/containerd/containerd.sock
	I0510 17:27:00.440407  601963 start.go:563] Will wait 60s for crictl version
	I0510 17:27:00.440465  601963 ssh_runner.go:195] Run: which crictl
	I0510 17:27:00.444152  601963 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0510 17:27:00.482027  601963 start.go:579] Version:  0.1.0
	RuntimeName:  containerd
	RuntimeVersion:  1.7.27
	RuntimeApiVersion:  v1
	I0510 17:27:00.482096  601963 ssh_runner.go:195] Run: containerd --version
	I0510 17:27:00.505221  601963 ssh_runner.go:195] Run: containerd --version
	I0510 17:27:00.533305  601963 out.go:177] * Preparing Kubernetes v1.33.0 on containerd 1.7.27 ...
	I0510 17:27:00.536238  601963 cli_runner.go:164] Run: docker network inspect dockerenv-940737 --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}}]}"
	I0510 17:27:00.552056  601963 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0510 17:27:00.555641  601963 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""
	I0510 17:27:00.566231  601963 kubeadm.go:875] updating cluster {Name:dockerenv-940737 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 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.33.0 ClusterName:dockerenv-940737 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APISe
rverNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticI
P: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0510 17:27:00.566333  601963 preload.go:131] Checking if preload exists for k8s version v1.33.0 and runtime containerd
	I0510 17:27:00.566384  601963 ssh_runner.go:195] Run: sudo crictl images --output json
	I0510 17:27:00.606768  601963 containerd.go:627] all images are preloaded for containerd runtime.
	I0510 17:27:00.606780  601963 containerd.go:534] Images already preloaded, skipping extraction
	I0510 17:27:00.606837  601963 ssh_runner.go:195] Run: sudo crictl images --output json
	I0510 17:27:00.645051  601963 containerd.go:627] all images are preloaded for containerd runtime.
	I0510 17:27:00.645063  601963 cache_images.go:84] Images are preloaded, skipping loading
	I0510 17:27:00.645071  601963 kubeadm.go:926] updating node { 192.168.49.2 8443 v1.33.0 containerd true true} ...
	I0510 17:27:00.645154  601963 kubeadm.go:938] kubelet [Unit]
	Wants=containerd.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.33.0/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --config=/var/lib/kubelet/config.yaml --hostname-override=dockerenv-940737 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.33.0 ClusterName:dockerenv-940737 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0510 17:27:00.645214  601963 ssh_runner.go:195] Run: sudo crictl info
	I0510 17:27:00.686036  601963 cni.go:84] Creating CNI manager for ""
	I0510 17:27:00.686047  601963 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0510 17:27:00.686055  601963 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0510 17:27:00.686075  601963 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.33.0 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:dockerenv-940737 NodeName:dockerenv-940737 DNSDomain:cluster.local CRISocket:/run/containerd/containerd.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPat
h:/etc/kubernetes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///run/containerd/containerd.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0510 17:27:00.686182  601963 kubeadm.go:195] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta4
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: unix:///run/containerd/containerd.sock
	  name: "dockerenv-940737"
	  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.33.0
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///run/containerd/containerd.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%"
	  nodefs.inodesFree: "0%"
	  imagefs.available: "0%"
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0510 17:27:00.686247  601963 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.33.0
	I0510 17:27:00.695872  601963 binaries.go:44] Found k8s binaries, skipping transfer
	I0510 17:27:00.695929  601963 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0510 17:27:00.704450  601963 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (320 bytes)
	I0510 17:27:00.722112  601963 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0510 17:27:00.741040  601963 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2306 bytes)
	I0510 17:27:00.758360  601963 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0510 17:27:00.761637  601963 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""
	I0510 17:27:00.772016  601963 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0510 17:27:00.867233  601963 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0510 17:27:00.882756  601963 certs.go:68] Setting up /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737 for IP: 192.168.49.2
	I0510 17:27:00.882767  601963 certs.go:194] generating shared ca certs ...
	I0510 17:27:00.882792  601963 certs.go:226] acquiring lock for ca certs: {Name:mkfe9ed954168205918ea44d4015edac325c222c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:27:00.882958  601963 certs.go:235] skipping valid "minikubeCA" ca cert: /home/jenkins/minikube-integration/20720-576361/.minikube/ca.key
	I0510 17:27:00.882999  601963 certs.go:235] skipping valid "proxyClientCA" ca cert: /home/jenkins/minikube-integration/20720-576361/.minikube/proxy-client-ca.key
	I0510 17:27:00.883015  601963 certs.go:256] generating profile certs ...
	I0510 17:27:00.883068  601963 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/client.key
	I0510 17:27:00.883088  601963 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/client.crt with IP's: []
	I0510 17:27:01.067516  601963 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/client.crt ...
	I0510 17:27:01.067530  601963 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/client.crt: {Name:mk0d5b5c40da791d84b689fd22aa4694b91a7ed1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:27:01.067739  601963 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/client.key ...
	I0510 17:27:01.067745  601963 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/client.key: {Name:mk01bb202dcfb49f19d81565de203805a10caf9a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:27:01.068449  601963 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.key.6f79c427
	I0510 17:27:01.068463  601963 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.crt.6f79c427 with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0510 17:27:01.690120  601963 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.crt.6f79c427 ...
	I0510 17:27:01.690138  601963 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.crt.6f79c427: {Name:mk3dd0b17791cdb192e0ca54b2281088fa5e44ca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:27:01.690361  601963 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.key.6f79c427 ...
	I0510 17:27:01.690370  601963 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.key.6f79c427: {Name:mk6d8635dedd3c24f572725a28d64746e2e842c1 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:27:01.690468  601963 certs.go:381] copying /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.crt.6f79c427 -> /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.crt
	I0510 17:27:01.690549  601963 certs.go:385] copying /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.key.6f79c427 -> /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.key
	I0510 17:27:01.690611  601963 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/proxy-client.key
	I0510 17:27:01.690623  601963 crypto.go:68] Generating cert /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/proxy-client.crt with IP's: []
	I0510 17:27:01.988486  601963 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/proxy-client.crt ...
	I0510 17:27:01.988500  601963 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/proxy-client.crt: {Name:mka4cada7f77f8838f7453334612a3a378aa7869 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:27:01.989292  601963 crypto.go:164] Writing key to /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/proxy-client.key ...
	I0510 17:27:01.989304  601963 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/proxy-client.key: {Name:mk321def904a367087c671360d506c88a7e07b9c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:27:01.990068  601963 certs.go:484] found cert: /home/jenkins/minikube-integration/20720-576361/.minikube/certs/ca-key.pem (1675 bytes)
	I0510 17:27:01.990105  601963 certs.go:484] found cert: /home/jenkins/minikube-integration/20720-576361/.minikube/certs/ca.pem (1082 bytes)
	I0510 17:27:01.990132  601963 certs.go:484] found cert: /home/jenkins/minikube-integration/20720-576361/.minikube/certs/cert.pem (1123 bytes)
	I0510 17:27:01.990152  601963 certs.go:484] found cert: /home/jenkins/minikube-integration/20720-576361/.minikube/certs/key.pem (1675 bytes)
	I0510 17:27:01.992116  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0510 17:27:02.017785  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1675 bytes)
	I0510 17:27:02.041976  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0510 17:27:02.066191  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0510 17:27:02.090157  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1424 bytes)
	I0510 17:27:02.114588  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1675 bytes)
	I0510 17:27:02.138233  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0510 17:27:02.162649  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/dockerenv-940737/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0510 17:27:02.187313  601963 ssh_runner.go:362] scp /home/jenkins/minikube-integration/20720-576361/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0510 17:27:02.211038  601963 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0510 17:27:02.229008  601963 ssh_runner.go:195] Run: openssl version
	I0510 17:27:02.237178  601963 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"
	I0510 17:27:02.247792  601963 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0510 17:27:02.251513  601963 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 May 10 17:19 /usr/share/ca-certificates/minikubeCA.pem
	I0510 17:27:02.251572  601963 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0510 17:27:02.259238  601963 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"
	I0510 17:27:02.268331  601963 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0510 17:27:02.271562  601963 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
	I0510 17:27:02.271615  601963 kubeadm.go:392] StartCluster: {Name:dockerenv-940737 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 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.33.0 ClusterName:dockerenv-940737 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServe
rNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP:
SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0510 17:27:02.271678  601963 cri.go:54] listing CRI containers in root /run/containerd/runc/k8s.io: {State:paused Name: Namespaces:[kube-system]}
	I0510 17:27:02.271733  601963 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0510 17:27:02.308615  601963 cri.go:89] found id: ""
	I0510 17:27:02.308689  601963 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0510 17:27:02.317917  601963 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0510 17:27:02.326648  601963 kubeadm.go:214] ignoring SystemVerification for kubeadm because of docker driver
	I0510 17:27:02.326704  601963 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
	I0510 17:27:02.335608  601963 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
	I0510 17:27:02.335616  601963 kubeadm.go:157] found existing configuration files:
	
	I0510 17:27:02.335667  601963 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0510 17:27:02.344491  601963 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
	I0510 17:27:02.344547  601963 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0510 17:27:02.352833  601963 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0510 17:27:02.361446  601963 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
	I0510 17:27:02.361500  601963 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0510 17:27:02.369882  601963 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0510 17:27:02.378840  601963 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
	I0510 17:27:02.378891  601963 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0510 17:27:02.392429  601963 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0510 17:27:02.402794  601963 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
	I0510 17:27:02.402849  601963 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0510 17:27:02.411848  601963 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.33.0:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0510 17:27:02.461160  601963 kubeadm.go:310] [init] Using Kubernetes version: v1.33.0
	I0510 17:27:02.461208  601963 kubeadm.go:310] [preflight] Running pre-flight checks
	I0510 17:27:02.479765  601963 kubeadm.go:310] [preflight] The system verification failed. Printing the output from the verification:
	I0510 17:27:02.479830  601963 kubeadm.go:310] KERNEL_VERSION: 5.15.0-1083-aws
	I0510 17:27:02.479864  601963 kubeadm.go:310] OS: Linux
	I0510 17:27:02.479922  601963 kubeadm.go:310] CGROUPS_CPU: enabled
	I0510 17:27:02.479969  601963 kubeadm.go:310] CGROUPS_CPUACCT: enabled
	I0510 17:27:02.480015  601963 kubeadm.go:310] CGROUPS_CPUSET: enabled
	I0510 17:27:02.480062  601963 kubeadm.go:310] CGROUPS_DEVICES: enabled
	I0510 17:27:02.480109  601963 kubeadm.go:310] CGROUPS_FREEZER: enabled
	I0510 17:27:02.480155  601963 kubeadm.go:310] CGROUPS_MEMORY: enabled
	I0510 17:27:02.480202  601963 kubeadm.go:310] CGROUPS_PIDS: enabled
	I0510 17:27:02.480249  601963 kubeadm.go:310] CGROUPS_HUGETLB: enabled
	I0510 17:27:02.480294  601963 kubeadm.go:310] CGROUPS_BLKIO: enabled
	I0510 17:27:02.545339  601963 kubeadm.go:310] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0510 17:27:02.545440  601963 kubeadm.go:310] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0510 17:27:02.545535  601963 kubeadm.go:310] [preflight] You can also perform this action beforehand using 'kubeadm config images pull'
	I0510 17:27:02.551073  601963 kubeadm.go:310] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0510 17:27:02.557157  601963 out.go:235]   - Generating certificates and keys ...
	I0510 17:27:02.557293  601963 kubeadm.go:310] [certs] Using existing ca certificate authority
	I0510 17:27:02.557377  601963 kubeadm.go:310] [certs] Using existing apiserver certificate and key on disk
	I0510 17:27:02.902949  601963 kubeadm.go:310] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0510 17:27:03.243781  601963 kubeadm.go:310] [certs] Generating "front-proxy-ca" certificate and key
	I0510 17:27:03.787274  601963 kubeadm.go:310] [certs] Generating "front-proxy-client" certificate and key
	I0510 17:27:04.079021  601963 kubeadm.go:310] [certs] Generating "etcd/ca" certificate and key
	I0510 17:27:04.583699  601963 kubeadm.go:310] [certs] Generating "etcd/server" certificate and key
	I0510 17:27:04.583914  601963 kubeadm.go:310] [certs] etcd/server serving cert is signed for DNS names [dockerenv-940737 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0510 17:27:05.080288  601963 kubeadm.go:310] [certs] Generating "etcd/peer" certificate and key
	I0510 17:27:05.080584  601963 kubeadm.go:310] [certs] etcd/peer serving cert is signed for DNS names [dockerenv-940737 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0510 17:27:05.533887  601963 kubeadm.go:310] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0510 17:27:05.805082  601963 kubeadm.go:310] [certs] Generating "apiserver-etcd-client" certificate and key
	I0510 17:27:06.220615  601963 kubeadm.go:310] [certs] Generating "sa" key and public key
	I0510 17:27:06.220822  601963 kubeadm.go:310] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0510 17:27:06.458274  601963 kubeadm.go:310] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0510 17:27:06.690537  601963 kubeadm.go:310] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0510 17:27:07.673205  601963 kubeadm.go:310] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0510 17:27:08.136862  601963 kubeadm.go:310] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0510 17:27:09.007780  601963 kubeadm.go:310] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0510 17:27:09.007869  601963 kubeadm.go:310] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0510 17:27:09.008217  601963 kubeadm.go:310] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0510 17:27:09.011811  601963 out.go:235]   - Booting up control plane ...
	I0510 17:27:09.011920  601963 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0510 17:27:09.011995  601963 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0510 17:27:09.012059  601963 kubeadm.go:310] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0510 17:27:09.022783  601963 kubeadm.go:310] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0510 17:27:09.029907  601963 kubeadm.go:310] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0510 17:27:09.030174  601963 kubeadm.go:310] [kubelet-start] Starting the kubelet
	I0510 17:27:09.139563  601963 kubeadm.go:310] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests"
	I0510 17:27:09.139674  601963 kubeadm.go:310] [kubelet-check] Waiting for a healthy kubelet at http://127.0.0.1:10248/healthz. This can take up to 4m0s
	I0510 17:27:10.157736  601963 kubeadm.go:310] [kubelet-check] The kubelet is healthy after 1.018328938s
	I0510 17:27:10.160901  601963 kubeadm.go:310] [control-plane-check] Waiting for healthy control plane components. This can take up to 4m0s
	I0510 17:27:10.160990  601963 kubeadm.go:310] [control-plane-check] Checking kube-apiserver at https://192.168.49.2:8443/livez
	I0510 17:27:10.161238  601963 kubeadm.go:310] [control-plane-check] Checking kube-controller-manager at https://127.0.0.1:10257/healthz
	I0510 17:27:10.161320  601963 kubeadm.go:310] [control-plane-check] Checking kube-scheduler at https://127.0.0.1:10259/livez
	I0510 17:27:14.524597  601963 kubeadm.go:310] [control-plane-check] kube-controller-manager is healthy after 4.363328599s
	I0510 17:27:16.314606  601963 kubeadm.go:310] [control-plane-check] kube-scheduler is healthy after 6.153643853s
	I0510 17:27:17.162589  601963 kubeadm.go:310] [control-plane-check] kube-apiserver is healthy after 7.001618588s
	I0510 17:27:17.181933  601963 kubeadm.go:310] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0510 17:27:17.196529  601963 kubeadm.go:310] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0510 17:27:17.224209  601963 kubeadm.go:310] [upload-certs] Skipping phase. Please see --upload-certs
	I0510 17:27:17.224399  601963 kubeadm.go:310] [mark-control-plane] Marking the node dockerenv-940737 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0510 17:27:17.238325  601963 kubeadm.go:310] [bootstrap-token] Using token: pnqclp.ytodvh9o3r9cu7s6
	I0510 17:27:17.241273  601963 out.go:235]   - Configuring RBAC rules ...
	I0510 17:27:17.241419  601963 kubeadm.go:310] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0510 17:27:17.247484  601963 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0510 17:27:17.255861  601963 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
	I0510 17:27:17.260054  601963 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0510 17:27:17.267604  601963 kubeadm.go:310] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0510 17:27:17.272083  601963 kubeadm.go:310] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0510 17:27:17.569173  601963 kubeadm.go:310] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0510 17:27:17.996627  601963 kubeadm.go:310] [addons] Applied essential addon: CoreDNS
	I0510 17:27:18.569676  601963 kubeadm.go:310] [addons] Applied essential addon: kube-proxy
	I0510 17:27:18.570653  601963 kubeadm.go:310] 
	I0510 17:27:18.570717  601963 kubeadm.go:310] Your Kubernetes control-plane has initialized successfully!
	I0510 17:27:18.570722  601963 kubeadm.go:310] 
	I0510 17:27:18.570797  601963 kubeadm.go:310] To start using your cluster, you need to run the following as a regular user:
	I0510 17:27:18.570807  601963 kubeadm.go:310] 
	I0510 17:27:18.570831  601963 kubeadm.go:310]   mkdir -p $HOME/.kube
	I0510 17:27:18.570888  601963 kubeadm.go:310]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0510 17:27:18.570937  601963 kubeadm.go:310]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0510 17:27:18.570940  601963 kubeadm.go:310] 
	I0510 17:27:18.570992  601963 kubeadm.go:310] Alternatively, if you are the root user, you can run:
	I0510 17:27:18.570996  601963 kubeadm.go:310] 
	I0510 17:27:18.571041  601963 kubeadm.go:310]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0510 17:27:18.571045  601963 kubeadm.go:310] 
	I0510 17:27:18.571095  601963 kubeadm.go:310] You should now deploy a pod network to the cluster.
	I0510 17:27:18.571168  601963 kubeadm.go:310] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0510 17:27:18.571234  601963 kubeadm.go:310]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0510 17:27:18.571237  601963 kubeadm.go:310] 
	I0510 17:27:18.571320  601963 kubeadm.go:310] You can now join any number of control-plane nodes by copying certificate authorities
	I0510 17:27:18.571394  601963 kubeadm.go:310] and service account keys on each node and then running the following as root:
	I0510 17:27:18.571399  601963 kubeadm.go:310] 
	I0510 17:27:18.571480  601963 kubeadm.go:310]   kubeadm join control-plane.minikube.internal:8443 --token pnqclp.ytodvh9o3r9cu7s6 \
	I0510 17:27:18.571581  601963 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:19666f02605c966963ab80dcabc63399d088c4a1d2d8af636d5e78eab16f47e4 \
	I0510 17:27:18.571601  601963 kubeadm.go:310] 	--control-plane 
	I0510 17:27:18.571604  601963 kubeadm.go:310] 
	I0510 17:27:18.571687  601963 kubeadm.go:310] Then you can join any number of worker nodes by running the following on each as root:
	I0510 17:27:18.571690  601963 kubeadm.go:310] 
	I0510 17:27:18.572033  601963 kubeadm.go:310] kubeadm join control-plane.minikube.internal:8443 --token pnqclp.ytodvh9o3r9cu7s6 \
	I0510 17:27:18.572138  601963 kubeadm.go:310] 	--discovery-token-ca-cert-hash sha256:19666f02605c966963ab80dcabc63399d088c4a1d2d8af636d5e78eab16f47e4 
	I0510 17:27:18.576580  601963 kubeadm.go:310] 	[WARNING SystemVerification]: cgroups v1 support is in maintenance mode, please migrate to cgroups v2
	I0510 17:27:18.576794  601963 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-1083-aws\n", err: exit status 1
	I0510 17:27:18.576896  601963 kubeadm.go:310] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0510 17:27:18.576914  601963 cni.go:84] Creating CNI manager for ""
	I0510 17:27:18.576920  601963 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0510 17:27:18.579913  601963 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0510 17:27:18.582820  601963 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0510 17:27:18.586622  601963 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.33.0/kubectl ...
	I0510 17:27:18.586635  601963 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2601 bytes)
	I0510 17:27:18.607332  601963 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.0/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0510 17:27:18.888902  601963 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0510 17:27:18.889033  601963 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.0/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0510 17:27:18.889121  601963 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.33.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes dockerenv-940737 minikube.k8s.io/updated_at=2025_05_10T17_27_18_0700 minikube.k8s.io/version=v1.35.0 minikube.k8s.io/commit=e96c83983357cd8557f3cdfe077a25cc73d485a4 minikube.k8s.io/name=dockerenv-940737 minikube.k8s.io/primary=true
	I0510 17:27:19.089589  601963 ops.go:34] apiserver oom_adj: -16
	I0510 17:27:19.089607  601963 kubeadm.go:1105] duration metric: took 200.624606ms to wait for elevateKubeSystemPrivileges
	I0510 17:27:19.089620  601963 kubeadm.go:394] duration metric: took 16.818009932s to StartCluster
	I0510 17:27:19.089635  601963 settings.go:142] acquiring lock: {Name:mk0ff2866fac8ab6b2ec95611c2f65673d1e5476 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:27:19.089695  601963 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/20720-576361/kubeconfig
	I0510 17:27:19.090319  601963 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20720-576361/kubeconfig: {Name:mkf0c5e390f4706f2451d414f3fd57ceca53a75b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:27:19.090540  601963 start.go:235] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}
	I0510 17:27:19.090648  601963 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.33.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0510 17:27:19.090933  601963 config.go:182] Loaded profile config "dockerenv-940737": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 17:27:19.090934  601963 addons.go:511] enable addons start: toEnable=map[ambassador:false amd-gpu-device-plugin:false auto-pause:false cloud-spanner:false csi-hostpath-driver:false dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:false gvisor:false headlamp:false inaccel:false ingress:false ingress-dns:false inspektor-gadget:false istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:false nvidia-device-plugin:false nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:false registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:false volcano:false volumesnapshots:false yakd:false]
	I0510 17:27:19.091056  601963 addons.go:69] Setting storage-provisioner=true in profile "dockerenv-940737"
	I0510 17:27:19.091070  601963 addons.go:238] Setting addon storage-provisioner=true in "dockerenv-940737"
	I0510 17:27:19.091095  601963 host.go:66] Checking if "dockerenv-940737" exists ...
	I0510 17:27:19.091562  601963 cli_runner.go:164] Run: docker container inspect dockerenv-940737 --format={{.State.Status}}
	I0510 17:27:19.091691  601963 addons.go:69] Setting default-storageclass=true in profile "dockerenv-940737"
	I0510 17:27:19.091702  601963 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "dockerenv-940737"
	I0510 17:27:19.092038  601963 cli_runner.go:164] Run: docker container inspect dockerenv-940737 --format={{.State.Status}}
	I0510 17:27:19.093703  601963 out.go:177] * Verifying Kubernetes components...
	I0510 17:27:19.098039  601963 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0510 17:27:19.124179  601963 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0510 17:27:19.124183  601963 addons.go:238] Setting addon default-storageclass=true in "dockerenv-940737"
	I0510 17:27:19.124211  601963 host.go:66] Checking if "dockerenv-940737" exists ...
	I0510 17:27:19.124627  601963 cli_runner.go:164] Run: docker container inspect dockerenv-940737 --format={{.State.Status}}
	I0510 17:27:19.127314  601963 addons.go:435] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0510 17:27:19.127325  601963 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0510 17:27:19.127381  601963 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-940737
	I0510 17:27:19.161653  601963 addons.go:435] installing /etc/kubernetes/addons/storageclass.yaml
	I0510 17:27:19.161666  601963 ssh_runner.go:362] scp storageclass/storageclass.yaml --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0510 17:27:19.161738  601963 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" dockerenv-940737
	I0510 17:27:19.169282  601963 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33509 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/dockerenv-940737/id_rsa Username:docker}
	I0510 17:27:19.195529  601963 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33509 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/dockerenv-940737/id_rsa Username:docker}
	I0510 17:27:19.332904  601963 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.33.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.33.0/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0510 17:27:19.332995  601963 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0510 17:27:19.338720  601963 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.0/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0510 17:27:19.341031  601963 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.0/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0510 17:27:19.754426  601963 start.go:971] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0510 17:27:19.755891  601963 api_server.go:52] waiting for apiserver process to appear ...
	I0510 17:27:19.755941  601963 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0510 17:27:19.897863  601963 api_server.go:72] duration metric: took 807.298882ms to wait for apiserver process to appear ...
	I0510 17:27:19.897871  601963 api_server.go:88] waiting for apiserver healthz status ...
	I0510 17:27:19.897884  601963 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0510 17:27:19.908451  601963 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0510 17:27:19.909986  601963 api_server.go:141] control plane version: v1.33.0
	I0510 17:27:19.910000  601963 api_server.go:131] duration metric: took 12.124466ms to wait for apiserver health ...
	I0510 17:27:19.910007  601963 system_pods.go:43] waiting for kube-system pods to appear ...
	I0510 17:27:19.912781  601963 out.go:177] * Enabled addons: storage-provisioner, default-storageclass
	I0510 17:27:19.912897  601963 system_pods.go:59] 5 kube-system pods found
	I0510 17:27:19.912918  601963 system_pods.go:61] "etcd-dockerenv-940737" [b2e381b6-451e-4e18-aea0-22973ac978f8] Running / Ready:ContainersNotReady (containers with unready status: [etcd]) / ContainersReady:ContainersNotReady (containers with unready status: [etcd])
	I0510 17:27:19.912928  601963 system_pods.go:61] "kube-apiserver-dockerenv-940737" [5bcfa44f-ac33-46a6-9055-7af9e6809d71] Running / Ready:ContainersNotReady (containers with unready status: [kube-apiserver]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-apiserver])
	I0510 17:27:19.912937  601963 system_pods.go:61] "kube-controller-manager-dockerenv-940737" [5fbee51f-1b5c-428b-a669-8452ce8e9af7] Running / Ready:ContainersNotReady (containers with unready status: [kube-controller-manager]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-controller-manager])
	I0510 17:27:19.912947  601963 system_pods.go:61] "kube-scheduler-dockerenv-940737" [0e79575b-e268-4f4f-8640-324beca3a21c] Running / Ready:ContainersNotReady (containers with unready status: [kube-scheduler]) / ContainersReady:ContainersNotReady (containers with unready status: [kube-scheduler])
	I0510 17:27:19.912951  601963 system_pods.go:61] "storage-provisioner" [fdf65ddb-385b-449c-8a6e-e559e1095b47] Pending: PodScheduled:Unschedulable (0/1 nodes are available: 1 node(s) had untolerated taint {node.kubernetes.io/not-ready: }. preemption: 0/1 nodes are available: 1 Preemption is not helpful for scheduling.)
	I0510 17:27:19.912954  601963 system_pods.go:74] duration metric: took 2.944342ms to wait for pod list to return data ...
	I0510 17:27:19.912962  601963 kubeadm.go:578] duration metric: took 822.404178ms to wait for: map[apiserver:true system_pods:true]
	I0510 17:27:19.912974  601963 node_conditions.go:102] verifying NodePressure condition ...
	I0510 17:27:19.915705  601963 addons.go:514] duration metric: took 824.769979ms for enable addons: enabled=[storage-provisioner default-storageclass]
	I0510 17:27:19.916315  601963 node_conditions.go:122] node storage ephemeral capacity is 203034800Ki
	I0510 17:27:19.916332  601963 node_conditions.go:123] node cpu capacity is 2
	I0510 17:27:19.916343  601963 node_conditions.go:105] duration metric: took 3.365058ms to run NodePressure ...
	I0510 17:27:19.916353  601963 start.go:241] waiting for startup goroutines ...
	I0510 17:27:20.258198  601963 kapi.go:214] "coredns" deployment in "kube-system" namespace and "dockerenv-940737" context rescaled to 1 replicas
	I0510 17:27:20.258229  601963 start.go:246] waiting for cluster config update ...
	I0510 17:27:20.258240  601963 start.go:255] writing updated cluster config ...
	I0510 17:27:20.258542  601963 ssh_runner.go:195] Run: rm -f paused
	I0510 17:27:20.318318  601963 start.go:607] kubectl: 1.33.0, cluster: 1.33.0 (minor skew: 0)
	I0510 17:27:20.321689  601963 out.go:177] * Done! kubectl is now configured to use "dockerenv-940737" cluster and "default" namespace by default
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	22afd90d952e6       ee75e27fff91c       11 seconds ago      Running             kindnet-cni               0                   6f747cadf2cd0       kindnet-6zjb8
	5c34073b26db0       8d27a60846a20       11 seconds ago      Running             kube-proxy                0                   7167d2994f522       kube-proxy-nttll
	d4d5e664d34b5       ba04bb24b9575       11 seconds ago      Running             storage-provisioner       0                   2f8a3a12d5010       storage-provisioner
	285cca053d09c       31747a36ce712       24 seconds ago      Running             etcd                      0                   34134968c1a26       etcd-dockerenv-940737
	f5196eec3f1ef       61f3acc54bb62       24 seconds ago      Running             kube-apiserver            0                   1ef92c730922b       kube-apiserver-dockerenv-940737
	eab0b6c425999       5372350fd0a1e       24 seconds ago      Running             kube-controller-manager   0                   197320ed6362a       kube-controller-manager-dockerenv-940737
	038c6e33c836d       f8984990ac26b       24 seconds ago      Running             kube-scheduler            0                   c4de7a4df95a0       kube-scheduler-dockerenv-940737
	
	
	==> containerd <==
	May 10 17:27:10 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:10.944296743Z" level=info msg="StartContainer for \"eab0b6c425999797eed3c3d2485aaeeefa2a9ec05d1e657471af1010ff366a1d\" returns successfully"
	May 10 17:27:10 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:10.944635277Z" level=info msg="StartContainer for \"038c6e33c836d6a270c0d6fa7348371e004ba8140affd97c4802ec6e4cf91290\" returns successfully"
	May 10 17:27:11 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:11.058729815Z" level=info msg="StartContainer for \"f5196eec3f1ef88043643dbf65e8b3e93cf9f06d9cc4be2855e6933cc4bec917\" returns successfully"
	May 10 17:27:11 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:11.116684326Z" level=info msg="StartContainer for \"285cca053d09c38c3fe0ef753666a9f2414326880f251ea0bd8343d6fae952f2\" returns successfully"
	May 10 17:27:22 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:22.878892867Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:storage-provisioner,Uid:fdf65ddb-385b-449c-8a6e-e559e1095b47,Namespace:kube-system,Attempt:0,}"
	May 10 17:27:22 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:22.981996967Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:storage-provisioner,Uid:fdf65ddb-385b-449c-8a6e-e559e1095b47,Namespace:kube-system,Attempt:0,} returns sandbox id \"2f8a3a12d50109111b7c7d5192366de785efade817fddec494743ea69144e2d7\""
	May 10 17:27:22 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:22.994172626Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-proxy-nttll,Uid:d921cac3-cd47-4aa8-a134-daf41e1f22d1,Namespace:kube-system,Attempt:0,}"
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.004521206Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kindnet-6zjb8,Uid:e47adb02-aece-490e-b915-083b095b90ac,Namespace:kube-system,Attempt:0,}"
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.006733603Z" level=info msg="CreateContainer within sandbox \"2f8a3a12d50109111b7c7d5192366de785efade817fddec494743ea69144e2d7\" for container &ContainerMetadata{Name:storage-provisioner,Attempt:0,}"
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.073543458Z" level=info msg="CreateContainer within sandbox \"2f8a3a12d50109111b7c7d5192366de785efade817fddec494743ea69144e2d7\" for &ContainerMetadata{Name:storage-provisioner,Attempt:0,} returns container id \"d4d5e664d34b53e2e5df2adf4edbb9eb107ae756e9309f951599ef3aabcb3360\""
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.076468190Z" level=info msg="StartContainer for \"d4d5e664d34b53e2e5df2adf4edbb9eb107ae756e9309f951599ef3aabcb3360\""
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.130903658Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kube-proxy-nttll,Uid:d921cac3-cd47-4aa8-a134-daf41e1f22d1,Namespace:kube-system,Attempt:0,} returns sandbox id \"7167d2994f522c3863e06d17f93cdd2d62e2f375312c4bdafa9911b762378bd0\""
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.142156407Z" level=info msg="CreateContainer within sandbox \"7167d2994f522c3863e06d17f93cdd2d62e2f375312c4bdafa9911b762378bd0\" for container &ContainerMetadata{Name:kube-proxy,Attempt:0,}"
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.179456417Z" level=info msg="CreateContainer within sandbox \"7167d2994f522c3863e06d17f93cdd2d62e2f375312c4bdafa9911b762378bd0\" for &ContainerMetadata{Name:kube-proxy,Attempt:0,} returns container id \"5c34073b26db0586f64776214ed398d39af663f33963da20f908d0f54b442f03\""
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.193088070Z" level=info msg="StartContainer for \"5c34073b26db0586f64776214ed398d39af663f33963da20f908d0f54b442f03\""
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.227287325Z" level=info msg="StartContainer for \"d4d5e664d34b53e2e5df2adf4edbb9eb107ae756e9309f951599ef3aabcb3360\" returns successfully"
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.288932604Z" level=info msg="StartContainer for \"5c34073b26db0586f64776214ed398d39af663f33963da20f908d0f54b442f03\" returns successfully"
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.351912123Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:kindnet-6zjb8,Uid:e47adb02-aece-490e-b915-083b095b90ac,Namespace:kube-system,Attempt:0,} returns sandbox id \"6f747cadf2cd0c42f55a6d847f49f17204507e020ebc888c35f391e378f90363\""
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.359743305Z" level=info msg="CreateContainer within sandbox \"6f747cadf2cd0c42f55a6d847f49f17204507e020ebc888c35f391e378f90363\" for container &ContainerMetadata{Name:kindnet-cni,Attempt:0,}"
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.384403708Z" level=info msg="CreateContainer within sandbox \"6f747cadf2cd0c42f55a6d847f49f17204507e020ebc888c35f391e378f90363\" for &ContainerMetadata{Name:kindnet-cni,Attempt:0,} returns container id \"22afd90d952e64f7c12ff80ca5358ef3d9c540a3c0199d362401b5e8b69eda1c\""
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.385182741Z" level=info msg="StartContainer for \"22afd90d952e64f7c12ff80ca5358ef3d9c540a3c0199d362401b5e8b69eda1c\""
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.467318141Z" level=info msg="StartContainer for \"22afd90d952e64f7c12ff80ca5358ef3d9c540a3c0199d362401b5e8b69eda1c\" returns successfully"
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.481543318Z" level=info msg="RunPodSandbox for &PodSandboxMetadata{Name:coredns-674b8bbfcf-gnw5f,Uid:f7b2ff82-68d5-4407-913c-dd86dd606133,Namespace:kube-system,Attempt:0,}"
	May 10 17:27:23 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:23.517801248Z" level=error msg="RunPodSandbox for &PodSandboxMetadata{Name:coredns-674b8bbfcf-gnw5f,Uid:f7b2ff82-68d5-4407-913c-dd86dd606133,Namespace:kube-system,Attempt:0,} failed, error" error="failed to setup network for sandbox \"890f39a058ded369808bb8d4d718e8adc2d0bdafc83f4b926584ce6db45b3d82\": failed to find network info for sandbox \"890f39a058ded369808bb8d4d718e8adc2d0bdafc83f4b926584ce6db45b3d82\""
	May 10 17:27:28 dockerenv-940737 containerd[840]: time="2025-05-10T17:27:28.369508629Z" level=info msg="No cni config template is specified, wait for other system components to drop the config."
	
	
	==> describe nodes <==
	Name:               dockerenv-940737
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=dockerenv-940737
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e96c83983357cd8557f3cdfe077a25cc73d485a4
	                    minikube.k8s.io/name=dockerenv-940737
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_05_10T17_27_18_0700
	                    minikube.k8s.io/version=v1.35.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Sat, 10 May 2025 17:27:15 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  dockerenv-940737
	  AcquireTime:     <unset>
	  RenewTime:       Sat, 10 May 2025 17:27:28 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sat, 10 May 2025 17:27:28 +0000   Sat, 10 May 2025 17:27:11 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sat, 10 May 2025 17:27:28 +0000   Sat, 10 May 2025 17:27:11 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sat, 10 May 2025 17:27:28 +0000   Sat, 10 May 2025 17:27:11 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sat, 10 May 2025 17:27:28 +0000   Sat, 10 May 2025 17:27:15 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    dockerenv-940737
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 ff3cb26aee244f3eb252db38642b121c
	  System UUID:                e9f76bf3-8dda-4224-b65f-99e65eb528cf
	  Boot ID:                    031bd395-9ef9-4833-9c39-69ef8b2481fc
	  Kernel Version:             5.15.0-1083-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  containerd://1.7.27
	  Kubelet Version:            v1.33.0
	  Kube-Proxy Version:         
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (8 in total)
	  Namespace                   Name                                        CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                        ------------  ----------  ---------------  -------------  ---
	  kube-system                 coredns-674b8bbfcf-gnw5f                    100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     12s
	  kube-system                 etcd-dockerenv-940737                       100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         17s
	  kube-system                 kindnet-6zjb8                               100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      13s
	  kube-system                 kube-apiserver-dockerenv-940737             250m (12%)    0 (0%)      0 (0%)           0 (0%)         17s
	  kube-system                 kube-controller-manager-dockerenv-940737    200m (10%)    0 (0%)      0 (0%)           0 (0%)         17s
	  kube-system                 kube-proxy-nttll                            0 (0%)        0 (0%)      0 (0%)           0 (0%)         13s
	  kube-system                 kube-scheduler-dockerenv-940737             100m (5%)     0 (0%)      0 (0%)           0 (0%)         17s
	  kube-system                 storage-provisioner                         0 (0%)        0 (0%)      0 (0%)           0 (0%)         16s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (42%)  100m (5%)
	  memory             220Mi (2%)  220Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age   From             Message
	  ----     ------                   ----  ----             -------
	  Normal   Starting                 11s   kube-proxy       
	  Normal   Starting                 18s   kubelet          Starting kubelet.
	  Warning  CgroupV1                 18s   kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeAllocatableEnforced  17s   kubelet          Updated Node Allocatable limit across pods
	  Normal   NodeHasSufficientMemory  17s   kubelet          Node dockerenv-940737 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    17s   kubelet          Node dockerenv-940737 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     17s   kubelet          Node dockerenv-940737 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           14s   node-controller  Node dockerenv-940737 event: Registered Node dockerenv-940737 in Controller
	
	
	==> dmesg <==
	[May10 16:56] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
	[  +0.389542] overlayfs: '/var/lib/containers/storage/overlay/l/ZLTOCNGE2IGM6DT7VP2QP7OV3M' not a directory
	
	
	==> etcd [285cca053d09c38c3fe0ef753666a9f2414326880f251ea0bd8343d6fae952f2] <==
	{"level":"info","ts":"2025-05-10T17:27:11.264697Z","caller":"embed/etcd.go:633","msg":"serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-05-10T17:27:11.264736Z","caller":"embed/etcd.go:603","msg":"cmux::serve","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-05-10T17:27:11.264668Z","caller":"embed/etcd.go:762","msg":"starting with client TLS","tls-info":"cert = /var/lib/minikube/certs/etcd/server.crt, key = /var/lib/minikube/certs/etcd/server.key, client-cert=, client-key=, trusted-ca = /var/lib/minikube/certs/etcd/ca.crt, client-cert-auth = true, crl-file = ","cipher-suites":[]}
	{"level":"info","ts":"2025-05-10T17:27:11.265722Z","caller":"embed/etcd.go:908","msg":"serving metrics","address":"http://127.0.0.1:2381"}
	{"level":"info","ts":"2025-05-10T17:27:11.265857Z","caller":"embed/etcd.go:292","msg":"now serving peer/client/metrics","local-member-id":"aec36adc501070cc","initial-advertise-peer-urls":["https://192.168.49.2:2380"],"listen-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"],"listen-client-urls":["https://127.0.0.1:2379","https://192.168.49.2:2379"],"listen-metrics-urls":["http://127.0.0.1:2381"]}
	{"level":"info","ts":"2025-05-10T17:27:11.917674Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc is starting a new election at term 1"}
	{"level":"info","ts":"2025-05-10T17:27:11.917787Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became pre-candidate at term 1"}
	{"level":"info","ts":"2025-05-10T17:27:11.917905Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgPreVoteResp from aec36adc501070cc at term 1"}
	{"level":"info","ts":"2025-05-10T17:27:11.919760Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became candidate at term 2"}
	{"level":"info","ts":"2025-05-10T17:27:11.919814Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc received MsgVoteResp from aec36adc501070cc at term 2"}
	{"level":"info","ts":"2025-05-10T17:27:11.919857Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2025-05-10T17:27:11.919891Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2025-05-10T17:27:11.923412Z","caller":"etcdserver/server.go:2697","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:27:11.923796Z","caller":"etcdserver/server.go:2144","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:dockerenv-940737 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2025-05-10T17:27:11.923919Z","caller":"embed/serve.go:124","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-05-10T17:27:11.924283Z","caller":"embed/serve.go:124","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-05-10T17:27:11.924979Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-05-10T17:27:11.926804Z","caller":"embed/serve.go:275","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-05-10T17:27:11.934063Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-05-10T17:27:11.955040Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-05-10T17:27:11.955145Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-05-10T17:27:11.955719Z","caller":"embed/serve.go:275","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2025-05-10T17:27:11.934403Z","caller":"membership/cluster.go:587","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:27:11.973045Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:27:11.973090Z","caller":"etcdserver/server.go:2721","msg":"cluster version is updated","cluster-version":"3.5"}
	
	
	==> kernel <==
	 17:27:35 up  3:09,  0 users,  load average: 1.13, 1.69, 2.46
	Linux dockerenv-940737 5.15.0-1083-aws #90~20.04.1-Ubuntu SMP Tue Apr 22 09:59:55 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [22afd90d952e64f7c12ff80ca5358ef3d9c540a3c0199d362401b5e8b69eda1c] <==
	I0510 17:27:23.540080       1 main.go:109] connected to apiserver: https://10.96.0.1:443
	I0510 17:27:23.630912       1 main.go:139] hostIP = 192.168.49.2
	podIP = 192.168.49.2
	I0510 17:27:23.631086       1 main.go:148] setting mtu 1500 for CNI 
	I0510 17:27:23.631120       1 main.go:178] kindnetd IP family: "ipv4"
	I0510 17:27:23.631143       1 main.go:182] noMask IPv4 subnets: [10.244.0.0/16]
	I0510 17:27:24.031783       1 controller.go:361] Starting controller kube-network-policies
	I0510 17:27:24.031881       1 controller.go:365] Waiting for informer caches to sync
	I0510 17:27:24.031908       1 shared_informer.go:313] Waiting for caches to sync for kube-network-policies
	I0510 17:27:24.133047       1 shared_informer.go:320] Caches are synced for kube-network-policies
	I0510 17:27:24.133287       1 metrics.go:61] Registering metrics
	I0510 17:27:24.133487       1 controller.go:401] Syncing nftables rules
	I0510 17:27:34.033669       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:27:34.033733       1 main.go:301] handling current node
	
	
	==> kube-apiserver [f5196eec3f1ef88043643dbf65e8b3e93cf9f06d9cc4be2855e6933cc4bec917] <==
	I0510 17:27:15.406563       1 policy_source.go:240] refreshing policies
	E0510 17:27:15.414306       1 controller.go:148] "Unhandled Error" err="while syncing ConfigMap \"kube-system/kube-apiserver-legacy-service-account-token-tracking\", err: namespaces \"kube-system\" not found" logger="UnhandledError"
	I0510 17:27:15.470464       1 controller.go:667] quota admission added evaluator for: namespaces
	I0510 17:27:15.472776       1 cidrallocator.go:301] created ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:27:15.476838       1 default_servicecidr_controller.go:214] Setting default ServiceCIDR condition Ready to True
	I0510 17:27:15.517146       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:27:15.520056       1 default_servicecidr_controller.go:136] Shutting down kubernetes-service-cidr-controller
	I0510 17:27:15.593318       1 controller.go:667] quota admission added evaluator for: leases.coordination.k8s.io
	I0510 17:27:16.164187       1 storage_scheduling.go:95] created PriorityClass system-node-critical with value 2000001000
	I0510 17:27:16.173683       1 storage_scheduling.go:95] created PriorityClass system-cluster-critical with value 2000000000
	I0510 17:27:16.173880       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	I0510 17:27:16.886410       1 controller.go:667] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0510 17:27:16.934143       1 controller.go:667] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0510 17:27:17.078354       1 alloc.go:328] "allocated clusterIPs" service="default/kubernetes" clusterIPs={"IPv4":"10.96.0.1"}
	W0510 17:27:17.085860       1 lease.go:265] Resetting endpoints for master service "kubernetes" to [192.168.49.2]
	I0510 17:27:17.087150       1 controller.go:667] quota admission added evaluator for: endpoints
	I0510 17:27:17.092528       1 controller.go:667] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0510 17:27:17.255242       1 controller.go:667] quota admission added evaluator for: serviceaccounts
	I0510 17:27:17.976918       1 controller.go:667] quota admission added evaluator for: deployments.apps
	I0510 17:27:17.994422       1 alloc.go:328] "allocated clusterIPs" service="kube-system/kube-dns" clusterIPs={"IPv4":"10.96.0.10"}
	I0510 17:27:18.007903       1 controller.go:667] quota admission added evaluator for: daemonsets.apps
	I0510 17:27:22.652809       1 controller.go:667] quota admission added evaluator for: controllerrevisions.apps
	I0510 17:27:22.752238       1 controller.go:667] quota admission added evaluator for: replicasets.apps
	I0510 17:27:22.957941       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:27:22.963008       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	
	
	==> kube-controller-manager [eab0b6c425999797eed3c3d2485aaeeefa2a9ec05d1e657471af1010ff366a1d] <==
	I0510 17:27:21.950823       1 shared_informer.go:357] "Caches are synced" controller="certificate-csrsigning-kube-apiserver-client"
	I0510 17:27:21.953150       1 shared_informer.go:357] "Caches are synced" controller="certificate-csrsigning-legacy-unknown"
	I0510 17:27:21.953294       1 shared_informer.go:357] "Caches are synced" controller="taint"
	I0510 17:27:21.953425       1 node_lifecycle_controller.go:1221] "Initializing eviction metric for zone" logger="node-lifecycle-controller" zone=""
	I0510 17:27:21.953521       1 node_lifecycle_controller.go:873] "Missing timestamp for Node. Assuming now as a timestamp" logger="node-lifecycle-controller" node="dockerenv-940737"
	I0510 17:27:21.953688       1 node_lifecycle_controller.go:1067] "Controller detected that zone is now in new state" logger="node-lifecycle-controller" zone="" newState="Normal"
	I0510 17:27:21.959829       1 shared_informer.go:357] "Caches are synced" controller="node"
	I0510 17:27:21.959951       1 range_allocator.go:177] "Sending events to api server" logger="node-ipam-controller"
	I0510 17:27:21.960011       1 range_allocator.go:183] "Starting range CIDR allocator" logger="node-ipam-controller"
	I0510 17:27:21.960097       1 shared_informer.go:350] "Waiting for caches to sync" controller="cidrallocator"
	I0510 17:27:21.960173       1 shared_informer.go:357] "Caches are synced" controller="cidrallocator"
	I0510 17:27:21.986608       1 range_allocator.go:428] "Set node PodCIDR" logger="node-ipam-controller" node="dockerenv-940737" podCIDRs=["10.244.0.0/24"]
	I0510 17:27:22.048595       1 shared_informer.go:357] "Caches are synced" controller="PV protection"
	I0510 17:27:22.062769       1 shared_informer.go:357] "Caches are synced" controller="attach detach"
	I0510 17:27:22.099121       1 shared_informer.go:357] "Caches are synced" controller="persistent volume"
	I0510 17:27:22.197659       1 shared_informer.go:357] "Caches are synced" controller="stateful set"
	I0510 17:27:22.249641       1 shared_informer.go:357] "Caches are synced" controller="endpoint_slice"
	I0510 17:27:22.249650       1 shared_informer.go:357] "Caches are synced" controller="endpoint_slice_mirroring"
	I0510 17:27:22.249671       1 shared_informer.go:357] "Caches are synced" controller="disruption"
	I0510 17:27:22.258171       1 shared_informer.go:357] "Caches are synced" controller="resource quota"
	I0510 17:27:22.290126       1 shared_informer.go:357] "Caches are synced" controller="resource quota"
	I0510 17:27:22.693264       1 shared_informer.go:357] "Caches are synced" controller="garbage collector"
	I0510 17:27:22.706039       1 shared_informer.go:357] "Caches are synced" controller="garbage collector"
	I0510 17:27:22.706128       1 garbagecollector.go:154] "Garbage collector: all resource monitors have synced" logger="garbage-collector-controller"
	I0510 17:27:22.706157       1 garbagecollector.go:157] "Proceeding to collect garbage" logger="garbage-collector-controller"
	
	
	==> kube-proxy [5c34073b26db0586f64776214ed398d39af663f33963da20f908d0f54b442f03] <==
	I0510 17:27:23.340325       1 server_linux.go:63] "Using iptables proxy"
	I0510 17:27:23.441620       1 server.go:715] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0510 17:27:23.441692       1 server.go:245] "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`"
	I0510 17:27:23.478335       1 server.go:254] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0510 17:27:23.478399       1 server_linux.go:145] "Using iptables Proxier"
	I0510 17:27:23.483991       1 proxier.go:243] "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"
	I0510 17:27:23.485145       1 server.go:516] "Version info" version="v1.33.0"
	I0510 17:27:23.485950       1 server.go:518] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0510 17:27:23.488335       1 config.go:199] "Starting service config controller"
	I0510 17:27:23.488453       1 shared_informer.go:350] "Waiting for caches to sync" controller="service config"
	I0510 17:27:23.488525       1 config.go:105] "Starting endpoint slice config controller"
	I0510 17:27:23.488568       1 shared_informer.go:350] "Waiting for caches to sync" controller="endpoint slice config"
	I0510 17:27:23.488611       1 config.go:440] "Starting serviceCIDR config controller"
	I0510 17:27:23.488652       1 shared_informer.go:350] "Waiting for caches to sync" controller="serviceCIDR config"
	I0510 17:27:23.489989       1 config.go:329] "Starting node config controller"
	I0510 17:27:23.490085       1 shared_informer.go:350] "Waiting for caches to sync" controller="node config"
	I0510 17:27:23.589105       1 shared_informer.go:357] "Caches are synced" controller="serviceCIDR config"
	I0510 17:27:23.589118       1 shared_informer.go:357] "Caches are synced" controller="service config"
	I0510 17:27:23.589153       1 shared_informer.go:357] "Caches are synced" controller="endpoint slice config"
	I0510 17:27:23.590442       1 shared_informer.go:357] "Caches are synced" controller="node config"
	
	
	==> kube-scheduler [038c6e33c836d6a270c0d6fa7348371e004ba8140affd97c4802ec6e4cf91290] <==
	W0510 17:27:16.272180       1 authentication.go:398] Continuing without authentication configuration. This may treat all requests as anonymous.
	W0510 17:27:16.272186       1 authentication.go:399] To require authentication configuration lookup to succeed, set --authentication-tolerate-lookup-failure=false
	I0510 17:27:16.299019       1 server.go:171] "Starting Kubernetes Scheduler" version="v1.33.0"
	I0510 17:27:16.299073       1 server.go:173] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0510 17:27:16.301438       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0510 17:27:16.301480       1 shared_informer.go:350] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0510 17:27:16.302412       1 secure_serving.go:211] Serving securely on 127.0.0.1:10259
	I0510 17:27:16.302701       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	E0510 17:27:16.307650       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0510 17:27:16.308609       1 reflector.go:200] "Failed to watch" err="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" reflector="runtime/asm_arm64.s:1223" type="*v1.ConfigMap"
	E0510 17:27:16.314930       1 reflector.go:200] "Failed to watch" err="failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolume"
	E0510 17:27:16.315043       1 reflector.go:200] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
	E0510 17:27:16.315128       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0510 17:27:16.315243       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0510 17:27:16.315370       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:27:16.315445       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0510 17:27:16.315501       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0510 17:27:16.315588       1 reflector.go:200] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0510 17:27:16.316783       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0510 17:27:16.316890       1 reflector.go:200] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0510 17:27:16.316980       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0510 17:27:16.317071       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0510 17:27:16.317177       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:27:16.317790       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	I0510 17:27:17.501824       1 shared_informer.go:357] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	
	
	==> kubelet <==
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.010244    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"tmp\" (UniqueName: \"kubernetes.io/host-path/fdf65ddb-385b-449c-8a6e-e559e1095b47-tmp\") pod \"storage-provisioner\" (UID: \"fdf65ddb-385b-449c-8a6e-e559e1095b47\") " pod="kube-system/storage-provisioner"
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.010306    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-lhj7h\" (UniqueName: \"kubernetes.io/projected/fdf65ddb-385b-449c-8a6e-e559e1095b47-kube-api-access-lhj7h\") pod \"storage-provisioner\" (UID: \"fdf65ddb-385b-449c-8a6e-e559e1095b47\") " pod="kube-system/storage-provisioner"
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: E0510 17:27:22.120774    1530 projected.go:289] Couldn't get configMap kube-system/kube-root-ca.crt: configmap "kube-root-ca.crt" not found
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: E0510 17:27:22.120811    1530 projected.go:194] Error preparing data for projected volume kube-api-access-lhj7h for pod kube-system/storage-provisioner: configmap "kube-root-ca.crt" not found
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: E0510 17:27:22.120905    1530 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/projected/fdf65ddb-385b-449c-8a6e-e559e1095b47-kube-api-access-lhj7h podName:fdf65ddb-385b-449c-8a6e-e559e1095b47 nodeName:}" failed. No retries permitted until 2025-05-10 17:27:22.620879586 +0000 UTC m=+4.873791263 (durationBeforeRetry 500ms). Error: MountVolume.SetUp failed for volume "kube-api-access-lhj7h" (UniqueName: "kubernetes.io/projected/fdf65ddb-385b-449c-8a6e-e559e1095b47-kube-api-access-lhj7h") pod "storage-provisioner" (UID: "fdf65ddb-385b-449c-8a6e-e559e1095b47") : configmap "kube-root-ca.crt" not found
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.714941    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"xtables-lock\" (UniqueName: \"kubernetes.io/host-path/d921cac3-cd47-4aa8-a134-daf41e1f22d1-xtables-lock\") pod \"kube-proxy-nttll\" (UID: \"d921cac3-cd47-4aa8-a134-daf41e1f22d1\") " pod="kube-system/kube-proxy-nttll"
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.715002    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"lib-modules\" (UniqueName: \"kubernetes.io/host-path/d921cac3-cd47-4aa8-a134-daf41e1f22d1-lib-modules\") pod \"kube-proxy-nttll\" (UID: \"d921cac3-cd47-4aa8-a134-daf41e1f22d1\") " pod="kube-system/kube-proxy-nttll"
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.715028    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-gtqc5\" (UniqueName: \"kubernetes.io/projected/d921cac3-cd47-4aa8-a134-daf41e1f22d1-kube-api-access-gtqc5\") pod \"kube-proxy-nttll\" (UID: \"d921cac3-cd47-4aa8-a134-daf41e1f22d1\") " pod="kube-system/kube-proxy-nttll"
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.715088    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-proxy\" (UniqueName: \"kubernetes.io/configmap/d921cac3-cd47-4aa8-a134-daf41e1f22d1-kube-proxy\") pod \"kube-proxy-nttll\" (UID: \"d921cac3-cd47-4aa8-a134-daf41e1f22d1\") " pod="kube-system/kube-proxy-nttll"
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.715576    1530 swap_util.go:74] "error creating dir to test if tmpfs noswap is enabled. Assuming not supported" mount path="" error="stat /var/lib/kubelet/plugins/kubernetes.io/empty-dir: no such file or directory"
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.815537    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-xzxbv\" (UniqueName: \"kubernetes.io/projected/e47adb02-aece-490e-b915-083b095b90ac-kube-api-access-xzxbv\") pod \"kindnet-6zjb8\" (UID: \"e47adb02-aece-490e-b915-083b095b90ac\") " pod="kube-system/kindnet-6zjb8"
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.815635    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"cni-cfg\" (UniqueName: \"kubernetes.io/host-path/e47adb02-aece-490e-b915-083b095b90ac-cni-cfg\") pod \"kindnet-6zjb8\" (UID: \"e47adb02-aece-490e-b915-083b095b90ac\") " pod="kube-system/kindnet-6zjb8"
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.815670    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"xtables-lock\" (UniqueName: \"kubernetes.io/host-path/e47adb02-aece-490e-b915-083b095b90ac-xtables-lock\") pod \"kindnet-6zjb8\" (UID: \"e47adb02-aece-490e-b915-083b095b90ac\") " pod="kube-system/kindnet-6zjb8"
	May 10 17:27:22 dockerenv-940737 kubelet[1530]: I0510 17:27:22.815695    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"lib-modules\" (UniqueName: \"kubernetes.io/host-path/e47adb02-aece-490e-b915-083b095b90ac-lib-modules\") pod \"kindnet-6zjb8\" (UID: \"e47adb02-aece-490e-b915-083b095b90ac\") " pod="kube-system/kindnet-6zjb8"
	May 10 17:27:23 dockerenv-940737 kubelet[1530]: I0510 17:27:23.219149    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-cntrv\" (UniqueName: \"kubernetes.io/projected/f7b2ff82-68d5-4407-913c-dd86dd606133-kube-api-access-cntrv\") pod \"coredns-674b8bbfcf-gnw5f\" (UID: \"f7b2ff82-68d5-4407-913c-dd86dd606133\") " pod="kube-system/coredns-674b8bbfcf-gnw5f"
	May 10 17:27:23 dockerenv-940737 kubelet[1530]: I0510 17:27:23.219207    1530 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"config-volume\" (UniqueName: \"kubernetes.io/configmap/f7b2ff82-68d5-4407-913c-dd86dd606133-config-volume\") pod \"coredns-674b8bbfcf-gnw5f\" (UID: \"f7b2ff82-68d5-4407-913c-dd86dd606133\") " pod="kube-system/coredns-674b8bbfcf-gnw5f"
	May 10 17:27:23 dockerenv-940737 kubelet[1530]: E0510 17:27:23.518118    1530 log.go:32] "RunPodSandbox from runtime service failed" err="rpc error: code = Unknown desc = failed to setup network for sandbox \"890f39a058ded369808bb8d4d718e8adc2d0bdafc83f4b926584ce6db45b3d82\": failed to find network info for sandbox \"890f39a058ded369808bb8d4d718e8adc2d0bdafc83f4b926584ce6db45b3d82\""
	May 10 17:27:23 dockerenv-940737 kubelet[1530]: E0510 17:27:23.518196    1530 kuberuntime_sandbox.go:70] "Failed to create sandbox for pod" err="rpc error: code = Unknown desc = failed to setup network for sandbox \"890f39a058ded369808bb8d4d718e8adc2d0bdafc83f4b926584ce6db45b3d82\": failed to find network info for sandbox \"890f39a058ded369808bb8d4d718e8adc2d0bdafc83f4b926584ce6db45b3d82\"" pod="kube-system/coredns-674b8bbfcf-gnw5f"
	May 10 17:27:23 dockerenv-940737 kubelet[1530]: E0510 17:27:23.518232    1530 kuberuntime_manager.go:1252] "CreatePodSandbox for pod failed" err="rpc error: code = Unknown desc = failed to setup network for sandbox \"890f39a058ded369808bb8d4d718e8adc2d0bdafc83f4b926584ce6db45b3d82\": failed to find network info for sandbox \"890f39a058ded369808bb8d4d718e8adc2d0bdafc83f4b926584ce6db45b3d82\"" pod="kube-system/coredns-674b8bbfcf-gnw5f"
	May 10 17:27:23 dockerenv-940737 kubelet[1530]: E0510 17:27:23.518297    1530 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"CreatePodSandbox\" for \"coredns-674b8bbfcf-gnw5f_kube-system(f7b2ff82-68d5-4407-913c-dd86dd606133)\" with CreatePodSandboxError: \"Failed to create sandbox for pod \\\"coredns-674b8bbfcf-gnw5f_kube-system(f7b2ff82-68d5-4407-913c-dd86dd606133)\\\": rpc error: code = Unknown desc = failed to setup network for sandbox \\\"890f39a058ded369808bb8d4d718e8adc2d0bdafc83f4b926584ce6db45b3d82\\\": failed to find network info for sandbox \\\"890f39a058ded369808bb8d4d718e8adc2d0bdafc83f4b926584ce6db45b3d82\\\"\"" pod="kube-system/coredns-674b8bbfcf-gnw5f" podUID="f7b2ff82-68d5-4407-913c-dd86dd606133"
	May 10 17:27:23 dockerenv-940737 kubelet[1530]: I0510 17:27:23.976033    1530 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kindnet-6zjb8" podStartSLOduration=1.9760018110000002 podStartE2EDuration="1.976001811s" podCreationTimestamp="2025-05-10 17:27:22 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-05-10 17:27:23.975879145 +0000 UTC m=+6.228790830" watchObservedRunningTime="2025-05-10 17:27:23.976001811 +0000 UTC m=+6.228913488"
	May 10 17:27:24 dockerenv-940737 kubelet[1530]: I0510 17:27:24.009605    1530 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kube-proxy-nttll" podStartSLOduration=2.009550927 podStartE2EDuration="2.009550927s" podCreationTimestamp="2025-05-10 17:27:22 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-05-10 17:27:23.991921521 +0000 UTC m=+6.244833206" watchObservedRunningTime="2025-05-10 17:27:24.009550927 +0000 UTC m=+6.262462604"
	May 10 17:27:26 dockerenv-940737 kubelet[1530]: I0510 17:27:26.749527    1530 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/storage-provisioner" podStartSLOduration=7.749499237 podStartE2EDuration="7.749499237s" podCreationTimestamp="2025-05-10 17:27:19 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-05-10 17:27:24.025942668 +0000 UTC m=+6.278854353" watchObservedRunningTime="2025-05-10 17:27:26.749499237 +0000 UTC m=+9.002410914"
	May 10 17:27:28 dockerenv-940737 kubelet[1530]: I0510 17:27:28.368929    1530 kuberuntime_manager.go:1746] "Updating runtime config through cri with podcidr" CIDR="10.244.0.0/24"
	May 10 17:27:28 dockerenv-940737 kubelet[1530]: I0510 17:27:28.369803    1530 kubelet_network.go:61] "Updating Pod CIDR" originalPodCIDR="" newPodCIDR="10.244.0.0/24"
	
	
	==> storage-provisioner [d4d5e664d34b53e2e5df2adf4edbb9eb107ae756e9309f951599ef3aabcb3360] <==
	I0510 17:27:23.239497       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	

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

                                                
                                                
** stderr ** 
	Error from server (NotFound): pods "coredns-674b8bbfcf-gnw5f" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context dockerenv-940737 describe pod coredns-674b8bbfcf-gnw5f: exit status 1
helpers_test.go:175: Cleaning up "dockerenv-940737" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p dockerenv-940737
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p dockerenv-940737: (1.928311194s)
--- FAIL: TestDockerEnvContainerd (46.86s)

                                                
                                    
x
+
TestErrorSpam/setup (31.9s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -p nospam-373353 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-373353 --driver=docker  --container-runtime=containerd
error_spam_test.go:81: (dbg) Done: out/minikube-linux-arm64 start -p nospam-373353 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-373353 --driver=docker  --container-runtime=containerd: (31.903654362s)
error_spam_test.go:96: unexpected stderr: "! Failing to connect to https://registry.k8s.io/ from inside the minikube container"
error_spam_test.go:96: unexpected stderr: "* To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/"
error_spam_test.go:110: minikube stdout:
* [nospam-373353] minikube v1.35.0 on Ubuntu 20.04 (arm64)
- MINIKUBE_LOCATION=20720
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
- KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig
- MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube
- MINIKUBE_BIN=out/minikube-linux-arm64
- MINIKUBE_FORCE_SYSTEMD=
* Using the docker driver based on user configuration
* Using Docker driver with root privileges
* Starting "nospam-373353" primary control-plane node in "nospam-373353" cluster
* Pulling base image v0.0.46-1746731792-20718 ...
* Creating docker container (CPUs=2, Memory=2250MB) ...
* Preparing Kubernetes v1.33.0 on containerd 1.7.27 ...
- Generating certificates and keys ...
- Booting up control plane ...
- Configuring RBAC rules ...
* Configuring CNI (Container Networking Interface) ...
* Verifying Kubernetes components...
- Using image gcr.io/k8s-minikube/storage-provisioner:v5
* Enabled addons: storage-provisioner, default-storageclass
* Done! kubectl is now configured to use "nospam-373353" cluster and "default" namespace by default
error_spam_test.go:111: minikube stderr:
! Failing to connect to https://registry.k8s.io/ from inside the minikube container
* To pull new external images, you may need to configure a proxy: https://minikube.sigs.k8s.io/docs/reference/networking/proxy/
--- FAIL: TestErrorSpam/setup (31.90s)

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (302.91s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/DashboardCmd
functional_test.go:922: (dbg) daemon: [out/minikube-linux-arm64 dashboard --url --port 36195 -p functional-411175 --alsologtostderr -v=1]
E0510 17:33:43.507514  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:34:11.210766  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:935: output didn't produce a URL
functional_test.go:927: (dbg) stopping [out/minikube-linux-arm64 dashboard --url --port 36195 -p functional-411175 --alsologtostderr -v=1] ...
functional_test.go:927: (dbg) [out/minikube-linux-arm64 dashboard --url --port 36195 -p functional-411175 --alsologtostderr -v=1] stdout:
functional_test.go:927: (dbg) [out/minikube-linux-arm64 dashboard --url --port 36195 -p functional-411175 --alsologtostderr -v=1] stderr:
I0510 17:31:55.753994  621868 out.go:345] Setting OutFile to fd 1 ...
I0510 17:31:55.755120  621868 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:31:55.755147  621868 out.go:358] Setting ErrFile to fd 2...
I0510 17:31:55.755164  621868 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:31:55.755425  621868 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
I0510 17:31:55.755726  621868 mustload.go:65] Loading cluster: functional-411175
I0510 17:31:55.756180  621868 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:31:55.756675  621868 cli_runner.go:164] Run: docker container inspect functional-411175 --format={{.State.Status}}
I0510 17:31:55.780770  621868 host.go:66] Checking if "functional-411175" exists ...
I0510 17:31:55.781166  621868 cli_runner.go:164] Run: docker system info --format "{{json .}}"
I0510 17:31:55.838048  621868 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:2 ContainersRunning:2 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:49 OomKillDisable:true NGoroutines:63 SystemTime:2025-05-10 17:31:55.827874178 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Pa
th:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
I0510 17:31:55.838171  621868 api_server.go:166] Checking apiserver status ...
I0510 17:31:55.838234  621868 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
I0510 17:31:55.838279  621868 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-411175
I0510 17:31:55.859593  621868 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33519 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/functional-411175/id_rsa Username:docker}
I0510 17:31:55.961946  621868 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/4799/cgroup
I0510 17:31:55.971551  621868 api_server.go:182] apiserver freezer: "3:freezer:/docker/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53/kubepods/burstable/pod5d9dd15fa86bf5fe6a7bb1cedef744ee/caea0b05f733d535fa9b7de47aea3c09041f42fb810377e8b69c3611becaf524"
I0510 17:31:55.971655  621868 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53/kubepods/burstable/pod5d9dd15fa86bf5fe6a7bb1cedef744ee/caea0b05f733d535fa9b7de47aea3c09041f42fb810377e8b69c3611becaf524/freezer.state
I0510 17:31:55.980256  621868 api_server.go:204] freezer state: "THAWED"
I0510 17:31:55.980290  621868 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8441/healthz ...
I0510 17:31:55.988955  621868 api_server.go:279] https://192.168.49.2:8441/healthz returned 200:
ok
W0510 17:31:55.989001  621868 out.go:270] * Enabling dashboard ...
* Enabling dashboard ...
I0510 17:31:55.989193  621868 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:31:55.989218  621868 addons.go:69] Setting dashboard=true in profile "functional-411175"
I0510 17:31:55.989230  621868 addons.go:238] Setting addon dashboard=true in "functional-411175"
I0510 17:31:55.989258  621868 host.go:66] Checking if "functional-411175" exists ...
I0510 17:31:55.989729  621868 cli_runner.go:164] Run: docker container inspect functional-411175 --format={{.State.Status}}
I0510 17:31:56.014023  621868 out.go:177]   - Using image docker.io/kubernetesui/dashboard:v2.7.0
I0510 17:31:56.016852  621868 out.go:177]   - Using image docker.io/kubernetesui/metrics-scraper:v1.0.8
I0510 17:31:56.019750  621868 addons.go:435] installing /etc/kubernetes/addons/dashboard-ns.yaml
I0510 17:31:56.019781  621868 ssh_runner.go:362] scp dashboard/dashboard-ns.yaml --> /etc/kubernetes/addons/dashboard-ns.yaml (759 bytes)
I0510 17:31:56.019854  621868 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-411175
I0510 17:31:56.038290  621868 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33519 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/functional-411175/id_rsa Username:docker}
I0510 17:31:56.148298  621868 addons.go:435] installing /etc/kubernetes/addons/dashboard-clusterrole.yaml
I0510 17:31:56.148351  621868 ssh_runner.go:362] scp dashboard/dashboard-clusterrole.yaml --> /etc/kubernetes/addons/dashboard-clusterrole.yaml (1001 bytes)
I0510 17:31:56.167137  621868 addons.go:435] installing /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml
I0510 17:31:56.167175  621868 ssh_runner.go:362] scp dashboard/dashboard-clusterrolebinding.yaml --> /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml (1018 bytes)
I0510 17:31:56.185469  621868 addons.go:435] installing /etc/kubernetes/addons/dashboard-configmap.yaml
I0510 17:31:56.185493  621868 ssh_runner.go:362] scp dashboard/dashboard-configmap.yaml --> /etc/kubernetes/addons/dashboard-configmap.yaml (837 bytes)
I0510 17:31:56.204025  621868 addons.go:435] installing /etc/kubernetes/addons/dashboard-dp.yaml
I0510 17:31:56.204050  621868 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/dashboard-dp.yaml (4288 bytes)
I0510 17:31:56.223596  621868 addons.go:435] installing /etc/kubernetes/addons/dashboard-role.yaml
I0510 17:31:56.223657  621868 ssh_runner.go:362] scp dashboard/dashboard-role.yaml --> /etc/kubernetes/addons/dashboard-role.yaml (1724 bytes)
I0510 17:31:56.242360  621868 addons.go:435] installing /etc/kubernetes/addons/dashboard-rolebinding.yaml
I0510 17:31:56.242385  621868 ssh_runner.go:362] scp dashboard/dashboard-rolebinding.yaml --> /etc/kubernetes/addons/dashboard-rolebinding.yaml (1046 bytes)
I0510 17:31:56.260996  621868 addons.go:435] installing /etc/kubernetes/addons/dashboard-sa.yaml
I0510 17:31:56.261021  621868 ssh_runner.go:362] scp dashboard/dashboard-sa.yaml --> /etc/kubernetes/addons/dashboard-sa.yaml (837 bytes)
I0510 17:31:56.279775  621868 addons.go:435] installing /etc/kubernetes/addons/dashboard-secret.yaml
I0510 17:31:56.279831  621868 ssh_runner.go:362] scp dashboard/dashboard-secret.yaml --> /etc/kubernetes/addons/dashboard-secret.yaml (1389 bytes)
I0510 17:31:56.299152  621868 addons.go:435] installing /etc/kubernetes/addons/dashboard-svc.yaml
I0510 17:31:56.299177  621868 ssh_runner.go:362] scp dashboard/dashboard-svc.yaml --> /etc/kubernetes/addons/dashboard-svc.yaml (1294 bytes)
I0510 17:31:56.317402  621868 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.0/kubectl apply -f /etc/kubernetes/addons/dashboard-ns.yaml -f /etc/kubernetes/addons/dashboard-clusterrole.yaml -f /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml -f /etc/kubernetes/addons/dashboard-configmap.yaml -f /etc/kubernetes/addons/dashboard-dp.yaml -f /etc/kubernetes/addons/dashboard-role.yaml -f /etc/kubernetes/addons/dashboard-rolebinding.yaml -f /etc/kubernetes/addons/dashboard-sa.yaml -f /etc/kubernetes/addons/dashboard-secret.yaml -f /etc/kubernetes/addons/dashboard-svc.yaml
I0510 17:31:57.373693  621868 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.33.0/kubectl apply -f /etc/kubernetes/addons/dashboard-ns.yaml -f /etc/kubernetes/addons/dashboard-clusterrole.yaml -f /etc/kubernetes/addons/dashboard-clusterrolebinding.yaml -f /etc/kubernetes/addons/dashboard-configmap.yaml -f /etc/kubernetes/addons/dashboard-dp.yaml -f /etc/kubernetes/addons/dashboard-role.yaml -f /etc/kubernetes/addons/dashboard-rolebinding.yaml -f /etc/kubernetes/addons/dashboard-sa.yaml -f /etc/kubernetes/addons/dashboard-secret.yaml -f /etc/kubernetes/addons/dashboard-svc.yaml: (1.056242657s)
I0510 17:31:57.377056  621868 out.go:177] * Some dashboard features require the metrics-server addon. To enable all features please run:

                                                
                                                
	minikube -p functional-411175 addons enable metrics-server

                                                
                                                
I0510 17:31:57.380456  621868 addons.go:201] Writing out "functional-411175" config to set dashboard=true...
W0510 17:31:57.380757  621868 out.go:270] * Verifying dashboard health ...
* Verifying dashboard health ...
I0510 17:31:57.381497  621868 kapi.go:59] client config for functional-411175: &rest.Config{Host:"https://192.168.49.2:8441", APIPath:"", ContentConfig:rest.ContentConfig{AcceptContentTypes:"", ContentType:"", GroupVersion:(*schema.GroupVersion)(nil), NegotiatedSerializer:runtime.NegotiatedSerializer(nil)}, Username:"", Password:"", BearerToken:"", BearerTokenFile:"", Impersonate:rest.ImpersonationConfig{UserName:"", UID:"", Groups:[]string(nil), Extra:map[string][]string(nil)}, AuthProvider:<nil>, AuthConfigPersister:rest.AuthProviderConfigPersister(nil), ExecProvider:<nil>, TLSClientConfig:rest.sanitizedTLSClientConfig{Insecure:false, ServerName:"", CertFile:"/home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt", KeyFile:"/home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.key", CAFile:"/home/jenkins/minikube-integration/20720-576361/.minikube/ca.crt", CertData:[]uint8(nil), KeyData:[]uint8(nil), CAData:[]uint8(nil),
NextProtos:[]string(nil)}, UserAgent:"", DisableCompression:false, Transport:http.RoundTripper(nil), WrapTransport:(transport.WrapperFunc)(0x1e46850), QPS:0, Burst:0, RateLimiter:flowcontrol.RateLimiter(nil), WarningHandler:rest.WarningHandler(nil), Timeout:0, Dial:(func(context.Context, string, string) (net.Conn, error))(nil), Proxy:(func(*http.Request) (*url.URL, error))(nil)}
I0510 17:31:57.382077  621868 envvar.go:172] "Feature gate default state" feature="ClientsPreferCBOR" enabled=false
I0510 17:31:57.382180  621868 envvar.go:172] "Feature gate default state" feature="InformerResourceVersion" enabled=false
I0510 17:31:57.382201  621868 envvar.go:172] "Feature gate default state" feature="WatchListClient" enabled=false
I0510 17:31:57.382222  621868 envvar.go:172] "Feature gate default state" feature="ClientsAllowCBOR" enabled=false
I0510 17:31:57.401310  621868 service.go:214] Found service: &Service{ObjectMeta:{kubernetes-dashboard  kubernetes-dashboard  930aabe2-f85c-402e-b92a-46e4adb8b764 855 0 2025-05-10 17:31:57 +0000 UTC <nil> <nil> map[addonmanager.kubernetes.io/mode:Reconcile k8s-app:kubernetes-dashboard kubernetes.io/minikube-addons:dashboard] map[kubectl.kubernetes.io/last-applied-configuration:{"apiVersion":"v1","kind":"Service","metadata":{"annotations":{},"labels":{"addonmanager.kubernetes.io/mode":"Reconcile","k8s-app":"kubernetes-dashboard","kubernetes.io/minikube-addons":"dashboard"},"name":"kubernetes-dashboard","namespace":"kubernetes-dashboard"},"spec":{"ports":[{"port":80,"targetPort":9090}],"selector":{"k8s-app":"kubernetes-dashboard"}}}
] [] [] [{kubectl-client-side-apply Update v1 2025-05-10 17:31:57 +0000 UTC FieldsV1 {"f:metadata":{"f:annotations":{".":{},"f:kubectl.kubernetes.io/last-applied-configuration":{}},"f:labels":{".":{},"f:addonmanager.kubernetes.io/mode":{},"f:k8s-app":{},"f:kubernetes.io/minikube-addons":{}}},"f:spec":{"f:internalTrafficPolicy":{},"f:ports":{".":{},"k:{\"port\":80,\"protocol\":\"TCP\"}":{".":{},"f:port":{},"f:protocol":{},"f:targetPort":{}}},"f:selector":{},"f:sessionAffinity":{},"f:type":{}}} }]},Spec:ServiceSpec{Ports:[]ServicePort{ServicePort{Name:,Protocol:TCP,Port:80,TargetPort:{0 9090 },NodePort:0,AppProtocol:nil,},},Selector:map[string]string{k8s-app: kubernetes-dashboard,},ClusterIP:10.104.94.226,Type:ClusterIP,ExternalIPs:[],SessionAffinity:None,LoadBalancerIP:,LoadBalancerSourceRanges:[],ExternalName:,ExternalTrafficPolicy:,HealthCheckNodePort:0,PublishNotReadyAddresses:false,SessionAffinityConfig:nil,IPFamilyPolicy:*SingleStack,ClusterIPs:[10.104.94.226],IPFamilies:[IPv4],AllocateLoadBalance
rNodePorts:nil,LoadBalancerClass:nil,InternalTrafficPolicy:*Cluster,TrafficDistribution:nil,},Status:ServiceStatus{LoadBalancer:LoadBalancerStatus{Ingress:[]LoadBalancerIngress{},},Conditions:[]Condition{},},}
W0510 17:31:57.401488  621868 out.go:270] * Launching proxy ...
* Launching proxy ...
I0510 17:31:57.401633  621868 dashboard.go:152] Executing: /usr/local/bin/kubectl [/usr/local/bin/kubectl --context functional-411175 proxy --port 36195]
I0510 17:31:57.401952  621868 dashboard.go:157] Waiting for kubectl to output host:port ...
I0510 17:31:57.459864  621868 dashboard.go:175] proxy stdout: Starting to serve on 127.0.0.1:36195
W0510 17:31:57.459900  621868 out.go:270] * Verifying proxy health ...
* Verifying proxy health ...
I0510 17:31:57.476205  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[ade2dbaa-36db-40b3-8763-a1bd4e28b868] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x400066a880 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000681400 TLS:<nil>}
I0510 17:31:57.476286  621868 retry.go:31] will retry after 107.654µs: Temporary Error: unexpected response code: 503
I0510 17:31:57.479779  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[82c96ff8-9e43-4ade-9541-4f3f0ccde912] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000905d40 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000681540 TLS:<nil>}
I0510 17:31:57.479830  621868 retry.go:31] will retry after 122.871µs: Temporary Error: unexpected response code: 503
I0510 17:31:57.484497  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[9ee890cf-13a8-4c3c-b01d-bb938710b41a] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x400066abc0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40000ef540 TLS:<nil>}
I0510 17:31:57.484558  621868 retry.go:31] will retry after 298.897µs: Temporary Error: unexpected response code: 503
I0510 17:31:57.488545  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[406446bf-e2de-4326-9516-4953b27e92f7] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x400066ae40 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000681680 TLS:<nil>}
I0510 17:31:57.488604  621868 retry.go:31] will retry after 333.061µs: Temporary Error: unexpected response code: 503
I0510 17:31:57.492531  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[0bcf9a20-6aa1-425a-9dbe-751a097c4442] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000472140 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40000ef680 TLS:<nil>}
I0510 17:31:57.492592  621868 retry.go:31] will retry after 654.42µs: Temporary Error: unexpected response code: 503
I0510 17:31:57.496415  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[f2715c71-4bb6-40aa-8bde-fb84c715eb03] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000472240 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40006817c0 TLS:<nil>}
I0510 17:31:57.496478  621868 retry.go:31] will retry after 483.993µs: Temporary Error: unexpected response code: 503
I0510 17:31:57.501379  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[87f1e3e1-1c11-4a0f-9a61-2c042aa8118a] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000472440 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000681a40 TLS:<nil>}
I0510 17:31:57.501441  621868 retry.go:31] will retry after 1.265251ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.507166  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[62a8f26e-080e-401d-b3b4-7d73761f9c10] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x40004724c0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000681b80 TLS:<nil>}
I0510 17:31:57.507260  621868 retry.go:31] will retry after 2.520579ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.514145  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[247046a6-74e5-422e-920f-e443367a584c] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x400066b080 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40000ef7c0 TLS:<nil>}
I0510 17:31:57.514211  621868 retry.go:31] will retry after 1.667421ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.519311  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[d4294631-8395-44e1-8e39-6a6dac735a69] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x400066b180 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000681cc0 TLS:<nil>}
I0510 17:31:57.519391  621868 retry.go:31] will retry after 2.068768ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.524357  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[88e3e5f4-c37f-4bf7-a7a7-084004b52c37] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000472680 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000681e00 TLS:<nil>}
I0510 17:31:57.524421  621868 retry.go:31] will retry after 3.116239ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.532008  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[ebac6239-15a4-4389-9634-e7924bbfe788] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000472700 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000456000 TLS:<nil>}
I0510 17:31:57.532072  621868 retry.go:31] will retry after 5.619655ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.541394  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[3e988d43-3026-460a-8e5d-2b2f93d2045c] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000472980 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000456140 TLS:<nil>}
I0510 17:31:57.541460  621868 retry.go:31] will retry after 16.458558ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.561557  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[29f121c4-9f07-4f73-bf11-47fab3b28a47] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000472c80 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000456640 TLS:<nil>}
I0510 17:31:57.561654  621868 retry.go:31] will retry after 15.162559ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.580554  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[d0a08a32-5078-494d-8713-13f52124d446] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000472dc0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000456780 TLS:<nil>}
I0510 17:31:57.580616  621868 retry.go:31] will retry after 29.391157ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.613418  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[25a5aca7-53dc-45a5-a20a-1f6721211a31] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000472e40 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40004568c0 TLS:<nil>}
I0510 17:31:57.613488  621868 retry.go:31] will retry after 27.509379ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.644644  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[541f0249-8832-42b5-972a-d26926d53fea] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x400066b780 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000456a00 TLS:<nil>}
I0510 17:31:57.644729  621868 retry.go:31] will retry after 66.087342ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.713829  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[68069b30-4266-4794-845f-264bf59d0adb] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x4000472fc0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000456b40 TLS:<nil>}
I0510 17:31:57.713905  621868 retry.go:31] will retry after 50.902619ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.767809  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[7ec8a843-d72a-4e2b-8eff-262115596618] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x400066b880 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40000ef900 TLS:<nil>}
I0510 17:31:57.767889  621868 retry.go:31] will retry after 103.033556ms: Temporary Error: unexpected response code: 503
I0510 17:31:57.874530  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[e740b3d5-d5a5-483a-b266-b77f0c796b65] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:57 GMT]] Body:0x400066ba40 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000456c80 TLS:<nil>}
I0510 17:31:57.874607  621868 retry.go:31] will retry after 259.979323ms: Temporary Error: unexpected response code: 503
I0510 17:31:58.137776  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[bee94386-cd6a-4684-b59d-72b6038c0397] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:58 GMT]] Body:0x400066bac0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40000efa40 TLS:<nil>}
I0510 17:31:58.137836  621868 retry.go:31] will retry after 364.710809ms: Temporary Error: unexpected response code: 503
I0510 17:31:58.505912  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[6931702b-fbca-4aaf-a7ac-9d20448982af] Cache-Control:[no-cache, private] Content-Length:[182] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:58 GMT]] Body:0x400066bbc0 ContentLength:182 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40000efb80 TLS:<nil>}
I0510 17:31:58.505979  621868 retry.go:31] will retry after 563.880269ms: Temporary Error: unexpected response code: 503
I0510 17:31:59.073625  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[9fbf7441-c8e2-4a47-8f4a-377a7abeb02d] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:31:59 GMT]] Body:0x4000473280 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000456dc0 TLS:<nil>}
I0510 17:31:59.073691  621868 retry.go:31] will retry after 1.035965231s: Temporary Error: unexpected response code: 503
I0510 17:32:00.117694  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[a4ae39ff-df38-46fc-b60e-7f7a59c808f3] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:32:00 GMT]] Body:0x4000473300 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000456f00 TLS:<nil>}
I0510 17:32:00.117791  621868 retry.go:31] will retry after 905.513682ms: Temporary Error: unexpected response code: 503
I0510 17:32:01.026814  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[707c025c-4897-4bda-8dc4-cdf85a71bab6] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:32:01 GMT]] Body:0x40004733c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000457040 TLS:<nil>}
I0510 17:32:01.026883  621868 retry.go:31] will retry after 947.349338ms: Temporary Error: unexpected response code: 503
I0510 17:32:01.977238  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[e1f641be-3994-482a-9c6d-3db119d85fae] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:32:01 GMT]] Body:0x400066bf40 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000457180 TLS:<nil>}
I0510 17:32:01.977312  621868 retry.go:31] will retry after 1.416805794s: Temporary Error: unexpected response code: 503
I0510 17:32:03.397476  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[04af9369-b35b-4dfb-b0ec-cf240dfb9078] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:32:03 GMT]] Body:0x400022fe40 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40004572c0 TLS:<nil>}
I0510 17:32:03.397550  621868 retry.go:31] will retry after 3.323017489s: Temporary Error: unexpected response code: 503
I0510 17:32:06.724056  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[d583e522-9a40-4a3f-9ff8-baa8c07a9b36] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:32:06 GMT]] Body:0x4001690080 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40000efcc0 TLS:<nil>}
I0510 17:32:06.724131  621868 retry.go:31] will retry after 3.392040062s: Temporary Error: unexpected response code: 503
I0510 17:32:10.119703  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[ba41511a-1e8e-484f-85a5-b050c26b2e14] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:32:10 GMT]] Body:0x4001690100 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40000efe00 TLS:<nil>}
I0510 17:32:10.119769  621868 retry.go:31] will retry after 11.033163566s: Temporary Error: unexpected response code: 503
I0510 17:32:21.156645  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[8005176d-643b-4155-aa97-a4f153c59173] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:32:21 GMT]] Body:0x40016901c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000457400 TLS:<nil>}
I0510 17:32:21.156707  621868 retry.go:31] will retry after 15.12344212s: Temporary Error: unexpected response code: 503
I0510 17:32:36.287184  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[62b334da-29a6-4772-871f-8b4778a9474c] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:32:36 GMT]] Body:0x4001708140 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40001c2140 TLS:<nil>}
I0510 17:32:36.287269  621868 retry.go:31] will retry after 16.377022364s: Temporary Error: unexpected response code: 503
I0510 17:32:52.679159  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[e64a2c76-0004-4e4d-b617-3dc79ab46f12] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:32:52 GMT]] Body:0x4001708200 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40001c2280 TLS:<nil>}
I0510 17:32:52.679232  621868 retry.go:31] will retry after 33.503937953s: Temporary Error: unexpected response code: 503
I0510 17:33:26.187166  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[de015227-757a-4274-974a-db5f606de0de] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:33:26 GMT]] Body:0x40017082c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000457540 TLS:<nil>}
I0510 17:33:26.187231  621868 retry.go:31] will retry after 47.102495988s: Temporary Error: unexpected response code: 503
I0510 17:34:13.292850  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[14bc1a88-b0a7-4d0e-83ca-8e71c3af803e] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:34:13 GMT]] Body:0x4001708100 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40001c23c0 TLS:<nil>}
I0510 17:34:13.292922  621868 retry.go:31] will retry after 33.415222338s: Temporary Error: unexpected response code: 503
I0510 17:34:46.712044  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[61b3d7ae-2bde-4f10-9e41-2541bd98bba8] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:34:46 GMT]] Body:0x40017081c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000457680 TLS:<nil>}
I0510 17:34:46.712121  621868 retry.go:31] will retry after 36.75167259s: Temporary Error: unexpected response code: 503
I0510 17:35:23.466753  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[6f2d841f-f9a5-4b4d-a9e7-e9d2332c9b9f] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:35:23 GMT]] Body:0x40017082c0 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x40001c2500 TLS:<nil>}
I0510 17:35:23.466817  621868 retry.go:31] will retry after 1m11.59366003s: Temporary Error: unexpected response code: 503
I0510 17:36:35.067281  621868 dashboard.go:214] http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/ response: <nil> &{Status:503 Service Unavailable StatusCode:503 Proto:HTTP/1.1 ProtoMajor:1 ProtoMinor:1 Header:map[Audit-Id:[5cb71f45-aa75-4f08-8711-2c6f6b32e65d] Cache-Control:[no-cache, private] Content-Length:[188] Content-Type:[application/json] Date:[Sat, 10 May 2025 17:36:35 GMT]] Body:0x4001690140 ContentLength:188 TransferEncoding:[] Close:false Uncompressed:false Trailer:map[] Request:0x4000457900 TLS:<nil>}
I0510 17:36:35.067348  621868 retry.go:31] will retry after 53.416742684s: Temporary Error: unexpected response code: 503
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestFunctional/parallel/DashboardCmd]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect functional-411175
helpers_test.go:235: (dbg) docker inspect functional-411175:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53",
	        "Created": "2025-05-10T17:28:27.160616154Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 610033,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-05-10T17:28:27.221974606Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:8d0051f61c70b78ce0d27f52d63d179360406349b05070abb34de548473ac66d",
	        "ResolvConfPath": "/var/lib/docker/containers/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53/hostname",
	        "HostsPath": "/var/lib/docker/containers/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53/hosts",
	        "LogPath": "/var/lib/docker/containers/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53-json.log",
	        "Name": "/functional-411175",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "functional-411175:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "functional-411175",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 4194304000,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 8388608000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53",
	                "LowerDir": "/var/lib/docker/overlay2/1e8f05ef1512f8a013b0f5172f4fd11e3ff00e95a58da96a717d9b50d7afd517-init/diff:/var/lib/docker/overlay2/f53757f84525a314b7d3e39a04ce4e97d75f5bc16e7ee6805bc71f60238b3710/diff",
	                "MergedDir": "/var/lib/docker/overlay2/1e8f05ef1512f8a013b0f5172f4fd11e3ff00e95a58da96a717d9b50d7afd517/merged",
	                "UpperDir": "/var/lib/docker/overlay2/1e8f05ef1512f8a013b0f5172f4fd11e3ff00e95a58da96a717d9b50d7afd517/diff",
	                "WorkDir": "/var/lib/docker/overlay2/1e8f05ef1512f8a013b0f5172f4fd11e3ff00e95a58da96a717d9b50d7afd517/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "functional-411175",
	                "Source": "/var/lib/docker/volumes/functional-411175/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "functional-411175",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8441/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "functional-411175",
	                "name.minikube.sigs.k8s.io": "functional-411175",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "8716b3657f6cad3fb1a79895860c6cf9873c9ad11c2d84a55e61c93d6b59037f",
	            "SandboxKey": "/var/run/docker/netns/8716b3657f6c",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33519"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33520"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33523"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33521"
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33522"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "functional-411175": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "c6:8e:7e:82:c3:25",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "3b1b03ca01bf7f3dd64297797770dfb1f4a0cecf3ecd951b52e0fba2af334cd4",
	                    "EndpointID": "b3b9d9339331da02d69fa52d54c0b3aeab00047eb11df138413179d83f6cc280",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "functional-411175",
	                        "51e1359c5cee"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p functional-411175 -n functional-411175
helpers_test.go:244: <<< TestFunctional/parallel/DashboardCmd FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestFunctional/parallel/DashboardCmd]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 logs -n 25: (1.816522594s)
helpers_test.go:252: TestFunctional/parallel/DashboardCmd logs: 
-- stdout --
	
	==> Audit <==
	|----------------|--------------------------------------------------------------------------|-------------------|---------|---------|---------------------|---------------------|
	|    Command     |                                   Args                                   |      Profile      |  User   | Version |     Start Time      |      End Time       |
	|----------------|--------------------------------------------------------------------------|-------------------|---------|---------|---------------------|---------------------|
	| ssh            | functional-411175 ssh sudo                                               | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|                | umount -f /mount-9p                                                      |                   |         |         |                     |                     |
	| ssh            | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|                | -T /mount-9p | grep 9p                                                   |                   |         |         |                     |                     |
	| mount          | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|                | /tmp/TestFunctionalparallelMountCmdspecific-port1325259219/001:/mount-9p |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=1 --port 46464                                      |                   |         |         |                     |                     |
	| ssh            | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|                | -T /mount-9p | grep 9p                                                   |                   |         |         |                     |                     |
	| ssh            | functional-411175 ssh -- ls                                              | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|                | -la /mount-9p                                                            |                   |         |         |                     |                     |
	| ssh            | functional-411175 ssh sudo                                               | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|                | umount -f /mount-9p                                                      |                   |         |         |                     |                     |
	| mount          | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|                | /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/001:/mount1   |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=1                                                   |                   |         |         |                     |                     |
	| mount          | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|                | /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/001:/mount2   |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=1                                                   |                   |         |         |                     |                     |
	| ssh            | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|                | -T /mount1                                                               |                   |         |         |                     |                     |
	| mount          | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|                | /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/001:/mount3   |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=1                                                   |                   |         |         |                     |                     |
	| ssh            | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|                | -T /mount2                                                               |                   |         |         |                     |                     |
	| ssh            | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|                | -T /mount3                                                               |                   |         |         |                     |                     |
	| mount          | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|                | --kill=true                                                              |                   |         |         |                     |                     |
	| start          | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|                | --dry-run --memory                                                       |                   |         |         |                     |                     |
	|                | 250MB --alsologtostderr                                                  |                   |         |         |                     |                     |
	|                | --driver=docker                                                          |                   |         |         |                     |                     |
	|                | --container-runtime=containerd                                           |                   |         |         |                     |                     |
	| dashboard      | --url --port 36195                                                       | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|                | -p functional-411175                                                     |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=1                                                   |                   |         |         |                     |                     |
	| update-context | functional-411175                                                        | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:34 UTC | 10 May 25 17:34 UTC |
	|                | update-context                                                           |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=2                                                   |                   |         |         |                     |                     |
	| update-context | functional-411175                                                        | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:34 UTC | 10 May 25 17:34 UTC |
	|                | update-context                                                           |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=2                                                   |                   |         |         |                     |                     |
	| update-context | functional-411175                                                        | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:34 UTC | 10 May 25 17:34 UTC |
	|                | update-context                                                           |                   |         |         |                     |                     |
	|                | --alsologtostderr -v=2                                                   |                   |         |         |                     |                     |
	| image          | functional-411175                                                        | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:34 UTC | 10 May 25 17:34 UTC |
	|                | image ls --format short                                                  |                   |         |         |                     |                     |
	|                | --alsologtostderr                                                        |                   |         |         |                     |                     |
	| ssh            | functional-411175 ssh pgrep                                              | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:34 UTC |                     |
	|                | buildkitd                                                                |                   |         |         |                     |                     |
	| image          | functional-411175 image build -t                                         | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:34 UTC | 10 May 25 17:34 UTC |
	|                | localhost/my-image:functional-411175                                     |                   |         |         |                     |                     |
	|                | testdata/build --alsologtostderr                                         |                   |         |         |                     |                     |
	| image          | functional-411175 image ls                                               | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:34 UTC | 10 May 25 17:34 UTC |
	| image          | functional-411175                                                        | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:34 UTC | 10 May 25 17:34 UTC |
	|                | image ls --format yaml                                                   |                   |         |         |                     |                     |
	|                | --alsologtostderr                                                        |                   |         |         |                     |                     |
	| image          | functional-411175                                                        | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:34 UTC | 10 May 25 17:34 UTC |
	|                | image ls --format json                                                   |                   |         |         |                     |                     |
	|                | --alsologtostderr                                                        |                   |         |         |                     |                     |
	| image          | functional-411175                                                        | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:34 UTC | 10 May 25 17:34 UTC |
	|                | image ls --format table                                                  |                   |         |         |                     |                     |
	|                | --alsologtostderr                                                        |                   |         |         |                     |                     |
	|----------------|--------------------------------------------------------------------------|-------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/05/10 17:31:55
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.24.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0510 17:31:55.553062  621821 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:31:55.553297  621821 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:31:55.553326  621821 out.go:358] Setting ErrFile to fd 2...
	I0510 17:31:55.553344  621821 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:31:55.553789  621821 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 17:31:55.554218  621821 out.go:352] Setting JSON to false
	I0510 17:31:55.555243  621821 start.go:130] hostinfo: {"hostname":"ip-172-31-31-251","uptime":11660,"bootTime":1746886656,"procs":208,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1083-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0510 17:31:55.555337  621821 start.go:140] virtualization:  
	I0510 17:31:55.559022  621821 out.go:177] * [functional-411175] minikube v1.35.0 sur Ubuntu 20.04 (arm64)
	I0510 17:31:55.562938  621821 notify.go:220] Checking for updates...
	I0510 17:31:55.565959  621821 out.go:177]   - MINIKUBE_LOCATION=20720
	I0510 17:31:55.568861  621821 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0510 17:31:55.571790  621821 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig
	I0510 17:31:55.574741  621821 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube
	I0510 17:31:55.577771  621821 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0510 17:31:55.580590  621821 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0510 17:31:55.583959  621821 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 17:31:55.584555  621821 driver.go:404] Setting default libvirt URI to qemu:///system
	I0510 17:31:55.620692  621821 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
	I0510 17:31:55.620813  621821 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:31:55.683787  621821 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:2 ContainersRunning:2 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:49 OomKillDisable:true NGoroutines:63 SystemTime:2025-05-10 17:31:55.674506322 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:31:55.683935  621821 docker.go:318] overlay module found
	I0510 17:31:55.687135  621821 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0510 17:31:55.689939  621821 start.go:304] selected driver: docker
	I0510 17:31:55.689958  621821 start.go:908] validating driver "docker" against &{Name:functional-411175 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 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.33.0 ClusterName:functional-411175 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:do
cker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0510 17:31:55.690074  621821 start.go:919] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0510 17:31:55.693536  621821 out.go:201] 
	W0510 17:31:55.696483  621821 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
	I0510 17:31:55.699304  621821 out.go:201] 
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	ea6dc501451ec       1611cd07b61d5       5 minutes ago       Exited              mount-munger              0                   db296630ee515       busybox-mount
	23f5c8fafb066       72565bf5bbedf       5 minutes ago       Running             echoserver-arm            0                   c336c00b1c03b       hello-node-64fc58db8c-s8kf4
	efde805a6e233       72565bf5bbedf       5 minutes ago       Running             echoserver-arm            0                   d76e8578fadb3       hello-node-connect-8449669db6-9gd2d
	c806c0098df92       96868d9fa38f4       5 minutes ago       Running             nginx                     0                   b795684996a45       nginx-svc
	caea0b05f733d       61f3acc54bb62       6 minutes ago       Running             kube-apiserver            0                   6810e1a384c77       kube-apiserver-functional-411175
	d9dd5cb0d36a8       5372350fd0a1e       6 minutes ago       Running             kube-controller-manager   2                   9f35cc52df9fe       kube-controller-manager-functional-411175
	0f282457f6db4       f8984990ac26b       6 minutes ago       Running             kube-scheduler            1                   25423a78fdd6f       kube-scheduler-functional-411175
	870c010f32827       31747a36ce712       6 minutes ago       Running             etcd                      1                   b0e1a97bd7776       etcd-functional-411175
	a404da6aecefc       5372350fd0a1e       6 minutes ago       Exited              kube-controller-manager   1                   9f35cc52df9fe       kube-controller-manager-functional-411175
	dcae0c5d93a12       8d27a60846a20       6 minutes ago       Running             kube-proxy                1                   2321c0392ce2f       kube-proxy-p9qwz
	c280294781d81       f72407be9e08c       6 minutes ago       Running             coredns                   1                   7f981126d1ed6       coredns-674b8bbfcf-dm5mp
	4da9d0f8b2e14       ba04bb24b9575       6 minutes ago       Running             storage-provisioner       1                   0785b73033c47       storage-provisioner
	2201d470edda3       ee75e27fff91c       6 minutes ago       Running             kindnet-cni               1                   26e545ac23c40       kindnet-j6nhg
	1f5cb8d2ef928       f72407be9e08c       7 minutes ago       Exited              coredns                   0                   7f981126d1ed6       coredns-674b8bbfcf-dm5mp
	588ab10bf5683       ba04bb24b9575       7 minutes ago       Exited              storage-provisioner       0                   0785b73033c47       storage-provisioner
	ecad900677175       ee75e27fff91c       8 minutes ago       Exited              kindnet-cni               0                   26e545ac23c40       kindnet-j6nhg
	1910241a38fe8       8d27a60846a20       8 minutes ago       Exited              kube-proxy                0                   2321c0392ce2f       kube-proxy-p9qwz
	2063e59738539       31747a36ce712       8 minutes ago       Exited              etcd                      0                   b0e1a97bd7776       etcd-functional-411175
	aedb1bf17b127       f8984990ac26b       8 minutes ago       Exited              kube-scheduler            0                   25423a78fdd6f       kube-scheduler-functional-411175
	
	
	==> containerd <==
	May 10 17:33:29 functional-411175 containerd[3610]: time="2025-05-10T17:33:29.656487008Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:33:29 functional-411175 containerd[3610]: time="2025-05-10T17:33:29.782339540Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:33:30 functional-411175 containerd[3610]: time="2025-05-10T17:33:30.082176233Z" level=error msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	May 10 17:33:30 functional-411175 containerd[3610]: time="2025-05-10T17:33:30.082241447Z" level=info msg="stop pulling image docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: active requests=0, bytes read=11047"
	May 10 17:34:15 functional-411175 containerd[3610]: time="2025-05-10T17:34:15.652219984Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	May 10 17:34:15 functional-411175 containerd[3610]: time="2025-05-10T17:34:15.654654659Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:34:15 functional-411175 containerd[3610]: time="2025-05-10T17:34:15.819925485Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:34:16 functional-411175 containerd[3610]: time="2025-05-10T17:34:16.234986937Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	May 10 17:34:16 functional-411175 containerd[3610]: time="2025-05-10T17:34:16.235108217Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=21215"
	May 10 17:34:31 functional-411175 containerd[3610]: time="2025-05-10T17:34:31.879574076Z" level=info msg="shim disconnected" id=k9d8tu2kg31b97i4fbwsk65u7 namespace=k8s.io
	May 10 17:34:31 functional-411175 containerd[3610]: time="2025-05-10T17:34:31.880025430Z" level=warning msg="cleaning up after shim disconnected" id=k9d8tu2kg31b97i4fbwsk65u7 namespace=k8s.io
	May 10 17:34:31 functional-411175 containerd[3610]: time="2025-05-10T17:34:31.880091941Z" level=info msg="cleaning up dead shim" namespace=k8s.io
	May 10 17:34:32 functional-411175 containerd[3610]: time="2025-05-10T17:34:32.142406615Z" level=info msg="ImageCreate event name:\"localhost/my-image:functional-411175\""
	May 10 17:34:32 functional-411175 containerd[3610]: time="2025-05-10T17:34:32.151631413Z" level=info msg="ImageCreate event name:\"sha256:a376c7ba5fd35a1d48093e72d2c68fcb232e1907985b15f694ecf68ae03acb5d\" labels:{key:\"io.cri-containerd.image\" value:\"managed\"}"
	May 10 17:34:32 functional-411175 containerd[3610]: time="2025-05-10T17:34:32.152117869Z" level=info msg="ImageUpdate event name:\"localhost/my-image:functional-411175\" labels:{key:\"io.cri-containerd.image\" value:\"managed\"}"
	May 10 17:34:53 functional-411175 containerd[3610]: time="2025-05-10T17:34:53.652546264Z" level=info msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\""
	May 10 17:34:53 functional-411175 containerd[3610]: time="2025-05-10T17:34:53.655475658Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:34:53 functional-411175 containerd[3610]: time="2025-05-10T17:34:53.806861890Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:34:54 functional-411175 containerd[3610]: time="2025-05-10T17:34:54.074586289Z" level=error msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	May 10 17:34:54 functional-411175 containerd[3610]: time="2025-05-10T17:34:54.074633641Z" level=info msg="stop pulling image docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: active requests=0, bytes read=11015"
	May 10 17:35:01 functional-411175 containerd[3610]: time="2025-05-10T17:35:01.653042549Z" level=info msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\""
	May 10 17:35:01 functional-411175 containerd[3610]: time="2025-05-10T17:35:01.655474738Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:35:01 functional-411175 containerd[3610]: time="2025-05-10T17:35:01.785868327Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:35:02 functional-411175 containerd[3610]: time="2025-05-10T17:35:02.067694974Z" level=error msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	May 10 17:35:02 functional-411175 containerd[3610]: time="2025-05-10T17:35:02.068023039Z" level=info msg="stop pulling image docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: active requests=0, bytes read=11047"
	
	
	==> coredns [1f5cb8d2ef928684cc1e0a1a3d60787468d29293b547b3b6df7908eaa0dc4db6] <==
	maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.0
	linux/arm64, go1.23.3, 51e11f1
	[INFO] 127.0.0.1:44411 - 23837 "HINFO IN 1634484706249268666.3433836993746801761. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.032331805s
	[INFO] SIGTERM: Shutting down servers then terminating
	[INFO] plugin/health: Going into lameduck mode for 5s
	
	
	==> coredns [c280294781d81f174eb98ef7b975980bf073c125ee134b9e871ef525495d3671] <==
	maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.0
	linux/arm64, go1.23.3, 51e11f1
	[INFO] 127.0.0.1:41233 - 62106 "HINFO IN 7720196633915499423.8553203719504094397. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.016108899s
	
	
	==> describe nodes <==
	Name:               functional-411175
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=functional-411175
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e96c83983357cd8557f3cdfe077a25cc73d485a4
	                    minikube.k8s.io/name=functional-411175
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_05_10T17_28_52_0700
	                    minikube.k8s.io/version=v1.35.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Sat, 10 May 2025 17:28:48 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  functional-411175
	  AcquireTime:     <unset>
	  RenewTime:       Sat, 10 May 2025 17:36:47 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sat, 10 May 2025 17:34:45 +0000   Sat, 10 May 2025 17:28:45 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sat, 10 May 2025 17:34:45 +0000   Sat, 10 May 2025 17:28:45 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sat, 10 May 2025 17:34:45 +0000   Sat, 10 May 2025 17:28:45 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sat, 10 May 2025 17:34:45 +0000   Sat, 10 May 2025 17:28:49 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    functional-411175
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 a597c99f616d4cc89bdd0e113666c1b0
	  System UUID:                aa95f17c-841c-43ba-a8b0-88d5f352ac64
	  Boot ID:                    031bd395-9ef9-4833-9c39-69ef8b2481fc
	  Kernel Version:             5.15.0-1083-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  containerd://1.7.27
	  Kubelet Version:            v1.33.0
	  Kube-Proxy Version:         
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (14 in total)
	  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---
	  default                     hello-node-64fc58db8c-s8kf4                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m24s
	  default                     hello-node-connect-8449669db6-9gd2d           0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m32s
	  default                     nginx-svc                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m41s
	  default                     sp-pod                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m33s
	  kube-system                 coredns-674b8bbfcf-dm5mp                      100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     8m1s
	  kube-system                 etcd-functional-411175                        100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         8m7s
	  kube-system                 kindnet-j6nhg                                 100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      8m1s
	  kube-system                 kube-apiserver-functional-411175              250m (12%)    0 (0%)      0 (0%)           0 (0%)         6m7s
	  kube-system                 kube-controller-manager-functional-411175     200m (10%)    0 (0%)      0 (0%)           0 (0%)         8m6s
	  kube-system                 kube-proxy-p9qwz                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         8m1s
	  kube-system                 kube-scheduler-functional-411175              100m (5%)     0 (0%)      0 (0%)           0 (0%)         8m6s
	  kube-system                 storage-provisioner                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         8m
	  kubernetes-dashboard        dashboard-metrics-scraper-5d59dccf9b-htff5    0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m
	  kubernetes-dashboard        kubernetes-dashboard-7779f9b69b-6hvvh         0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (42%)  100m (5%)
	  memory             220Mi (2%)  220Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                    From             Message
	  ----     ------                   ----                   ----             -------
	  Normal   Starting                 7m59s                  kube-proxy       
	  Normal   Starting                 6m23s                  kube-proxy       
	  Normal   NodeAllocatableEnforced  8m6s                   kubelet          Updated Node Allocatable limit across pods
	  Warning  CgroupV1                 8m6s                   kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasSufficientMemory  8m6s                   kubelet          Node functional-411175 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    8m6s                   kubelet          Node functional-411175 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     8m6s                   kubelet          Node functional-411175 status is now: NodeHasSufficientPID
	  Normal   Starting                 8m6s                   kubelet          Starting kubelet.
	  Normal   RegisteredNode           8m2s                   node-controller  Node functional-411175 event: Registered Node functional-411175 in Controller
	  Normal   NodeHasSufficientMemory  6m13s (x8 over 6m13s)  kubelet          Node functional-411175 status is now: NodeHasSufficientMemory
	  Normal   Starting                 6m13s                  kubelet          Starting kubelet.
	  Warning  CgroupV1                 6m13s                  kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasNoDiskPressure    6m13s (x8 over 6m13s)  kubelet          Node functional-411175 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     6m13s (x7 over 6m13s)  kubelet          Node functional-411175 status is now: NodeHasSufficientPID
	  Normal   NodeAllocatableEnforced  6m13s                  kubelet          Updated Node Allocatable limit across pods
	  Normal   RegisteredNode           6m5s                   node-controller  Node functional-411175 event: Registered Node functional-411175 in Controller
	
	
	==> dmesg <==
	[May10 16:56] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
	[  +0.389542] overlayfs: '/var/lib/containers/storage/overlay/l/ZLTOCNGE2IGM6DT7VP2QP7OV3M' not a directory
	
	
	==> etcd [2063e597385391fb9e4d951ba8e1acb72fb2b2496e2480af37987504da5e38ed] <==
	{"level":"info","ts":"2025-05-10T17:28:45.868282Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2025-05-10T17:28:45.868331Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2025-05-10T17:28:45.871353Z","caller":"etcdserver/server.go:2697","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:28:45.873855Z","caller":"etcdserver/server.go:2144","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:functional-411175 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2025-05-10T17:28:45.873959Z","caller":"embed/serve.go:124","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-05-10T17:28:45.874049Z","caller":"embed/serve.go:124","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-05-10T17:28:45.878743Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-05-10T17:28:45.879615Z","caller":"embed/serve.go:275","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2025-05-10T17:28:45.879777Z","caller":"membership/cluster.go:587","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:28:45.879885Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:28:45.879963Z","caller":"etcdserver/server.go:2721","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:28:45.877621Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-05-10T17:28:45.881636Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-05-10T17:28:45.882254Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-05-10T17:28:45.883083Z","caller":"embed/serve.go:275","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-05-10T17:30:22.761500Z","caller":"osutil/interrupt_unix.go:64","msg":"received signal; shutting down","signal":"terminated"}
	{"level":"info","ts":"2025-05-10T17:30:22.761643Z","caller":"embed/etcd.go:408","msg":"closing etcd server","name":"functional-411175","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	{"level":"info","ts":"2025-05-10T17:30:29.762438Z","caller":"etcdserver/server.go:1546","msg":"skipped leadership transfer for single voting member cluster","local-member-id":"aec36adc501070cc","current-leader-member-id":"aec36adc501070cc"}
	{"level":"warn","ts":"2025-05-10T17:30:29.763973Z","caller":"embed/serve.go:235","msg":"stopping secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-05-10T17:30:29.764036Z","caller":"embed/serve.go:237","msg":"stopped secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-05-10T17:30:29.766670Z","caller":"embed/serve.go:235","msg":"stopping secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-05-10T17:30:29.766728Z","caller":"embed/serve.go:237","msg":"stopped secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"info","ts":"2025-05-10T17:30:29.770152Z","caller":"embed/etcd.go:613","msg":"stopping serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-05-10T17:30:29.770415Z","caller":"embed/etcd.go:618","msg":"stopped serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-05-10T17:30:29.770454Z","caller":"embed/etcd.go:410","msg":"closed etcd server","name":"functional-411175","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	
	
	==> etcd [870c010f32827e4b136aa83196510a9932bbc1dfad5cda3c80fa46c1f97a4084] <==
	{"level":"info","ts":"2025-05-10T17:30:32.634381Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-05-10T17:30:32.635226Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-05-10T17:30:32.637730Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-05-10T17:30:32.638625Z","caller":"embed/serve.go:275","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-05-10T17:30:33.073994Z","caller":"traceutil/trace.go:171","msg":"trace[2050268590] linearizableReadLoop","detail":"{readStateIndex:537; appliedIndex:537; }","duration":"177.743486ms","start":"2025-05-10T17:30:32.896236Z","end":"2025-05-10T17:30:33.073979Z","steps":["trace[2050268590] 'read index received'  (duration: 177.736898ms)","trace[2050268590] 'applied index is now lower than readState.Index'  (duration: 5.784µs)"],"step_count":2}
	{"level":"warn","ts":"2025-05-10T17:30:33.074904Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"178.643947ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-proxy-p9qwz\" limit:1 ","response":"range_response_count:1 size:4848"}
	{"level":"info","ts":"2025-05-10T17:30:33.328111Z","caller":"traceutil/trace.go:171","msg":"trace[1518056154] range","detail":"{range_begin:/registry/pods/kube-system/kube-proxy-p9qwz; range_end:; response_count:1; response_revision:505; }","duration":"431.861373ms","start":"2025-05-10T17:30:32.896232Z","end":"2025-05-10T17:30:33.328093Z","steps":["trace[1518056154] 'agreement among raft nodes before linearized reading'  (duration: 178.609477ms)"],"step_count":1}
	{"level":"warn","ts":"2025-05-10T17:30:33.328181Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:32.896219Z","time spent":"431.931911ms","remote":"127.0.0.1:33548","response type":"/etcdserverpb.KV/Range","request count":0,"request size":47,"response count":1,"response size":4872,"request content":"key:\"/registry/pods/kube-system/kube-proxy-p9qwz\" limit:1 "}
	{"level":"warn","ts":"2025-05-10T17:30:33.328450Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"379.660252ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/masterleases/192.168.49.2\" limit:1 ","response":"range_response_count:1 size:131"}
	{"level":"info","ts":"2025-05-10T17:30:33.328488Z","caller":"traceutil/trace.go:171","msg":"trace[343041466] range","detail":"{range_begin:/registry/masterleases/192.168.49.2; range_end:; response_count:1; response_revision:507; }","duration":"379.697028ms","start":"2025-05-10T17:30:32.948781Z","end":"2025-05-10T17:30:33.328479Z","steps":["trace[343041466] 'agreement among raft nodes before linearized reading'  (duration: 379.624257ms)"],"step_count":1}
	{"level":"warn","ts":"2025-05-10T17:30:33.328517Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:32.948730Z","time spent":"379.778882ms","remote":"127.0.0.1:33912","response type":"/etcdserverpb.KV/Range","request count":0,"request size":39,"response count":1,"response size":155,"request content":"key:\"/registry/masterleases/192.168.49.2\" limit:1 "}
	{"level":"info","ts":"2025-05-10T17:30:33.247659Z","caller":"traceutil/trace.go:171","msg":"trace[77032542] transaction","detail":"{read_only:false; response_revision:507; number_of_response:1; }","duration":"176.73101ms","start":"2025-05-10T17:30:33.070911Z","end":"2025-05-10T17:30:33.247642Z","steps":["trace[77032542] 'process raft request'  (duration: 176.687293ms)"],"step_count":1}
	{"level":"info","ts":"2025-05-10T17:30:33.248080Z","caller":"traceutil/trace.go:171","msg":"trace[728403595] transaction","detail":"{read_only:false; response_revision:506; number_of_response:1; }","duration":"195.786138ms","start":"2025-05-10T17:30:33.052285Z","end":"2025-05-10T17:30:33.248071Z","steps":["trace[728403595] 'process raft request'  (duration: 195.148914ms)"],"step_count":1}
	{"level":"warn","ts":"2025-05-10T17:30:33.356056Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:33.052272Z","time spent":"303.397121ms","remote":"127.0.0.1:33628","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":557,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/leases/kube-node-lease/functional-411175\" mod_revision:484 > success:<request_put:<key:\"/registry/leases/kube-node-lease/functional-411175\" value_size:499 >> failure:<request_range:<key:\"/registry/leases/kube-node-lease/functional-411175\" > >"}
	{"level":"warn","ts":"2025-05-10T17:30:33.410789Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"162.859321ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/events/kube-system/kindnet-j6nhg.183e3a99aaa5d073\" limit:1 ","response":"range_response_count:1 size:730"}
	{"level":"info","ts":"2025-05-10T17:30:33.411028Z","caller":"traceutil/trace.go:171","msg":"trace[95286791] range","detail":"{range_begin:/registry/events/kube-system/kindnet-j6nhg.183e3a99aaa5d073; range_end:; response_count:1; response_revision:507; }","duration":"163.105638ms","start":"2025-05-10T17:30:33.247909Z","end":"2025-05-10T17:30:33.411015Z","steps":["trace[95286791] 'agreement among raft nodes before linearized reading'  (duration: 107.554138ms)","trace[95286791] 'range keys from in-memory index tree'  (duration: 55.278205ms)"],"step_count":2}
	{"level":"warn","ts":"2025-05-10T17:30:33.411894Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"338.437941ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/persistentvolumeclaims/\" range_end:\"/registry/persistentvolumeclaims0\" count_only:true ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-05-10T17:30:33.412046Z","caller":"traceutil/trace.go:171","msg":"trace[861411414] range","detail":"{range_begin:/registry/persistentvolumeclaims/; range_end:/registry/persistentvolumeclaims0; response_count:0; response_revision:507; }","duration":"338.566671ms","start":"2025-05-10T17:30:33.073440Z","end":"2025-05-10T17:30:33.412007Z","steps":["trace[861411414] 'agreement among raft nodes before linearized reading'  (duration: 282.036024ms)","trace[861411414] 'count revisions from in-memory index tree'  (duration: 56.392744ms)"],"step_count":2}
	{"level":"warn","ts":"2025-05-10T17:30:33.412196Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:33.073406Z","time spent":"338.775425ms","remote":"127.0.0.1:33642","response type":"/etcdserverpb.KV/Range","request count":0,"request size":72,"response count":0,"response size":29,"request content":"key:\"/registry/persistentvolumeclaims/\" range_end:\"/registry/persistentvolumeclaims0\" count_only:true "}
	{"level":"warn","ts":"2025-05-10T17:30:33.412451Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"431.729631ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-05-10T17:30:33.412689Z","caller":"traceutil/trace.go:171","msg":"trace[1553284385] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:507; }","duration":"431.964224ms","start":"2025-05-10T17:30:32.980713Z","end":"2025-05-10T17:30:33.412678Z","steps":["trace[1553284385] 'agreement among raft nodes before linearized reading'  (duration: 374.770366ms)","trace[1553284385] 'range keys from in-memory index tree'  (duration: 56.950199ms)"],"step_count":2}
	{"level":"warn","ts":"2025-05-10T17:30:33.412835Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:32.980689Z","time spent":"432.105778ms","remote":"127.0.0.1:33604","response type":"/etcdserverpb.KV/Range","request count":0,"request size":18,"response count":0,"response size":29,"request content":"key:\"/registry/health\" "}
	{"level":"warn","ts":"2025-05-10T17:30:33.413094Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"448.43829ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/storageclasses/\" range_end:\"/registry/storageclasses0\" count_only:true ","response":"range_response_count:0 size:7"}
	{"level":"info","ts":"2025-05-10T17:30:33.413344Z","caller":"traceutil/trace.go:171","msg":"trace[1865200553] range","detail":"{range_begin:/registry/storageclasses/; range_end:/registry/storageclasses0; response_count:0; response_revision:507; }","duration":"448.688341ms","start":"2025-05-10T17:30:32.964644Z","end":"2025-05-10T17:30:33.413333Z","steps":["trace[1865200553] 'agreement among raft nodes before linearized reading'  (duration: 390.846347ms)","trace[1865200553] 'count revisions from in-memory index tree'  (duration: 57.585101ms)"],"step_count":2}
	{"level":"warn","ts":"2025-05-10T17:30:33.413504Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:32.964637Z","time spent":"448.851081ms","remote":"127.0.0.1:33590","response type":"/etcdserverpb.KV/Range","request count":0,"request size":56,"response count":1,"response size":31,"request content":"key:\"/registry/storageclasses/\" range_end:\"/registry/storageclasses0\" count_only:true "}
	
	
	==> kernel <==
	 17:36:57 up  3:19,  0 users,  load average: 0.21, 0.69, 1.64
	Linux functional-411175 5.15.0-1083-aws #90~20.04.1-Ubuntu SMP Tue Apr 22 09:59:55 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [2201d470edda3896ad8ed493a49ddb93fe25bc6647c5d0e0ea00aebf59fdebb2] <==
	I0510 17:34:53.350699       1 main.go:301] handling current node
	I0510 17:35:03.348130       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:35:03.348166       1 main.go:301] handling current node
	I0510 17:35:13.346539       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:35:13.346770       1 main.go:301] handling current node
	I0510 17:35:23.347123       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:35:23.347159       1 main.go:301] handling current node
	I0510 17:35:33.346467       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:35:33.346502       1 main.go:301] handling current node
	I0510 17:35:43.354671       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:35:43.354707       1 main.go:301] handling current node
	I0510 17:35:53.355031       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:35:53.355072       1 main.go:301] handling current node
	I0510 17:36:03.348066       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:36:03.348121       1 main.go:301] handling current node
	I0510 17:36:13.346480       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:36:13.346515       1 main.go:301] handling current node
	I0510 17:36:23.346713       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:36:23.346810       1 main.go:301] handling current node
	I0510 17:36:33.347095       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:36:33.347131       1 main.go:301] handling current node
	I0510 17:36:43.349954       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:36:43.349991       1 main.go:301] handling current node
	I0510 17:36:53.353710       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:36:53.353821       1 main.go:301] handling current node
	
	
	==> kindnet [ecad900677175c497965ec2110501d643afff66380cfd0480ab807dcf4cfc563] <==
	I0510 17:28:57.234875       1 main.go:182] noMask IPv4 subnets: [10.244.0.0/16]
	I0510 17:28:57.530516       1 controller.go:361] Starting controller kube-network-policies
	I0510 17:28:57.530539       1 controller.go:365] Waiting for informer caches to sync
	I0510 17:28:57.530545       1 shared_informer.go:313] Waiting for caches to sync for kube-network-policies
	W0510 17:29:27.531068       1 reflector.go:561] pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	W0510 17:29:27.531324       1 reflector.go:561] pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: failed to list *v1.NetworkPolicy: Get "https://10.96.0.1:443/apis/networking.k8s.io/v1/networkpolicies?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	E0510 17:29:27.531381       1 reflector.go:158] "Unhandled Error" err="pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: Get \"https://10.96.0.1:443/apis/networking.k8s.io/v1/networkpolicies?limit=500&resourceVersion=0\": dial tcp 10.96.0.1:443: i/o timeout" logger="UnhandledError"
	W0510 17:29:27.531068       1 reflector.go:561] pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: failed to list *v1.Node: Get "https://10.96.0.1:443/api/v1/nodes?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	E0510 17:29:27.531514       1 reflector.go:158] "Unhandled Error" err="pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: Failed to watch *v1.Node: failed to list *v1.Node: Get \"https://10.96.0.1:443/api/v1/nodes?limit=500&resourceVersion=0\": dial tcp 10.96.0.1:443: i/o timeout" logger="UnhandledError"
	W0510 17:29:27.531227       1 reflector.go:561] pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: failed to list *v1.Pod: Get "https://10.96.0.1:443/api/v1/pods?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	E0510 17:29:27.531546       1 reflector.go:158] "Unhandled Error" err="pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: Failed to watch *v1.Pod: failed to list *v1.Pod: Get \"https://10.96.0.1:443/api/v1/pods?limit=500&resourceVersion=0\": dial tcp 10.96.0.1:443: i/o timeout" logger="UnhandledError"
	E0510 17:29:27.531614       1 reflector.go:158] "Unhandled Error" err="pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: Failed to watch *v1.Namespace: failed to list *v1.Namespace: Get \"https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0\": dial tcp 10.96.0.1:443: i/o timeout" logger="UnhandledError"
	I0510 17:29:29.131547       1 shared_informer.go:320] Caches are synced for kube-network-policies
	I0510 17:29:29.131576       1 metrics.go:61] Registering metrics
	I0510 17:29:29.131725       1 controller.go:401] Syncing nftables rules
	I0510 17:29:37.534747       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:29:37.534807       1 main.go:301] handling current node
	I0510 17:29:47.538844       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:29:47.539043       1 main.go:301] handling current node
	I0510 17:29:57.530499       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:29:57.530545       1 main.go:301] handling current node
	I0510 17:30:07.537676       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:30:07.537719       1 main.go:301] handling current node
	I0510 17:30:17.538096       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:30:17.538134       1 main.go:301] handling current node
	
	
	==> kube-apiserver [caea0b05f733d535fa9b7de47aea3c09041f42fb810377e8b69c3611becaf524] <==
	I0510 17:30:50.730712       1 controller.go:667] quota admission added evaluator for: serviceaccounts
	I0510 17:30:50.989098       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	W0510 17:30:51.368782       1 lease.go:265] Resetting endpoints for master service "kubernetes" to [192.168.49.2]
	I0510 17:30:51.370586       1 controller.go:667] quota admission added evaluator for: endpoints
	I0510 17:30:51.376778       1 controller.go:667] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0510 17:30:52.196354       1 controller.go:667] quota admission added evaluator for: daemonsets.apps
	I0510 17:30:52.319811       1 controller.go:667] quota admission added evaluator for: deployments.apps
	I0510 17:30:52.389477       1 controller.go:667] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0510 17:30:52.396726       1 controller.go:667] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0510 17:30:53.084211       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:30:53.091344       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:30:53.538842       1 controller.go:667] quota admission added evaluator for: replicasets.apps
	I0510 17:31:04.208562       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:04.213613       1 alloc.go:328] "allocated clusterIPs" service="default/invalid-svc" clusterIPs={"IPv4":"10.102.225.209"}
	I0510 17:31:08.076816       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:16.807907       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:16.809313       1 alloc.go:328] "allocated clusterIPs" service="default/nginx-svc" clusterIPs={"IPv4":"10.99.120.46"}
	I0510 17:31:25.499678       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:25.504579       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node-connect" clusterIPs={"IPv4":"10.105.162.102"}
	I0510 17:31:34.115228       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node" clusterIPs={"IPv4":"10.106.7.58"}
	I0510 17:31:34.120169       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:56.956987       1 controller.go:667] quota admission added evaluator for: namespaces
	I0510 17:31:57.280932       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:57.286620       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/kubernetes-dashboard" clusterIPs={"IPv4":"10.104.94.226"}
	I0510 17:31:57.366659       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/dashboard-metrics-scraper" clusterIPs={"IPv4":"10.97.53.144"}
	
	
	==> kube-controller-manager [a404da6aecefcabae8531e6d6ad8d1b114e3319ee75657d14eb2122fca7f99f6] <==
	I0510 17:30:31.718828       1 serving.go:386] Generated self-signed cert in-memory
	I0510 17:30:33.869702       1 controllermanager.go:188] "Starting" version="v1.33.0"
	I0510 17:30:33.869731       1 controllermanager.go:190] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0510 17:30:33.871505       1 dynamic_cafile_content.go:161] "Starting controller" name="client-ca-bundle::/var/lib/minikube/certs/ca.crt"
	I0510 17:30:33.872029       1 dynamic_cafile_content.go:161] "Starting controller" name="request-header::/var/lib/minikube/certs/front-proxy-ca.crt"
	I0510 17:30:33.872256       1 secure_serving.go:211] Serving securely on 127.0.0.1:10257
	I0510 17:30:33.872908       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	E0510 17:30:43.875595       1 controllermanager.go:242] "Error building controller context" err="failed to wait for apiserver being healthy: timed out waiting for the condition: failed to get apiserver /healthz status: Get \"https://192.168.49.2:8441/healthz\": dial tcp 192.168.49.2:8441: connect: connection refused"
	
	
	==> kube-controller-manager [d9dd5cb0d36a8ce61c970c131bb8c32e343eb0b5d603e3a3f7b29bc26822e255] <==
	I0510 17:30:52.971311       1 shared_informer.go:357] "Caches are synced" controller="PVC protection"
	I0510 17:30:52.971382       1 shared_informer.go:357] "Caches are synced" controller="bootstrap_signer"
	I0510 17:30:52.977125       1 shared_informer.go:357] "Caches are synced" controller="daemon sets"
	I0510 17:30:52.982776       1 shared_informer.go:357] "Caches are synced" controller="namespace"
	I0510 17:30:52.982887       1 shared_informer.go:357] "Caches are synced" controller="legacy-service-account-token-cleaner"
	I0510 17:30:52.984976       1 shared_informer.go:357] "Caches are synced" controller="certificate-csrsigning-kubelet-serving"
	I0510 17:30:52.987206       1 shared_informer.go:357] "Caches are synced" controller="certificate-csrsigning-kubelet-client"
	I0510 17:30:53.107676       1 shared_informer.go:357] "Caches are synced" controller="deployment"
	I0510 17:30:53.130320       1 shared_informer.go:357] "Caches are synced" controller="disruption"
	I0510 17:30:53.130392       1 shared_informer.go:357] "Caches are synced" controller="resource quota"
	I0510 17:30:53.175069       1 shared_informer.go:357] "Caches are synced" controller="resource quota"
	I0510 17:30:53.178970       1 shared_informer.go:357] "Caches are synced" controller="ReplicaSet"
	I0510 17:30:53.210967       1 shared_informer.go:357] "Caches are synced" controller="persistent volume"
	I0510 17:30:53.215430       1 shared_informer.go:357] "Caches are synced" controller="attach detach"
	I0510 17:30:53.628826       1 shared_informer.go:357] "Caches are synced" controller="garbage collector"
	I0510 17:30:53.628847       1 garbagecollector.go:154] "Garbage collector: all resource monitors have synced" logger="garbage-collector-controller"
	I0510 17:30:53.628854       1 garbagecollector.go:157] "Proceeding to collect garbage" logger="garbage-collector-controller"
	I0510 17:30:53.689451       1 shared_informer.go:357] "Caches are synced" controller="garbage collector"
	E0510 17:31:57.081649       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b\" failed with pods \"dashboard-metrics-scraper-5d59dccf9b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.103428       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-7779f9b69b\" failed with pods \"kubernetes-dashboard-7779f9b69b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.103824       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b\" failed with pods \"dashboard-metrics-scraper-5d59dccf9b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.122678       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b\" failed with pods \"dashboard-metrics-scraper-5d59dccf9b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.128332       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-7779f9b69b\" failed with pods \"kubernetes-dashboard-7779f9b69b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.133545       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b\" failed with pods \"dashboard-metrics-scraper-5d59dccf9b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.137796       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-7779f9b69b\" failed with pods \"kubernetes-dashboard-7779f9b69b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	
	
	==> kube-proxy [1910241a38fe892b4bb05cb6a3f9b221cf9c57eef5df5bdac7e018669369a018] <==
	I0510 17:28:57.122889       1 server_linux.go:63] "Using iptables proxy"
	I0510 17:28:57.249052       1 server.go:715] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0510 17:28:57.249117       1 server.go:245] "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`"
	I0510 17:28:57.300682       1 server.go:254] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0510 17:28:57.300770       1 server_linux.go:145] "Using iptables Proxier"
	I0510 17:28:57.309506       1 proxier.go:243] "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"
	I0510 17:28:57.314375       1 server.go:516] "Version info" version="v1.33.0"
	I0510 17:28:57.314400       1 server.go:518] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0510 17:28:57.326165       1 config.go:199] "Starting service config controller"
	I0510 17:28:57.326352       1 shared_informer.go:350] "Waiting for caches to sync" controller="service config"
	I0510 17:28:57.327711       1 config.go:105] "Starting endpoint slice config controller"
	I0510 17:28:57.327801       1 shared_informer.go:350] "Waiting for caches to sync" controller="endpoint slice config"
	I0510 17:28:57.327901       1 config.go:440] "Starting serviceCIDR config controller"
	I0510 17:28:57.327957       1 shared_informer.go:350] "Waiting for caches to sync" controller="serviceCIDR config"
	I0510 17:28:57.328469       1 config.go:329] "Starting node config controller"
	I0510 17:28:57.328550       1 shared_informer.go:350] "Waiting for caches to sync" controller="node config"
	I0510 17:28:57.431803       1 shared_informer.go:357] "Caches are synced" controller="endpoint slice config"
	I0510 17:28:57.431895       1 shared_informer.go:357] "Caches are synced" controller="service config"
	I0510 17:28:57.432136       1 shared_informer.go:357] "Caches are synced" controller="node config"
	I0510 17:28:57.432153       1 shared_informer.go:357] "Caches are synced" controller="serviceCIDR config"
	
	
	==> kube-proxy [dcae0c5d93a124ab2c8d1b382b529af9d3790cc2738f40acbbe00499d8f525dd] <==
	I0510 17:30:33.645427       1 shared_informer.go:350] "Waiting for caches to sync" controller="serviceCIDR config"
	I0510 17:30:33.647034       1 config.go:329] "Starting node config controller"
	I0510 17:30:33.647062       1 shared_informer.go:350] "Waiting for caches to sync" controller="node config"
	E0510 17:30:33.649836       1 event_broadcaster.go:279] "Unable to write event (may retry after sleeping)" err="Post \"https://control-plane.minikube.internal:8441/apis/events.k8s.io/v1/namespaces/default/events\": dial tcp 192.168.49.2:8441: connect: connection refused"
	E0510 17:30:33.650184       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Node: Get \"https://control-plane.minikube.internal:8441/api/v1/nodes?fieldSelector=metadata.name%3Dfunctional-411175&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:30:33.650558       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Service: Get \"https://control-plane.minikube.internal:8441/api/v1/services?fieldSelector=spec.clusterIP%21%3DNone&labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:30:33.650995       1 reflector.go:200] "Failed to watch" err="failed to list *v1.ServiceCIDR: Get \"https://control-plane.minikube.internal:8441/apis/networking.k8s.io/v1/servicecidrs?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ServiceCIDR"
	E0510 17:30:33.654596       1 reflector.go:200] "Failed to watch" err="failed to list *v1.EndpointSlice: Get \"https://control-plane.minikube.internal:8441/apis/discovery.k8s.io/v1/endpointslices?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.EndpointSlice"
	E0510 17:30:34.646945       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Node: Get \"https://control-plane.minikube.internal:8441/api/v1/nodes?fieldSelector=metadata.name%3Dfunctional-411175&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:30:34.905625       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Service: Get \"https://control-plane.minikube.internal:8441/api/v1/services?fieldSelector=spec.clusterIP%21%3DNone&labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:30:35.069350       1 reflector.go:200] "Failed to watch" err="failed to list *v1.EndpointSlice: Get \"https://control-plane.minikube.internal:8441/apis/discovery.k8s.io/v1/endpointslices?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.EndpointSlice"
	E0510 17:30:35.169663       1 reflector.go:200] "Failed to watch" err="failed to list *v1.ServiceCIDR: Get \"https://control-plane.minikube.internal:8441/apis/networking.k8s.io/v1/servicecidrs?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ServiceCIDR"
	E0510 17:30:36.586623       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Node: Get \"https://control-plane.minikube.internal:8441/api/v1/nodes?fieldSelector=metadata.name%3Dfunctional-411175&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:30:36.923797       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Service: Get \"https://control-plane.minikube.internal:8441/api/v1/services?fieldSelector=spec.clusterIP%21%3DNone&labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:30:36.925364       1 reflector.go:200] "Failed to watch" err="failed to list *v1.ServiceCIDR: Get \"https://control-plane.minikube.internal:8441/apis/networking.k8s.io/v1/servicecidrs?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ServiceCIDR"
	E0510 17:30:37.937462       1 reflector.go:200] "Failed to watch" err="failed to list *v1.EndpointSlice: Get \"https://control-plane.minikube.internal:8441/apis/discovery.k8s.io/v1/endpointslices?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.EndpointSlice"
	E0510 17:30:40.839909       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Node: Get \"https://control-plane.minikube.internal:8441/api/v1/nodes?fieldSelector=metadata.name%3Dfunctional-411175&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:30:40.975495       1 reflector.go:200] "Failed to watch" err="failed to list *v1.ServiceCIDR: Get \"https://control-plane.minikube.internal:8441/apis/networking.k8s.io/v1/servicecidrs?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ServiceCIDR"
	E0510 17:30:42.241391       1 reflector.go:200] "Failed to watch" err="failed to list *v1.EndpointSlice: Get \"https://control-plane.minikube.internal:8441/apis/discovery.k8s.io/v1/endpointslices?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.EndpointSlice"
	E0510 17:30:42.388081       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Service: Get \"https://control-plane.minikube.internal:8441/api/v1/services?fieldSelector=spec.clusterIP%21%3DNone&labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:30:44.627796       1 event_broadcaster.go:279] "Unable to write event (may retry after sleeping)" err="Post \"https://control-plane.minikube.internal:8441/apis/events.k8s.io/v1/namespaces/default/events\": dial tcp 192.168.49.2:8441: connect: connection refused"
	I0510 17:30:50.481708       1 shared_informer.go:357] "Caches are synced" controller="service config"
	I0510 17:30:51.049629       1 shared_informer.go:357] "Caches are synced" controller="node config"
	I0510 17:30:51.946604       1 shared_informer.go:357] "Caches are synced" controller="serviceCIDR config"
	I0510 17:30:52.346290       1 shared_informer.go:357] "Caches are synced" controller="endpoint slice config"
	
	
	==> kube-scheduler [0f282457f6db4903397f986c9ef4c393397150537294bd74d23d9aa80ea6958d] <==
	I0510 17:30:47.642498       1 serving.go:386] Generated self-signed cert in-memory
	W0510 17:30:50.082725       1 requestheader_controller.go:204] Unable to get configmap/extension-apiserver-authentication in kube-system.  Usually fixed by 'kubectl create rolebinding -n kube-system ROLEBINDING_NAME --role=extension-apiserver-authentication-reader --serviceaccount=YOUR_NS:YOUR_SA'
	W0510 17:30:50.082949       1 authentication.go:397] Error looking up in-cluster authentication configuration: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot get resource "configmaps" in API group "" in the namespace "kube-system"
	W0510 17:30:50.082972       1 authentication.go:398] Continuing without authentication configuration. This may treat all requests as anonymous.
	W0510 17:30:50.082983       1 authentication.go:399] To require authentication configuration lookup to succeed, set --authentication-tolerate-lookup-failure=false
	I0510 17:30:50.495353       1 server.go:171] "Starting Kubernetes Scheduler" version="v1.33.0"
	I0510 17:30:50.495391       1 server.go:173] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0510 17:30:50.504089       1 secure_serving.go:211] Serving securely on 127.0.0.1:10259
	I0510 17:30:50.504567       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	I0510 17:30:50.510642       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0510 17:30:50.510676       1 shared_informer.go:350] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0510 17:30:50.613710       1 shared_informer.go:357] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	
	
	==> kube-scheduler [aedb1bf17b127ab0cf357633f006d392d85f53360b1ba8930350c4cc9ec55849] <==
	I0510 17:28:49.038121       1 shared_informer.go:350] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0510 17:28:49.038214       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	E0510 17:28:49.053151       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0510 17:28:49.058628       1 reflector.go:200] "Failed to watch" err="failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolume"
	E0510 17:28:49.058692       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:28:49.058778       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0510 17:28:49.058865       1 reflector.go:200] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0510 17:28:49.058917       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0510 17:28:49.060436       1 reflector.go:200] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
	E0510 17:28:49.060515       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:28:49.062360       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0510 17:28:49.066903       1 reflector.go:200] "Failed to watch" err="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" reflector="runtime/asm_arm64.s:1223" type="*v1.ConfigMap"
	E0510 17:28:49.074212       1 reflector.go:200] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0510 17:28:49.074586       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0510 17:28:49.074652       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0510 17:28:49.074707       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0510 17:28:49.074745       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0510 17:28:49.074786       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0510 17:28:49.895505       1 reflector.go:200] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0510 17:28:49.989503       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:28:50.009837       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0510 17:28:50.031691       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0510 17:28:50.131136       1 reflector.go:200] "Failed to watch" err="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" reflector="runtime/asm_arm64.s:1223" type="*v1.ConfigMap"
	I0510 17:28:52.439114       1 shared_informer.go:357] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	E0510 17:30:39.980743       1 run.go:72] "command failed" err="finished without leader elect"
	
	
	==> kubelet <==
	May 10 17:35:13 functional-411175 kubelet[4616]: E0510 17:35:13.652500    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:35:17 functional-411175 kubelet[4616]: E0510 17:35:17.653005    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:35:23 functional-411175 kubelet[4616]: E0510 17:35:23.651914    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:35:24 functional-411175 kubelet[4616]: E0510 17:35:24.653452    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:35:28 functional-411175 kubelet[4616]: E0510 17:35:28.652643    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:35:36 functional-411175 kubelet[4616]: E0510 17:35:36.651750    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:35:38 functional-411175 kubelet[4616]: E0510 17:35:38.652877    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:35:43 functional-411175 kubelet[4616]: E0510 17:35:43.652480    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:35:49 functional-411175 kubelet[4616]: E0510 17:35:49.651452    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:35:51 functional-411175 kubelet[4616]: E0510 17:35:51.652754    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:35:57 functional-411175 kubelet[4616]: E0510 17:35:57.652821    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:36:03 functional-411175 kubelet[4616]: E0510 17:36:03.652263    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:36:04 functional-411175 kubelet[4616]: E0510 17:36:04.652499    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:36:12 functional-411175 kubelet[4616]: E0510 17:36:12.652552    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:36:18 functional-411175 kubelet[4616]: E0510 17:36:18.651282    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:36:18 functional-411175 kubelet[4616]: E0510 17:36:18.654045    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:36:27 functional-411175 kubelet[4616]: E0510 17:36:27.652689    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:36:29 functional-411175 kubelet[4616]: E0510 17:36:29.651735    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:36:33 functional-411175 kubelet[4616]: E0510 17:36:33.651860    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:36:39 functional-411175 kubelet[4616]: E0510 17:36:39.652679    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:36:41 functional-411175 kubelet[4616]: E0510 17:36:41.651235    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:36:45 functional-411175 kubelet[4616]: E0510 17:36:45.652182    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:36:50 functional-411175 kubelet[4616]: E0510 17:36:50.653371    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:36:52 functional-411175 kubelet[4616]: E0510 17:36:52.652242    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:36:57 functional-411175 kubelet[4616]: E0510 17:36:57.652176    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	
	
	==> storage-provisioner [4da9d0f8b2e14e730142e549d25c46e34fac5eebb43bcca313bc3fd7c31c5915] <==
	W0510 17:36:33.135320       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:35.138422       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:35.143269       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:37.146642       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:37.153129       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:39.155692       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:39.160338       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:41.163031       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:41.167458       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:43.170716       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:43.177008       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:45.180655       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:45.185850       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:47.188677       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:47.193527       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:49.196496       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:49.201240       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:51.204131       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:51.208593       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:53.211456       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:53.216065       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:55.219737       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:55.226397       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:57.230262       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:36:57.242062       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	
	
	==> storage-provisioner [588ab10bf568319d8a19cae04dd0471c17df624ed931ca59076387131e67b155] <==
	W0510 17:29:56.734809       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:29:58.738810       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:29:58.748867       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:00.753197       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:00.766129       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:02.769774       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:02.774711       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:04.777500       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:04.781842       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:06.785211       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:06.790181       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:08.793000       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:08.800158       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:10.802973       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:10.807395       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:12.812253       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:12.821189       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:14.824552       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:14.829259       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:16.832760       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:16.840046       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:18.842988       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:18.847691       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:20.850276       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:20.857222       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p functional-411175 -n functional-411175
helpers_test.go:261: (dbg) Run:  kubectl --context functional-411175 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox-mount sp-pod dashboard-metrics-scraper-5d59dccf9b-htff5 kubernetes-dashboard-7779f9b69b-6hvvh
helpers_test.go:274: ======> post-mortem[TestFunctional/parallel/DashboardCmd]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context functional-411175 describe pod busybox-mount sp-pod dashboard-metrics-scraper-5d59dccf9b-htff5 kubernetes-dashboard-7779f9b69b-6hvvh
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context functional-411175 describe pod busybox-mount sp-pod dashboard-metrics-scraper-5d59dccf9b-htff5 kubernetes-dashboard-7779f9b69b-6hvvh: exit status 1 (109.476085ms)

                                                
                                                
-- stdout --
	Name:             busybox-mount
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-411175/192.168.49.2
	Start Time:       Sat, 10 May 2025 17:31:45 +0000
	Labels:           integration-test=busybox-mount
	Annotations:      <none>
	Status:           Succeeded
	IP:               10.244.0.8
	IPs:
	  IP:  10.244.0.8
	Containers:
	  mount-munger:
	    Container ID:  containerd://ea6dc501451ec2d319fc580ded5748d96748a23e657887fd5341bfbc173bf244
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      /bin/sh
	      -c
	      --
	    Args:
	      cat /mount-9p/created-by-test; echo test > /mount-9p/created-by-pod; rm /mount-9p/created-by-test-removed-by-pod; echo test > /mount-9p/created-by-pod-removed-by-test date >> /mount-9p/pod-dates
	    State:          Terminated
	      Reason:       Completed
	      Exit Code:    0
	      Started:      Sat, 10 May 2025 17:31:47 +0000
	      Finished:     Sat, 10 May 2025 17:31:47 +0000
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /mount-9p from test-volume (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-66z5v (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   False 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  test-volume:
	    Type:          HostPath (bare host directory volume)
	    Path:          /mount-9p
	    HostPathType:  
	  kube-api-access-66z5v:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    Optional:                false
	    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  5m13s  default-scheduler  Successfully assigned default/busybox-mount to functional-411175
	  Normal  Pulling    5m13s  kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Normal  Pulled     5m11s  kubelet            Successfully pulled image "gcr.io/k8s-minikube/busybox:1.28.4-glibc" in 1.916s (1.916s including waiting). Image size: 1935750 bytes.
	  Normal  Created    5m11s  kubelet            Created container: mount-munger
	  Normal  Started    5m11s  kubelet            Started container mount-munger
	
	
	Name:             sp-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-411175/192.168.49.2
	Start Time:       Sat, 10 May 2025 17:31:24 +0000
	Labels:           test=storage-provisioner
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.5
	IPs:
	  IP:  10.244.0.5
	Containers:
	  myfrontend:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /tmp/mount from mypd (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-r6lx6 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  mypd:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  myclaim
	    ReadOnly:   false
	  kube-api-access-r6lx6:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    Optional:                false
	    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  5m33s                  default-scheduler  Successfully assigned default/sp-pod to functional-411175
	  Warning  Failed     4m4s (x4 over 5m33s)   kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:c15da6c91de8d2f436196f3a768483ad32c258ed4e1beb3d367a27ed67253e66: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   Pulling    2m43s (x5 over 5m33s)  kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     2m42s (x5 over 5m33s)  kubelet            Error: ErrImagePull
	  Warning  Failed     2m42s                  kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Warning  Failed     29s (x20 over 5m33s)   kubelet            Error: ImagePullBackOff
	  Normal   BackOff    17s (x21 over 5m33s)   kubelet            Back-off pulling image "docker.io/nginx"

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "dashboard-metrics-scraper-5d59dccf9b-htff5" not found
	Error from server (NotFound): pods "kubernetes-dashboard-7779f9b69b-6hvvh" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context functional-411175 describe pod busybox-mount sp-pod dashboard-metrics-scraper-5d59dccf9b-htff5 kubernetes-dashboard-7779f9b69b-6hvvh: exit status 1
--- FAIL: TestFunctional/parallel/DashboardCmd (302.91s)

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (189.69s)

                                                
                                                
=== 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" [ecccf01d-22a0-4b5d-9f5a-e10c64f042d8] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.003255644s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-411175 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-411175 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-411175 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-411175 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" [1ab45d18-f52b-46f2-a7ef-47ffbf16ce67] Pending
helpers_test.go:344: "sp-pod" [1ab45d18-f52b-46f2-a7ef-47ffbf16ce67] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
E0510 17:31:27.369522  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
functional_test_pvc_test.go:130: ***** TestFunctional/parallel/PersistentVolumeClaim: pod "test=storage-provisioner" failed to start within 3m0s: context deadline exceeded ****
functional_test_pvc_test.go:130: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p functional-411175 -n functional-411175
functional_test_pvc_test.go:130: TestFunctional/parallel/PersistentVolumeClaim: showing logs for failed pods as of 2025-05-10 17:34:25.086166655 +0000 UTC m=+936.576489662
functional_test_pvc_test.go:130: (dbg) Run:  kubectl --context functional-411175 describe po sp-pod -n default
functional_test_pvc_test.go:130: (dbg) kubectl --context functional-411175 describe po sp-pod -n default:
Name:             sp-pod
Namespace:        default
Priority:         0
Service Account:  default
Node:             functional-411175/192.168.49.2
Start Time:       Sat, 10 May 2025 17:31:24 +0000
Labels:           test=storage-provisioner
Annotations:      <none>
Status:           Pending
IP:               10.244.0.5
IPs:
IP:  10.244.0.5
Containers:
myfrontend:
Container ID:   
Image:          docker.io/nginx
Image ID:       
Port:           <none>
Host Port:      <none>
State:          Waiting
Reason:       ImagePullBackOff
Ready:          False
Restart Count:  0
Environment:    <none>
Mounts:
/tmp/mount from mypd (rw)
/var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-r6lx6 (ro)
Conditions:
Type                        Status
PodReadyToStartContainers   True 
Initialized                 True 
Ready                       False 
ContainersReady             False 
PodScheduled                True 
Volumes:
mypd:
Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName:  myclaim
ReadOnly:   false
kube-api-access-r6lx6:
Type:                    Projected (a volume that contains injected data from multiple sources)
TokenExpirationSeconds:  3607
ConfigMapName:           kube-root-ca.crt
Optional:                false
DownwardAPI:             true
QoS Class:                   BestEffort
Node-Selectors:              <none>
Tolerations:                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
Type     Reason     Age                From               Message
----     ------     ----               ----               -------
Normal   Scheduled  3m                 default-scheduler  Successfully assigned default/sp-pod to functional-411175
Warning  Failed     91s (x4 over 3m)   kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:c15da6c91de8d2f436196f3a768483ad32c258ed4e1beb3d367a27ed67253e66: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
Normal   BackOff    23s (x10 over 3m)  kubelet            Back-off pulling image "docker.io/nginx"
Warning  Failed     23s (x10 over 3m)  kubelet            Error: ImagePullBackOff
Normal   Pulling    10s (x5 over 3m)   kubelet            Pulling image "docker.io/nginx"
Warning  Failed     9s (x5 over 3m)    kubelet            Error: ErrImagePull
Warning  Failed     9s                 kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
functional_test_pvc_test.go:130: (dbg) Run:  kubectl --context functional-411175 logs sp-pod -n default
functional_test_pvc_test.go:130: (dbg) Non-zero exit: kubectl --context functional-411175 logs sp-pod -n default: exit status 1 (93.852307ms)

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

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

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53",
	        "Created": "2025-05-10T17:28:27.160616154Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 610033,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-05-10T17:28:27.221974606Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:8d0051f61c70b78ce0d27f52d63d179360406349b05070abb34de548473ac66d",
	        "ResolvConfPath": "/var/lib/docker/containers/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53/hostname",
	        "HostsPath": "/var/lib/docker/containers/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53/hosts",
	        "LogPath": "/var/lib/docker/containers/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53/51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53-json.log",
	        "Name": "/functional-411175",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "functional-411175:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {}
	            },
	            "NetworkMode": "functional-411175",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 4194304000,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 8388608000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "ID": "51e1359c5ceeb93a9ad757b28aace224c57346f320f4a3afced0bfd6f93b8a53",
	                "LowerDir": "/var/lib/docker/overlay2/1e8f05ef1512f8a013b0f5172f4fd11e3ff00e95a58da96a717d9b50d7afd517-init/diff:/var/lib/docker/overlay2/f53757f84525a314b7d3e39a04ce4e97d75f5bc16e7ee6805bc71f60238b3710/diff",
	                "MergedDir": "/var/lib/docker/overlay2/1e8f05ef1512f8a013b0f5172f4fd11e3ff00e95a58da96a717d9b50d7afd517/merged",
	                "UpperDir": "/var/lib/docker/overlay2/1e8f05ef1512f8a013b0f5172f4fd11e3ff00e95a58da96a717d9b50d7afd517/diff",
	                "WorkDir": "/var/lib/docker/overlay2/1e8f05ef1512f8a013b0f5172f4fd11e3ff00e95a58da96a717d9b50d7afd517/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "functional-411175",
	                "Source": "/var/lib/docker/volumes/functional-411175/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "functional-411175",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8441/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "functional-411175",
	                "name.minikube.sigs.k8s.io": "functional-411175",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "8716b3657f6cad3fb1a79895860c6cf9873c9ad11c2d84a55e61c93d6b59037f",
	            "SandboxKey": "/var/run/docker/netns/8716b3657f6c",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33519"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33520"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33523"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33521"
	                    }
	                ],
	                "8441/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33522"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "functional-411175": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "c6:8e:7e:82:c3:25",
	                    "DriverOpts": null,
	                    "GwPriority": 0,
	                    "NetworkID": "3b1b03ca01bf7f3dd64297797770dfb1f4a0cecf3ecd951b52e0fba2af334cd4",
	                    "EndpointID": "b3b9d9339331da02d69fa52d54c0b3aeab00047eb11df138413179d83f6cc280",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "functional-411175",
	                        "51e1359c5cee"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p functional-411175 -n functional-411175
helpers_test.go:244: <<< TestFunctional/parallel/PersistentVolumeClaim FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestFunctional/parallel/PersistentVolumeClaim]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 logs -n 25: (1.730578765s)
helpers_test.go:252: TestFunctional/parallel/PersistentVolumeClaim logs: 
-- stdout --
	
	==> Audit <==
	|-----------|--------------------------------------------------------------------------|-------------------|---------|---------|---------------------|---------------------|
	|  Command  |                                   Args                                   |      Profile      |  User   | Version |     Start Time      |      End Time       |
	|-----------|--------------------------------------------------------------------------|-------------------|---------|---------|---------------------|---------------------|
	| service   | functional-411175 service                                                | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | hello-node --url                                                         |                   |         |         |                     |                     |
	| start     | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | --dry-run --memory                                                       |                   |         |         |                     |                     |
	|           | 250MB --alsologtostderr                                                  |                   |         |         |                     |                     |
	|           | --driver=docker                                                          |                   |         |         |                     |                     |
	|           | --container-runtime=containerd                                           |                   |         |         |                     |                     |
	| start     | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | --dry-run --alsologtostderr                                              |                   |         |         |                     |                     |
	|           | -v=1 --driver=docker                                                     |                   |         |         |                     |                     |
	|           | --container-runtime=containerd                                           |                   |         |         |                     |                     |
	| mount     | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | /tmp/TestFunctionalparallelMountCmdany-port1731510922/001:/mount-9p      |                   |         |         |                     |                     |
	|           | --alsologtostderr -v=1                                                   |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | -T /mount-9p | grep 9p                                                   |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | -T /mount-9p | grep 9p                                                   |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh -- ls                                              | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | -la /mount-9p                                                            |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh cat                                                | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | /mount-9p/test-1746898303687640832                                       |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh stat                                               | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | /mount-9p/created-by-test                                                |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh stat                                               | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | /mount-9p/created-by-pod                                                 |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh sudo                                               | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | umount -f /mount-9p                                                      |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | -T /mount-9p | grep 9p                                                   |                   |         |         |                     |                     |
	| mount     | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | /tmp/TestFunctionalparallelMountCmdspecific-port1325259219/001:/mount-9p |                   |         |         |                     |                     |
	|           | --alsologtostderr -v=1 --port 46464                                      |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | -T /mount-9p | grep 9p                                                   |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh -- ls                                              | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | -la /mount-9p                                                            |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh sudo                                               | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | umount -f /mount-9p                                                      |                   |         |         |                     |                     |
	| mount     | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/001:/mount1   |                   |         |         |                     |                     |
	|           | --alsologtostderr -v=1                                                   |                   |         |         |                     |                     |
	| mount     | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/001:/mount2   |                   |         |         |                     |                     |
	|           | --alsologtostderr -v=1                                                   |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | -T /mount1                                                               |                   |         |         |                     |                     |
	| mount     | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/001:/mount3   |                   |         |         |                     |                     |
	|           | --alsologtostderr -v=1                                                   |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | -T /mount2                                                               |                   |         |         |                     |                     |
	| ssh       | functional-411175 ssh findmnt                                            | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC | 10 May 25 17:31 UTC |
	|           | -T /mount3                                                               |                   |         |         |                     |                     |
	| mount     | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | --kill=true                                                              |                   |         |         |                     |                     |
	| start     | -p functional-411175                                                     | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | --dry-run --memory                                                       |                   |         |         |                     |                     |
	|           | 250MB --alsologtostderr                                                  |                   |         |         |                     |                     |
	|           | --driver=docker                                                          |                   |         |         |                     |                     |
	|           | --container-runtime=containerd                                           |                   |         |         |                     |                     |
	| dashboard | --url --port 36195                                                       | functional-411175 | jenkins | v1.35.0 | 10 May 25 17:31 UTC |                     |
	|           | -p functional-411175                                                     |                   |         |         |                     |                     |
	|           | --alsologtostderr -v=1                                                   |                   |         |         |                     |                     |
	|-----------|--------------------------------------------------------------------------|-------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/05/10 17:31:55
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.24.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0510 17:31:55.553062  621821 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:31:55.553297  621821 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:31:55.553326  621821 out.go:358] Setting ErrFile to fd 2...
	I0510 17:31:55.553344  621821 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:31:55.553789  621821 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 17:31:55.554218  621821 out.go:352] Setting JSON to false
	I0510 17:31:55.555243  621821 start.go:130] hostinfo: {"hostname":"ip-172-31-31-251","uptime":11660,"bootTime":1746886656,"procs":208,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1083-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0510 17:31:55.555337  621821 start.go:140] virtualization:  
	I0510 17:31:55.559022  621821 out.go:177] * [functional-411175] minikube v1.35.0 sur Ubuntu 20.04 (arm64)
	I0510 17:31:55.562938  621821 notify.go:220] Checking for updates...
	I0510 17:31:55.565959  621821 out.go:177]   - MINIKUBE_LOCATION=20720
	I0510 17:31:55.568861  621821 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0510 17:31:55.571790  621821 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig
	I0510 17:31:55.574741  621821 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube
	I0510 17:31:55.577771  621821 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0510 17:31:55.580590  621821 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0510 17:31:55.583959  621821 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 17:31:55.584555  621821 driver.go:404] Setting default libvirt URI to qemu:///system
	I0510 17:31:55.620692  621821 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
	I0510 17:31:55.620813  621821 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:31:55.683787  621821 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:2 ContainersRunning:2 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:49 OomKillDisable:true NGoroutines:63 SystemTime:2025-05-10 17:31:55.674506322 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:31:55.683935  621821 docker.go:318] overlay module found
	I0510 17:31:55.687135  621821 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0510 17:31:55.689939  621821 start.go:304] selected driver: docker
	I0510 17:31:55.689958  621821 start.go:908] validating driver "docker" against &{Name:functional-411175 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 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.33.0 ClusterName:functional-411175 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:do
cker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0510 17:31:55.690074  621821 start.go:919] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0510 17:31:55.693536  621821 out.go:201] 
	W0510 17:31:55.696483  621821 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
	I0510 17:31:55.699304  621821 out.go:201] 
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	ea6dc501451ec       1611cd07b61d5       2 minutes ago       Exited              mount-munger              0                   db296630ee515       busybox-mount
	23f5c8fafb066       72565bf5bbedf       2 minutes ago       Running             echoserver-arm            0                   c336c00b1c03b       hello-node-64fc58db8c-s8kf4
	efde805a6e233       72565bf5bbedf       2 minutes ago       Running             echoserver-arm            0                   d76e8578fadb3       hello-node-connect-8449669db6-9gd2d
	c806c0098df92       96868d9fa38f4       3 minutes ago       Running             nginx                     0                   b795684996a45       nginx-svc
	caea0b05f733d       61f3acc54bb62       3 minutes ago       Running             kube-apiserver            0                   6810e1a384c77       kube-apiserver-functional-411175
	d9dd5cb0d36a8       5372350fd0a1e       3 minutes ago       Running             kube-controller-manager   2                   9f35cc52df9fe       kube-controller-manager-functional-411175
	0f282457f6db4       f8984990ac26b       3 minutes ago       Running             kube-scheduler            1                   25423a78fdd6f       kube-scheduler-functional-411175
	870c010f32827       31747a36ce712       3 minutes ago       Running             etcd                      1                   b0e1a97bd7776       etcd-functional-411175
	a404da6aecefc       5372350fd0a1e       3 minutes ago       Exited              kube-controller-manager   1                   9f35cc52df9fe       kube-controller-manager-functional-411175
	dcae0c5d93a12       8d27a60846a20       4 minutes ago       Running             kube-proxy                1                   2321c0392ce2f       kube-proxy-p9qwz
	c280294781d81       f72407be9e08c       4 minutes ago       Running             coredns                   1                   7f981126d1ed6       coredns-674b8bbfcf-dm5mp
	4da9d0f8b2e14       ba04bb24b9575       4 minutes ago       Running             storage-provisioner       1                   0785b73033c47       storage-provisioner
	2201d470edda3       ee75e27fff91c       4 minutes ago       Running             kindnet-cni               1                   26e545ac23c40       kindnet-j6nhg
	1f5cb8d2ef928       f72407be9e08c       4 minutes ago       Exited              coredns                   0                   7f981126d1ed6       coredns-674b8bbfcf-dm5mp
	588ab10bf5683       ba04bb24b9575       5 minutes ago       Exited              storage-provisioner       0                   0785b73033c47       storage-provisioner
	ecad900677175       ee75e27fff91c       5 minutes ago       Exited              kindnet-cni               0                   26e545ac23c40       kindnet-j6nhg
	1910241a38fe8       8d27a60846a20       5 minutes ago       Exited              kube-proxy                0                   2321c0392ce2f       kube-proxy-p9qwz
	2063e59738539       31747a36ce712       5 minutes ago       Exited              etcd                      0                   b0e1a97bd7776       etcd-functional-411175
	aedb1bf17b127       f8984990ac26b       5 minutes ago       Exited              kube-scheduler            0                   25423a78fdd6f       kube-scheduler-functional-411175
	
	
	==> containerd <==
	May 10 17:32:39 functional-411175 containerd[3610]: time="2025-05-10T17:32:39.655851953Z" level=info msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\""
	May 10 17:32:39 functional-411175 containerd[3610]: time="2025-05-10T17:32:39.658356494Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:32:39 functional-411175 containerd[3610]: time="2025-05-10T17:32:39.778737408Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:32:40 functional-411175 containerd[3610]: time="2025-05-10T17:32:40.062969892Z" level=error msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	May 10 17:32:40 functional-411175 containerd[3610]: time="2025-05-10T17:32:40.063024751Z" level=info msg="stop pulling image docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: active requests=0, bytes read=11047"
	May 10 17:32:53 functional-411175 containerd[3610]: time="2025-05-10T17:32:53.652162368Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	May 10 17:32:53 functional-411175 containerd[3610]: time="2025-05-10T17:32:53.654466623Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:32:53 functional-411175 containerd[3610]: time="2025-05-10T17:32:53.789774127Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:32:54 functional-411175 containerd[3610]: time="2025-05-10T17:32:54.059422187Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:c15da6c91de8d2f436196f3a768483ad32c258ed4e1beb3d367a27ed67253e66: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	May 10 17:32:54 functional-411175 containerd[3610]: time="2025-05-10T17:32:54.059467036Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=10967"
	May 10 17:33:21 functional-411175 containerd[3610]: time="2025-05-10T17:33:21.653440104Z" level=info msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\""
	May 10 17:33:21 functional-411175 containerd[3610]: time="2025-05-10T17:33:21.655858147Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:33:21 functional-411175 containerd[3610]: time="2025-05-10T17:33:21.781206360Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:33:22 functional-411175 containerd[3610]: time="2025-05-10T17:33:22.066283462Z" level=error msg="PullImage \"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	May 10 17:33:22 functional-411175 containerd[3610]: time="2025-05-10T17:33:22.066566382Z" level=info msg="stop pulling image docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: active requests=0, bytes read=11014"
	May 10 17:33:29 functional-411175 containerd[3610]: time="2025-05-10T17:33:29.653512831Z" level=info msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\""
	May 10 17:33:29 functional-411175 containerd[3610]: time="2025-05-10T17:33:29.656487008Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:33:29 functional-411175 containerd[3610]: time="2025-05-10T17:33:29.782339540Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:33:30 functional-411175 containerd[3610]: time="2025-05-10T17:33:30.082176233Z" level=error msg="PullImage \"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\" failed" error="failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	May 10 17:33:30 functional-411175 containerd[3610]: time="2025-05-10T17:33:30.082241447Z" level=info msg="stop pulling image docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: active requests=0, bytes read=11047"
	May 10 17:34:15 functional-411175 containerd[3610]: time="2025-05-10T17:34:15.652219984Z" level=info msg="PullImage \"docker.io/nginx:latest\""
	May 10 17:34:15 functional-411175 containerd[3610]: time="2025-05-10T17:34:15.654654659Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:34:15 functional-411175 containerd[3610]: time="2025-05-10T17:34:15.819925485Z" level=error msg="failed to decode hosts.toml" error="invalid `host` tree"
	May 10 17:34:16 functional-411175 containerd[3610]: time="2025-05-10T17:34:16.234986937Z" level=error msg="PullImage \"docker.io/nginx:latest\" failed" error="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit"
	May 10 17:34:16 functional-411175 containerd[3610]: time="2025-05-10T17:34:16.235108217Z" level=info msg="stop pulling image docker.io/library/nginx:latest: active requests=0, bytes read=21215"
	
	
	==> coredns [1f5cb8d2ef928684cc1e0a1a3d60787468d29293b547b3b6df7908eaa0dc4db6] <==
	maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.0
	linux/arm64, go1.23.3, 51e11f1
	[INFO] 127.0.0.1:44411 - 23837 "HINFO IN 1634484706249268666.3433836993746801761. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.032331805s
	[INFO] SIGTERM: Shutting down servers then terminating
	[INFO] plugin/health: Going into lameduck mode for 5s
	
	
	==> coredns [c280294781d81f174eb98ef7b975980bf073c125ee134b9e871ef525495d3671] <==
	maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = 9e2996f8cb67ac53e0259ab1f8d615d07d1beb0bd07e6a1e39769c3bf486a905bb991cc47f8d2f14d0d3a90a87dfc625a0b4c524fed169d8158c40657c0694b1
	CoreDNS-1.12.0
	linux/arm64, go1.23.3, 51e11f1
	[INFO] 127.0.0.1:41233 - 62106 "HINFO IN 7720196633915499423.8553203719504094397. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.016108899s
	
	
	==> describe nodes <==
	Name:               functional-411175
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=arm64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=arm64
	                    kubernetes.io/hostname=functional-411175
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=e96c83983357cd8557f3cdfe077a25cc73d485a4
	                    minikube.k8s.io/name=functional-411175
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_05_10T17_28_52_0700
	                    minikube.k8s.io/version=v1.35.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///run/containerd/containerd.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Sat, 10 May 2025 17:28:48 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  functional-411175
	  AcquireTime:     <unset>
	  RenewTime:       Sat, 10 May 2025 17:34:24 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Sat, 10 May 2025 17:32:22 +0000   Sat, 10 May 2025 17:28:45 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Sat, 10 May 2025 17:32:22 +0000   Sat, 10 May 2025 17:28:45 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Sat, 10 May 2025 17:32:22 +0000   Sat, 10 May 2025 17:28:45 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Sat, 10 May 2025 17:32:22 +0000   Sat, 10 May 2025 17:28:49 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    functional-411175
	Capacity:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	Allocatable:
	  cpu:                2
	  ephemeral-storage:  203034800Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  hugepages-32Mi:     0
	  hugepages-64Ki:     0
	  memory:             8022296Ki
	  pods:               110
	System Info:
	  Machine ID:                 a597c99f616d4cc89bdd0e113666c1b0
	  System UUID:                aa95f17c-841c-43ba-a8b0-88d5f352ac64
	  Boot ID:                    031bd395-9ef9-4833-9c39-69ef8b2481fc
	  Kernel Version:             5.15.0-1083-aws
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               arm64
	  Container Runtime Version:  containerd://1.7.27
	  Kubelet Version:            v1.33.0
	  Kube-Proxy Version:         
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (14 in total)
	  Namespace                   Name                                          CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                          ------------  ----------  ---------------  -------------  ---
	  default                     hello-node-64fc58db8c-s8kf4                   0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m53s
	  default                     hello-node-connect-8449669db6-9gd2d           0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m1s
	  default                     nginx-svc                                     0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m10s
	  default                     sp-pod                                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         3m2s
	  kube-system                 coredns-674b8bbfcf-dm5mp                      100m (5%)     0 (0%)      70Mi (0%)        170Mi (2%)     5m30s
	  kube-system                 etcd-functional-411175                        100m (5%)     0 (0%)      100Mi (1%)       0 (0%)         5m36s
	  kube-system                 kindnet-j6nhg                                 100m (5%)     100m (5%)   50Mi (0%)        50Mi (0%)      5m30s
	  kube-system                 kube-apiserver-functional-411175              250m (12%)    0 (0%)      0 (0%)           0 (0%)         3m36s
	  kube-system                 kube-controller-manager-functional-411175     200m (10%)    0 (0%)      0 (0%)           0 (0%)         5m35s
	  kube-system                 kube-proxy-p9qwz                              0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m30s
	  kube-system                 kube-scheduler-functional-411175              100m (5%)     0 (0%)      0 (0%)           0 (0%)         5m35s
	  kube-system                 storage-provisioner                           0 (0%)        0 (0%)      0 (0%)           0 (0%)         5m29s
	  kubernetes-dashboard        dashboard-metrics-scraper-5d59dccf9b-htff5    0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m29s
	  kubernetes-dashboard        kubernetes-dashboard-7779f9b69b-6hvvh         0 (0%)        0 (0%)      0 (0%)           0 (0%)         2m29s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (42%)  100m (5%)
	  memory             220Mi (2%)  220Mi (2%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	  hugepages-32Mi     0 (0%)      0 (0%)
	  hugepages-64Ki     0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                    From             Message
	  ----     ------                   ----                   ----             -------
	  Normal   Starting                 5m29s                  kube-proxy       
	  Normal   Starting                 3m52s                  kube-proxy       
	  Normal   NodeAllocatableEnforced  5m35s                  kubelet          Updated Node Allocatable limit across pods
	  Warning  CgroupV1                 5m35s                  kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasSufficientMemory  5m35s                  kubelet          Node functional-411175 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    5m35s                  kubelet          Node functional-411175 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     5m35s                  kubelet          Node functional-411175 status is now: NodeHasSufficientPID
	  Normal   Starting                 5m35s                  kubelet          Starting kubelet.
	  Normal   RegisteredNode           5m31s                  node-controller  Node functional-411175 event: Registered Node functional-411175 in Controller
	  Normal   NodeHasSufficientMemory  3m42s (x8 over 3m42s)  kubelet          Node functional-411175 status is now: NodeHasSufficientMemory
	  Normal   Starting                 3m42s                  kubelet          Starting kubelet.
	  Warning  CgroupV1                 3m42s                  kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasNoDiskPressure    3m42s (x8 over 3m42s)  kubelet          Node functional-411175 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     3m42s (x7 over 3m42s)  kubelet          Node functional-411175 status is now: NodeHasSufficientPID
	  Normal   NodeAllocatableEnforced  3m42s                  kubelet          Updated Node Allocatable limit across pods
	  Normal   RegisteredNode           3m34s                  node-controller  Node functional-411175 event: Registered Node functional-411175 in Controller
	
	
	==> dmesg <==
	[May10 16:56] overlayfs: '/var/lib/containers/storage/overlay/l/Q2QJNMTVZL6GMULS36RA5ZJGSA' not a directory
	[  +0.389542] overlayfs: '/var/lib/containers/storage/overlay/l/ZLTOCNGE2IGM6DT7VP2QP7OV3M' not a directory
	
	
	==> etcd [2063e597385391fb9e4d951ba8e1acb72fb2b2496e2480af37987504da5e38ed] <==
	{"level":"info","ts":"2025-05-10T17:28:45.868282Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"aec36adc501070cc became leader at term 2"}
	{"level":"info","ts":"2025-05-10T17:28:45.868331Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: aec36adc501070cc elected leader aec36adc501070cc at term 2"}
	{"level":"info","ts":"2025-05-10T17:28:45.871353Z","caller":"etcdserver/server.go:2697","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:28:45.873855Z","caller":"etcdserver/server.go:2144","msg":"published local member to cluster through raft","local-member-id":"aec36adc501070cc","local-member-attributes":"{Name:functional-411175 ClientURLs:[https://192.168.49.2:2379]}","request-path":"/0/members/aec36adc501070cc/attributes","cluster-id":"fa54960ea34d58be","publish-timeout":"7s"}
	{"level":"info","ts":"2025-05-10T17:28:45.873959Z","caller":"embed/serve.go:124","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-05-10T17:28:45.874049Z","caller":"embed/serve.go:124","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-05-10T17:28:45.878743Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-05-10T17:28:45.879615Z","caller":"embed/serve.go:275","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.49.2:2379"}
	{"level":"info","ts":"2025-05-10T17:28:45.879777Z","caller":"membership/cluster.go:587","msg":"set initial cluster version","cluster-id":"fa54960ea34d58be","local-member-id":"aec36adc501070cc","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:28:45.879885Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:28:45.879963Z","caller":"etcdserver/server.go:2721","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2025-05-10T17:28:45.877621Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-05-10T17:28:45.881636Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-05-10T17:28:45.882254Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-05-10T17:28:45.883083Z","caller":"embed/serve.go:275","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-05-10T17:30:22.761500Z","caller":"osutil/interrupt_unix.go:64","msg":"received signal; shutting down","signal":"terminated"}
	{"level":"info","ts":"2025-05-10T17:30:22.761643Z","caller":"embed/etcd.go:408","msg":"closing etcd server","name":"functional-411175","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	{"level":"info","ts":"2025-05-10T17:30:29.762438Z","caller":"etcdserver/server.go:1546","msg":"skipped leadership transfer for single voting member cluster","local-member-id":"aec36adc501070cc","current-leader-member-id":"aec36adc501070cc"}
	{"level":"warn","ts":"2025-05-10T17:30:29.763973Z","caller":"embed/serve.go:235","msg":"stopping secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-05-10T17:30:29.764036Z","caller":"embed/serve.go:237","msg":"stopped secure grpc server due to error","error":"accept tcp 192.168.49.2:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-05-10T17:30:29.766670Z","caller":"embed/serve.go:235","msg":"stopping secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"warn","ts":"2025-05-10T17:30:29.766728Z","caller":"embed/serve.go:237","msg":"stopped secure grpc server due to error","error":"accept tcp 127.0.0.1:2379: use of closed network connection"}
	{"level":"info","ts":"2025-05-10T17:30:29.770152Z","caller":"embed/etcd.go:613","msg":"stopping serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-05-10T17:30:29.770415Z","caller":"embed/etcd.go:618","msg":"stopped serving peer traffic","address":"192.168.49.2:2380"}
	{"level":"info","ts":"2025-05-10T17:30:29.770454Z","caller":"embed/etcd.go:410","msg":"closed etcd server","name":"functional-411175","data-dir":"/var/lib/minikube/etcd","advertise-peer-urls":["https://192.168.49.2:2380"],"advertise-client-urls":["https://192.168.49.2:2379"]}
	
	
	==> etcd [870c010f32827e4b136aa83196510a9932bbc1dfad5cda3c80fa46c1f97a4084] <==
	{"level":"info","ts":"2025-05-10T17:30:32.634381Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-05-10T17:30:32.635226Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-05-10T17:30:32.637730Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-05-10T17:30:32.638625Z","caller":"embed/serve.go:275","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-05-10T17:30:33.073994Z","caller":"traceutil/trace.go:171","msg":"trace[2050268590] linearizableReadLoop","detail":"{readStateIndex:537; appliedIndex:537; }","duration":"177.743486ms","start":"2025-05-10T17:30:32.896236Z","end":"2025-05-10T17:30:33.073979Z","steps":["trace[2050268590] 'read index received'  (duration: 177.736898ms)","trace[2050268590] 'applied index is now lower than readState.Index'  (duration: 5.784µs)"],"step_count":2}
	{"level":"warn","ts":"2025-05-10T17:30:33.074904Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"178.643947ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/kube-proxy-p9qwz\" limit:1 ","response":"range_response_count:1 size:4848"}
	{"level":"info","ts":"2025-05-10T17:30:33.328111Z","caller":"traceutil/trace.go:171","msg":"trace[1518056154] range","detail":"{range_begin:/registry/pods/kube-system/kube-proxy-p9qwz; range_end:; response_count:1; response_revision:505; }","duration":"431.861373ms","start":"2025-05-10T17:30:32.896232Z","end":"2025-05-10T17:30:33.328093Z","steps":["trace[1518056154] 'agreement among raft nodes before linearized reading'  (duration: 178.609477ms)"],"step_count":1}
	{"level":"warn","ts":"2025-05-10T17:30:33.328181Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:32.896219Z","time spent":"431.931911ms","remote":"127.0.0.1:33548","response type":"/etcdserverpb.KV/Range","request count":0,"request size":47,"response count":1,"response size":4872,"request content":"key:\"/registry/pods/kube-system/kube-proxy-p9qwz\" limit:1 "}
	{"level":"warn","ts":"2025-05-10T17:30:33.328450Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"379.660252ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/masterleases/192.168.49.2\" limit:1 ","response":"range_response_count:1 size:131"}
	{"level":"info","ts":"2025-05-10T17:30:33.328488Z","caller":"traceutil/trace.go:171","msg":"trace[343041466] range","detail":"{range_begin:/registry/masterleases/192.168.49.2; range_end:; response_count:1; response_revision:507; }","duration":"379.697028ms","start":"2025-05-10T17:30:32.948781Z","end":"2025-05-10T17:30:33.328479Z","steps":["trace[343041466] 'agreement among raft nodes before linearized reading'  (duration: 379.624257ms)"],"step_count":1}
	{"level":"warn","ts":"2025-05-10T17:30:33.328517Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:32.948730Z","time spent":"379.778882ms","remote":"127.0.0.1:33912","response type":"/etcdserverpb.KV/Range","request count":0,"request size":39,"response count":1,"response size":155,"request content":"key:\"/registry/masterleases/192.168.49.2\" limit:1 "}
	{"level":"info","ts":"2025-05-10T17:30:33.247659Z","caller":"traceutil/trace.go:171","msg":"trace[77032542] transaction","detail":"{read_only:false; response_revision:507; number_of_response:1; }","duration":"176.73101ms","start":"2025-05-10T17:30:33.070911Z","end":"2025-05-10T17:30:33.247642Z","steps":["trace[77032542] 'process raft request'  (duration: 176.687293ms)"],"step_count":1}
	{"level":"info","ts":"2025-05-10T17:30:33.248080Z","caller":"traceutil/trace.go:171","msg":"trace[728403595] transaction","detail":"{read_only:false; response_revision:506; number_of_response:1; }","duration":"195.786138ms","start":"2025-05-10T17:30:33.052285Z","end":"2025-05-10T17:30:33.248071Z","steps":["trace[728403595] 'process raft request'  (duration: 195.148914ms)"],"step_count":1}
	{"level":"warn","ts":"2025-05-10T17:30:33.356056Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:33.052272Z","time spent":"303.397121ms","remote":"127.0.0.1:33628","response type":"/etcdserverpb.KV/Txn","request count":1,"request size":557,"response count":0,"response size":40,"request content":"compare:<target:MOD key:\"/registry/leases/kube-node-lease/functional-411175\" mod_revision:484 > success:<request_put:<key:\"/registry/leases/kube-node-lease/functional-411175\" value_size:499 >> failure:<request_range:<key:\"/registry/leases/kube-node-lease/functional-411175\" > >"}
	{"level":"warn","ts":"2025-05-10T17:30:33.410789Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"162.859321ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/events/kube-system/kindnet-j6nhg.183e3a99aaa5d073\" limit:1 ","response":"range_response_count:1 size:730"}
	{"level":"info","ts":"2025-05-10T17:30:33.411028Z","caller":"traceutil/trace.go:171","msg":"trace[95286791] range","detail":"{range_begin:/registry/events/kube-system/kindnet-j6nhg.183e3a99aaa5d073; range_end:; response_count:1; response_revision:507; }","duration":"163.105638ms","start":"2025-05-10T17:30:33.247909Z","end":"2025-05-10T17:30:33.411015Z","steps":["trace[95286791] 'agreement among raft nodes before linearized reading'  (duration: 107.554138ms)","trace[95286791] 'range keys from in-memory index tree'  (duration: 55.278205ms)"],"step_count":2}
	{"level":"warn","ts":"2025-05-10T17:30:33.411894Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"338.437941ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/persistentvolumeclaims/\" range_end:\"/registry/persistentvolumeclaims0\" count_only:true ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-05-10T17:30:33.412046Z","caller":"traceutil/trace.go:171","msg":"trace[861411414] range","detail":"{range_begin:/registry/persistentvolumeclaims/; range_end:/registry/persistentvolumeclaims0; response_count:0; response_revision:507; }","duration":"338.566671ms","start":"2025-05-10T17:30:33.073440Z","end":"2025-05-10T17:30:33.412007Z","steps":["trace[861411414] 'agreement among raft nodes before linearized reading'  (duration: 282.036024ms)","trace[861411414] 'count revisions from in-memory index tree'  (duration: 56.392744ms)"],"step_count":2}
	{"level":"warn","ts":"2025-05-10T17:30:33.412196Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:33.073406Z","time spent":"338.775425ms","remote":"127.0.0.1:33642","response type":"/etcdserverpb.KV/Range","request count":0,"request size":72,"response count":0,"response size":29,"request content":"key:\"/registry/persistentvolumeclaims/\" range_end:\"/registry/persistentvolumeclaims0\" count_only:true "}
	{"level":"warn","ts":"2025-05-10T17:30:33.412451Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"431.729631ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/health\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-05-10T17:30:33.412689Z","caller":"traceutil/trace.go:171","msg":"trace[1553284385] range","detail":"{range_begin:/registry/health; range_end:; response_count:0; response_revision:507; }","duration":"431.964224ms","start":"2025-05-10T17:30:32.980713Z","end":"2025-05-10T17:30:33.412678Z","steps":["trace[1553284385] 'agreement among raft nodes before linearized reading'  (duration: 374.770366ms)","trace[1553284385] 'range keys from in-memory index tree'  (duration: 56.950199ms)"],"step_count":2}
	{"level":"warn","ts":"2025-05-10T17:30:33.412835Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:32.980689Z","time spent":"432.105778ms","remote":"127.0.0.1:33604","response type":"/etcdserverpb.KV/Range","request count":0,"request size":18,"response count":0,"response size":29,"request content":"key:\"/registry/health\" "}
	{"level":"warn","ts":"2025-05-10T17:30:33.413094Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"448.43829ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/storageclasses/\" range_end:\"/registry/storageclasses0\" count_only:true ","response":"range_response_count:0 size:7"}
	{"level":"info","ts":"2025-05-10T17:30:33.413344Z","caller":"traceutil/trace.go:171","msg":"trace[1865200553] range","detail":"{range_begin:/registry/storageclasses/; range_end:/registry/storageclasses0; response_count:0; response_revision:507; }","duration":"448.688341ms","start":"2025-05-10T17:30:32.964644Z","end":"2025-05-10T17:30:33.413333Z","steps":["trace[1865200553] 'agreement among raft nodes before linearized reading'  (duration: 390.846347ms)","trace[1865200553] 'count revisions from in-memory index tree'  (duration: 57.585101ms)"],"step_count":2}
	{"level":"warn","ts":"2025-05-10T17:30:33.413504Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-05-10T17:30:32.964637Z","time spent":"448.851081ms","remote":"127.0.0.1:33590","response type":"/etcdserverpb.KV/Range","request count":0,"request size":56,"response count":1,"response size":31,"request content":"key:\"/registry/storageclasses/\" range_end:\"/registry/storageclasses0\" count_only:true "}
	
	
	==> kernel <==
	 17:34:26 up  3:16,  0 users,  load average: 0.38, 1.00, 1.89
	Linux functional-411175 5.15.0-1083-aws #90~20.04.1-Ubuntu SMP Tue Apr 22 09:59:55 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kindnet [2201d470edda3896ad8ed493a49ddb93fe25bc6647c5d0e0ea00aebf59fdebb2] <==
	I0510 17:32:23.347235       1 main.go:301] handling current node
	I0510 17:32:33.346476       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:32:33.346509       1 main.go:301] handling current node
	I0510 17:32:43.346512       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:32:43.346554       1 main.go:301] handling current node
	I0510 17:32:53.347402       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:32:53.347441       1 main.go:301] handling current node
	I0510 17:33:03.346811       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:33:03.347001       1 main.go:301] handling current node
	I0510 17:33:13.346500       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:33:13.346541       1 main.go:301] handling current node
	I0510 17:33:23.347098       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:33:23.347133       1 main.go:301] handling current node
	I0510 17:33:33.346488       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:33:33.346551       1 main.go:301] handling current node
	I0510 17:33:43.346466       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:33:43.346502       1 main.go:301] handling current node
	I0510 17:33:53.347268       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:33:53.347308       1 main.go:301] handling current node
	I0510 17:34:03.346466       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:34:03.346499       1 main.go:301] handling current node
	I0510 17:34:13.349236       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:34:13.349276       1 main.go:301] handling current node
	I0510 17:34:23.346461       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:34:23.346499       1 main.go:301] handling current node
	
	
	==> kindnet [ecad900677175c497965ec2110501d643afff66380cfd0480ab807dcf4cfc563] <==
	I0510 17:28:57.234875       1 main.go:182] noMask IPv4 subnets: [10.244.0.0/16]
	I0510 17:28:57.530516       1 controller.go:361] Starting controller kube-network-policies
	I0510 17:28:57.530539       1 controller.go:365] Waiting for informer caches to sync
	I0510 17:28:57.530545       1 shared_informer.go:313] Waiting for caches to sync for kube-network-policies
	W0510 17:29:27.531068       1 reflector.go:561] pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	W0510 17:29:27.531324       1 reflector.go:561] pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: failed to list *v1.NetworkPolicy: Get "https://10.96.0.1:443/apis/networking.k8s.io/v1/networkpolicies?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	E0510 17:29:27.531381       1 reflector.go:158] "Unhandled Error" err="pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: Failed to watch *v1.NetworkPolicy: failed to list *v1.NetworkPolicy: Get \"https://10.96.0.1:443/apis/networking.k8s.io/v1/networkpolicies?limit=500&resourceVersion=0\": dial tcp 10.96.0.1:443: i/o timeout" logger="UnhandledError"
	W0510 17:29:27.531068       1 reflector.go:561] pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: failed to list *v1.Node: Get "https://10.96.0.1:443/api/v1/nodes?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	E0510 17:29:27.531514       1 reflector.go:158] "Unhandled Error" err="pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: Failed to watch *v1.Node: failed to list *v1.Node: Get \"https://10.96.0.1:443/api/v1/nodes?limit=500&resourceVersion=0\": dial tcp 10.96.0.1:443: i/o timeout" logger="UnhandledError"
	W0510 17:29:27.531227       1 reflector.go:561] pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: failed to list *v1.Pod: Get "https://10.96.0.1:443/api/v1/pods?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	E0510 17:29:27.531546       1 reflector.go:158] "Unhandled Error" err="pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: Failed to watch *v1.Pod: failed to list *v1.Pod: Get \"https://10.96.0.1:443/api/v1/pods?limit=500&resourceVersion=0\": dial tcp 10.96.0.1:443: i/o timeout" logger="UnhandledError"
	E0510 17:29:27.531614       1 reflector.go:158] "Unhandled Error" err="pkg/mod/k8s.io/client-go@v0.31.1/tools/cache/reflector.go:243: Failed to watch *v1.Namespace: failed to list *v1.Namespace: Get \"https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0\": dial tcp 10.96.0.1:443: i/o timeout" logger="UnhandledError"
	I0510 17:29:29.131547       1 shared_informer.go:320] Caches are synced for kube-network-policies
	I0510 17:29:29.131576       1 metrics.go:61] Registering metrics
	I0510 17:29:29.131725       1 controller.go:401] Syncing nftables rules
	I0510 17:29:37.534747       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:29:37.534807       1 main.go:301] handling current node
	I0510 17:29:47.538844       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:29:47.539043       1 main.go:301] handling current node
	I0510 17:29:57.530499       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:29:57.530545       1 main.go:301] handling current node
	I0510 17:30:07.537676       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:30:07.537719       1 main.go:301] handling current node
	I0510 17:30:17.538096       1 main.go:297] Handling node with IPs: map[192.168.49.2:{}]
	I0510 17:30:17.538134       1 main.go:301] handling current node
	
	
	==> kube-apiserver [caea0b05f733d535fa9b7de47aea3c09041f42fb810377e8b69c3611becaf524] <==
	I0510 17:30:50.730712       1 controller.go:667] quota admission added evaluator for: serviceaccounts
	I0510 17:30:50.989098       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	W0510 17:30:51.368782       1 lease.go:265] Resetting endpoints for master service "kubernetes" to [192.168.49.2]
	I0510 17:30:51.370586       1 controller.go:667] quota admission added evaluator for: endpoints
	I0510 17:30:51.376778       1 controller.go:667] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0510 17:30:52.196354       1 controller.go:667] quota admission added evaluator for: daemonsets.apps
	I0510 17:30:52.319811       1 controller.go:667] quota admission added evaluator for: deployments.apps
	I0510 17:30:52.389477       1 controller.go:667] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0510 17:30:52.396726       1 controller.go:667] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0510 17:30:53.084211       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:30:53.091344       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:30:53.538842       1 controller.go:667] quota admission added evaluator for: replicasets.apps
	I0510 17:31:04.208562       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:04.213613       1 alloc.go:328] "allocated clusterIPs" service="default/invalid-svc" clusterIPs={"IPv4":"10.102.225.209"}
	I0510 17:31:08.076816       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:16.807907       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:16.809313       1 alloc.go:328] "allocated clusterIPs" service="default/nginx-svc" clusterIPs={"IPv4":"10.99.120.46"}
	I0510 17:31:25.499678       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:25.504579       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node-connect" clusterIPs={"IPv4":"10.105.162.102"}
	I0510 17:31:34.115228       1 alloc.go:328] "allocated clusterIPs" service="default/hello-node" clusterIPs={"IPv4":"10.106.7.58"}
	I0510 17:31:34.120169       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:56.956987       1 controller.go:667] quota admission added evaluator for: namespaces
	I0510 17:31:57.280932       1 cidrallocator.go:277] updated ClusterIP allocator for Service CIDR 10.96.0.0/12
	I0510 17:31:57.286620       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/kubernetes-dashboard" clusterIPs={"IPv4":"10.104.94.226"}
	I0510 17:31:57.366659       1 alloc.go:328] "allocated clusterIPs" service="kubernetes-dashboard/dashboard-metrics-scraper" clusterIPs={"IPv4":"10.97.53.144"}
	
	
	==> kube-controller-manager [a404da6aecefcabae8531e6d6ad8d1b114e3319ee75657d14eb2122fca7f99f6] <==
	I0510 17:30:31.718828       1 serving.go:386] Generated self-signed cert in-memory
	I0510 17:30:33.869702       1 controllermanager.go:188] "Starting" version="v1.33.0"
	I0510 17:30:33.869731       1 controllermanager.go:190] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0510 17:30:33.871505       1 dynamic_cafile_content.go:161] "Starting controller" name="client-ca-bundle::/var/lib/minikube/certs/ca.crt"
	I0510 17:30:33.872029       1 dynamic_cafile_content.go:161] "Starting controller" name="request-header::/var/lib/minikube/certs/front-proxy-ca.crt"
	I0510 17:30:33.872256       1 secure_serving.go:211] Serving securely on 127.0.0.1:10257
	I0510 17:30:33.872908       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	E0510 17:30:43.875595       1 controllermanager.go:242] "Error building controller context" err="failed to wait for apiserver being healthy: timed out waiting for the condition: failed to get apiserver /healthz status: Get \"https://192.168.49.2:8441/healthz\": dial tcp 192.168.49.2:8441: connect: connection refused"
	
	
	==> kube-controller-manager [d9dd5cb0d36a8ce61c970c131bb8c32e343eb0b5d603e3a3f7b29bc26822e255] <==
	I0510 17:30:52.971311       1 shared_informer.go:357] "Caches are synced" controller="PVC protection"
	I0510 17:30:52.971382       1 shared_informer.go:357] "Caches are synced" controller="bootstrap_signer"
	I0510 17:30:52.977125       1 shared_informer.go:357] "Caches are synced" controller="daemon sets"
	I0510 17:30:52.982776       1 shared_informer.go:357] "Caches are synced" controller="namespace"
	I0510 17:30:52.982887       1 shared_informer.go:357] "Caches are synced" controller="legacy-service-account-token-cleaner"
	I0510 17:30:52.984976       1 shared_informer.go:357] "Caches are synced" controller="certificate-csrsigning-kubelet-serving"
	I0510 17:30:52.987206       1 shared_informer.go:357] "Caches are synced" controller="certificate-csrsigning-kubelet-client"
	I0510 17:30:53.107676       1 shared_informer.go:357] "Caches are synced" controller="deployment"
	I0510 17:30:53.130320       1 shared_informer.go:357] "Caches are synced" controller="disruption"
	I0510 17:30:53.130392       1 shared_informer.go:357] "Caches are synced" controller="resource quota"
	I0510 17:30:53.175069       1 shared_informer.go:357] "Caches are synced" controller="resource quota"
	I0510 17:30:53.178970       1 shared_informer.go:357] "Caches are synced" controller="ReplicaSet"
	I0510 17:30:53.210967       1 shared_informer.go:357] "Caches are synced" controller="persistent volume"
	I0510 17:30:53.215430       1 shared_informer.go:357] "Caches are synced" controller="attach detach"
	I0510 17:30:53.628826       1 shared_informer.go:357] "Caches are synced" controller="garbage collector"
	I0510 17:30:53.628847       1 garbagecollector.go:154] "Garbage collector: all resource monitors have synced" logger="garbage-collector-controller"
	I0510 17:30:53.628854       1 garbagecollector.go:157] "Proceeding to collect garbage" logger="garbage-collector-controller"
	I0510 17:30:53.689451       1 shared_informer.go:357] "Caches are synced" controller="garbage collector"
	E0510 17:31:57.081649       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b\" failed with pods \"dashboard-metrics-scraper-5d59dccf9b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.103428       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-7779f9b69b\" failed with pods \"kubernetes-dashboard-7779f9b69b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.103824       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b\" failed with pods \"dashboard-metrics-scraper-5d59dccf9b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.122678       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b\" failed with pods \"dashboard-metrics-scraper-5d59dccf9b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.128332       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-7779f9b69b\" failed with pods \"kubernetes-dashboard-7779f9b69b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.133545       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b\" failed with pods \"dashboard-metrics-scraper-5d59dccf9b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	E0510 17:31:57.137796       1 replica_set.go:562] "Unhandled Error" err="sync \"kubernetes-dashboard/kubernetes-dashboard-7779f9b69b\" failed with pods \"kubernetes-dashboard-7779f9b69b-\" is forbidden: error looking up service account kubernetes-dashboard/kubernetes-dashboard: serviceaccount \"kubernetes-dashboard\" not found" logger="UnhandledError"
	
	
	==> kube-proxy [1910241a38fe892b4bb05cb6a3f9b221cf9c57eef5df5bdac7e018669369a018] <==
	I0510 17:28:57.122889       1 server_linux.go:63] "Using iptables proxy"
	I0510 17:28:57.249052       1 server.go:715] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	E0510 17:28:57.249117       1 server.go:245] "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`"
	I0510 17:28:57.300682       1 server.go:254] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0510 17:28:57.300770       1 server_linux.go:145] "Using iptables Proxier"
	I0510 17:28:57.309506       1 proxier.go:243] "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"
	I0510 17:28:57.314375       1 server.go:516] "Version info" version="v1.33.0"
	I0510 17:28:57.314400       1 server.go:518] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0510 17:28:57.326165       1 config.go:199] "Starting service config controller"
	I0510 17:28:57.326352       1 shared_informer.go:350] "Waiting for caches to sync" controller="service config"
	I0510 17:28:57.327711       1 config.go:105] "Starting endpoint slice config controller"
	I0510 17:28:57.327801       1 shared_informer.go:350] "Waiting for caches to sync" controller="endpoint slice config"
	I0510 17:28:57.327901       1 config.go:440] "Starting serviceCIDR config controller"
	I0510 17:28:57.327957       1 shared_informer.go:350] "Waiting for caches to sync" controller="serviceCIDR config"
	I0510 17:28:57.328469       1 config.go:329] "Starting node config controller"
	I0510 17:28:57.328550       1 shared_informer.go:350] "Waiting for caches to sync" controller="node config"
	I0510 17:28:57.431803       1 shared_informer.go:357] "Caches are synced" controller="endpoint slice config"
	I0510 17:28:57.431895       1 shared_informer.go:357] "Caches are synced" controller="service config"
	I0510 17:28:57.432136       1 shared_informer.go:357] "Caches are synced" controller="node config"
	I0510 17:28:57.432153       1 shared_informer.go:357] "Caches are synced" controller="serviceCIDR config"
	
	
	==> kube-proxy [dcae0c5d93a124ab2c8d1b382b529af9d3790cc2738f40acbbe00499d8f525dd] <==
	I0510 17:30:33.645427       1 shared_informer.go:350] "Waiting for caches to sync" controller="serviceCIDR config"
	I0510 17:30:33.647034       1 config.go:329] "Starting node config controller"
	I0510 17:30:33.647062       1 shared_informer.go:350] "Waiting for caches to sync" controller="node config"
	E0510 17:30:33.649836       1 event_broadcaster.go:279] "Unable to write event (may retry after sleeping)" err="Post \"https://control-plane.minikube.internal:8441/apis/events.k8s.io/v1/namespaces/default/events\": dial tcp 192.168.49.2:8441: connect: connection refused"
	E0510 17:30:33.650184       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Node: Get \"https://control-plane.minikube.internal:8441/api/v1/nodes?fieldSelector=metadata.name%3Dfunctional-411175&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:30:33.650558       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Service: Get \"https://control-plane.minikube.internal:8441/api/v1/services?fieldSelector=spec.clusterIP%21%3DNone&labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:30:33.650995       1 reflector.go:200] "Failed to watch" err="failed to list *v1.ServiceCIDR: Get \"https://control-plane.minikube.internal:8441/apis/networking.k8s.io/v1/servicecidrs?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ServiceCIDR"
	E0510 17:30:33.654596       1 reflector.go:200] "Failed to watch" err="failed to list *v1.EndpointSlice: Get \"https://control-plane.minikube.internal:8441/apis/discovery.k8s.io/v1/endpointslices?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.EndpointSlice"
	E0510 17:30:34.646945       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Node: Get \"https://control-plane.minikube.internal:8441/api/v1/nodes?fieldSelector=metadata.name%3Dfunctional-411175&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:30:34.905625       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Service: Get \"https://control-plane.minikube.internal:8441/api/v1/services?fieldSelector=spec.clusterIP%21%3DNone&labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:30:35.069350       1 reflector.go:200] "Failed to watch" err="failed to list *v1.EndpointSlice: Get \"https://control-plane.minikube.internal:8441/apis/discovery.k8s.io/v1/endpointslices?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.EndpointSlice"
	E0510 17:30:35.169663       1 reflector.go:200] "Failed to watch" err="failed to list *v1.ServiceCIDR: Get \"https://control-plane.minikube.internal:8441/apis/networking.k8s.io/v1/servicecidrs?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ServiceCIDR"
	E0510 17:30:36.586623       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Node: Get \"https://control-plane.minikube.internal:8441/api/v1/nodes?fieldSelector=metadata.name%3Dfunctional-411175&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:30:36.923797       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Service: Get \"https://control-plane.minikube.internal:8441/api/v1/services?fieldSelector=spec.clusterIP%21%3DNone&labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:30:36.925364       1 reflector.go:200] "Failed to watch" err="failed to list *v1.ServiceCIDR: Get \"https://control-plane.minikube.internal:8441/apis/networking.k8s.io/v1/servicecidrs?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ServiceCIDR"
	E0510 17:30:37.937462       1 reflector.go:200] "Failed to watch" err="failed to list *v1.EndpointSlice: Get \"https://control-plane.minikube.internal:8441/apis/discovery.k8s.io/v1/endpointslices?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.EndpointSlice"
	E0510 17:30:40.839909       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Node: Get \"https://control-plane.minikube.internal:8441/api/v1/nodes?fieldSelector=metadata.name%3Dfunctional-411175&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:30:40.975495       1 reflector.go:200] "Failed to watch" err="failed to list *v1.ServiceCIDR: Get \"https://control-plane.minikube.internal:8441/apis/networking.k8s.io/v1/servicecidrs?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ServiceCIDR"
	E0510 17:30:42.241391       1 reflector.go:200] "Failed to watch" err="failed to list *v1.EndpointSlice: Get \"https://control-plane.minikube.internal:8441/apis/discovery.k8s.io/v1/endpointslices?labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.EndpointSlice"
	E0510 17:30:42.388081       1 reflector.go:200] "Failed to watch" err="failed to list *v1.Service: Get \"https://control-plane.minikube.internal:8441/api/v1/services?fieldSelector=spec.clusterIP%21%3DNone&labelSelector=%21service.kubernetes.io%2Fheadless%2C%21service.kubernetes.io%2Fservice-proxy-name&limit=500&resourceVersion=0\": dial tcp 192.168.49.2:8441: connect: connection refused" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:30:44.627796       1 event_broadcaster.go:279] "Unable to write event (may retry after sleeping)" err="Post \"https://control-plane.minikube.internal:8441/apis/events.k8s.io/v1/namespaces/default/events\": dial tcp 192.168.49.2:8441: connect: connection refused"
	I0510 17:30:50.481708       1 shared_informer.go:357] "Caches are synced" controller="service config"
	I0510 17:30:51.049629       1 shared_informer.go:357] "Caches are synced" controller="node config"
	I0510 17:30:51.946604       1 shared_informer.go:357] "Caches are synced" controller="serviceCIDR config"
	I0510 17:30:52.346290       1 shared_informer.go:357] "Caches are synced" controller="endpoint slice config"
	
	
	==> kube-scheduler [0f282457f6db4903397f986c9ef4c393397150537294bd74d23d9aa80ea6958d] <==
	I0510 17:30:47.642498       1 serving.go:386] Generated self-signed cert in-memory
	W0510 17:30:50.082725       1 requestheader_controller.go:204] Unable to get configmap/extension-apiserver-authentication in kube-system.  Usually fixed by 'kubectl create rolebinding -n kube-system ROLEBINDING_NAME --role=extension-apiserver-authentication-reader --serviceaccount=YOUR_NS:YOUR_SA'
	W0510 17:30:50.082949       1 authentication.go:397] Error looking up in-cluster authentication configuration: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot get resource "configmaps" in API group "" in the namespace "kube-system"
	W0510 17:30:50.082972       1 authentication.go:398] Continuing without authentication configuration. This may treat all requests as anonymous.
	W0510 17:30:50.082983       1 authentication.go:399] To require authentication configuration lookup to succeed, set --authentication-tolerate-lookup-failure=false
	I0510 17:30:50.495353       1 server.go:171] "Starting Kubernetes Scheduler" version="v1.33.0"
	I0510 17:30:50.495391       1 server.go:173] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0510 17:30:50.504089       1 secure_serving.go:211] Serving securely on 127.0.0.1:10259
	I0510 17:30:50.504567       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	I0510 17:30:50.510642       1 configmap_cafile_content.go:205] "Starting controller" name="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0510 17:30:50.510676       1 shared_informer.go:350] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0510 17:30:50.613710       1 shared_informer.go:357] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	
	
	==> kube-scheduler [aedb1bf17b127ab0cf357633f006d392d85f53360b1ba8930350c4cc9ec55849] <==
	I0510 17:28:49.038121       1 shared_informer.go:350] "Waiting for caches to sync" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	I0510 17:28:49.038214       1 tlsconfig.go:243] "Starting DynamicServingCertificateController"
	E0510 17:28:49.053151       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolumeClaim"
	E0510 17:28:49.058628       1 reflector.go:200] "Failed to watch" err="failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumes\" in API group \"\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PersistentVolume"
	E0510 17:28:49.058692       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:28:49.058778       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicationController"
	E0510 17:28:49.058865       1 reflector.go:200] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0510 17:28:49.058917       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0510 17:28:49.060436       1 reflector.go:200] "Failed to watch" err="failed to list *v1.VolumeAttachment: volumeattachments.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"volumeattachments\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.VolumeAttachment"
	E0510 17:28:49.060515       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Node"
	E0510 17:28:49.062360       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0510 17:28:49.066903       1 reflector.go:200] "Failed to watch" err="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" reflector="runtime/asm_arm64.s:1223" type="*v1.ConfigMap"
	E0510 17:28:49.074212       1 reflector.go:200] "Failed to watch" err="failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSINode"
	E0510 17:28:49.074586       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Pod"
	E0510 17:28:49.074652       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIStorageCapacity"
	E0510 17:28:49.074707       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.CSIDriver"
	E0510 17:28:49.074745       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StatefulSet"
	E0510 17:28:49.074786       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Namespace"
	E0510 17:28:49.895505       1 reflector.go:200] "Failed to watch" err="failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"storageclasses\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.StorageClass"
	E0510 17:28:49.989503       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.Service"
	E0510 17:28:50.009837       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.PodDisruptionBudget"
	E0510 17:28:50.031691       1 reflector.go:200] "Failed to watch" err="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" reflector="k8s.io/client-go/informers/factory.go:160" type="*v1.ReplicaSet"
	E0510 17:28:50.131136       1 reflector.go:200] "Failed to watch" err="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" reflector="runtime/asm_arm64.s:1223" type="*v1.ConfigMap"
	I0510 17:28:52.439114       1 shared_informer.go:357] "Caches are synced" controller="client-ca::kube-system::extension-apiserver-authentication::client-ca-file"
	E0510 17:30:39.980743       1 run.go:72] "command failed" err="finished without leader elect"
	
	
	==> kubelet <==
	May 10 17:33:21 functional-411175 kubelet[4616]: E0510 17:33:21.652150    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:c15da6c91de8d2f436196f3a768483ad32c258ed4e1beb3d367a27ed67253e66: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:33:22 functional-411175 kubelet[4616]: E0510 17:33:22.066523    4616 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93"
	May 10 17:33:22 functional-411175 kubelet[4616]: E0510 17:33:22.066594    4616 kuberuntime_image.go:42] "Failed to pull image" err="failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93"
	May 10 17:33:22 functional-411175 kubelet[4616]: E0510 17:33:22.066736    4616 kuberuntime_manager.go:1358] "Unhandled Error" err="container &Container{Name:kubernetes-dashboard,Image:docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93,Command:[],Args:[--namespace=kubernetes-dashboard --enable-skip-login --disable-settings-authorizer],WorkingDir:,Ports:[]ContainerPort{ContainerPort{Name:,HostPort:0,ContainerPort:9090,Protocol:TCP,HostIP:,},},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:tmp-volume,ReadOnly:false,MountPath:/tmp,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},VolumeMount{Name:kube-api-access-xds5p,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:&Probe{ProbeHandler:ProbeHandler{Exec:nil,HTTP
Get:&HTTPGetAction{Path:/,Port:{0 9090 },Host:,Scheme:HTTP,HTTPHeaders:[]HTTPHeader{},},TCPSocket:nil,GRPC:nil,},InitialDelaySeconds:30,TimeoutSeconds:30,PeriodSeconds:10,SuccessThreshold:1,FailureThreshold:3,TerminationGracePeriodSeconds:nil,},ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:*1001,RunAsNonRoot:nil,ReadOnlyRootFilesystem:*true,AllowPrivilegeEscalation:*false,RunAsGroup:*2001,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,AppArmorProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod kubernetes-dashboard-7779f9b69b-6hvvh_kubernetes-dashboard(8bbf6c7c-b9af-4859-9438-f1a7b283e370): ErrImagePull: failed to pull and unpack image \"docker.io/kubernetesui/dashboard@sha2
56:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	May 10 17:33:22 functional-411175 kubelet[4616]: E0510 17:33:22.068443    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:33:30 functional-411175 kubelet[4616]: E0510 17:33:30.082786    4616 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c"
	May 10 17:33:30 functional-411175 kubelet[4616]: E0510 17:33:30.082859    4616 kuberuntime_image.go:42] "Failed to pull image" err="failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c"
	May 10 17:33:30 functional-411175 kubelet[4616]: E0510 17:33:30.083000    4616 kuberuntime_manager.go:1358] "Unhandled Error" err="container &Container{Name:dashboard-metrics-scraper,Image:docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{ContainerPort{Name:,HostPort:0,ContainerPort:8000,Protocol:TCP,HostIP:,},},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:tmp-volume,ReadOnly:false,MountPath:/tmp,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},VolumeMount{Name:kube-api-access-lc22c,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:&Probe{ProbeHandler:ProbeHandler{Exec:nil,HTTPGet:&HTTPGetAction{Path:/,Port:{0 8000 },Host:,Scheme:HTTP,HTTPHeaders:
[]HTTPHeader{},},TCPSocket:nil,GRPC:nil,},InitialDelaySeconds:30,TimeoutSeconds:30,PeriodSeconds:10,SuccessThreshold:1,FailureThreshold:3,TerminationGracePeriodSeconds:nil,},ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:IfNotPresent,SecurityContext:&SecurityContext{Capabilities:nil,Privileged:nil,SELinuxOptions:nil,RunAsUser:*1001,RunAsNonRoot:nil,ReadOnlyRootFilesystem:*true,AllowPrivilegeEscalation:*false,RunAsGroup:*2001,ProcMount:nil,WindowsOptions:nil,SeccompProfile:nil,AppArmorProfile:nil,},Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},RestartPolicy:nil,} start failed in pod dashboard-metrics-scraper-5d59dccf9b-htff5_kubernetes-dashboard(1a3bb922-4a30-4027-bcc1-4f7b3916b3c6): ErrImagePull: failed to pull and unpack image \"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206
e98765c\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	May 10 17:33:30 functional-411175 kubelet[4616]: E0510 17:33:30.084771    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b3916b3c6"
	May 10 17:33:32 functional-411175 kubelet[4616]: E0510 17:33:32.655183    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:33:36 functional-411175 kubelet[4616]: E0510 17:33:36.653213    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:c15da6c91de8d2f436196f3a768483ad32c258ed4e1beb3d367a27ed67253e66: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:33:42 functional-411175 kubelet[4616]: E0510 17:33:42.652443    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:33:46 functional-411175 kubelet[4616]: E0510 17:33:46.652433    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:33:50 functional-411175 kubelet[4616]: E0510 17:33:50.651256    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:c15da6c91de8d2f436196f3a768483ad32c258ed4e1beb3d367a27ed67253e66: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:33:56 functional-411175 kubelet[4616]: E0510 17:33:56.656116    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:34:01 functional-411175 kubelet[4616]: E0510 17:34:01.652325    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:34:02 functional-411175 kubelet[4616]: E0510 17:34:02.653140    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/nginx\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:c15da6c91de8d2f436196f3a768483ad32c258ed4e1beb3d367a27ed67253e66: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:34:10 functional-411175 kubelet[4616]: E0510 17:34:10.652997    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:34:15 functional-411175 kubelet[4616]: E0510 17:34:15.653080    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	May 10 17:34:16 functional-411175 kubelet[4616]: E0510 17:34:16.235293    4616 log.go:32] "PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
	May 10 17:34:16 functional-411175 kubelet[4616]: E0510 17:34:16.235342    4616 kuberuntime_image.go:42] "Failed to pull image" err="failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" image="docker.io/nginx:latest"
	May 10 17:34:16 functional-411175 kubelet[4616]: E0510 17:34:16.235437    4616 kuberuntime_manager.go:1358] "Unhandled Error" err="container &Container{Name:myfrontend,Image:docker.io/nginx,Command:[],Args:[],WorkingDir:,Ports:[]ContainerPort{},Env:[]EnvVar{},Resources:ResourceRequirements{Limits:ResourceList{},Requests:ResourceList{},Claims:[]ResourceClaim{},},VolumeMounts:[]VolumeMount{VolumeMount{Name:mypd,ReadOnly:false,MountPath:/tmp/mount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},VolumeMount{Name:kube-api-access-r6lx6,ReadOnly:true,MountPath:/var/run/secrets/kubernetes.io/serviceaccount,SubPath:,MountPropagation:nil,SubPathExpr:,RecursiveReadOnly:nil,},},LivenessProbe:nil,ReadinessProbe:nil,Lifecycle:nil,TerminationMessagePath:/dev/termination-log,ImagePullPolicy:Always,SecurityContext:nil,Stdin:false,StdinOnce:false,TTY:false,EnvFrom:[]EnvFromSource{},TerminationMessagePolicy:File,VolumeDevices:[]VolumeDevice{},StartupProbe:nil,ResizePolicy:[]ContainerResizePolicy{},Re
startPolicy:nil,} start failed in pod sp-pod_default(1ab45d18-f52b-46f2-a7ef-47ffbf16ce67): ErrImagePull: failed to pull and unpack image \"docker.io/library/nginx:latest\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit" logger="UnhandledError"
	May 10 17:34:16 functional-411175 kubelet[4616]: E0510 17:34:16.236748    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"myfrontend\" with ErrImagePull: \"failed to pull and unpack image \\\"docker.io/library/nginx:latest\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="default/sp-pod" podUID="1ab45d18-f52b-46f2-a7ef-47ffbf16ce67"
	May 10 17:34:22 functional-411175 kubelet[4616]: E0510 17:34:22.652684    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"dashboard-metrics-scraper\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/metrics-scraper:v1.0.8@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/metrics-scraper/manifests/sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/dashboard-metrics-scraper-5d59dccf9b-htff5" podUID="1a3bb922-4a30-4027-bcc1-4f7b
3916b3c6"
	May 10 17:34:26 functional-411175 kubelet[4616]: E0510 17:34:26.653676    4616 pod_workers.go:1301] "Error syncing pod, skipping" err="failed to \"StartContainer\" for \"kubernetes-dashboard\" with ImagePullBackOff: \"Back-off pulling image \\\"docker.io/kubernetesui/dashboard:v2.7.0@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": ErrImagePull: failed to pull and unpack image \\\"docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93\\\": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/kubernetesui/dashboard/manifests/sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit\"" pod="kubernetes-dashboard/kubernetes-dashboard-7779f9b69b-6hvvh" podUID="8bbf6c7c-b9af-4859-9438-f1a7b283e370"
	
	
	==> storage-provisioner [4da9d0f8b2e14e730142e549d25c46e34fac5eebb43bcca313bc3fd7c31c5915] <==
	W0510 17:34:02.470682       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:04.474244       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:04.478672       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:06.481516       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:06.488035       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:08.495238       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:08.500055       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:10.503058       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:10.507918       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:12.511347       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:12.515866       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:14.519418       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:14.524073       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:16.527251       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:16.531612       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:18.534402       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:18.539024       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:20.542307       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:20.548738       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:22.552486       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:22.557191       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:24.560444       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:24.564824       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:26.570240       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:34:26.577032       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	
	
	==> storage-provisioner [588ab10bf568319d8a19cae04dd0471c17df624ed931ca59076387131e67b155] <==
	W0510 17:29:56.734809       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:29:58.738810       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:29:58.748867       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:00.753197       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:00.766129       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:02.769774       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:02.774711       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:04.777500       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:04.781842       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:06.785211       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:06.790181       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:08.793000       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:08.800158       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:10.802973       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:10.807395       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:12.812253       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:12.821189       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:14.824552       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:14.829259       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:16.832760       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:16.840046       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:18.842988       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:18.847691       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:20.850276       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	W0510 17:30:20.857222       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p functional-411175 -n functional-411175
helpers_test.go:261: (dbg) Run:  kubectl --context functional-411175 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:272: non-running pods: busybox-mount sp-pod dashboard-metrics-scraper-5d59dccf9b-htff5 kubernetes-dashboard-7779f9b69b-6hvvh
helpers_test.go:274: ======> post-mortem[TestFunctional/parallel/PersistentVolumeClaim]: describe non-running pods <======
helpers_test.go:277: (dbg) Run:  kubectl --context functional-411175 describe pod busybox-mount sp-pod dashboard-metrics-scraper-5d59dccf9b-htff5 kubernetes-dashboard-7779f9b69b-6hvvh
helpers_test.go:277: (dbg) Non-zero exit: kubectl --context functional-411175 describe pod busybox-mount sp-pod dashboard-metrics-scraper-5d59dccf9b-htff5 kubernetes-dashboard-7779f9b69b-6hvvh: exit status 1 (100.686106ms)

                                                
                                                
-- stdout --
	Name:             busybox-mount
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-411175/192.168.49.2
	Start Time:       Sat, 10 May 2025 17:31:45 +0000
	Labels:           integration-test=busybox-mount
	Annotations:      <none>
	Status:           Succeeded
	IP:               10.244.0.8
	IPs:
	  IP:  10.244.0.8
	Containers:
	  mount-munger:
	    Container ID:  containerd://ea6dc501451ec2d319fc580ded5748d96748a23e657887fd5341bfbc173bf244
	    Image:         gcr.io/k8s-minikube/busybox:1.28.4-glibc
	    Image ID:      gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
	    Port:          <none>
	    Host Port:     <none>
	    Command:
	      /bin/sh
	      -c
	      --
	    Args:
	      cat /mount-9p/created-by-test; echo test > /mount-9p/created-by-pod; rm /mount-9p/created-by-test-removed-by-pod; echo test > /mount-9p/created-by-pod-removed-by-test date >> /mount-9p/pod-dates
	    State:          Terminated
	      Reason:       Completed
	      Exit Code:    0
	      Started:      Sat, 10 May 2025 17:31:47 +0000
	      Finished:     Sat, 10 May 2025 17:31:47 +0000
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /mount-9p from test-volume (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-66z5v (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   False 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  test-volume:
	    Type:          HostPath (bare host directory volume)
	    Path:          /mount-9p
	    HostPathType:  
	  kube-api-access-66z5v:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    Optional:                false
	    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  2m42s  default-scheduler  Successfully assigned default/busybox-mount to functional-411175
	  Normal  Pulling    2m42s  kubelet            Pulling image "gcr.io/k8s-minikube/busybox:1.28.4-glibc"
	  Normal  Pulled     2m40s  kubelet            Successfully pulled image "gcr.io/k8s-minikube/busybox:1.28.4-glibc" in 1.916s (1.916s including waiting). Image size: 1935750 bytes.
	  Normal  Created    2m40s  kubelet            Created container: mount-munger
	  Normal  Started    2m40s  kubelet            Started container mount-munger
	
	
	Name:             sp-pod
	Namespace:        default
	Priority:         0
	Service Account:  default
	Node:             functional-411175/192.168.49.2
	Start Time:       Sat, 10 May 2025 17:31:24 +0000
	Labels:           test=storage-provisioner
	Annotations:      <none>
	Status:           Pending
	IP:               10.244.0.5
	IPs:
	  IP:  10.244.0.5
	Containers:
	  myfrontend:
	    Container ID:   
	    Image:          docker.io/nginx
	    Image ID:       
	    Port:           <none>
	    Host Port:      <none>
	    State:          Waiting
	      Reason:       ImagePullBackOff
	    Ready:          False
	    Restart Count:  0
	    Environment:    <none>
	    Mounts:
	      /tmp/mount from mypd (rw)
	      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-r6lx6 (ro)
	Conditions:
	  Type                        Status
	  PodReadyToStartContainers   True 
	  Initialized                 True 
	  Ready                       False 
	  ContainersReady             False 
	  PodScheduled                True 
	Volumes:
	  mypd:
	    Type:       PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
	    ClaimName:  myclaim
	    ReadOnly:   false
	  kube-api-access-r6lx6:
	    Type:                    Projected (a volume that contains injected data from multiple sources)
	    TokenExpirationSeconds:  3607
	    ConfigMapName:           kube-root-ca.crt
	    Optional:                false
	    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  3m3s                 default-scheduler  Successfully assigned default/sp-pod to functional-411175
	  Warning  Failed     93s (x4 over 3m2s)   kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:c15da6c91de8d2f436196f3a768483ad32c258ed4e1beb3d367a27ed67253e66: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit
	  Normal   BackOff    25s (x10 over 3m2s)  kubelet            Back-off pulling image "docker.io/nginx"
	  Warning  Failed     25s (x10 over 3m2s)  kubelet            Error: ImagePullBackOff
	  Normal   Pulling    12s (x5 over 3m2s)   kubelet            Pulling image "docker.io/nginx"
	  Warning  Failed     11s (x5 over 3m2s)   kubelet            Error: ErrImagePull
	  Warning  Failed     11s                  kubelet            Failed to pull image "docker.io/nginx": failed to pull and unpack image "docker.io/library/nginx:latest": failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/nginx/manifests/sha256:56874d0ec4c0c6a4a3d960bdbeda30c4ac03ef4673e7b560968293c2a04094ef: 429 Too Many Requests - Server message: toomanyrequests: You have reached your unauthenticated pull rate limit. https://www.docker.com/increase-rate-limit

                                                
                                                
-- /stdout --
** stderr ** 
	Error from server (NotFound): pods "dashboard-metrics-scraper-5d59dccf9b-htff5" not found
	Error from server (NotFound): pods "kubernetes-dashboard-7779f9b69b-6hvvh" not found

                                                
                                                
** /stderr **
helpers_test.go:279: kubectl --context functional-411175 describe pod busybox-mount sp-pod dashboard-metrics-scraper-5d59dccf9b-htff5 kubernetes-dashboard-7779f9b69b-6hvvh: exit status 1
--- FAIL: TestFunctional/parallel/PersistentVolumeClaim (189.69s)

                                                
                                    

Test pass (297/331)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 6.74
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.1
9 TestDownloadOnly/v1.20.0/DeleteAll 13.34
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.13
12 TestDownloadOnly/v1.33.0/json-events 5.37
13 TestDownloadOnly/v1.33.0/preload-exists 0
17 TestDownloadOnly/v1.33.0/LogsDuration 0.09
18 TestDownloadOnly/v1.33.0/DeleteAll 13.34
19 TestDownloadOnly/v1.33.0/DeleteAlwaysSucceeds 0.13
21 TestBinaryMirror 0.61
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.07
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.07
27 TestAddons/Setup 254.09
29 TestAddons/serial/Volcano 39.35
31 TestAddons/serial/GCPAuth/Namespaces 0.18
32 TestAddons/serial/GCPAuth/FakeCredentials 9.91
35 TestAddons/parallel/Registry 16.4
36 TestAddons/parallel/Ingress 19.48
37 TestAddons/parallel/InspektorGadget 11.84
38 TestAddons/parallel/MetricsServer 5.83
40 TestAddons/parallel/CSI 37.07
41 TestAddons/parallel/Headlamp 15.95
42 TestAddons/parallel/CloudSpanner 5.6
43 TestAddons/parallel/LocalPath 51.16
44 TestAddons/parallel/NvidiaDevicePlugin 6.49
45 TestAddons/parallel/Yakd 12
47 TestAddons/StoppedEnableDisable 12.26
48 TestCertOptions 39.77
49 TestCertExpiration 230.74
51 TestForceSystemdFlag 36.4
52 TestForceSystemdEnv 41.88
59 TestErrorSpam/start 0.77
60 TestErrorSpam/status 1.12
61 TestErrorSpam/pause 1.8
62 TestErrorSpam/unpause 1.88
63 TestErrorSpam/stop 1.49
66 TestFunctional/serial/CopySyncFile 0
67 TestFunctional/serial/StartWithProxy 91.56
68 TestFunctional/serial/AuditLog 0
69 TestFunctional/serial/SoftStart 8.04
70 TestFunctional/serial/KubeContext 0.08
71 TestFunctional/serial/KubectlGetPods 0.1
74 TestFunctional/serial/CacheCmd/cache/add_remote 3.79
75 TestFunctional/serial/CacheCmd/cache/add_local 1.29
76 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.06
77 TestFunctional/serial/CacheCmd/cache/list 0.06
78 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.31
79 TestFunctional/serial/CacheCmd/cache/cache_reload 1.97
80 TestFunctional/serial/CacheCmd/cache/delete 0.12
81 TestFunctional/serial/MinikubeKubectlCmd 0.15
82 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.15
83 TestFunctional/serial/ExtraConfig 50.79
84 TestFunctional/serial/ComponentHealth 0.12
85 TestFunctional/serial/LogsCmd 1.75
86 TestFunctional/serial/LogsFileCmd 1.78
87 TestFunctional/serial/InvalidService 4.92
89 TestFunctional/parallel/ConfigCmd 0.47
91 TestFunctional/parallel/DryRun 0.44
92 TestFunctional/parallel/InternationalLanguage 0.21
93 TestFunctional/parallel/StatusCmd 1.04
97 TestFunctional/parallel/ServiceCmdConnect 8.68
98 TestFunctional/parallel/AddonsCmd 0.2
101 TestFunctional/parallel/SSHCmd 0.66
102 TestFunctional/parallel/CpCmd 2.01
104 TestFunctional/parallel/FileSync 0.34
105 TestFunctional/parallel/CertSync 2.2
109 TestFunctional/parallel/NodeLabels 0.11
111 TestFunctional/parallel/NonActiveRuntimeDisabled 0.73
113 TestFunctional/parallel/License 0.33
114 TestFunctional/parallel/Version/short 0.05
115 TestFunctional/parallel/Version/components 0.56
116 TestFunctional/parallel/ImageCommands/ImageListShort 0.22
117 TestFunctional/parallel/ImageCommands/ImageListTable 0.23
118 TestFunctional/parallel/ImageCommands/ImageListJson 0.23
119 TestFunctional/parallel/ImageCommands/ImageListYaml 0.24
120 TestFunctional/parallel/ImageCommands/ImageBuild 3.32
121 TestFunctional/parallel/ImageCommands/Setup 0.68
122 TestFunctional/parallel/UpdateContextCmd/no_changes 0.16
123 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.15
124 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.14
125 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.54
126 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 1.34
127 TestFunctional/parallel/ProfileCmd/profile_not_create 0.54
128 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 1.72
129 TestFunctional/parallel/ProfileCmd/profile_list 0.52
130 TestFunctional/parallel/ProfileCmd/profile_json_output 0.53
131 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.49
133 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.63
134 TestFunctional/parallel/ImageCommands/ImageRemove 0.74
135 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
137 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 8.42
138 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.77
139 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.55
140 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.1
141 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
145 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
146 TestFunctional/parallel/ServiceCmd/DeployApp 7.22
147 TestFunctional/parallel/ServiceCmd/List 0.5
148 TestFunctional/parallel/ServiceCmd/JSONOutput 0.5
149 TestFunctional/parallel/ServiceCmd/HTTPS 0.38
150 TestFunctional/parallel/ServiceCmd/Format 0.38
151 TestFunctional/parallel/ServiceCmd/URL 0.36
152 TestFunctional/parallel/MountCmd/any-port 7.69
153 TestFunctional/parallel/MountCmd/specific-port 1.8
154 TestFunctional/parallel/MountCmd/VerifyCleanup 1.29
155 TestFunctional/delete_echo-server_images 0.05
156 TestFunctional/delete_my-image_image 0.02
157 TestFunctional/delete_minikube_cached_images 0.02
162 TestMultiControlPlane/serial/StartCluster 116.39
163 TestMultiControlPlane/serial/DeployApp 49.39
164 TestMultiControlPlane/serial/PingHostFromPods 1.6
165 TestMultiControlPlane/serial/AddWorkerNode 20.97
166 TestMultiControlPlane/serial/NodeLabels 0.12
167 TestMultiControlPlane/serial/HAppyAfterClusterStart 1.02
168 TestMultiControlPlane/serial/CopyFile 19.41
169 TestMultiControlPlane/serial/StopSecondaryNode 12.8
170 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.78
171 TestMultiControlPlane/serial/RestartSecondaryNode 12.36
172 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 1.38
173 TestMultiControlPlane/serial/RestartClusterKeepsNodes 104.27
174 TestMultiControlPlane/serial/DeleteSecondaryNode 10.4
175 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.75
176 TestMultiControlPlane/serial/StopCluster 35.93
177 TestMultiControlPlane/serial/RestartCluster 59.43
178 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.78
179 TestMultiControlPlane/serial/AddSecondaryNode 41.57
180 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 1.05
184 TestJSONOutput/start/Command 81.82
185 TestJSONOutput/start/Audit 0
187 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
188 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
190 TestJSONOutput/pause/Command 0.73
191 TestJSONOutput/pause/Audit 0
193 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
194 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
196 TestJSONOutput/unpause/Command 0.69
197 TestJSONOutput/unpause/Audit 0
199 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
200 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
202 TestJSONOutput/stop/Command 5.76
203 TestJSONOutput/stop/Audit 0
205 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
206 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
207 TestErrorJSONOutput 0.23
209 TestKicCustomNetwork/create_custom_network 42.84
210 TestKicCustomNetwork/use_default_bridge_network 35.17
211 TestKicExistingNetwork 33.57
212 TestKicCustomSubnet 34.47
213 TestKicStaticIP 33.73
214 TestMainNoArgs 0.06
215 TestMinikubeProfile 66.46
218 TestMountStart/serial/StartWithMountFirst 6.59
219 TestMountStart/serial/VerifyMountFirst 0.26
220 TestMountStart/serial/StartWithMountSecond 5.95
221 TestMountStart/serial/VerifyMountSecond 0.27
222 TestMountStart/serial/DeleteFirst 1.6
223 TestMountStart/serial/VerifyMountPostDelete 0.26
224 TestMountStart/serial/Stop 1.2
225 TestMountStart/serial/RestartStopped 7.82
226 TestMountStart/serial/VerifyMountPostStop 0.26
229 TestMultiNode/serial/FreshStart2Nodes 64.32
230 TestMultiNode/serial/DeployApp2Nodes 15.5
231 TestMultiNode/serial/PingHostFrom2Pods 1
232 TestMultiNode/serial/AddNode 15.79
233 TestMultiNode/serial/MultiNodeLabels 0.13
234 TestMultiNode/serial/ProfileList 0.82
235 TestMultiNode/serial/CopyFile 10.11
236 TestMultiNode/serial/StopNode 2.25
237 TestMultiNode/serial/StartAfterStop 7.41
238 TestMultiNode/serial/RestartKeepsNodes 83.64
239 TestMultiNode/serial/DeleteNode 5.48
240 TestMultiNode/serial/StopMultiNode 23.92
241 TestMultiNode/serial/RestartMultiNode 48.89
242 TestMultiNode/serial/ValidateNameConflict 33.11
247 TestPreload 121.98
249 TestScheduledStopUnix 108.95
252 TestInsufficientStorage 10.57
253 TestRunningBinaryUpgrade 89
255 TestKubernetesUpgrade 350
256 TestMissingContainerUpgrade 204.39
258 TestNoKubernetes/serial/StartNoK8sWithVersion 0.1
259 TestNoKubernetes/serial/StartWithK8s 38.96
260 TestNoKubernetes/serial/StartWithStopK8s 18.57
261 TestNoKubernetes/serial/Start 6
262 TestNoKubernetes/serial/VerifyK8sNotRunning 0.26
263 TestNoKubernetes/serial/ProfileList 0.96
264 TestNoKubernetes/serial/Stop 1.19
265 TestNoKubernetes/serial/StartNoArgs 6.86
266 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.3
267 TestStoppedBinaryUpgrade/Setup 0.8
268 TestStoppedBinaryUpgrade/Upgrade 84.47
269 TestStoppedBinaryUpgrade/MinikubeLogs 1.08
278 TestPause/serial/Start 60.86
279 TestPause/serial/SecondStartNoReconfiguration 7.08
280 TestPause/serial/Pause 1.12
281 TestPause/serial/VerifyStatus 0.43
282 TestPause/serial/Unpause 0.84
283 TestPause/serial/PauseAgain 1.14
284 TestPause/serial/DeletePaused 2.96
285 TestPause/serial/VerifyDeletedResources 0.71
293 TestNetworkPlugins/group/false 5.82
298 TestStartStop/group/old-k8s-version/serial/FirstStart 123.65
299 TestStartStop/group/old-k8s-version/serial/DeployApp 9.53
300 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 1.39
301 TestStartStop/group/old-k8s-version/serial/Stop 12.09
302 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.19
303 TestStartStop/group/old-k8s-version/serial/SecondStart 97.48
305 TestStartStop/group/no-preload/serial/FirstStart 83.31
306 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
307 TestStartStop/group/no-preload/serial/DeployApp 9.37
308 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.19
309 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 1.21
310 TestStartStop/group/no-preload/serial/Stop 13.23
311 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.34
312 TestStartStop/group/old-k8s-version/serial/Pause 3.3
314 TestStartStop/group/embed-certs/serial/FirstStart 94.27
315 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.31
316 TestStartStop/group/no-preload/serial/SecondStart 57.89
317 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6
318 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.12
319 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.25
320 TestStartStop/group/no-preload/serial/Pause 3.07
322 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 110.43
323 TestStartStop/group/embed-certs/serial/DeployApp 8.45
324 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 1.38
325 TestStartStop/group/embed-certs/serial/Stop 12.27
326 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.28
327 TestStartStop/group/embed-certs/serial/SecondStart 51.76
328 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
329 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 6.1
330 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.25
331 TestStartStop/group/embed-certs/serial/Pause 3.16
333 TestStartStop/group/newest-cni/serial/FirstStart 41.31
334 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 8.59
335 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 1.51
336 TestStartStop/group/default-k8s-diff-port/serial/Stop 12.34
337 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.28
338 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 54.59
339 TestStartStop/group/newest-cni/serial/DeployApp 0
340 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.65
341 TestStartStop/group/newest-cni/serial/Stop 1.37
342 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.34
343 TestStartStop/group/newest-cni/serial/SecondStart 21.08
344 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
345 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
346 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.24
347 TestStartStop/group/newest-cni/serial/Pause 2.94
348 TestNetworkPlugins/group/auto/Start 52.89
349 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6
350 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.14
351 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.32
352 TestStartStop/group/default-k8s-diff-port/serial/Pause 4.27
353 TestNetworkPlugins/group/flannel/Start 52.34
354 TestNetworkPlugins/group/auto/KubeletFlags 0.43
355 TestNetworkPlugins/group/auto/NetCatPod 10.44
356 TestNetworkPlugins/group/auto/DNS 0.27
357 TestNetworkPlugins/group/auto/Localhost 0.3
358 TestNetworkPlugins/group/auto/HairPin 0.21
359 TestNetworkPlugins/group/flannel/ControllerPod 6.01
360 TestNetworkPlugins/group/calico/Start 64.81
361 TestNetworkPlugins/group/flannel/KubeletFlags 0.38
362 TestNetworkPlugins/group/flannel/NetCatPod 11.39
363 TestNetworkPlugins/group/flannel/DNS 0.24
364 TestNetworkPlugins/group/flannel/Localhost 0.19
365 TestNetworkPlugins/group/flannel/HairPin 0.2
366 TestNetworkPlugins/group/custom-flannel/Start 50.03
367 TestNetworkPlugins/group/calico/ControllerPod 6.01
368 TestNetworkPlugins/group/calico/KubeletFlags 0.37
369 TestNetworkPlugins/group/calico/NetCatPod 9.4
370 TestNetworkPlugins/group/calico/DNS 0.24
371 TestNetworkPlugins/group/calico/Localhost 0.15
372 TestNetworkPlugins/group/calico/HairPin 0.15
373 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.43
374 TestNetworkPlugins/group/custom-flannel/NetCatPod 11.39
375 TestNetworkPlugins/group/kindnet/Start 94.89
376 TestNetworkPlugins/group/custom-flannel/DNS 0.24
377 TestNetworkPlugins/group/custom-flannel/Localhost 0.21
378 TestNetworkPlugins/group/custom-flannel/HairPin 0.24
379 TestNetworkPlugins/group/bridge/Start 78.39
380 TestNetworkPlugins/group/kindnet/ControllerPod 6
381 TestNetworkPlugins/group/kindnet/KubeletFlags 0.3
382 TestNetworkPlugins/group/kindnet/NetCatPod 8.26
383 TestNetworkPlugins/group/bridge/KubeletFlags 0.29
384 TestNetworkPlugins/group/bridge/NetCatPod 8.27
385 TestNetworkPlugins/group/kindnet/DNS 0.19
386 TestNetworkPlugins/group/kindnet/Localhost 0.17
387 TestNetworkPlugins/group/kindnet/HairPin 0.17
388 TestNetworkPlugins/group/bridge/DNS 0.17
389 TestNetworkPlugins/group/bridge/Localhost 0.18
390 TestNetworkPlugins/group/bridge/HairPin 0.16
391 TestNetworkPlugins/group/enable-default-cni/Start 71.78
392 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.3
393 TestNetworkPlugins/group/enable-default-cni/NetCatPod 8.26
394 TestNetworkPlugins/group/enable-default-cni/DNS 0.17
395 TestNetworkPlugins/group/enable-default-cni/Localhost 0.15
396 TestNetworkPlugins/group/enable-default-cni/HairPin 0.14
x
+
TestDownloadOnly/v1.20.0/json-events (6.74s)

                                                
                                                
=== 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-632905 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-arm64 start -o=json --download-only -p download-only-632905 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd: (6.741331619s)
--- PASS: TestDownloadOnly/v1.20.0/json-events (6.74s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0510 17:18:55.295604  581754 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime containerd
I0510 17:18:55.295684  581754 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20720-576361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-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-632905
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-arm64 logs -p download-only-632905: exit status 85 (95.851944ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-632905 | jenkins | v1.35.0 | 10 May 25 17:18 UTC |          |
	|         | -p download-only-632905        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=containerd |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=containerd |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2025/05/10 17:18:48
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.24.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0510 17:18:48.598880  581759 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:18:48.599003  581759 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:18:48.599015  581759 out.go:358] Setting ErrFile to fd 2...
	I0510 17:18:48.599023  581759 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:18:48.599424  581759 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	W0510 17:18:48.599617  581759 root.go:314] Error reading config file at /home/jenkins/minikube-integration/20720-576361/.minikube/config/config.json: open /home/jenkins/minikube-integration/20720-576361/.minikube/config/config.json: no such file or directory
	I0510 17:18:48.600057  581759 out.go:352] Setting JSON to true
	I0510 17:18:48.600950  581759 start.go:130] hostinfo: {"hostname":"ip-172-31-31-251","uptime":10873,"bootTime":1746886656,"procs":160,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1083-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0510 17:18:48.601040  581759 start.go:140] virtualization:  
	I0510 17:18:48.605205  581759 out.go:97] [download-only-632905] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	W0510 17:18:48.605388  581759 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/20720-576361/.minikube/cache/preloaded-tarball: no such file or directory
	I0510 17:18:48.605491  581759 notify.go:220] Checking for updates...
	I0510 17:18:48.608518  581759 out.go:169] MINIKUBE_LOCATION=20720
	I0510 17:18:48.611456  581759 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0510 17:18:48.614441  581759 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig
	I0510 17:18:48.617359  581759 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube
	I0510 17:18:48.620213  581759 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0510 17:18:48.625787  581759 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0510 17:18:48.626028  581759 driver.go:404] Setting default libvirt URI to qemu:///system
	I0510 17:18:48.655010  581759 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
	I0510 17:18:48.655121  581759 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:18:48.709888  581759 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:41 OomKillDisable:true NGoroutines:63 SystemTime:2025-05-10 17:18:48.700341611 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:18:48.709997  581759 docker.go:318] overlay module found
	I0510 17:18:48.712893  581759 out.go:97] Using the docker driver based on user configuration
	I0510 17:18:48.712936  581759 start.go:304] selected driver: docker
	I0510 17:18:48.712948  581759 start.go:908] validating driver "docker" against <nil>
	I0510 17:18:48.713062  581759 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:18:48.767308  581759 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:41 OomKillDisable:true NGoroutines:63 SystemTime:2025-05-10 17:18:48.758313293 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:18:48.767483  581759 start_flags.go:311] no existing cluster config was found, will generate one from the flags 
	I0510 17:18:48.767775  581759 start_flags.go:394] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0510 17:18:48.767927  581759 start_flags.go:957] Wait components to verify : map[apiserver:true system_pods:true]
	I0510 17:18:48.771068  581759 out.go:169] Using Docker driver with root privileges
	I0510 17:18:48.774237  581759 cni.go:84] Creating CNI manager for ""
	I0510 17:18:48.774304  581759 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0510 17:18:48.774318  581759 start_flags.go:320] Found "CNI" CNI - setting NetworkPlugin=cni
	I0510 17:18:48.774404  581759 start.go:347] cluster config:
	{Name:download-only-632905 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 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-632905 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0510 17:18:48.777426  581759 out.go:97] Starting "download-only-632905" primary control-plane node in "download-only-632905" cluster
	I0510 17:18:48.777462  581759 cache.go:121] Beginning downloading kic base image for docker with containerd
	I0510 17:18:48.780384  581759 out.go:97] Pulling base image v0.0.46-1746731792-20718 ...
	I0510 17:18:48.780412  581759 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime containerd
	I0510 17:18:48.780581  581759 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 in local docker daemon
	I0510 17:18:48.799598  581759 image.go:100] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 in local docker daemon, skipping pull
	I0510 17:18:48.799621  581759 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 to local cache
	I0510 17:18:48.800409  581759 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 in local cache directory
	I0510 17:18:48.800511  581759 image.go:150] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 to local cache
	I0510 17:18:48.849492  581759 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-arm64.tar.lz4
	I0510 17:18:48.849530  581759 cache.go:56] Caching tarball of preloaded images
	I0510 17:18:48.849730  581759 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime containerd
	I0510 17:18:48.852959  581759 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0510 17:18:48.852986  581759 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-arm64.tar.lz4 ...
	I0510 17:18:48.939256  581759 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-arm64.tar.lz4?checksum=md5:7e3d48ccb9f143791669d02e14ce1643 -> /home/jenkins/minikube-integration/20720-576361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-containerd-overlay2-arm64.tar.lz4
	I0510 17:18:53.130225  581759 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 as a tarball
	
	
	* The control-plane node download-only-632905 host does not exist
	  To start a cluster, run: "minikube start -p download-only-632905"

                                                
                                                
-- /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 (13.34s)

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.33.0/json-events (5.37s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.33.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-arm64 start -o=json --download-only -p download-only-318920 --force --alsologtostderr --kubernetes-version=v1.33.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-arm64 start -o=json --download-only -p download-only-318920 --force --alsologtostderr --kubernetes-version=v1.33.0 --container-runtime=containerd --driver=docker  --container-runtime=containerd: (5.366247295s)
--- PASS: TestDownloadOnly/v1.33.0/json-events (5.37s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.33.0/preload-exists
I0510 17:19:14.232927  581754 preload.go:131] Checking if preload exists for k8s version v1.33.0 and runtime containerd
I0510 17:19:14.232965  581754 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20720-576361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4
--- PASS: TestDownloadOnly/v1.33.0/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.33.0/LogsDuration (0.09s)

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-632905 | jenkins | v1.35.0 | 10 May 25 17:18 UTC |                     |
	|         | -p download-only-632905        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=containerd |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=containerd |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.35.0 | 10 May 25 17:18 UTC | 10 May 25 17:19 UTC |
	| delete  | -p download-only-632905        | download-only-632905 | jenkins | v1.35.0 | 10 May 25 17:19 UTC | 10 May 25 17:19 UTC |
	| start   | -o=json --download-only        | download-only-318920 | jenkins | v1.35.0 | 10 May 25 17:19 UTC |                     |
	|         | -p download-only-318920        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.33.0   |                      |         |         |                     |                     |
	|         | --container-runtime=containerd |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=containerd |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/05/10 17:19:08
	Running on machine: ip-172-31-31-251
	Binary: Built with gc go1.24.0 for linux/arm64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0510 17:19:08.910426  582013 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:19:08.910613  582013 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:19:08.910626  582013 out.go:358] Setting ErrFile to fd 2...
	I0510 17:19:08.910633  582013 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:19:08.910938  582013 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 17:19:08.911373  582013 out.go:352] Setting JSON to true
	I0510 17:19:08.912311  582013 start.go:130] hostinfo: {"hostname":"ip-172-31-31-251","uptime":10893,"bootTime":1746886656,"procs":157,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1083-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0510 17:19:08.912374  582013 start.go:140] virtualization:  
	I0510 17:19:08.915909  582013 out.go:97] [download-only-318920] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0510 17:19:08.916202  582013 notify.go:220] Checking for updates...
	I0510 17:19:08.919566  582013 out.go:169] MINIKUBE_LOCATION=20720
	I0510 17:19:08.922690  582013 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0510 17:19:08.925777  582013 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig
	I0510 17:19:08.928752  582013 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube
	I0510 17:19:08.931865  582013 out.go:169] MINIKUBE_BIN=out/minikube-linux-arm64
	W0510 17:19:08.937740  582013 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0510 17:19:08.938041  582013 driver.go:404] Setting default libvirt URI to qemu:///system
	I0510 17:19:08.963896  582013 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
	I0510 17:19:08.964015  582013 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:19:09.019795  582013 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:41 OomKillDisable:true NGoroutines:53 SystemTime:2025-05-10 17:19:09.009919889 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:19:09.019897  582013 docker.go:318] overlay module found
	I0510 17:19:09.022854  582013 out.go:97] Using the docker driver based on user configuration
	I0510 17:19:09.022886  582013 start.go:304] selected driver: docker
	I0510 17:19:09.022902  582013 start.go:908] validating driver "docker" against <nil>
	I0510 17:19:09.023018  582013 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:19:09.076790  582013 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:41 OomKillDisable:true NGoroutines:53 SystemTime:2025-05-10 17:19:09.067443841 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:19:09.076958  582013 start_flags.go:311] no existing cluster config was found, will generate one from the flags 
	I0510 17:19:09.077263  582013 start_flags.go:394] Using suggested 2200MB memory alloc based on sys=7834MB, container=7834MB
	I0510 17:19:09.077427  582013 start_flags.go:957] Wait components to verify : map[apiserver:true system_pods:true]
	I0510 17:19:09.080649  582013 out.go:169] Using Docker driver with root privileges
	I0510 17:19:09.083620  582013 cni.go:84] Creating CNI manager for ""
	I0510 17:19:09.083696  582013 cni.go:143] "docker" driver + "containerd" runtime found, recommending kindnet
	I0510 17:19:09.083719  582013 start_flags.go:320] Found "CNI" CNI - setting NetworkPlugin=cni
	I0510 17:19:09.083802  582013 start.go:347] cluster config:
	{Name:download-only-318920 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 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.33.0 ClusterName:download-only-318920 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0510 17:19:09.086850  582013 out.go:97] Starting "download-only-318920" primary control-plane node in "download-only-318920" cluster
	I0510 17:19:09.086885  582013 cache.go:121] Beginning downloading kic base image for docker with containerd
	I0510 17:19:09.089818  582013 out.go:97] Pulling base image v0.0.46-1746731792-20718 ...
	I0510 17:19:09.089872  582013 preload.go:131] Checking if preload exists for k8s version v1.33.0 and runtime containerd
	I0510 17:19:09.089948  582013 image.go:81] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 in local docker daemon
	I0510 17:19:09.108903  582013 image.go:100] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 in local docker daemon, skipping pull
	I0510 17:19:09.108925  582013 cache.go:150] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 to local cache
	I0510 17:19:09.109011  582013 image.go:65] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 in local cache directory
	I0510 17:19:09.109034  582013 image.go:68] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 in local cache directory, skipping pull
	I0510 17:19:09.109040  582013 image.go:137] gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 exists in cache, skipping pull
	I0510 17:19:09.109048  582013 cache.go:153] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 as a tarball
	I0510 17:19:09.150065  582013 preload.go:118] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.33.0/preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4
	I0510 17:19:09.150096  582013 cache.go:56] Caching tarball of preloaded images
	I0510 17:19:09.150267  582013 preload.go:131] Checking if preload exists for k8s version v1.33.0 and runtime containerd
	I0510 17:19:09.153470  582013 out.go:97] Downloading Kubernetes v1.33.0 preload ...
	I0510 17:19:09.153501  582013 preload.go:236] getting checksum for preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4 ...
	I0510 17:19:09.238516  582013 download.go:108] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.33.0/preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4?checksum=md5:0af51ae9edee1b56e32729bea16a71b5 -> /home/jenkins/minikube-integration/20720-576361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4
	I0510 17:19:12.701555  582013 preload.go:247] saving checksum for preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4 ...
	I0510 17:19:12.701724  582013 preload.go:254] verifying checksum of /home/jenkins/minikube-integration/20720-576361/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.33.0-containerd-overlay2-arm64.tar.lz4 ...
	I0510 17:19:13.609516  582013 cache.go:59] Finished verifying existence of preloaded tar for v1.33.0 on containerd
	I0510 17:19:13.609900  582013 profile.go:143] Saving config to /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/download-only-318920/config.json ...
	I0510 17:19:13.609938  582013 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/download-only-318920/config.json: {Name:mkc5aab7460a1193af61965e6db10d1a60859e7c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0510 17:19:13.610923  582013 preload.go:131] Checking if preload exists for k8s version v1.33.0 and runtime containerd
	I0510 17:19:13.611084  582013 download.go:108] Downloading: https://dl.k8s.io/release/v1.33.0/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.33.0/bin/linux/arm64/kubectl.sha256 -> /home/jenkins/minikube-integration/20720-576361/.minikube/cache/linux/arm64/v1.33.0/kubectl
	
	
	* The control-plane node download-only-318920 host does not exist
	  To start a cluster, run: "minikube start -p download-only-318920"

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

                                                
                                    
x
+
TestDownloadOnly/v1.33.0/DeleteAll (13.34s)

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

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

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

                                                
                                    
x
+
TestBinaryMirror (0.61s)

                                                
                                                
=== RUN   TestBinaryMirror
I0510 17:19:28.689005  581754 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.33.0/bin/linux/arm64/kubectl?checksum=file:https://dl.k8s.io/release/v1.33.0/bin/linux/arm64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-arm64 start --download-only -p binary-mirror-892496 --alsologtostderr --binary-mirror http://127.0.0.1:34087 --driver=docker  --container-runtime=containerd
helpers_test.go:175: Cleaning up "binary-mirror-892496" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p binary-mirror-892496
--- 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-901642
addons_test.go:939: (dbg) Non-zero exit: out/minikube-linux-arm64 addons enable dashboard -p addons-901642: exit status 85 (69.091086ms)

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.07s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (254.09s)

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

                                                
                                    
x
+
TestAddons/serial/Volcano (39.35s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:823: volcano-controller stabilized in 63.28577ms
addons_test.go:815: volcano-admission stabilized in 63.963773ms
addons_test.go:807: volcano-scheduler stabilized in 64.79851ms
addons_test.go:829: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-scheduler-79d57559b6-8tlmb" [e0410505-d8b9-42a6-8964-de25de69a262] Running
addons_test.go:829: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 6.003464651s
addons_test.go:833: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-admission" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-admission-86dcc58c7c-kbblt" [38b8f782-1375-4416-a8e6-35e4147e59b2] Running
addons_test.go:833: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 5.004314696s
addons_test.go:837: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-controller" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-controllers-6c8958f79d-c94lz" [ee182d2f-6928-491a-a80a-360c0a986981] Running
addons_test.go:837: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 5.003798288s
addons_test.go:842: (dbg) Run:  kubectl --context addons-901642 delete -n volcano-system job volcano-admission-init
addons_test.go:848: (dbg) Run:  kubectl --context addons-901642 create -f testdata/vcjob.yaml
addons_test.go:856: (dbg) Run:  kubectl --context addons-901642 get vcjob -n my-volcano
addons_test.go:874: (dbg) TestAddons/serial/Volcano: waiting 3m0s for pods matching "volcano.sh/job-name=test-job" in namespace "my-volcano" ...
helpers_test.go:344: "test-job-nginx-0" [0ab59b74-96ef-4b56-a830-1720eef47f58] Pending
helpers_test.go:344: "test-job-nginx-0" [0ab59b74-96ef-4b56-a830-1720eef47f58] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "test-job-nginx-0" [0ab59b74-96ef-4b56-a830-1720eef47f58] Running
addons_test.go:874: (dbg) TestAddons/serial/Volcano: volcano.sh/job-name=test-job healthy within 11.003657575s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable volcano --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-901642 addons disable volcano --alsologtostderr -v=1: (11.424511313s)
--- PASS: TestAddons/serial/Volcano (39.35s)

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

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

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:614: (dbg) Run:  kubectl --context addons-901642 create -f testdata/busybox.yaml
addons_test.go:621: (dbg) Run:  kubectl --context addons-901642 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" [1193ba75-481f-4b56-9f07-6d462fab7a6b] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [1193ba75-481f-4b56-9f07-6d462fab7a6b] Running
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 9.003401529s
addons_test.go:633: (dbg) Run:  kubectl --context addons-901642 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:645: (dbg) Run:  kubectl --context addons-901642 describe sa gcp-auth-test
addons_test.go:659: (dbg) Run:  kubectl --context addons-901642 exec busybox -- /bin/sh -c "cat /google-app-creds.json"
addons_test.go:683: (dbg) Run:  kubectl --context addons-901642 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (9.91s)

                                                
                                    
x
+
TestAddons/parallel/Registry (16.4s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:321: registry stabilized in 7.434587ms
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-694bd45846-4dtht" [41bfea70-3d6d-46d7-893c-192a73e1af30] Running
addons_test.go:323: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.00365189s
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-npczf" [ae54d590-8c3a-4849-961e-5b66f1f4f70f] Running
addons_test.go:326: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.002767566s
addons_test.go:331: (dbg) Run:  kubectl --context addons-901642 delete po -l run=registry-test --now
addons_test.go:336: (dbg) Run:  kubectl --context addons-901642 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-901642 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": (4.137469913s)
addons_test.go:350: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 ip
2025/05/10 17:24:57 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (16.40s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (19.48s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-901642 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-901642 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-901642 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" [62e5d3f3-006f-471b-a262-beb0347f7a85] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [62e5d3f3-006f-471b-a262-beb0347f7a85] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 8.002676858s
I0510 17:25:24.961834  581754 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run:  kubectl --context addons-901642 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 ip
addons_test.go:297: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-901642 addons disable ingress-dns --alsologtostderr -v=1: (1.3563965s)
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-901642 addons disable ingress --alsologtostderr -v=1: (8.185054093s)
--- PASS: TestAddons/parallel/Ingress (19.48s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.84s)

                                                
                                                
=== 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-659rx" [50fe0627-24ea-4436-a174-4b57218ec7fd] Running
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 6.003308712s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable inspektor-gadget --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-901642 addons disable inspektor-gadget --alsologtostderr -v=1: (5.835012486s)
--- PASS: TestAddons/parallel/InspektorGadget (11.84s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (5.83s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:394: metrics-server stabilized in 2.536137ms
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-sq7rw" [f28dd72b-527f-447e-ac8e-af0e0d545121] Running
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.011176862s
addons_test.go:402: (dbg) Run:  kubectl --context addons-901642 top pods -n kube-system
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (5.83s)

                                                
                                    
x
+
TestAddons/parallel/CSI (37.07s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
I0510 17:24:58.074877  581754 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
I0510 17:24:58.086270  581754 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0510 17:24:58.086298  581754 kapi.go:107] duration metric: took 13.394251ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:488: csi-hostpath-driver pods stabilized in 13.408076ms
addons_test.go:491: (dbg) Run:  kubectl --context addons-901642 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-901642 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:501: (dbg) Run:  kubectl --context addons-901642 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" [e3809828-6315-4d5b-afdb-fd4c90b8f2e7] 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" [e3809828-6315-4d5b-afdb-fd4c90b8f2e7] Running
addons_test.go:506: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 8.003303724s
addons_test.go:511: (dbg) Run:  kubectl --context addons-901642 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-901642 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-901642 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:521: (dbg) Run:  kubectl --context addons-901642 delete pod task-pv-pod
addons_test.go:527: (dbg) Run:  kubectl --context addons-901642 delete pvc hpvc
addons_test.go:533: (dbg) Run:  kubectl --context addons-901642 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-901642 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:543: (dbg) Run:  kubectl --context addons-901642 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" [bdd48e5f-e69f-41ad-b039-b96ba05c6faf] Pending
helpers_test.go:344: "task-pv-pod-restore" [bdd48e5f-e69f-41ad-b039-b96ba05c6faf] 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" [bdd48e5f-e69f-41ad-b039-b96ba05c6faf] Running
addons_test.go:548: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 8.003852971s
addons_test.go:553: (dbg) Run:  kubectl --context addons-901642 delete pod task-pv-pod-restore
addons_test.go:553: (dbg) Done: kubectl --context addons-901642 delete pod task-pv-pod-restore: (1.2746188s)
addons_test.go:557: (dbg) Run:  kubectl --context addons-901642 delete pvc hpvc-restore
addons_test.go:561: (dbg) Run:  kubectl --context addons-901642 delete volumesnapshot new-snapshot-demo
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-901642 addons disable volumesnapshots --alsologtostderr -v=1: (1.244960445s)
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-901642 addons disable csi-hostpath-driver --alsologtostderr -v=1: (7.01071322s)
--- PASS: TestAddons/parallel/CSI (37.07s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (15.95s)

                                                
                                                
=== 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-901642 --alsologtostderr -v=1
addons_test.go:747: (dbg) Done: out/minikube-linux-arm64 addons enable headlamp -p addons-901642 --alsologtostderr -v=1: (1.045514597s)
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-5d4b5d7bd6-qb8dq" [5f3969e0-6de2-4d91-b1fa-2916461ca1a1] Pending
helpers_test.go:344: "headlamp-5d4b5d7bd6-qb8dq" [5f3969e0-6de2-4d91-b1fa-2916461ca1a1] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-5d4b5d7bd6-qb8dq" [5f3969e0-6de2-4d91-b1fa-2916461ca1a1] Running / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-5d4b5d7bd6-qb8dq" [5f3969e0-6de2-4d91-b1fa-2916461ca1a1] Running
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 9.003950058s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable headlamp --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-901642 addons disable headlamp --alsologtostderr -v=1: (5.894826927s)
--- PASS: TestAddons/parallel/Headlamp (15.95s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.6s)

                                                
                                                
=== 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-b85f6bbb8-xvlb9" [d9599fab-042a-49c9-b664-2a99118acd4a] Running / Ready:ContainersNotReady (containers with unready status: [cloud-spanner-emulator]) / ContainersReady:ContainersNotReady (containers with unready status: [cloud-spanner-emulator])
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.003273105s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable cloud-spanner --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CloudSpanner (5.60s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (51.16s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:888: (dbg) Run:  kubectl --context addons-901642 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:894: (dbg) Run:  kubectl --context addons-901642 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-901642 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-901642 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" [938be9e3-4600-4769-95d0-3e3f874b621b] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [938be9e3-4600-4769-95d0-3e3f874b621b] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [938be9e3-4600-4769-95d0-3e3f874b621b] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:901: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 3.003422369s
addons_test.go:906: (dbg) Run:  kubectl --context addons-901642 get pvc test-pvc -o=json
addons_test.go:915: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 ssh "cat /opt/local-path-provisioner/pvc-efa37df7-607e-46cc-9ade-33bb5dca9c33_default_test-pvc/file1"
addons_test.go:927: (dbg) Run:  kubectl --context addons-901642 delete pod test-local-path
addons_test.go:931: (dbg) Run:  kubectl --context addons-901642 delete pvc test-pvc
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-901642 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (42.92452226s)
--- PASS: TestAddons/parallel/LocalPath (51.16s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.49s)

                                                
                                                
=== 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-gnm5r" [cc6e4494-5f56-4cb3-9c7d-361962d2acae] Running
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.003847405s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable nvidia-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.49s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (12s)

                                                
                                                
=== 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-9cqf7" [f5c48160-e455-4c97-8728-9f66d3f650b8] Running
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.009964351s
addons_test.go:992: (dbg) Run:  out/minikube-linux-arm64 -p addons-901642 addons disable yakd --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-arm64 -p addons-901642 addons disable yakd --alsologtostderr -v=1: (5.991590573s)
--- PASS: TestAddons/parallel/Yakd (12.00s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.26s)

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

                                                
                                    
x
+
TestCertOptions (39.77s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (230.74s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-554847 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=containerd
E0510 18:08:43.507655  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
cert_options_test.go:123: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-554847 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=containerd: (40.442328398s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-arm64 start -p cert-expiration-554847 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=containerd
cert_options_test.go:131: (dbg) Done: out/minikube-linux-arm64 start -p cert-expiration-554847 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=containerd: (7.84609534s)
helpers_test.go:175: Cleaning up "cert-expiration-554847" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p cert-expiration-554847
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p cert-expiration-554847: (2.451732951s)
--- PASS: TestCertExpiration (230.74s)

                                                
                                    
x
+
TestForceSystemdFlag (36.4s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdEnv (41.88s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

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

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

                                                
                                    
x
+
TestErrorSpam/status (1.12s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.8s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.88s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.49s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (91.56s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2251: (dbg) Run:  out/minikube-linux-arm64 start -p functional-411175 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=containerd
E0510 17:28:43.509068  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:43.516345  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:43.527680  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:43.549025  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:43.590416  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:43.671862  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:43.833358  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:44.154747  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:44.796213  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:46.078766  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:48.641587  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:28:53.763588  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:29:04.004966  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:29:24.486593  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:2251: (dbg) Done: out/minikube-linux-arm64 start -p functional-411175 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=containerd: (1m31.562020397s)
--- PASS: TestFunctional/serial/StartWithProxy (91.56s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (8.04s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0510 17:29:53.383238  581754 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
functional_test.go:676: (dbg) Run:  out/minikube-linux-arm64 start -p functional-411175 --alsologtostderr -v=8
functional_test.go:676: (dbg) Done: out/minikube-linux-arm64 start -p functional-411175 --alsologtostderr -v=8: (8.03598805s)
functional_test.go:680: soft start took 8.037231361s for "functional-411175" cluster.
I0510 17:30:01.419534  581754 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
--- PASS: TestFunctional/serial/SoftStart (8.04s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.08s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.1s)

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1066: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 cache add registry.k8s.io/pause:3.1
functional_test.go:1066: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 cache add registry.k8s.io/pause:3.1: (1.443439172s)
functional_test.go:1066: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 cache add registry.k8s.io/pause:3.3
functional_test.go:1066: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 cache add registry.k8s.io/pause:3.3: (1.253122209s)
functional_test.go:1066: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 cache add registry.k8s.io/pause:latest
functional_test.go:1066: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 cache add registry.k8s.io/pause:latest: (1.095371217s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (3.79s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1094: (dbg) Run:  docker build -t minikube-local-cache-test:functional-411175 /tmp/TestFunctionalserialCacheCmdcacheadd_local1641647930/001
E0510 17:30:05.448271  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:1106: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 cache add minikube-local-cache-test:functional-411175
functional_test.go:1111: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 cache delete minikube-local-cache-test:functional-411175
functional_test.go:1100: (dbg) Run:  docker rmi minikube-local-cache-test:functional-411175
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (1.29s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.15s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.15s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (50.79s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:774: (dbg) Run:  out/minikube-linux-arm64 start -p functional-411175 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
functional_test.go:774: (dbg) Done: out/minikube-linux-arm64 start -p functional-411175 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (50.793390631s)
functional_test.go:778: restart took 50.793496345s for "functional-411175" cluster.
I0510 17:31:00.295638  581754 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
--- PASS: TestFunctional/serial/ExtraConfig (50.79s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.12s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.75s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1253: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 logs
functional_test.go:1253: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 logs: (1.745990791s)
--- PASS: TestFunctional/serial/LogsCmd (1.75s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.78s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1267: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 logs --file /tmp/TestFunctionalserialLogsFileCmd1494669332/001/logs.txt
functional_test.go:1267: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 logs --file /tmp/TestFunctionalserialLogsFileCmd1494669332/001/logs.txt: (1.780601151s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.78s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.92s)

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.47s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.44s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0510 17:31:43.281844  620045 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:31:43.282023  620045 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:31:43.282092  620045 out.go:358] Setting ErrFile to fd 2...
	I0510 17:31:43.282122  620045 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:31:43.282519  620045 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 17:31:43.283035  620045 out.go:352] Setting JSON to false
	I0510 17:31:43.284105  620045 start.go:130] hostinfo: {"hostname":"ip-172-31-31-251","uptime":11648,"bootTime":1746886656,"procs":205,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1083-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0510 17:31:43.284750  620045 start.go:140] virtualization:  
	I0510 17:31:43.288142  620045 out.go:177] * [functional-411175] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0510 17:31:43.292534  620045 out.go:177]   - MINIKUBE_LOCATION=20720
	I0510 17:31:43.292691  620045 notify.go:220] Checking for updates...
	I0510 17:31:43.298714  620045 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0510 17:31:43.301700  620045 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig
	I0510 17:31:43.304705  620045 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube
	I0510 17:31:43.307554  620045 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0510 17:31:43.310335  620045 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0510 17:31:43.313554  620045 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 17:31:43.314221  620045 driver.go:404] Setting default libvirt URI to qemu:///system
	I0510 17:31:43.351445  620045 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
	I0510 17:31:43.351553  620045 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:31:43.419274  620045 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:2 ContainersRunning:2 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:49 OomKillDisable:true NGoroutines:63 SystemTime:2025-05-10 17:31:43.410391708 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:31:43.419404  620045 docker.go:318] overlay module found
	I0510 17:31:43.424314  620045 out.go:177] * Using the docker driver based on existing profile
	I0510 17:31:43.426974  620045 start.go:304] selected driver: docker
	I0510 17:31:43.427002  620045 start.go:908] validating driver "docker" against &{Name:functional-411175 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 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.33.0 ClusterName:functional-411175 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:do
cker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0510 17:31:43.427109  620045 start.go:919] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0510 17:31:43.430551  620045 out.go:201] 
	W0510 17:31:43.433290  620045 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
	I0510 17:31:43.435930  620045 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.21s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0510 17:31:55.553062  621821 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:31:55.553297  621821 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:31:55.553326  621821 out.go:358] Setting ErrFile to fd 2...
	I0510 17:31:55.553344  621821 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:31:55.553789  621821 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 17:31:55.554218  621821 out.go:352] Setting JSON to false
	I0510 17:31:55.555243  621821 start.go:130] hostinfo: {"hostname":"ip-172-31-31-251","uptime":11660,"bootTime":1746886656,"procs":208,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1083-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0510 17:31:55.555337  621821 start.go:140] virtualization:  
	I0510 17:31:55.559022  621821 out.go:177] * [functional-411175] minikube v1.35.0 sur Ubuntu 20.04 (arm64)
	I0510 17:31:55.562938  621821 notify.go:220] Checking for updates...
	I0510 17:31:55.565959  621821 out.go:177]   - MINIKUBE_LOCATION=20720
	I0510 17:31:55.568861  621821 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0510 17:31:55.571790  621821 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig
	I0510 17:31:55.574741  621821 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube
	I0510 17:31:55.577771  621821 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0510 17:31:55.580590  621821 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0510 17:31:55.583959  621821 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 17:31:55.584555  621821 driver.go:404] Setting default libvirt URI to qemu:///system
	I0510 17:31:55.620692  621821 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
	I0510 17:31:55.620813  621821 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:31:55.683787  621821 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:2 ContainersRunning:2 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:49 OomKillDisable:true NGoroutines:63 SystemTime:2025-05-10 17:31:55.674506322 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:31:55.683935  621821 docker.go:318] overlay module found
	I0510 17:31:55.687135  621821 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0510 17:31:55.689939  621821 start.go:304] selected driver: docker
	I0510 17:31:55.689958  621821 start.go:908] validating driver "docker" against &{Name:functional-411175 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.46-1746731792-20718@sha256:074d9afa1e8827ea0e101248fc55098d304814b5d8bf485882a81afc90084155 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.33.0 ClusterName:functional-411175 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:containerd CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.33.0 ContainerRuntime:containerd ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:do
cker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0510 17:31:55.690074  621821 start.go:919] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0510 17:31:55.693536  621821 out.go:201] 
	W0510 17:31:55.696483  621821 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
	I0510 17:31:55.699304  621821 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.04s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (8.68s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1644: (dbg) Run:  kubectl --context functional-411175 create deployment hello-node-connect --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1652: (dbg) Run:  kubectl --context functional-411175 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1657: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-8449669db6-9gd2d" [c45163a4-b649-428c-b907-c4be1a5a5372] 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-9gd2d" [c45163a4-b649-428c-b907-c4be1a5a5372] Running
functional_test.go:1657: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 8.003500497s
functional_test.go:1666: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 service hello-node-connect --url
functional_test.go:1672: found endpoint for hello-node-connect: http://192.168.49.2:31989
functional_test.go:1692: http://192.168.49.2:31989: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-8449669db6-9gd2d

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.2s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.66s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (2.01s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.34s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (2.2s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.11s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.73s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.33s)

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image ls --format short --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-411175 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.33.0
registry.k8s.io/kube-proxy:v1.33.0
registry.k8s.io/kube-controller-manager:v1.33.0
registry.k8s.io/kube-apiserver:v1.33.0
registry.k8s.io/etcd:3.5.21-0
registry.k8s.io/echoserver-arm:1.8
registry.k8s.io/coredns/coredns:v1.12.0
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:alpine
docker.io/library/minikube-local-cache-test:functional-411175
docker.io/kindest/kindnetd:v20250214-acbabc1a
docker.io/kicbase/echo-server:functional-411175
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-411175 image ls --format short --alsologtostderr:
I0510 17:34:29.008170  622890 out.go:345] Setting OutFile to fd 1 ...
I0510 17:34:29.008311  622890 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:34:29.008322  622890 out.go:358] Setting ErrFile to fd 2...
I0510 17:34:29.008327  622890 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:34:29.008699  622890 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
I0510 17:34:29.010011  622890 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:34:29.010226  622890 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:34:29.010714  622890 cli_runner.go:164] Run: docker container inspect functional-411175 --format={{.State.Status}}
I0510 17:34:29.028228  622890 ssh_runner.go:195] Run: systemctl --version
I0510 17:34:29.028279  622890 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-411175
I0510 17:34:29.045068  622890 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33519 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/functional-411175/id_rsa Username:docker}
I0510 17:34:29.142132  622890 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.22s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image ls --format table --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-411175 image ls --format table --alsologtostderr:
|---------------------------------------------|--------------------|---------------|--------|
|                    Image                    |        Tag         |   Image ID    |  Size  |
|---------------------------------------------|--------------------|---------------|--------|
| registry.k8s.io/kube-apiserver              | v1.33.0            | sha256:61f3ac | 27.3MB |
| registry.k8s.io/kube-scheduler              | v1.33.0            | sha256:f89849 | 19.8MB |
| docker.io/kicbase/echo-server               | functional-411175  | sha256:ce2d2c | 2.17MB |
| docker.io/library/minikube-local-cache-test | functional-411175  | sha256:c72a57 | 991B   |
| registry.k8s.io/etcd                        | 3.5.21-0           | sha256:31747a | 70MB   |
| registry.k8s.io/kube-controller-manager     | v1.33.0            | sha256:537235 | 25.1MB |
| registry.k8s.io/pause                       | 3.1                | sha256:8057e0 | 262kB  |
| registry.k8s.io/pause                       | 3.3                | sha256:3d1873 | 249kB  |
| docker.io/kindest/kindnetd                  | v20250214-acbabc1a | sha256:ee75e2 | 35.7MB |
| docker.io/library/nginx                     | alpine             | sha256:96868d | 21.8MB |
| registry.k8s.io/kube-proxy                  | v1.33.0            | sha256:8d27a6 | 28.2MB |
| registry.k8s.io/pause                       | 3.10               | sha256:afb617 | 268kB  |
| gcr.io/k8s-minikube/busybox                 | 1.28.4-glibc       | sha256:1611cd | 1.94MB |
| localhost/my-image                          | functional-411175  | sha256:a376c7 | 831kB  |
| registry.k8s.io/coredns/coredns             | v1.12.0            | sha256:f72407 | 19.1MB |
| registry.k8s.io/pause                       | latest             | sha256:8cb209 | 71.3kB |
| gcr.io/k8s-minikube/storage-provisioner     | v5                 | sha256:ba04bb | 8.03MB |
| registry.k8s.io/echoserver-arm              | 1.8                | sha256:72565b | 45.3MB |
|---------------------------------------------|--------------------|---------------|--------|
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-411175 image ls --format table --alsologtostderr:
I0510 17:34:33.016061  623218 out.go:345] Setting OutFile to fd 1 ...
I0510 17:34:33.016409  623218 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:34:33.016423  623218 out.go:358] Setting ErrFile to fd 2...
I0510 17:34:33.016429  623218 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:34:33.016783  623218 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
I0510 17:34:33.017471  623218 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:34:33.017670  623218 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:34:33.018184  623218 cli_runner.go:164] Run: docker container inspect functional-411175 --format={{.State.Status}}
I0510 17:34:33.035427  623218 ssh_runner.go:195] Run: systemctl --version
I0510 17:34:33.035492  623218 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-411175
I0510 17:34:33.051775  623218 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33519 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/functional-411175/id_rsa Username:docker}
I0510 17:34:33.149984  623218 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.23s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image ls --format json --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-411175 image ls --format json --alsologtostderr:
[{"id":"sha256:96868d9fa38f469a86d2f25787e43ee9ad330339d30be260aa9f5a338bb03751","repoDigests":["docker.io/library/nginx@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10"],"repoTags":["docker.io/library/nginx:alpine"],"size":"21832241"},{"id":"sha256:a376c7ba5fd35a1d48093e72d2c68fcb232e1907985b15f694ecf68ae03acb5d","repoDigests":[],"repoTags":["localhost/my-image:functional-411175"],"size":"830615"},{"id":"sha256:72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb","repoDigests":["registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5"],"repoTags":["registry.k8s.io/echoserver-arm:1.8"],"size":"45324675"},{"id":"sha256:8d27a60846a202a0f67dcac3333c24f9ff809f574a261b273945e9e05706518d","repoDigests":["registry.k8s.io/kube-proxy@sha256:05f8984642d05b1b1a6c37605a4a566e46e7290f9291d17885f096c36861095b"],"repoTags":["registry.k8s.io/kube-proxy:v1.33.0"],"size":"28195020"},{"id":"sha256:8cb2091f603e75187e2f6226c5901d12e00b1d1f
778c6471ae4578e8a1c4724a","repoDigests":[],"repoTags":["registry.k8s.io/pause:latest"],"size":"71300"},{"id":"sha256:ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"8034419"},{"id":"sha256:61f3acc54bb6287bd70730049e1802307720455b825c274cc0aa86f3d71af276","repoDigests":["registry.k8s.io/kube-apiserver@sha256:6679a9970a8b2f18647b33bf02e5e9895d286689256e2f7172481b4096e46a32"],"repoTags":["registry.k8s.io/kube-apiserver:v1.33.0"],"size":"27345442"},{"id":"sha256:3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.3"],"size":"249461"},{"id":"sha256:ee75e27fff91c8d59835f9a3efdf968ff404e580bad69746a65bcf3e304ab26f","repoDigests":["docker.io/kindest/kindnetd@sha256:e3c42406b0806c1f7e8a66838377936cbd2cdfd94d9b26a3eefedada8713d495"],"repoTags
":["docker.io/kindest/kindnetd:v20250214-acbabc1a"],"size":"35677907"},{"id":"sha256:1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"1935750"},{"id":"sha256:31747a36ce712f0bf61b50a0c06e99768522025e7b8daedd6dc63d1ae84837b5","repoDigests":["registry.k8s.io/etcd@sha256:d58c035df557080a27387d687092e3fc2b64c6d0e3162dc51453a115f847d121"],"repoTags":["registry.k8s.io/etcd:3.5.21-0"],"size":"70026017"},{"id":"sha256:f8984990ac26bde333700dad6270d0e7e4bd1cd2fb5b48d82c0329a83e4e252c","repoDigests":["registry.k8s.io/kube-scheduler@sha256:8dd2fbeb7f711da53a89ded239e54133f34110d98de887a39a9021e651b51f1f"],"repoTags":["registry.k8s.io/kube-scheduler:v1.33.0"],"size":"19848450"},{"id":"sha256:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17","repoDigests":[],"repoTags":["docker.io/kicbase/echo-server:functional-4
11175"],"size":"2173567"},{"id":"sha256:c72a577d939b564897cfe0dcfd2d2e784329aa2464498508a79e9ad461938b2b","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-411175"],"size":"991"},{"id":"sha256:f72407be9e08c3a1b29a88318cbfee87b9f2da489f84015a5090b1e386e4dbc1","repoDigests":["registry.k8s.io/coredns/coredns@sha256:40384aa1f5ea6bfdc77997d243aec73da05f27aed0c5e9d65bfa98933c519d97"],"repoTags":["registry.k8s.io/coredns/coredns:v1.12.0"],"size":"19148915"},{"id":"sha256:5372350fd0a1ee141f2e4f0df503109a252a88db308d8f965d06b4960d1b0f49","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:f0b32ab11fd06504608cdb9084f7284106b4f5f07f35eb8823e70ea0eaaf252a"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.33.0"],"size":"25089453"},{"id":"sha256:8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.1"],"size":"262191"},{"id":"sha256:afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8","repoDi
gests":["registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a"],"repoTags":["registry.k8s.io/pause:3.10"],"size":"267933"}]
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-411175 image ls --format json --alsologtostderr:
I0510 17:34:32.792684  623189 out.go:345] Setting OutFile to fd 1 ...
I0510 17:34:32.792900  623189 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:34:32.792915  623189 out.go:358] Setting ErrFile to fd 2...
I0510 17:34:32.792921  623189 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:34:32.793192  623189 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
I0510 17:34:32.793969  623189 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:34:32.794132  623189 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:34:32.794640  623189 cli_runner.go:164] Run: docker container inspect functional-411175 --format={{.State.Status}}
I0510 17:34:32.811235  623189 ssh_runner.go:195] Run: systemctl --version
I0510 17:34:32.811291  623189 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-411175
I0510 17:34:32.827454  623189 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33519 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/functional-411175/id_rsa Username:docker}
I0510 17:34:32.922054  623189 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.23s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:278: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image ls --format yaml --alsologtostderr
functional_test.go:283: (dbg) Stdout: out/minikube-linux-arm64 -p functional-411175 image ls --format yaml --alsologtostderr:
- id: sha256:5372350fd0a1ee141f2e4f0df503109a252a88db308d8f965d06b4960d1b0f49
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:f0b32ab11fd06504608cdb9084f7284106b4f5f07f35eb8823e70ea0eaaf252a
repoTags:
- registry.k8s.io/kube-controller-manager:v1.33.0
size: "25089453"
- id: sha256:ee75e27fff91c8d59835f9a3efdf968ff404e580bad69746a65bcf3e304ab26f
repoDigests:
- docker.io/kindest/kindnetd@sha256:e3c42406b0806c1f7e8a66838377936cbd2cdfd94d9b26a3eefedada8713d495
repoTags:
- docker.io/kindest/kindnetd:v20250214-acbabc1a
size: "35677907"
- id: sha256:a376c7ba5fd35a1d48093e72d2c68fcb232e1907985b15f694ecf68ae03acb5d
repoDigests: []
repoTags:
- localhost/my-image:functional-411175
size: "830615"
- id: sha256:f72407be9e08c3a1b29a88318cbfee87b9f2da489f84015a5090b1e386e4dbc1
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:40384aa1f5ea6bfdc77997d243aec73da05f27aed0c5e9d65bfa98933c519d97
repoTags:
- registry.k8s.io/coredns/coredns:v1.12.0
size: "19148915"
- id: sha256:31747a36ce712f0bf61b50a0c06e99768522025e7b8daedd6dc63d1ae84837b5
repoDigests:
- registry.k8s.io/etcd@sha256:d58c035df557080a27387d687092e3fc2b64c6d0e3162dc51453a115f847d121
repoTags:
- registry.k8s.io/etcd:3.5.21-0
size: "70026017"
- id: sha256:61f3acc54bb6287bd70730049e1802307720455b825c274cc0aa86f3d71af276
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:6679a9970a8b2f18647b33bf02e5e9895d286689256e2f7172481b4096e46a32
repoTags:
- registry.k8s.io/kube-apiserver:v1.33.0
size: "27345442"
- id: sha256:afb61768ce381961ca0beff95337601f29dc70ff3ed14e5e4b3e5699057e6aa8
repoDigests:
- registry.k8s.io/pause@sha256:ee6521f290b2168b6e0935a181d4cff9be1ac3f505666ef0e3c98fae8199917a
repoTags:
- registry.k8s.io/pause:3.10
size: "267933"
- id: sha256:ce2d2cda2d858fdaea84129deb86d18e5dbf1c548f230b79fdca74cc91729d17
repoDigests: []
repoTags:
- docker.io/kicbase/echo-server:functional-411175
size: "2173567"
- id: sha256:f8984990ac26bde333700dad6270d0e7e4bd1cd2fb5b48d82c0329a83e4e252c
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:8dd2fbeb7f711da53a89ded239e54133f34110d98de887a39a9021e651b51f1f
repoTags:
- registry.k8s.io/kube-scheduler:v1.33.0
size: "19848450"
- id: sha256:8d27a60846a202a0f67dcac3333c24f9ff809f574a261b273945e9e05706518d
repoDigests:
- registry.k8s.io/kube-proxy@sha256:05f8984642d05b1b1a6c37605a4a566e46e7290f9291d17885f096c36861095b
repoTags:
- registry.k8s.io/kube-proxy:v1.33.0
size: "28195020"
- id: sha256:c72a577d939b564897cfe0dcfd2d2e784329aa2464498508a79e9ad461938b2b
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-411175
size: "991"
- id: sha256:1611cd07b61d57dbbfebe6db242513fd51e1c02d20ba08af17a45837d86a8a8c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "1935750"
- id: sha256:ba04bb24b95753201135cbc420b233c1b0b9fa2e1fd21d28319c348c33fbcde6
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "8034419"
- id: sha256:3d18732f8686cc3c878055d99a05fa80289502fa496b36b6a0fe0f77206a7300
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.3
size: "249461"
- id: sha256:8cb2091f603e75187e2f6226c5901d12e00b1d1f778c6471ae4578e8a1c4724a
repoDigests: []
repoTags:
- registry.k8s.io/pause:latest
size: "71300"
- id: sha256:96868d9fa38f469a86d2f25787e43ee9ad330339d30be260aa9f5a338bb03751
repoDigests:
- docker.io/library/nginx@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10
repoTags:
- docker.io/library/nginx:alpine
size: "21832241"
- id: sha256:72565bf5bbedfb62e9d21afa2b1221b2c7a5e05b746dae33430bc550d3f87beb
repoDigests:
- registry.k8s.io/echoserver-arm@sha256:b33d4cdf6ed097f4e9b77b135d83a596ab73c6268b0342648818eb85f5edfdb5
repoTags:
- registry.k8s.io/echoserver-arm:1.8
size: "45324675"
- id: sha256:8057e0500773a37cde2cff041eb13ebd68c748419a2fbfd1dfb5bf38696cc8e5
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.1
size: "262191"

                                                
                                                
functional_test.go:286: (dbg) Stderr: out/minikube-linux-arm64 -p functional-411175 image ls --format yaml --alsologtostderr:
I0510 17:34:32.546841  623159 out.go:345] Setting OutFile to fd 1 ...
I0510 17:34:32.547010  623159 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:34:32.547041  623159 out.go:358] Setting ErrFile to fd 2...
I0510 17:34:32.547063  623159 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:34:32.547349  623159 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
I0510 17:34:32.547974  623159 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:34:32.548140  623159 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:34:32.548720  623159 cli_runner.go:164] Run: docker container inspect functional-411175 --format={{.State.Status}}
I0510 17:34:32.565554  623159 ssh_runner.go:195] Run: systemctl --version
I0510 17:34:32.565648  623159 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-411175
I0510 17:34:32.586741  623159 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33519 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/functional-411175/id_rsa Username:docker}
I0510 17:34:32.686101  623159 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.24s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:332: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image build -t localhost/my-image:functional-411175 testdata/build --alsologtostderr
functional_test.go:332: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 image build -t localhost/my-image:functional-411175 testdata/build --alsologtostderr: (2.831958786s)
functional_test.go:340: (dbg) Stderr: out/minikube-linux-arm64 -p functional-411175 image build -t localhost/my-image:functional-411175 testdata/build --alsologtostderr:
I0510 17:34:29.491770  622981 out.go:345] Setting OutFile to fd 1 ...
I0510 17:34:29.492902  622981 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:34:29.492947  622981 out.go:358] Setting ErrFile to fd 2...
I0510 17:34:29.492972  622981 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0510 17:34:29.493381  622981 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
I0510 17:34:29.494407  622981 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:34:29.498063  622981 config.go:182] Loaded profile config "functional-411175": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
I0510 17:34:29.498522  622981 cli_runner.go:164] Run: docker container inspect functional-411175 --format={{.State.Status}}
I0510 17:34:29.517905  622981 ssh_runner.go:195] Run: systemctl --version
I0510 17:34:29.517955  622981 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-411175
I0510 17:34:29.536253  622981 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33519 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/functional-411175/id_rsa Username:docker}
I0510 17:34:29.629940  622981 build_images.go:161] Building image from path: /tmp/build.3402896000.tar
I0510 17:34:29.630011  622981 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0510 17:34:29.639135  622981 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.3402896000.tar
I0510 17:34:29.642673  622981 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.3402896000.tar: stat -c "%s %y" /var/lib/minikube/build/build.3402896000.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.3402896000.tar': No such file or directory
I0510 17:34:29.642715  622981 ssh_runner.go:362] scp /tmp/build.3402896000.tar --> /var/lib/minikube/build/build.3402896000.tar (3072 bytes)
I0510 17:34:29.667283  622981 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.3402896000
I0510 17:34:29.675971  622981 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.3402896000 -xf /var/lib/minikube/build/build.3402896000.tar
I0510 17:34:29.685150  622981 containerd.go:394] Building image: /var/lib/minikube/build/build.3402896000
I0510 17:34:29.685227  622981 ssh_runner.go:195] Run: sudo buildctl build --frontend dockerfile.v0 --local context=/var/lib/minikube/build/build.3402896000 --local dockerfile=/var/lib/minikube/build/build.3402896000 --output type=image,name=localhost/my-image:functional-411175
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 97B done
#1 DONE 0.0s

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

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

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

                                                
                                                
#5 [1/3] FROM gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b
#5 resolve gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b 0.0s done
#5 DONE 0.1s

                                                
                                                
#5 [1/3] FROM gcr.io/k8s-minikube/busybox:latest@sha256:ca5ae90100d50772da31f3b5016209e25ad61972404e2ccd83d44f10dee7e79b
#5 sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34 0B / 828.50kB 0.2s
#5 sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34 828.50kB / 828.50kB 0.3s done
#5 extracting sha256:a01966dde7f8d5ba10b6d87e776c7c8fb5a5f6bfa678874bd28b33b1fc6dba34 0.1s done
#5 DONE 0.5s

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

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

                                                
                                                
#8 exporting to image
#8 exporting layers 0.1s done
#8 exporting manifest sha256:8123ba8b7e02e4a35e684103bbb1099bd337e61a7be6bab72e6c6630b6727d46
#8 exporting manifest sha256:8123ba8b7e02e4a35e684103bbb1099bd337e61a7be6bab72e6c6630b6727d46 0.0s done
#8 exporting config sha256:a376c7ba5fd35a1d48093e72d2c68fcb232e1907985b15f694ecf68ae03acb5d 0.0s done
#8 naming to localhost/my-image:functional-411175 done
#8 DONE 0.2s
I0510 17:34:32.247670  622981 ssh_runner.go:235] Completed: sudo buildctl build --frontend dockerfile.v0 --local context=/var/lib/minikube/build/build.3402896000 --local dockerfile=/var/lib/minikube/build/build.3402896000 --output type=image,name=localhost/my-image:functional-411175: (2.562414294s)
I0510 17:34:32.247743  622981 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.3402896000
I0510 17:34:32.256920  622981 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.3402896000.tar
I0510 17:34:32.265931  622981 build_images.go:217] Built localhost/my-image:functional-411175 from /tmp/build.3402896000.tar
I0510 17:34:32.265962  622981 build_images.go:133] succeeded building to: functional-411175
I0510 17:34:32.265978  622981 build_images.go:134] failed building to: 
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.32s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:359: (dbg) Run:  docker pull kicbase/echo-server:1.0
functional_test.go:364: (dbg) Run:  docker tag kicbase/echo-server:1.0 kicbase/echo-server:functional-411175
--- PASS: TestFunctional/parallel/ImageCommands/Setup (0.68s)

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:372: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image load --daemon kicbase/echo-server:functional-411175 --alsologtostderr
functional_test.go:372: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 image load --daemon kicbase/echo-server:functional-411175 --alsologtostderr: (1.270946605s)
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.54s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:382: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image load --daemon kicbase/echo-server:functional-411175 --alsologtostderr
functional_test.go:382: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 image load --daemon kicbase/echo-server:functional-411175 --alsologtostderr: (1.065033546s)
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (1.34s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:252: (dbg) Run:  docker pull kicbase/echo-server:latest
functional_test.go:257: (dbg) Run:  docker tag kicbase/echo-server:latest kicbase/echo-server:functional-411175
functional_test.go:262: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image load --daemon kicbase/echo-server:functional-411175 --alsologtostderr
functional_test.go:262: (dbg) Done: out/minikube-linux-arm64 -p functional-411175 image load --daemon kicbase/echo-server:functional-411175 --alsologtostderr: (1.179052924s)
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (1.72s)

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-411175 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" [297ed798-8b9f-4a3a-8ad7-897afb1668aa] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [297ed798-8b9f-4a3a-8ad7-897afb1668aa] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 8.005133889s
I0510 17:31:24.824836  581754 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (8.42s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:426: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image load /home/jenkins/workspace/Docker_Linux_containerd_arm64/echo-server-save.tar --alsologtostderr
functional_test.go:468: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (0.77s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:436: (dbg) Run:  docker rmi kicbase/echo-server:functional-411175
functional_test.go:441: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 image save --daemon kicbase/echo-server:functional-411175 --alsologtostderr
functional_test.go:449: (dbg) Run:  docker image inspect kicbase/echo-server:functional-411175
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.55s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/AccessDirect
functional_test_tunnel_test.go:299: tunnel at http://10.99.120.46 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-411175 tunnel --alsologtostderr] ...
functional_test_tunnel_test.go:437: failed to stop process: signal: terminated
--- PASS: TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel (0.11s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1454: (dbg) Run:  kubectl --context functional-411175 create deployment hello-node --image=registry.k8s.io/echoserver-arm:1.8
functional_test.go:1462: (dbg) Run:  kubectl --context functional-411175 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1467: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-64fc58db8c-s8kf4" [0d1e7ff2-e0ff-428e-b1e4-1838f86fba38] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver-arm]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver-arm])
helpers_test.go:344: "hello-node-64fc58db8c-s8kf4" [0d1e7ff2-e0ff-428e-b1e4-1838f86fba38] Running
functional_test.go:1467: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 7.003835444s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (7.22s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0510 17:31:44.050023  581754 retry.go:31] will retry after 250.629791ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 May 10 17:31 created-by-test
-rw-r--r-- 1 docker docker 24 May 10 17:31 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 May 10 17:31 test-1746898303687640832
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 ssh cat /mount-9p/test-1746898303687640832
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-411175 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" [3b94a6c0-3e59-43fb-8aea-597505d312cc] Pending
helpers_test.go:344: "busybox-mount" [3b94a6c0-3e59-43fb-8aea-597505d312cc] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [3b94a6c0-3e59-43fb-8aea-597505d312cc] Running
helpers_test.go:344: "busybox-mount" [3b94a6c0-3e59-43fb-8aea-597505d312cc] Running / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [3b94a6c0-3e59-43fb-8aea-597505d312cc] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 5.003761605s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-411175 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-411175 /tmp/TestFunctionalparallelMountCmdany-port1731510922/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (7.69s)

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

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

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

                                                
                                                
** /stderr **
I0510 17:31:51.737265  581754 retry.go:31] will retry after 404.723738ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 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-411175 /tmp/TestFunctionalparallelMountCmdspecific-port1325259219/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-411175 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-arm64 -p functional-411175 ssh "sudo umount -f /mount-9p": exit status 1 (270.40819ms)

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/MountCmd/VerifyCleanup
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-411175 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/001:/mount1 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-411175 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/001:/mount2 --alsologtostderr -v=1]
functional_test_mount_test.go:298: (dbg) daemon: [out/minikube-linux-arm64 mount -p functional-411175 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/001:/mount3 --alsologtostderr -v=1]
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-arm64 -p functional-411175 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-arm64 mount -p functional-411175 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-arm64 mount -p functional-411175 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/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-411175 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/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-411175 /tmp/TestFunctionalparallelMountCmdVerifyCleanup1401638119/001:/mount3 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
--- PASS: TestFunctional/parallel/MountCmd/VerifyCleanup (1.29s)

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.05s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (116.39s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 start --ha --memory 2200 --wait true --alsologtostderr -v 5 --driver=docker  --container-runtime=containerd
E0510 17:38:43.510223  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 start --ha --memory 2200 --wait true --alsologtostderr -v 5 --driver=docker  --container-runtime=containerd: (1m55.49875261s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5
--- PASS: TestMultiControlPlane/serial/StartCluster (116.39s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (49.39s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.6s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (20.97s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 node add --alsologtostderr -v 5
ha_test.go:228: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 node add --alsologtostderr -v 5: (19.60444276s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5
ha_test.go:234: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5: (1.363721566s)
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (20.97s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.12s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (1.02s)

                                                
                                                
=== 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.018625436s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterClusterStart (1.02s)

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (19.41s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.8s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0510 17:40:42.311352  640217 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:40:42.311540  640217 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:40:42.311573  640217 out.go:358] Setting ErrFile to fd 2...
	I0510 17:40:42.311599  640217 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:40:42.311898  640217 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 17:40:42.312193  640217 out.go:352] Setting JSON to false
	I0510 17:40:42.312279  640217 mustload.go:65] Loading cluster: ha-425616
	I0510 17:40:42.312361  640217 notify.go:220] Checking for updates...
	I0510 17:40:42.313833  640217 config.go:182] Loaded profile config "ha-425616": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 17:40:42.313908  640217 status.go:174] checking status of ha-425616 ...
	I0510 17:40:42.314558  640217 cli_runner.go:164] Run: docker container inspect ha-425616 --format={{.State.Status}}
	I0510 17:40:42.347391  640217 status.go:371] ha-425616 host status = "Running" (err=<nil>)
	I0510 17:40:42.347415  640217 host.go:66] Checking if "ha-425616" exists ...
	I0510 17:40:42.347740  640217 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-425616
	I0510 17:40:42.371716  640217 host.go:66] Checking if "ha-425616" exists ...
	I0510 17:40:42.372114  640217 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0510 17:40:42.372209  640217 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-425616
	I0510 17:40:42.395715  640217 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33524 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/ha-425616/id_rsa Username:docker}
	I0510 17:40:42.491073  640217 ssh_runner.go:195] Run: systemctl --version
	I0510 17:40:42.495868  640217 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0510 17:40:42.507698  640217 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:40:42.581418  640217 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:5 ContainersRunning:4 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:75 OomKillDisable:true NGoroutines:82 SystemTime:2025-05-10 17:40:42.56928533 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:aa
rch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Pa
th:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:40:42.582065  640217 kubeconfig.go:125] found "ha-425616" server: "https://192.168.49.254:8443"
	I0510 17:40:42.582101  640217 api_server.go:166] Checking apiserver status ...
	I0510 17:40:42.582154  640217 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0510 17:40:42.594366  640217 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1461/cgroup
	I0510 17:40:42.603875  640217 api_server.go:182] apiserver freezer: "3:freezer:/docker/87261cb20c34d0985abdc38a911da994653f677e4da5588f230b87578aec6a2f/kubepods/burstable/pod0f61b896d3a34c87edc6bd59022875c6/ee107251a0ecf0418b5b501f8c76087806b06a9b1bb362e677574d243bff1fad"
	I0510 17:40:42.603954  640217 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/87261cb20c34d0985abdc38a911da994653f677e4da5588f230b87578aec6a2f/kubepods/burstable/pod0f61b896d3a34c87edc6bd59022875c6/ee107251a0ecf0418b5b501f8c76087806b06a9b1bb362e677574d243bff1fad/freezer.state
	I0510 17:40:42.612272  640217 api_server.go:204] freezer state: "THAWED"
	I0510 17:40:42.612302  640217 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0510 17:40:42.620046  640217 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0510 17:40:42.620075  640217 status.go:463] ha-425616 apiserver status = Running (err=<nil>)
	I0510 17:40:42.620087  640217 status.go:176] ha-425616 status: &{Name:ha-425616 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0510 17:40:42.620166  640217 status.go:174] checking status of ha-425616-m02 ...
	I0510 17:40:42.620501  640217 cli_runner.go:164] Run: docker container inspect ha-425616-m02 --format={{.State.Status}}
	I0510 17:40:42.638766  640217 status.go:371] ha-425616-m02 host status = "Stopped" (err=<nil>)
	I0510 17:40:42.638791  640217 status.go:384] host is not running, skipping remaining checks
	I0510 17:40:42.638798  640217 status.go:176] ha-425616-m02 status: &{Name:ha-425616-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0510 17:40:42.638818  640217 status.go:174] checking status of ha-425616-m03 ...
	I0510 17:40:42.639168  640217 cli_runner.go:164] Run: docker container inspect ha-425616-m03 --format={{.State.Status}}
	I0510 17:40:42.656360  640217 status.go:371] ha-425616-m03 host status = "Running" (err=<nil>)
	I0510 17:40:42.656386  640217 host.go:66] Checking if "ha-425616-m03" exists ...
	I0510 17:40:42.656769  640217 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-425616-m03
	I0510 17:40:42.675568  640217 host.go:66] Checking if "ha-425616-m03" exists ...
	I0510 17:40:42.676733  640217 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0510 17:40:42.676810  640217 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-425616-m03
	I0510 17:40:42.695288  640217 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33534 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/ha-425616-m03/id_rsa Username:docker}
	I0510 17:40:42.795036  640217 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0510 17:40:42.807607  640217 kubeconfig.go:125] found "ha-425616" server: "https://192.168.49.254:8443"
	I0510 17:40:42.807636  640217 api_server.go:166] Checking apiserver status ...
	I0510 17:40:42.807700  640217 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0510 17:40:42.818857  640217 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1465/cgroup
	I0510 17:40:42.829315  640217 api_server.go:182] apiserver freezer: "3:freezer:/docker/47bce44daf84d1e072e399f72957ed924d3bc3cb95b2f54083687ca43cfba135/kubepods/burstable/pod5d6e1ec7bce6ad8fbb07673d7920f0f0/5654e77a4578e26385a70d4ecf0c1586eedf2c82a59f5bcf51d1c761e1b4e8c8"
	I0510 17:40:42.829385  640217 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/47bce44daf84d1e072e399f72957ed924d3bc3cb95b2f54083687ca43cfba135/kubepods/burstable/pod5d6e1ec7bce6ad8fbb07673d7920f0f0/5654e77a4578e26385a70d4ecf0c1586eedf2c82a59f5bcf51d1c761e1b4e8c8/freezer.state
	I0510 17:40:42.838285  640217 api_server.go:204] freezer state: "THAWED"
	I0510 17:40:42.838316  640217 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0510 17:40:42.846195  640217 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0510 17:40:42.846232  640217 status.go:463] ha-425616-m03 apiserver status = Running (err=<nil>)
	I0510 17:40:42.846243  640217 status.go:176] ha-425616-m03 status: &{Name:ha-425616-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0510 17:40:42.846290  640217 status.go:174] checking status of ha-425616-m04 ...
	I0510 17:40:42.846624  640217 cli_runner.go:164] Run: docker container inspect ha-425616-m04 --format={{.State.Status}}
	I0510 17:40:42.865762  640217 status.go:371] ha-425616-m04 host status = "Running" (err=<nil>)
	I0510 17:40:42.865787  640217 host.go:66] Checking if "ha-425616-m04" exists ...
	I0510 17:40:42.866094  640217 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-425616-m04
	I0510 17:40:42.883632  640217 host.go:66] Checking if "ha-425616-m04" exists ...
	I0510 17:40:42.884034  640217 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0510 17:40:42.884085  640217 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-425616-m04
	I0510 17:40:42.906460  640217 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33539 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/ha-425616-m04/id_rsa Username:docker}
	I0510 17:40:42.998795  640217 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0510 17:40:43.012621  640217 status.go:176] ha-425616-m04 status: &{Name:ha-425616-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.78s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (12.36s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:422: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 node start m02 --alsologtostderr -v 5
ha_test.go:422: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 node start m02 --alsologtostderr -v 5: (10.665951568s)
ha_test.go:430: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5
ha_test.go:430: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5: (1.55405719s)
ha_test.go:450: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (12.36s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.38s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (104.27s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 node list --alsologtostderr -v 5
ha_test.go:464: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 stop --alsologtostderr -v 5
E0510 17:41:16.409757  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:16.416095  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:16.427430  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:16.448772  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:16.490118  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:16.571468  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:16.732902  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:17.054493  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:17.696471  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:18.977784  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:21.539096  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:26.660812  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:464: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 stop --alsologtostderr -v 5: (37.276443446s)
ha_test.go:469: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 start --wait true --alsologtostderr -v 5
E0510 17:41:36.903051  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:41:57.384461  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:42:38.346027  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:469: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 start --wait true --alsologtostderr -v 5: (1m6.837050241s)
ha_test.go:474: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 node list --alsologtostderr -v 5
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (104.27s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (10.4s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:489: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 node delete m03 --alsologtostderr -v 5
ha_test.go:489: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 node delete m03 --alsologtostderr -v 5: (9.479151646s)
ha_test.go:495: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5
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 (10.40s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.75s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.93s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:533: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 stop --alsologtostderr -v 5
ha_test.go:533: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 stop --alsologtostderr -v 5: (35.814935994s)
ha_test.go:539: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5
ha_test.go:539: (dbg) Non-zero exit: out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5: exit status 7 (112.006901ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0510 17:43:28.808169  655236 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:43:28.808641  655236 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:43:28.808678  655236 out.go:358] Setting ErrFile to fd 2...
	I0510 17:43:28.808700  655236 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:43:28.809005  655236 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 17:43:28.809243  655236 out.go:352] Setting JSON to false
	I0510 17:43:28.809301  655236 mustload.go:65] Loading cluster: ha-425616
	I0510 17:43:28.809755  655236 notify.go:220] Checking for updates...
	I0510 17:43:28.809813  655236 config.go:182] Loaded profile config "ha-425616": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 17:43:28.809846  655236 status.go:174] checking status of ha-425616 ...
	I0510 17:43:28.810416  655236 cli_runner.go:164] Run: docker container inspect ha-425616 --format={{.State.Status}}
	I0510 17:43:28.829396  655236 status.go:371] ha-425616 host status = "Stopped" (err=<nil>)
	I0510 17:43:28.829415  655236 status.go:384] host is not running, skipping remaining checks
	I0510 17:43:28.829422  655236 status.go:176] ha-425616 status: &{Name:ha-425616 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0510 17:43:28.829448  655236 status.go:174] checking status of ha-425616-m02 ...
	I0510 17:43:28.829918  655236 cli_runner.go:164] Run: docker container inspect ha-425616-m02 --format={{.State.Status}}
	I0510 17:43:28.845587  655236 status.go:371] ha-425616-m02 host status = "Stopped" (err=<nil>)
	I0510 17:43:28.845606  655236 status.go:384] host is not running, skipping remaining checks
	I0510 17:43:28.845613  655236 status.go:176] ha-425616-m02 status: &{Name:ha-425616-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0510 17:43:28.845632  655236 status.go:174] checking status of ha-425616-m04 ...
	I0510 17:43:28.845932  655236 cli_runner.go:164] Run: docker container inspect ha-425616-m04 --format={{.State.Status}}
	I0510 17:43:28.870639  655236 status.go:371] ha-425616-m04 host status = "Stopped" (err=<nil>)
	I0510 17:43:28.870662  655236 status.go:384] host is not running, skipping remaining checks
	I0510 17:43:28.870669  655236 status.go:176] ha-425616-m04 status: &{Name:ha-425616-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (59.43s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 start --wait true --alsologtostderr -v 5 --driver=docker  --container-runtime=containerd
E0510 17:43:43.507827  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
E0510 17:44:00.276716  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:562: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 start --wait true --alsologtostderr -v 5 --driver=docker  --container-runtime=containerd: (58.497919863s)
ha_test.go:568: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5
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 (59.43s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.78s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (41.57s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 node add --control-plane --alsologtostderr -v 5
E0510 17:45:06.572381  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:607: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 node add --control-plane --alsologtostderr -v 5: (40.486679606s)
ha_test.go:613: (dbg) Run:  out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5
ha_test.go:613: (dbg) Done: out/minikube-linux-arm64 -p ha-425616 status --alsologtostderr -v 5: (1.079655536s)
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (41.57s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (1.05s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd
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.04813754s)
--- PASS: TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (1.05s)

                                                
                                    
x
+
TestJSONOutput/start/Command (81.82s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-arm64 start -p json-output-818324 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=containerd
E0510 17:46:16.409813  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 start -p json-output-818324 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=containerd: (1m21.822257686s)
--- PASS: TestJSONOutput/start/Command (81.82s)

                                                
                                    
x
+
TestJSONOutput/start/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/pause/Command (0.73s)

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

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.69s)

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

                                                
                                    
x
+
TestJSONOutput/unpause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/stop/Command (5.76s)

                                                
                                                
=== RUN   TestJSONOutput/stop/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-arm64 stop -p json-output-818324 --output=json --user=testUser
E0510 17:46:44.117954  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
json_output_test.go:63: (dbg) Done: out/minikube-linux-arm64 stop -p json-output-818324 --output=json --user=testUser: (5.758909563s)
--- PASS: TestJSONOutput/stop/Command (5.76s)

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestErrorJSONOutput (0.23s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"d81a27fb-7cfc-4c4a-8df9-7770708c581a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-081651] minikube v1.35.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"539158c6-c13b-4870-8a31-4471b0d1cc0a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20720"}}
	{"specversion":"1.0","id":"f421ab62-9c31-47a7-ab07-0546bf67e19b","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":"c2fbfd2e-244a-4102-8829-c18c6aec98d9","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig"}}
	{"specversion":"1.0","id":"21d91fa9-51f8-44a2-9b82-188ec9eb2c21","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube"}}
	{"specversion":"1.0","id":"eb603203-6df0-481d-a0fd-0344f0eca157","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":"de2ded7f-d30d-4363-a4b6-09b8e61a0e5d","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"fc838205-2c4b-49c8-8344-4fc1a03f48f9","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-081651" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p json-output-error-081651
--- PASS: TestErrorJSONOutput (0.23s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (42.84s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (35.17s)

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

                                                
                                    
x
+
TestKicExistingNetwork (33.57s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0510 17:48:11.626679  581754 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}}]}"
W0510 17:48:11.641884  581754 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
I0510 17:48:11.641961  581754 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0510 17:48:11.641980  581754 cli_runner.go:164] Run: docker network inspect existing-network
W0510 17:48:11.658052  581754 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0510 17:48:11.658085  581754 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
I0510 17:48:11.658102  581754 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I0510 17:48:11.658309  581754 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}}]}"
I0510 17:48:11.674584  581754 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-1dc04498b9b6 IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:f6:12:8c:08:5c:5e} reservation:<nil>}
I0510 17:48:11.674941  581754 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:0x4001691390}
I0510 17:48:11.674970  581754 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 ...
I0510 17:48:11.675021  581754 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
I0510 17:48:11.731769  581754 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-793805 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-arm64 start -p existing-network-793805 --network=existing-network: (31.41487796s)
helpers_test.go:175: Cleaning up "existing-network-793805" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p existing-network-793805
E0510 17:48:43.507853  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p existing-network-793805: (2.00842952s)
I0510 17:48:45.171412  581754 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (33.57s)

                                                
                                    
x
+
TestKicCustomSubnet (34.47s)

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

                                                
                                    
x
+
TestKicStaticIP (33.73s)

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

                                                
                                    
x
+
TestMainNoArgs (0.06s)

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

                                                
                                    
x
+
TestMinikubeProfile (66.46s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p first-021966 --driver=docker  --container-runtime=containerd
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p first-021966 --driver=docker  --container-runtime=containerd: (29.32936688s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p second-025264 --driver=docker  --container-runtime=containerd
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p second-025264 --driver=docker  --container-runtime=containerd: (31.448385305s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-arm64 profile first-021966
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-025264
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-arm64 profile list -ojson
helpers_test.go:175: Cleaning up "second-025264" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p second-025264
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p second-025264: (2.028994217s)
helpers_test.go:175: Cleaning up "first-021966" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p first-021966
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p first-021966: (2.236599238s)
--- PASS: TestMinikubeProfile (66.46s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (6.59s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (5.95s)

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

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.6s)

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

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.2s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.82s)

                                                
                                                
=== RUN   TestMountStart/serial/RestartStopped
mount_start_test.go:166: (dbg) Run:  out/minikube-linux-arm64 start -p mount-start-2-896466
E0510 17:51:16.408322  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
mount_start_test.go:166: (dbg) Done: out/minikube-linux-arm64 start -p mount-start-2-896466: (6.817063146s)
--- PASS: TestMountStart/serial/RestartStopped (7.82s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (64.32s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-096168 --wait=true --memory=2200 --nodes=2 -v=5 --alsologtostderr --driver=docker  --container-runtime=containerd
multinode_test.go:96: (dbg) Done: out/minikube-linux-arm64 start -p multinode-096168 --wait=true --memory=2200 --nodes=2 -v=5 --alsologtostderr --driver=docker  --container-runtime=containerd: (1m3.779145293s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-arm64 -p multinode-096168 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (64.32s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (15.5s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (1s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (15.79s)

                                                
                                                
=== RUN   TestMultiNode/serial/AddNode
multinode_test.go:121: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-096168 -v=5 --alsologtostderr
multinode_test.go:121: (dbg) Done: out/minikube-linux-arm64 node add -p multinode-096168 -v=5 --alsologtostderr: (15.08945991s)
multinode_test.go:127: (dbg) Run:  out/minikube-linux-arm64 -p multinode-096168 status --alsologtostderr
--- PASS: TestMultiNode/serial/AddNode (15.79s)

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.13s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.82s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (10.11s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.25s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0510 17:53:15.355412  710415 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:53:15.355578  710415 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:53:15.355589  710415 out.go:358] Setting ErrFile to fd 2...
	I0510 17:53:15.355596  710415 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:53:15.355897  710415 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 17:53:15.356107  710415 out.go:352] Setting JSON to false
	I0510 17:53:15.356158  710415 mustload.go:65] Loading cluster: multinode-096168
	I0510 17:53:15.356254  710415 notify.go:220] Checking for updates...
	I0510 17:53:15.356587  710415 config.go:182] Loaded profile config "multinode-096168": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 17:53:15.356613  710415 status.go:174] checking status of multinode-096168 ...
	I0510 17:53:15.357197  710415 cli_runner.go:164] Run: docker container inspect multinode-096168 --format={{.State.Status}}
	I0510 17:53:15.377129  710415 status.go:371] multinode-096168 host status = "Running" (err=<nil>)
	I0510 17:53:15.377155  710415 host.go:66] Checking if "multinode-096168" exists ...
	I0510 17:53:15.377458  710415 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-096168
	I0510 17:53:15.411319  710415 host.go:66] Checking if "multinode-096168" exists ...
	I0510 17:53:15.411634  710415 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0510 17:53:15.411685  710415 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-096168
	I0510 17:53:15.431958  710415 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33644 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/multinode-096168/id_rsa Username:docker}
	I0510 17:53:15.530762  710415 ssh_runner.go:195] Run: systemctl --version
	I0510 17:53:15.535062  710415 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0510 17:53:15.546996  710415 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 17:53:15.605877  710415 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:62 OomKillDisable:true NGoroutines:72 SystemTime:2025-05-10 17:53:15.596473964 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 17:53:15.606453  710415 kubeconfig.go:125] found "multinode-096168" server: "https://192.168.67.2:8443"
	I0510 17:53:15.606490  710415 api_server.go:166] Checking apiserver status ...
	I0510 17:53:15.606531  710415 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0510 17:53:15.617532  710415 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1502/cgroup
	I0510 17:53:15.626925  710415 api_server.go:182] apiserver freezer: "3:freezer:/docker/a86b8de4b689eab5a252f238776e64fd22bffa1d8b058685243f6c6b5dfdcae1/kubepods/burstable/podea873bd8a82e3d1dc1ea76dfa7884aa3/3cd1801a04cdf5a30637b4375e1acd921463383879c7588929ff03743ab6b29e"
	I0510 17:53:15.626990  710415 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/a86b8de4b689eab5a252f238776e64fd22bffa1d8b058685243f6c6b5dfdcae1/kubepods/burstable/podea873bd8a82e3d1dc1ea76dfa7884aa3/3cd1801a04cdf5a30637b4375e1acd921463383879c7588929ff03743ab6b29e/freezer.state
	I0510 17:53:15.635909  710415 api_server.go:204] freezer state: "THAWED"
	I0510 17:53:15.635939  710415 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0510 17:53:15.643482  710415 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0510 17:53:15.643509  710415 status.go:463] multinode-096168 apiserver status = Running (err=<nil>)
	I0510 17:53:15.643520  710415 status.go:176] multinode-096168 status: &{Name:multinode-096168 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0510 17:53:15.643536  710415 status.go:174] checking status of multinode-096168-m02 ...
	I0510 17:53:15.643845  710415 cli_runner.go:164] Run: docker container inspect multinode-096168-m02 --format={{.State.Status}}
	I0510 17:53:15.660856  710415 status.go:371] multinode-096168-m02 host status = "Running" (err=<nil>)
	I0510 17:53:15.660882  710415 host.go:66] Checking if "multinode-096168-m02" exists ...
	I0510 17:53:15.661182  710415 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-096168-m02
	I0510 17:53:15.678121  710415 host.go:66] Checking if "multinode-096168-m02" exists ...
	I0510 17:53:15.678455  710415 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0510 17:53:15.678509  710415 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-096168-m02
	I0510 17:53:15.695777  710415 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33649 SSHKeyPath:/home/jenkins/minikube-integration/20720-576361/.minikube/machines/multinode-096168-m02/id_rsa Username:docker}
	I0510 17:53:15.787203  710415 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0510 17:53:15.798840  710415 status.go:176] multinode-096168-m02 status: &{Name:multinode-096168-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0510 17:53:15.798875  710415 status.go:174] checking status of multinode-096168-m03 ...
	I0510 17:53:15.799169  710415 cli_runner.go:164] Run: docker container inspect multinode-096168-m03 --format={{.State.Status}}
	I0510 17:53:15.815945  710415 status.go:371] multinode-096168-m03 host status = "Stopped" (err=<nil>)
	I0510 17:53:15.815968  710415 status.go:384] host is not running, skipping remaining checks
	I0510 17:53:15.815975  710415 status.go:176] multinode-096168-m03 status: &{Name:multinode-096168-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (7.41s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (83.64s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-096168
multinode_test.go:321: (dbg) Run:  out/minikube-linux-arm64 stop -p multinode-096168
E0510 17:53:43.510918  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:321: (dbg) Done: out/minikube-linux-arm64 stop -p multinode-096168: (24.912527827s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-arm64 start -p multinode-096168 --wait=true -v=5 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-arm64 start -p multinode-096168 --wait=true -v=5 --alsologtostderr: (58.6052645s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-arm64 node list -p multinode-096168
--- PASS: TestMultiNode/serial/RestartKeepsNodes (83.64s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.48s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.92s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0510 17:55:16.238081  719081 out.go:345] Setting OutFile to fd 1 ...
	I0510 17:55:16.238193  719081 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:55:16.238204  719081 out.go:358] Setting ErrFile to fd 2...
	I0510 17:55:16.238209  719081 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 17:55:16.238448  719081 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 17:55:16.238633  719081 out.go:352] Setting JSON to false
	I0510 17:55:16.238669  719081 mustload.go:65] Loading cluster: multinode-096168
	I0510 17:55:16.238765  719081 notify.go:220] Checking for updates...
	I0510 17:55:16.239062  719081 config.go:182] Loaded profile config "multinode-096168": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 17:55:16.239088  719081 status.go:174] checking status of multinode-096168 ...
	I0510 17:55:16.239910  719081 cli_runner.go:164] Run: docker container inspect multinode-096168 --format={{.State.Status}}
	I0510 17:55:16.257307  719081 status.go:371] multinode-096168 host status = "Stopped" (err=<nil>)
	I0510 17:55:16.257330  719081 status.go:384] host is not running, skipping remaining checks
	I0510 17:55:16.257337  719081 status.go:176] multinode-096168 status: &{Name:multinode-096168 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0510 17:55:16.257362  719081 status.go:174] checking status of multinode-096168-m02 ...
	I0510 17:55:16.257787  719081 cli_runner.go:164] Run: docker container inspect multinode-096168-m02 --format={{.State.Status}}
	I0510 17:55:16.279376  719081 status.go:371] multinode-096168-m02 host status = "Stopped" (err=<nil>)
	I0510 17:55:16.279403  719081 status.go:384] host is not running, skipping remaining checks
	I0510 17:55:16.279409  719081 status.go:176] multinode-096168-m02 status: &{Name:multinode-096168-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (48.89s)

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

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (33.11s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	! Profile name 'multinode-096168-m02' is duplicated with machine name 'multinode-096168-m02' in profile 'multinode-096168'
	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-096168-m03 --driver=docker  --container-runtime=containerd
E0510 17:56:16.408338  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:472: (dbg) Done: out/minikube-linux-arm64 start -p multinode-096168-m03 --driver=docker  --container-runtime=containerd: (30.687875028s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-arm64 node add -p multinode-096168
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-arm64 node add -p multinode-096168: exit status 80 (318.429321ms)

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

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

                                                
                                    
x
+
TestPreload (121.98s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-913071 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.24.4
E0510 17:57:39.479973  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:44: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-913071 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.24.4: (1m13.578317572s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-913071 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-arm64 -p test-preload-913071 image pull gcr.io/k8s-minikube/busybox: (2.235172808s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-arm64 stop -p test-preload-913071
preload_test.go:58: (dbg) Done: out/minikube-linux-arm64 stop -p test-preload-913071: (12.012864337s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-arm64 start -p test-preload-913071 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=containerd
preload_test.go:66: (dbg) Done: out/minikube-linux-arm64 start -p test-preload-913071 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=containerd: (31.573442457s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-arm64 -p test-preload-913071 image list
helpers_test.go:175: Cleaning up "test-preload-913071" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p test-preload-913071
E0510 17:58:43.507273  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p test-preload-913071: (2.354272538s)
--- PASS: TestPreload (121.98s)

                                                
                                    
x
+
TestScheduledStopUnix (108.95s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-arm64 start -p scheduled-stop-761157 --memory=2048 --driver=docker  --container-runtime=containerd
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-arm64 start -p scheduled-stop-761157 --memory=2048 --driver=docker  --container-runtime=containerd: (32.331094042s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-761157 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-arm64 status --format={{.TimeToStop}} -p scheduled-stop-761157 -n scheduled-stop-761157
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-761157 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I0510 17:59:17.054020  581754 retry.go:31] will retry after 73.82µs: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.054345  581754 retry.go:31] will retry after 110.056µs: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.055161  581754 retry.go:31] will retry after 325.614µs: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.056252  581754 retry.go:31] will retry after 414.476µs: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.057421  581754 retry.go:31] will retry after 313.595µs: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.058494  581754 retry.go:31] will retry after 771.761µs: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.059586  581754 retry.go:31] will retry after 932.802µs: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.060733  581754 retry.go:31] will retry after 2.014414ms: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.062820  581754 retry.go:31] will retry after 2.000571ms: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.064985  581754 retry.go:31] will retry after 4.416923ms: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.070159  581754 retry.go:31] will retry after 6.395317ms: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.077382  581754 retry.go:31] will retry after 6.187937ms: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.084611  581754 retry.go:31] will retry after 11.063141ms: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.095808  581754 retry.go:31] will retry after 15.812011ms: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.112025  581754 retry.go:31] will retry after 25.830177ms: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
I0510 17:59:17.138251  581754 retry.go:31] will retry after 48.501817ms: open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/scheduled-stop-761157/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-761157 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p scheduled-stop-761157 -n scheduled-stop-761157
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-arm64 status -p scheduled-stop-761157
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-arm64 stop -p scheduled-stop-761157 --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-761157
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p scheduled-stop-761157: exit status 7 (75.577688ms)

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (10.57s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"d2ee4569-d88b-4c01-8e4b-94ee3523fc70","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-252764] minikube v1.35.0 on Ubuntu 20.04 (arm64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"486e5357-de62-4ae5-be34-de39e279eb65","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20720"}}
	{"specversion":"1.0","id":"0b3daa4a-1aa1-40ae-a0b7-e2ee84999aa7","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":"16cc6735-8ab4-44ad-acff-bec1b3b6f0a5","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig"}}
	{"specversion":"1.0","id":"49c7b5e0-1b0f-4d9f-a63b-219062e5789a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube"}}
	{"specversion":"1.0","id":"fbde2917-ad10-4f5c-839b-79e6e2db05a3","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":"29021242-15eb-4a45-9d74-f5c2653bf169","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"3af8b740-97ee-4f27-b1f9-4d5dda690f75","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":"16c14a16-8977-458d-8afc-588a41f465fa","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":"126875cc-0b0f-4134-a4c0-69cb046bcedd","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":"101355c1-9e6e-480a-835a-ff3414233d52","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":"2856ac5c-0cb6-45db-ac1a-e8d5b8dce0ac","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-252764\" primary control-plane node in \"insufficient-storage-252764\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"372b66fb-0971-4574-b502-04d984305706","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-1746731792-20718 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"0ce1798e-19b2-422e-9645-c70d4136f22a","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":"1eca2412-917d-4cb1-a763-65dfa481caaa","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\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-252764 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-arm64 status -p insufficient-storage-252764 --output=json --layout=cluster: exit status 7 (293.728213ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0510 18:00:41.517560  738228 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-252764" does not appear in /home/jenkins/minikube-integration/20720-576361/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0510 18:00:41.816521  738292 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-252764" does not appear in /home/jenkins/minikube-integration/20720-576361/kubeconfig
	E0510 18:00:41.826470  738292 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/insufficient-storage-252764/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (89s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.490973041 start -p running-upgrade-709563 --memory=2200 --vm-driver=docker  --container-runtime=containerd
E0510 18:06:16.409718  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.490973041 start -p running-upgrade-709563 --memory=2200 --vm-driver=docker  --container-runtime=containerd: (49.005121486s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-arm64 start -p running-upgrade-709563 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-arm64 start -p running-upgrade-709563 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (36.482427337s)
helpers_test.go:175: Cleaning up "running-upgrade-709563" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p running-upgrade-709563
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p running-upgrade-709563: (2.612664421s)
--- PASS: TestRunningBinaryUpgrade (89.00s)

                                                
                                    
x
+
TestKubernetesUpgrade (350s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

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

                                                
                                                
-- 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-692552 --memory=2200 --kubernetes-version=v1.33.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
E0510 18:03:43.507904  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:243: (dbg) Done: out/minikube-linux-arm64 start -p kubernetes-upgrade-692552 --memory=2200 --kubernetes-version=v1.33.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (4m37.018085735s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-692552 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-692552 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:269: (dbg) Non-zero exit: out/minikube-linux-arm64 start -p kubernetes-upgrade-692552 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=containerd: exit status 106 (108.479492ms)

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

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

                                                
                                    
x
+
TestMissingContainerUpgrade (204.39s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.1497419544 start -p missing-upgrade-498641 --memory=2200 --driver=docker  --container-runtime=containerd
E0510 18:01:16.409706  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.1497419544 start -p missing-upgrade-498641 --memory=2200 --driver=docker  --container-runtime=containerd: (1m37.355322095s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-498641
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-498641: (10.328190468s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-498641
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-arm64 start -p missing-upgrade-498641 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-arm64 start -p missing-upgrade-498641 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (1m33.69012559s)
helpers_test.go:175: Cleaning up "missing-upgrade-498641" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-arm64 delete -p missing-upgrade-498641
helpers_test.go:178: (dbg) Done: out/minikube-linux-arm64 delete -p missing-upgrade-498641: (2.299700332s)
--- PASS: TestMissingContainerUpgrade (204.39s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.1s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-565931] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	  - MINIKUBE_LOCATION=20720
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.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 (38.96s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (18.57s)

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (6s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/Start
no_kubernetes_test.go:136: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-565931 --no-kubernetes --driver=docker  --container-runtime=containerd
E0510 18:01:46.574060  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
no_kubernetes_test.go:136: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-565931 --no-kubernetes --driver=docker  --container-runtime=containerd: (6.000638889s)
--- PASS: TestNoKubernetes/serial/Start (6.00s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.26s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (0.96s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.19s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (6.86s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoArgs
no_kubernetes_test.go:191: (dbg) Run:  out/minikube-linux-arm64 start -p NoKubernetes-565931 --driver=docker  --container-runtime=containerd
no_kubernetes_test.go:191: (dbg) Done: out/minikube-linux-arm64 start -p NoKubernetes-565931 --driver=docker  --container-runtime=containerd: (6.858904719s)
--- PASS: TestNoKubernetes/serial/StartNoArgs (6.86s)

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.3s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.8s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (84.47s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.3425968 start -p stopped-upgrade-047522 --memory=2200 --vm-driver=docker  --container-runtime=containerd
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.3425968 start -p stopped-upgrade-047522 --memory=2200 --vm-driver=docker  --container-runtime=containerd: (46.546046811s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.3425968 -p stopped-upgrade-047522 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.3425968 -p stopped-upgrade-047522 stop: (1.290610728s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-arm64 start -p stopped-upgrade-047522 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-arm64 start -p stopped-upgrade-047522 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=containerd: (36.628568009s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (84.47s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.08s)

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

                                                
                                    
x
+
TestPause/serial/Start (60.86s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-arm64 start -p pause-757587 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=containerd
pause_test.go:80: (dbg) Done: out/minikube-linux-arm64 start -p pause-757587 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=containerd: (1m0.854983783s)
--- PASS: TestPause/serial/Start (60.86s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (7.08s)

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

                                                
                                    
x
+
TestPause/serial/Pause (1.12s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.43s)

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

                                                
                                                
-- stdout --
	{"Name":"pause-757587","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-757587","StatusCode":200,"StatusName":"OK","Components":{"apiserver":{"Name":"apiserver","StatusCode":418,"StatusName":"Paused"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
--- PASS: TestPause/serial/VerifyStatus (0.43s)

                                                
                                    
x
+
TestPause/serial/Unpause (0.84s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (1.14s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.96s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (0.71s)

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

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (5.82s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0510 18:08:26.243329  780843 out.go:345] Setting OutFile to fd 1 ...
	I0510 18:08:26.243467  780843 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 18:08:26.243478  780843 out.go:358] Setting ErrFile to fd 2...
	I0510 18:08:26.243484  780843 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0510 18:08:26.243759  780843 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20720-576361/.minikube/bin
	I0510 18:08:26.244171  780843 out.go:352] Setting JSON to false
	I0510 18:08:26.245148  780843 start.go:130] hostinfo: {"hostname":"ip-172-31-31-251","uptime":13851,"bootTime":1746886656,"procs":168,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1083-aws","kernelArch":"aarch64","virtualizationSystem":"","virtualizationRole":"","hostId":"982e3628-3742-4b3e-bb63-ac1b07660ec7"}
	I0510 18:08:26.245239  780843 start.go:140] virtualization:  
	I0510 18:08:26.249451  780843 out.go:177] * [false-425459] minikube v1.35.0 on Ubuntu 20.04 (arm64)
	I0510 18:08:26.253890  780843 out.go:177]   - MINIKUBE_LOCATION=20720
	I0510 18:08:26.253990  780843 notify.go:220] Checking for updates...
	I0510 18:08:26.259927  780843 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0510 18:08:26.262893  780843 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20720-576361/kubeconfig
	I0510 18:08:26.265964  780843 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20720-576361/.minikube
	I0510 18:08:26.268887  780843 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-arm64
	I0510 18:08:26.271954  780843 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0510 18:08:26.275880  780843 config.go:182] Loaded profile config "force-systemd-env-751804": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
	I0510 18:08:26.276099  780843 driver.go:404] Setting default libvirt URI to qemu:///system
	I0510 18:08:26.325792  780843 docker.go:123] docker version: linux-28.1.1:Docker Engine - Community
	I0510 18:08:26.325919  780843 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0510 18:08:26.408711  780843 info.go:266] docker info: {ID:EOU5:DNGX:XN6V:L2FZ:UXRM:5TWK:EVUR:KC2F:GT7Z:Y4O4:GB77:5PD3 Containers:2 ContainersRunning:1 ContainersPaused:0 ContainersStopped:1 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:45 OomKillDisable:true NGoroutines:73 SystemTime:2025-05-10 18:08:26.398923217 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1083-aws OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:a
arch64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[::1/128 127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:2 MemTotal:8214831104 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ip-172-31-31-251 Labels:[] ExperimentalBuild:false ServerVersion:28.1.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:05044ec0a9a75232cad458027ca83437aae3f4da Expected:} RuncCommit:{ID:v1.2.5-0-g59923ef Expected:} InitCommit:{ID:de40ad0 Expected:} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErrors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx P
ath:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.23.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.35.1]] Warnings:<nil>}}
	I0510 18:08:26.408839  780843 docker.go:318] overlay module found
	I0510 18:08:26.412475  780843 out.go:177] * Using the docker driver based on user configuration
	I0510 18:08:26.417011  780843 start.go:304] selected driver: docker
	I0510 18:08:26.417037  780843 start.go:908] validating driver "docker" against <nil>
	I0510 18:08:26.417052  780843 start.go:919] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0510 18:08:26.421863  780843 out.go:201] 
	W0510 18:08:26.424847  780843 out.go:270] X Exiting due to MK_USAGE: The "containerd" container runtime requires CNI
	X Exiting due to MK_USAGE: The "containerd" container runtime requires CNI
	I0510 18:08:26.427929  780843 out.go:201] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

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

                                                
                                                
=== 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-493136 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.20.0
E0510 18:11:16.408743  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/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-493136 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.20.0: (2m3.650231965s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (123.65s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-493136 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" [6d2eb9b9-26ba-4684-b259-0080f78e0da9] Pending
helpers_test.go:344: "busybox" [6d2eb9b9-26ba-4684-b259-0080f78e0da9] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [6d2eb9b9-26ba-4684-b259-0080f78e0da9] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 9.003371839s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-493136 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (9.53s)

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

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

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

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

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

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

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

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

                                                
                                                
=== 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-493136 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.20.0
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p old-k8s-version-493136 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.20.0: (1m37.135094823s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p old-k8s-version-493136 -n old-k8s-version-493136
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (97.48s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-663161 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0
E0510 18:13:43.508327  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p no-preload-663161 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0: (1m23.3114413s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (83.31s)

                                                
                                    
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-2tkff" [fd72bf25-9593-40ef-83ca-879442b6440b] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003708465s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-663161 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" [0a63b966-7806-43df-b614-e281ca914d67] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [0a63b966-7806-43df-b614-e281ca914d67] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 9.004211063s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-663161 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (9.37s)

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

                                                
                                                
=== 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-2tkff" [fd72bf25-9593-40ef-83ca-879442b6440b] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003660996s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context old-k8s-version-493136 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.19s)

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-635309 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p embed-certs-635309 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0: (1m34.267020619s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (94.27s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p no-preload-663161 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0
E0510 18:14:19.482257  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/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-663161 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0: (57.492415605s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p no-preload-663161 -n no-preload-663161
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (57.89s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-lqwfk" [192afeb1-34b5-415d-81a5-c8e195e60b3c] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.002872585s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== 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-lqwfk" [192afeb1-34b5-415d-81a5-c8e195e60b3c] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.002854664s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context no-preload-663161 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.12s)

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

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

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

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

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

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

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

                                                
                                                
=== 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-122920 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-122920 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0: (1m50.434095554s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (110.43s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-635309 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" [72a13da8-5252-495d-b8ed-db51988e7888] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [72a13da8-5252-495d-b8ed-db51988e7888] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 8.003969839s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-635309 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (8.45s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p embed-certs-635309 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0
E0510 18:16:16.408336  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/functional-411175/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:50.682518  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:50.688864  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:50.700229  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:50.721613  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:50.763083  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:50.844430  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:51.006631  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:51.328240  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:51.969742  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:53.251542  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:16:55.813028  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/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-635309 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0: (51.408191414s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p embed-certs-635309 -n embed-certs-635309
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (51.76s)

                                                
                                    
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-mb86d" [98ba6231-7b1c-4443-b17a-849f6b3f26d8] Running
E0510 18:17:00.934479  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003230208s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

                                                
                                    
x
+
TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (6.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-mb86d" [98ba6231-7b1c-4443-b17a-849f6b3f26d8] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003075912s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context embed-certs-635309 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (6.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-635309 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250214-acbabc1a
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.25s)

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

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

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

                                                
                                                
-- 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-635309 --alsologtostderr -v=1
E0510 18:17:11.176030  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p embed-certs-635309 -n embed-certs-635309
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p embed-certs-635309 -n embed-certs-635309
--- PASS: TestStartStop/group/embed-certs/serial/Pause (3.16s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-122920 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" [77727c57-8f6b-47b4-92ef-9cf6d2907b0c] Pending
helpers_test.go:344: "busybox" [77727c57-8f6b-47b4-92ef-9cf6d2907b0c] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [77727c57-8f6b-47b4-92ef-9cf6d2907b0c] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 8.004026857s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-122920 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (8.59s)

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

                                                
                                                
=== 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-122920 --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 default-k8s-diff-port-122920 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain: (1.343438623s)
start_stop_delete_test.go:213: (dbg) Run:  kubectl --context default-k8s-diff-port-122920 describe deploy/metrics-server -n kube-system
E0510 18:17:31.657703  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (1.51s)

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

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

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

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

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

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

                                                
                                                
=== 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-122920 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-arm64 start -p default-k8s-diff-port-122920 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0: (54.068270843s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p default-k8s-diff-port-122920 -n default-k8s-diff-port-122920
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (54.59s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-arm64 start -p newest-cni-699656 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0
E0510 18:18:12.618992  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/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-699656 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=containerd --kubernetes-version=v1.33.0: (20.712621113s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Host}} -p newest-cni-699656 -n newest-cni-699656
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (21.08s)

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-arm64 -p newest-cni-699656 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250214-acbabc1a
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.24s)

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

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

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

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

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

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

                                                
                                    
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-4b2n5" [2a8d9fee-1902-47bc-b162-18629341ff84] Running
E0510 18:18:43.508258  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/addons-901642/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003597012s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== 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-4b2n5" [2a8d9fee-1902-47bc-b162-18629341ff84] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003028462s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context default-k8s-diff-port-122920 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.14s)

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

                                                
                                                
=== 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-122920 image list --format=json
start_stop_delete_test.go:302: Found non-minikube image: kindest/kindnetd:v20250214-acbabc1a
start_stop_delete_test.go:302: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.32s)

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

                                                
                                                
=== 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-122920 --alsologtostderr -v=1
start_stop_delete_test.go:309: (dbg) Done: out/minikube-linux-arm64 pause -p default-k8s-diff-port-122920 --alsologtostderr -v=1: (1.117873917s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-122920 -n default-k8s-diff-port-122920
E0510 18:18:51.786737  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:18:51.793067  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:18:51.804405  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:18:51.825781  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:18:51.867129  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:18:51.948407  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-122920 -n default-k8s-diff-port-122920: exit status 2 (472.391329ms)

                                                
                                                
-- 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-122920 -n default-k8s-diff-port-122920
E0510 18:18:52.110224  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:18:52.431824  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:309: (dbg) Non-zero exit: out/minikube-linux-arm64 status --format={{.Kubelet}} -p default-k8s-diff-port-122920 -n default-k8s-diff-port-122920: exit status 2 (513.695781ms)

                                                
                                                
-- 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-122920 --alsologtostderr -v=1
E0510 18:18:53.073155  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:309: (dbg) Done: out/minikube-linux-arm64 unpause -p default-k8s-diff-port-122920 --alsologtostderr -v=1: (1.135015039s)
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.APIServer}} -p default-k8s-diff-port-122920 -n default-k8s-diff-port-122920
start_stop_delete_test.go:309: (dbg) Run:  out/minikube-linux-arm64 status --format={{.Kubelet}} -p default-k8s-diff-port-122920 -n default-k8s-diff-port-122920
E0510 18:18:54.354787  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Pause (4.27s)
E0510 18:24:19.487216  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:21.041822  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:21.048328  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:21.059830  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:21.081268  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:21.122786  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:21.204296  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:21.365958  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:21.688107  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:22.329980  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:23.611830  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:26.174120  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:31.296263  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:41.537920  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:50.776527  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:50.782974  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:50.794526  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:50.816275  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:50.857645  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:50.939127  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:51.100884  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:51.422607  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:52.064993  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:53.346418  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:24:55.907862  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:25:01.029242  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:25:02.019440  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/auto-425459/client.crt: no such file or directory" logger="UnhandledError"

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p flannel-425459 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=containerd
E0510 18:19:02.037620  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:19:12.279774  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p flannel-425459 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=containerd: (52.3423889s)
--- PASS: TestNetworkPlugins/group/flannel/Start (52.34s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p auto-425459 "pgrep -a kubelet"
I0510 18:19:20.639525  581754 config.go:182] Loaded profile config "auto-425459": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.43s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-425459 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-4nxgf" [1694b032-ccb7-46e6-9b19-a22e7f9755e4] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-4nxgf" [1694b032-ccb7-46e6-9b19-a22e7f9755e4] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 10.003644983s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (10.44s)

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

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

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

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

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

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

                                                
                                    
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-bsxs2" [7aac754a-7539-4c8d-be05-0d0ba6a1b069] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.005940984s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p flannel-425459 "pgrep -a kubelet"
I0510 18:19:57.157965  581754 config.go:182] Loaded profile config "flannel-425459": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.38s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-425459 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-5986f" [d9f109a1-37fc-458f-8db6-16724c6e9f0e] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-5986f" [d9f109a1-37fc-458f-8db6-16724c6e9f0e] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 11.004273519s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (11.39s)

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

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

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

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

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

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

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

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

                                                
                                    
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-tpfpb" [80479e31-024b-4d0b-be07-300b79d0e95b] Running / Ready:ContainersNotReady (containers with unready status: [calico-node]) / ContainersReady:ContainersNotReady (containers with unready status: [calico-node])
helpers_test.go:344: "calico-node-tpfpb" [80479e31-024b-4d0b-be07-300b79d0e95b] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.006288852s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p calico-425459 "pgrep -a kubelet"
I0510 18:21:04.552450  581754 config.go:182] Loaded profile config "calico-425459": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.37s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-425459 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-b86th" [146ab3bc-0243-40cd-a9d8-6e5fcf04f538] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-b86th" [146ab3bc-0243-40cd-a9d8-6e5fcf04f538] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 9.010901539s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (9.40s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/HairPin
net_test.go:264: (dbg) Run:  kubectl --context calico-425459 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.43s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p custom-flannel-425459 "pgrep -a kubelet"
I0510 18:21:26.244119  581754 config.go:182] Loaded profile config "custom-flannel-425459": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.43s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-425459 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-7hlbt" [0a358381-46f6-48bb-b26f-2572a22118c1] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-7hlbt" [0a358381-46f6-48bb-b26f-2572a22118c1] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 11.003298598s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (11.39s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p kindnet-425459 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=containerd
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p kindnet-425459 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=containerd: (1m34.890106888s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (94.89s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p bridge-425459 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=containerd
E0510 18:22:18.382541  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/old-k8s-version-493136/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:21.993746  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:22.000949  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:22.012488  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:22.033878  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:22.075838  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:22.157171  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:22.318643  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:22.640607  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:23.282056  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:24.564122  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:27.125997  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:32.248201  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:22:42.490397  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
E0510 18:23:02.972545  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p bridge-425459 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=containerd: (1m18.385322412s)
--- PASS: TestNetworkPlugins/group/bridge/Start (78.39s)

                                                
                                    
x
+
TestNetworkPlugins/group/kindnet/ControllerPod (6s)

                                                
                                                
=== 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-gdc75" [9d9b7882-86ec-429d-aba7-6c2830fc761a] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.003659101s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.00s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p kindnet-425459 "pgrep -a kubelet"
I0510 18:23:18.514353  581754 config.go:182] Loaded profile config "kindnet-425459": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.30s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-425459 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-7fx5p" [929ab1a8-85a5-415f-b694-eb103d5d6011] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-7fx5p" [929ab1a8-85a5-415f-b694-eb103d5d6011] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 8.004640594s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (8.26s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-arm64 ssh -p bridge-425459 "pgrep -a kubelet"
I0510 18:23:23.466972  581754 config.go:182] Loaded profile config "bridge-425459": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
--- PASS: TestNetworkPlugins/group/bridge/KubeletFlags (0.29s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-425459 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-bhbn6" [0b2a8ebc-ff68-4983-8742-098a30d8646c] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-bhbn6" [0b2a8ebc-ff68-4983-8742-098a30d8646c] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 8.004494207s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (8.27s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-arm64 start -p enable-default-cni-425459 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=containerd
E0510 18:23:51.787171  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/no-preload-663161/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-arm64 start -p enable-default-cni-425459 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=containerd: (1m11.780036062s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (71.78s)

                                                
                                    
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-425459 "pgrep -a kubelet"
I0510 18:25:02.817953  581754 config.go:182] Loaded profile config "enable-default-cni-425459": Driver=docker, ContainerRuntime=containerd, KubernetesVersion=v1.33.0
--- PASS: TestNetworkPlugins/group/enable-default-cni/KubeletFlags (0.30s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-425459 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-c4wrb" [f2a7bd3a-a74d-40e1-88b2-28db1923ad1e] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0510 18:25:05.856993  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/default-k8s-diff-port-122920/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-c4wrb" [f2a7bd3a-a74d-40e1-88b2-28db1923ad1e] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 8.00393312s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (8.26s)

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

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

                                                
                                    
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-425459 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z localhost 8080"
E0510 18:25:11.270607  581754 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/flannel-425459/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestNetworkPlugins/group/enable-default-cni/Localhost (0.15s)

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

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

                                                
                                    

Test skip (30/331)

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (0.61s)

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

                                                
                                    
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/GCPAuth/RealCredentials (0.01s)

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

                                                
                                    
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 containerd
--- SKIP: TestDockerFlags (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:1804: 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:480: only validate docker env with docker container runtime, currently testing containerd
--- SKIP: TestFunctional/parallel/DockerEnv (0.00s)

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctionalNewestKubernetes (0s)

                                                
                                                
=== RUN   TestFunctionalNewestKubernetes
functional_test.go:84: 
--- SKIP: TestFunctionalNewestKubernetes (0.00s)

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild (0s)

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

                                                
                                    
x
+
TestChangeNoneUser (0s)

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

                                                
                                    
x
+
TestScheduledStopWindows (0s)

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

                                                
                                    
x
+
TestSkaffold (0s)

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

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (5.08s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/20720-576361/.minikube/ca.crt
extensions:
- extension:
last-update: Sat, 10 May 2025 18:08:20 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: cluster_info
server: https://192.168.85.2:8443
name: force-systemd-flag-500954
contexts:
- context:
cluster: force-systemd-flag-500954
extensions:
- extension:
last-update: Sat, 10 May 2025 18:08:20 UTC
provider: minikube.sigs.k8s.io
version: v1.35.0
name: context_info
namespace: default
user: force-systemd-flag-500954
name: force-systemd-flag-500954
current-context: force-systemd-flag-500954
kind: Config
preferences: {}
users:
- name: force-systemd-flag-500954
user:
client-certificate: /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/force-systemd-flag-500954/client.crt
client-key: /home/jenkins/minikube-integration/20720-576361/.minikube/profiles/force-systemd-flag-500954/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (5.54s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
Copied to clipboard