Test Report: Docker_Linux 20318

                    
                      dd22c410311484da6763aae43511cabe19037b94:2025-01-27:38092
                    
                

Test fail (1/338)

Order failed test Duration
284 TestPause/serial/Start 901.78
x
+
TestPause/serial/Start (901.78s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-amd64 start -p pause-966057 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=docker
pause_test.go:80: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p pause-966057 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=docker: signal: killed (15m0.010428954s)

                                                
                                                
-- stdout --
	* [pause-966057] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=20318
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/20318-732960/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/20318-732960/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Using the docker driver based on user configuration
	* Using Docker driver with root privileges
	* Starting "pause-966057" primary control-plane node in "pause-966057" cluster
	* Pulling base image v0.0.46 ...
	* Creating docker container (CPUs=2, Memory=2048MB) ...
	* Preparing Kubernetes v1.32.1 on Docker 27.4.1 ...
	  - Generating certificates and keys ...
	  - Booting up control plane ...
	  - Configuring RBAC rules ...
	* Configuring bridge CNI (Container Networking Interface) ...
	* Verifying Kubernetes components...

                                                
                                                
-- /stdout --
** stderr ** 
	E0127 11:52:05.486563 1025229 start.go:160] Unable to scale down deployment "coredns" in namespace "kube-system" to 1 replica: non-retryable failure while rescaling coredns deployment: Operation cannot be fulfilled on deployments.apps "coredns": the object has been modified; please apply your changes to the latest version and try again

                                                
                                                
** /stderr **
pause_test.go:82: failed to start minikube with args: "out/minikube-linux-amd64 start -p pause-966057 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=docker" : signal: killed
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestPause/serial/Start]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect pause-966057
helpers_test.go:235: (dbg) docker inspect pause-966057:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "17887611f4a6872cdd63fa00f948be9e9de17404a7ef8204d23e9ad007c5483a",
	        "Created": "2025-01-27T11:51:33.383699934Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 1027477,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2025-01-27T11:51:33.501498609Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:e72c4cbe9b296d8a58fbcae1a7b969fa1cee662cd7b86f2d4efc5e146519cf0a",
	        "ResolvConfPath": "/var/lib/docker/containers/17887611f4a6872cdd63fa00f948be9e9de17404a7ef8204d23e9ad007c5483a/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/17887611f4a6872cdd63fa00f948be9e9de17404a7ef8204d23e9ad007c5483a/hostname",
	        "HostsPath": "/var/lib/docker/containers/17887611f4a6872cdd63fa00f948be9e9de17404a7ef8204d23e9ad007c5483a/hosts",
	        "LogPath": "/var/lib/docker/containers/17887611f4a6872cdd63fa00f948be9e9de17404a7ef8204d23e9ad007c5483a/17887611f4a6872cdd63fa00f948be9e9de17404a7ef8204d23e9ad007c5483a-json.log",
	        "Name": "/pause-966057",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "pause-966057:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "pause-966057",
	            "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": 2147483648,
	            "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": 4294967296,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/1d46ab333601874ba191a12df3a9c470fc5d61bd1fd35c2142fb531cd2d0bee2-init/diff:/var/lib/docker/overlay2/83d959066ccbcbd8323f7218dae5bb5644fd84b3f11929cfb50bd6d4db7ecbff/diff",
	                "MergedDir": "/var/lib/docker/overlay2/1d46ab333601874ba191a12df3a9c470fc5d61bd1fd35c2142fb531cd2d0bee2/merged",
	                "UpperDir": "/var/lib/docker/overlay2/1d46ab333601874ba191a12df3a9c470fc5d61bd1fd35c2142fb531cd2d0bee2/diff",
	                "WorkDir": "/var/lib/docker/overlay2/1d46ab333601874ba191a12df3a9c470fc5d61bd1fd35c2142fb531cd2d0bee2/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "pause-966057",
	                "Source": "/var/lib/docker/volumes/pause-966057/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "pause-966057",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "pause-966057",
	                "name.minikube.sigs.k8s.io": "pause-966057",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "65bf3006c8f47da2732e52ef529b1641ceb1a15c05b0fdf12e460d04e9b45497",
	            "SandboxKey": "/var/run/docker/netns/65bf3006c8f4",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33416"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33417"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33420"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33418"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33419"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "pause-966057": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.94.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:5e:02",
	                    "DriverOpts": null,
	                    "NetworkID": "bbb7144340609221ccaf0e47bc153307c9b54fc2bec12f3454b842159f0dcf18",
	                    "EndpointID": "a36b8b7f04f12bf64870f0e51f7b6455a6dfb93129d72db30a67182ac72209fc",
	                    "Gateway": "192.168.94.1",
	                    "IPAddress": "192.168.94.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DNSNames": [
	                        "pause-966057",
	                        "17887611f4a6"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p pause-966057 -n pause-966057
helpers_test.go:244: <<< TestPause/serial/Start FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestPause/serial/Start]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p pause-966057 logs -n 25
helpers_test.go:252: TestPause/serial/Start logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------|---------------------------|---------|---------|---------------------|---------------------|
	| Command |              Args               |          Profile          |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------|---------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p calico-981568                | calico-981568             | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	| start   | -p enable-default-cni-981568    | enable-default-cni-981568 | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC |                     |
	|         | --memory=3072                   |                           |         |         |                     |                     |
	|         | --alsologtostderr --wait=true   |                           |         |         |                     |                     |
	|         | --wait-timeout=15m              |                           |         |         |                     |                     |
	|         | --enable-default-cni=true       |                           |         |         |                     |                     |
	|         | --driver=docker                 |                           |         |         |                     |                     |
	|         | --container-runtime=docker      |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | cat /etc/nsswitch.conf          |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | cat /etc/hosts                  |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | cat /etc/resolv.conf            |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | crictl pods                     |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | crictl ps --all                 |                           |         |         |                     |                     |
	| ssh     | -p false-981568 pgrep -a        | false-981568              | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | kubelet                         |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | find /etc/cni -type f -exec sh  |                           |         |         |                     |                     |
	|         | -c 'echo {}; cat {}' \;         |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | ip a s                          |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | ip r s                          |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | iptables-save                   |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | iptables -t nat -L -n -v        |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | cat /run/flannel/subnet.env     |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568        | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC |                     |
	|         | sudo cat                        |                           |         |         |                     |                     |
	|         | /etc/kube-flannel/cni-conf.json |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | systemctl status kubelet --all  |                           |         |         |                     |                     |
	|         | --full --no-pager               |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568        | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | sudo systemctl cat kubelet      |                           |         |         |                     |                     |
	|         | --no-pager                      |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | journalctl -xeu kubelet --all   |                           |         |         |                     |                     |
	|         | --full --no-pager               |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568        | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | sudo cat                        |                           |         |         |                     |                     |
	|         | /etc/kubernetes/kubelet.conf    |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568        | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | sudo cat                        |                           |         |         |                     |                     |
	|         | /var/lib/kubelet/config.yaml    |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | systemctl status docker --all   |                           |         |         |                     |                     |
	|         | --full --no-pager               |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568        | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | sudo systemctl cat docker       |                           |         |         |                     |                     |
	|         | --no-pager                      |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | cat /etc/docker/daemon.json     |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC | 27 Jan 25 12:06 UTC |
	|         | docker system info              |                           |         |         |                     |                     |
	| ssh     | -p custom-flannel-981568 sudo   | custom-flannel-981568     | jenkins | v1.35.0 | 27 Jan 25 12:06 UTC |                     |
	|         | systemctl status cri-docker     |                           |         |         |                     |                     |
	|         | --all --full --no-pager         |                           |         |         |                     |                     |
	|---------|---------------------------------|---------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/01/27 12:06:19
	Running on machine: ubuntu-20-agent-14
	Binary: Built with gc go1.23.4 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0127 12:06:19.687557 1206863 out.go:345] Setting OutFile to fd 1 ...
	I0127 12:06:19.687675 1206863 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 12:06:19.687684 1206863 out.go:358] Setting ErrFile to fd 2...
	I0127 12:06:19.687689 1206863 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 12:06:19.687907 1206863 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
	I0127 12:06:19.688690 1206863 out.go:352] Setting JSON to false
	I0127 12:06:19.690791 1206863 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-14","uptime":10127,"bootTime":1737969453,"procs":526,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 12:06:19.690932 1206863 start.go:139] virtualization: kvm guest
	I0127 12:06:19.694150 1206863 out.go:177] * [enable-default-cni-981568] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0127 12:06:19.695635 1206863 out.go:177]   - MINIKUBE_LOCATION=20318
	I0127 12:06:19.695668 1206863 notify.go:220] Checking for updates...
	I0127 12:06:19.698368 1206863 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 12:06:19.699610 1206863 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20318-732960/kubeconfig
	I0127 12:06:19.701017 1206863 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20318-732960/.minikube
	I0127 12:06:19.702240 1206863 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0127 12:06:19.703448 1206863 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 12:06:19.705285 1206863 config.go:182] Loaded profile config "custom-flannel-981568": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
	I0127 12:06:19.705425 1206863 config.go:182] Loaded profile config "false-981568": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
	I0127 12:06:19.705547 1206863 config.go:182] Loaded profile config "pause-966057": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
	I0127 12:06:19.705645 1206863 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 12:06:19.733167 1206863 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 12:06:19.733273 1206863 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 12:06:19.797629 1206863 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:3 ContainersPaused:0 ContainersStopped:0 Images: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:49 OomKillDisable:true NGoroutines:74 SystemTime:2025-01-27 12:06:19.787734319 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 12:06:19.797738 1206863 docker.go:318] overlay module found
	I0127 12:06:19.799782 1206863 out.go:177] * Using the docker driver based on user configuration
	I0127 12:06:19.800945 1206863 start.go:297] selected driver: docker
	I0127 12:06:19.800969 1206863 start.go:901] validating driver "docker" against <nil>
	I0127 12:06:19.800984 1206863 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 12:06:19.802283 1206863 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 12:06:19.862971 1206863 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:3 ContainersPaused:0 ContainersStopped:0 Images: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:49 OomKillDisable:true NGoroutines:74 SystemTime:2025-01-27 12:06:19.852520321 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 12:06:19.863234 1206863 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	E0127 12:06:19.863537 1206863 start_flags.go:464] Found deprecated --enable-default-cni flag, setting --cni=bridge
	I0127 12:06:19.863577 1206863 start_flags.go:947] Waiting for all components: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0127 12:06:19.865624 1206863 out.go:177] * Using Docker driver with root privileges
	I0127 12:06:19.867196 1206863 cni.go:84] Creating CNI manager for "bridge"
	I0127 12:06:19.867226 1206863 start_flags.go:319] Found "bridge CNI" CNI - setting NetworkPlugin=cni
	I0127 12:06:19.867321 1206863 start.go:340] cluster config:
	{Name:enable-default-cni-981568 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:3072 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:enable-default-cni-981568 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:bridge} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:15m0s 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: SSHAu
thSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 12:06:19.868932 1206863 out.go:177] * Starting "enable-default-cni-981568" primary control-plane node in "enable-default-cni-981568" cluster
	I0127 12:06:19.870280 1206863 cache.go:121] Beginning downloading kic base image for docker with docker
	I0127 12:06:19.871745 1206863 out.go:177] * Pulling base image v0.0.46 ...
	I0127 12:06:19.873007 1206863 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime docker
	I0127 12:06:19.873050 1206863 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20318-732960/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-docker-overlay2-amd64.tar.lz4
	I0127 12:06:19.873061 1206863 cache.go:56] Caching tarball of preloaded images
	I0127 12:06:19.873118 1206863 image.go:81] Checking for gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon
	I0127 12:06:19.873158 1206863 preload.go:172] Found /home/jenkins/minikube-integration/20318-732960/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-docker-overlay2-amd64.tar.lz4 in cache, skipping download
	I0127 12:06:19.873173 1206863 cache.go:59] Finished verifying existence of preloaded tar for v1.32.1 on docker
	I0127 12:06:19.873279 1206863 profile.go:143] Saving config to /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/enable-default-cni-981568/config.json ...
	I0127 12:06:19.873314 1206863 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/enable-default-cni-981568/config.json: {Name:mk12b75a285ec803c8baba5f569c665efd45517e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0127 12:06:19.896630 1206863 image.go:100] Found gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 in local docker daemon, skipping pull
	I0127 12:06:19.896662 1206863 cache.go:145] gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 exists in daemon, skipping load
	I0127 12:06:19.896692 1206863 cache.go:227] Successfully downloaded all kic artifacts
	I0127 12:06:19.896738 1206863 start.go:360] acquireMachinesLock for enable-default-cni-981568: {Name:mk7f5ed90897847cc70c8c69678e5f52f0e18a4c Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0127 12:06:19.896859 1206863 start.go:364] duration metric: took 98.904µs to acquireMachinesLock for "enable-default-cni-981568"
	I0127 12:06:19.896891 1206863 start.go:93] Provisioning new machine with config: &{Name:enable-default-cni-981568 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:3072 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:enable-default-cni-981568 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:bridge} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:15m0s 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:fal
se CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.32.1 ContainerRuntime:docker ControlPlane:true Worker:true}
	I0127 12:06:19.897006 1206863 start.go:125] createHost starting for "" (driver="docker")
	I0127 12:06:19.564874 1194893 pod_ready.go:93] pod "coredns-668d6bf9bc-sz944" in "kube-system" namespace has status "Ready":"True"
	I0127 12:06:19.564903 1194893 pod_ready.go:82] duration metric: took 511.911347ms for pod "coredns-668d6bf9bc-sz944" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:19.564920 1194893 pod_ready.go:79] waiting up to 15m0s for pod "etcd-false-981568" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:19.573319 1194893 pod_ready.go:93] pod "etcd-false-981568" in "kube-system" namespace has status "Ready":"True"
	I0127 12:06:19.573349 1194893 pod_ready.go:82] duration metric: took 8.420226ms for pod "etcd-false-981568" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:19.573363 1194893 pod_ready.go:79] waiting up to 15m0s for pod "kube-apiserver-false-981568" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:19.578870 1194893 pod_ready.go:93] pod "kube-apiserver-false-981568" in "kube-system" namespace has status "Ready":"True"
	I0127 12:06:19.578893 1194893 pod_ready.go:82] duration metric: took 5.522598ms for pod "kube-apiserver-false-981568" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:19.578903 1194893 pod_ready.go:79] waiting up to 15m0s for pod "kube-controller-manager-false-981568" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:19.582972 1194893 pod_ready.go:93] pod "kube-controller-manager-false-981568" in "kube-system" namespace has status "Ready":"True"
	I0127 12:06:19.582997 1194893 pod_ready.go:82] duration metric: took 4.086143ms for pod "kube-controller-manager-false-981568" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:19.583013 1194893 pod_ready.go:79] waiting up to 15m0s for pod "kube-proxy-6mzf4" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:19.850809 1194893 pod_ready.go:93] pod "kube-proxy-6mzf4" in "kube-system" namespace has status "Ready":"True"
	I0127 12:06:19.850846 1194893 pod_ready.go:82] duration metric: took 267.824698ms for pod "kube-proxy-6mzf4" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:19.850863 1194893 pod_ready.go:79] waiting up to 15m0s for pod "kube-scheduler-false-981568" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:20.250805 1194893 pod_ready.go:93] pod "kube-scheduler-false-981568" in "kube-system" namespace has status "Ready":"True"
	I0127 12:06:20.250834 1194893 pod_ready.go:82] duration metric: took 399.960443ms for pod "kube-scheduler-false-981568" in "kube-system" namespace to be "Ready" ...
	I0127 12:06:20.250850 1194893 pod_ready.go:39] duration metric: took 7.261131829s for extra waiting for all system-critical and pods with labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0127 12:06:20.250874 1194893 api_server.go:52] waiting for apiserver process to appear ...
	I0127 12:06:20.250932 1194893 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 12:06:20.265275 1194893 api_server.go:72] duration metric: took 8.884850497s to wait for apiserver process to appear ...
	I0127 12:06:20.265307 1194893 api_server.go:88] waiting for apiserver healthz status ...
	I0127 12:06:20.265331 1194893 api_server.go:253] Checking apiserver healthz at https://192.168.85.2:8443/healthz ...
	I0127 12:06:20.270956 1194893 api_server.go:279] https://192.168.85.2:8443/healthz returned 200:
	ok
	I0127 12:06:20.272291 1194893 api_server.go:141] control plane version: v1.32.1
	I0127 12:06:20.272322 1194893 api_server.go:131] duration metric: took 7.007062ms to wait for apiserver health ...
	I0127 12:06:20.272332 1194893 system_pods.go:43] waiting for kube-system pods to appear ...
	I0127 12:06:20.453812 1194893 system_pods.go:59] 7 kube-system pods found
	I0127 12:06:20.453852 1194893 system_pods.go:61] "coredns-668d6bf9bc-sz944" [bac339cd-896c-447e-97d4-f2718a7d73c4] Running
	I0127 12:06:20.453860 1194893 system_pods.go:61] "etcd-false-981568" [95bc7b49-2f05-49d6-9f52-4ea62a529b33] Running
	I0127 12:06:20.453865 1194893 system_pods.go:61] "kube-apiserver-false-981568" [50b35eb5-8cf5-45ec-adc8-1c82729e5ad6] Running
	I0127 12:06:20.453871 1194893 system_pods.go:61] "kube-controller-manager-false-981568" [aa369ef9-0003-4fbf-93f5-1a96e9dacdfd] Running
	I0127 12:06:20.453875 1194893 system_pods.go:61] "kube-proxy-6mzf4" [bc0f0ebf-2bc4-4027-9166-9eba1ba8fd9b] Running
	I0127 12:06:20.453882 1194893 system_pods.go:61] "kube-scheduler-false-981568" [920c8a0d-0dc5-49cd-9287-2d0a9670a7d9] Running
	I0127 12:06:20.453893 1194893 system_pods.go:61] "storage-provisioner" [2ff7ccc1-397d-469f-8281-476fb0f97e81] Running
	I0127 12:06:20.453903 1194893 system_pods.go:74] duration metric: took 181.56231ms to wait for pod list to return data ...
	I0127 12:06:20.453917 1194893 default_sa.go:34] waiting for default service account to be created ...
	I0127 12:06:20.650998 1194893 default_sa.go:45] found service account: "default"
	I0127 12:06:20.651030 1194893 default_sa.go:55] duration metric: took 197.102896ms for default service account to be created ...
	I0127 12:06:20.651043 1194893 system_pods.go:137] waiting for k8s-apps to be running ...
	I0127 12:06:20.853180 1194893 system_pods.go:87] 7 kube-system pods found
	I0127 12:06:21.051392 1194893 system_pods.go:105] "coredns-668d6bf9bc-sz944" [bac339cd-896c-447e-97d4-f2718a7d73c4] Running
	I0127 12:06:21.051424 1194893 system_pods.go:105] "etcd-false-981568" [95bc7b49-2f05-49d6-9f52-4ea62a529b33] Running
	I0127 12:06:21.051432 1194893 system_pods.go:105] "kube-apiserver-false-981568" [50b35eb5-8cf5-45ec-adc8-1c82729e5ad6] Running
	I0127 12:06:21.051442 1194893 system_pods.go:105] "kube-controller-manager-false-981568" [aa369ef9-0003-4fbf-93f5-1a96e9dacdfd] Running
	I0127 12:06:21.051449 1194893 system_pods.go:105] "kube-proxy-6mzf4" [bc0f0ebf-2bc4-4027-9166-9eba1ba8fd9b] Running
	I0127 12:06:21.051457 1194893 system_pods.go:105] "kube-scheduler-false-981568" [920c8a0d-0dc5-49cd-9287-2d0a9670a7d9] Running
	I0127 12:06:21.051468 1194893 system_pods.go:105] "storage-provisioner" [2ff7ccc1-397d-469f-8281-476fb0f97e81] Running
	I0127 12:06:21.051478 1194893 system_pods.go:147] duration metric: took 400.426537ms to wait for k8s-apps to be running ...
	I0127 12:06:21.051490 1194893 system_svc.go:44] waiting for kubelet service to be running ....
	I0127 12:06:21.051547 1194893 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 12:06:21.066093 1194893 system_svc.go:56] duration metric: took 14.591135ms WaitForService to wait for kubelet
	I0127 12:06:21.066134 1194893 kubeadm.go:582] duration metric: took 9.685714015s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0127 12:06:21.066158 1194893 node_conditions.go:102] verifying NodePressure condition ...
	I0127 12:06:21.250947 1194893 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0127 12:06:21.250976 1194893 node_conditions.go:123] node cpu capacity is 8
	I0127 12:06:21.250992 1194893 node_conditions.go:105] duration metric: took 184.82811ms to run NodePressure ...
	I0127 12:06:21.251007 1194893 start.go:241] waiting for startup goroutines ...
	I0127 12:06:21.251016 1194893 start.go:246] waiting for cluster config update ...
	I0127 12:06:21.251031 1194893 start.go:255] writing updated cluster config ...
	I0127 12:06:21.251352 1194893 ssh_runner.go:195] Run: rm -f paused
	I0127 12:06:21.310359 1194893 start.go:600] kubectl: 1.32.1, cluster: 1.32.1 (minor skew: 0)
	I0127 12:06:21.312622 1194893 out.go:177] * Done! kubectl is now configured to use "false-981568" cluster and "default" namespace by default
	I0127 12:06:19.898994 1206863 out.go:235] * Creating docker container (CPUs=2, Memory=3072MB) ...
	I0127 12:06:19.899295 1206863 start.go:159] libmachine.API.Create for "enable-default-cni-981568" (driver="docker")
	I0127 12:06:19.899333 1206863 client.go:168] LocalClient.Create starting
	I0127 12:06:19.899421 1206863 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/20318-732960/.minikube/certs/ca.pem
	I0127 12:06:19.899470 1206863 main.go:141] libmachine: Decoding PEM data...
	I0127 12:06:19.899494 1206863 main.go:141] libmachine: Parsing certificate...
	I0127 12:06:19.899568 1206863 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/20318-732960/.minikube/certs/cert.pem
	I0127 12:06:19.899597 1206863 main.go:141] libmachine: Decoding PEM data...
	I0127 12:06:19.899610 1206863 main.go:141] libmachine: Parsing certificate...
	I0127 12:06:19.900004 1206863 cli_runner.go:164] Run: docker network inspect enable-default-cni-981568 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	W0127 12:06:19.918403 1206863 cli_runner.go:211] docker network inspect enable-default-cni-981568 --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
	I0127 12:06:19.918476 1206863 network_create.go:284] running [docker network inspect enable-default-cni-981568] to gather additional debugging logs...
	I0127 12:06:19.918496 1206863 cli_runner.go:164] Run: docker network inspect enable-default-cni-981568
	W0127 12:06:19.936355 1206863 cli_runner.go:211] docker network inspect enable-default-cni-981568 returned with exit code 1
	I0127 12:06:19.936384 1206863 network_create.go:287] error running [docker network inspect enable-default-cni-981568]: docker network inspect enable-default-cni-981568: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network enable-default-cni-981568 not found
	I0127 12:06:19.936397 1206863 network_create.go:289] output of [docker network inspect enable-default-cni-981568]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network enable-default-cni-981568 not found
	
	** /stderr **
	I0127 12:06:19.936521 1206863 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
	I0127 12:06:19.956518 1206863 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-fd0ebbfc036c IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:4b:59:04:a5} reservation:<nil>}
	I0127 12:06:19.957347 1206863 network.go:211] skipping subnet 192.168.58.0/24 that is taken: &{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:br-c8e661517e01 IfaceIPv4:192.168.58.1 IfaceMTU:1500 IfaceMAC:02:42:5d:9d:77:44} reservation:<nil>}
	I0127 12:06:19.958267 1206863 network.go:211] skipping subnet 192.168.67.0/24 that is taken: &{IP:192.168.67.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.67.0/24 Gateway:192.168.67.1 ClientMin:192.168.67.2 ClientMax:192.168.67.254 Broadcast:192.168.67.255 IsPrivate:true Interface:{IfaceName:br-dbf36381b130 IfaceIPv4:192.168.67.1 IfaceMTU:1500 IfaceMAC:02:42:36:5f:6d:da} reservation:<nil>}
	I0127 12:06:19.959352 1206863 network.go:206] using free private subnet 192.168.76.0/24: &{IP:192.168.76.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.76.0/24 Gateway:192.168.76.1 ClientMin:192.168.76.2 ClientMax:192.168.76.254 Broadcast:192.168.76.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc001d75c20}
	I0127 12:06:19.959378 1206863 network_create.go:124] attempt to create docker network enable-default-cni-981568 192.168.76.0/24 with gateway 192.168.76.1 and MTU of 1500 ...
	I0127 12:06:19.959428 1206863 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.76.0/24 --gateway=192.168.76.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=enable-default-cni-981568 enable-default-cni-981568
	I0127 12:06:20.038428 1206863 network_create.go:108] docker network enable-default-cni-981568 192.168.76.0/24 created
	I0127 12:06:20.038463 1206863 kic.go:121] calculated static IP "192.168.76.2" for the "enable-default-cni-981568" container
	I0127 12:06:20.038522 1206863 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0127 12:06:20.059618 1206863 cli_runner.go:164] Run: docker volume create enable-default-cni-981568 --label name.minikube.sigs.k8s.io=enable-default-cni-981568 --label created_by.minikube.sigs.k8s.io=true
	I0127 12:06:20.080065 1206863 oci.go:103] Successfully created a docker volume enable-default-cni-981568
	I0127 12:06:20.080160 1206863 cli_runner.go:164] Run: docker run --rm --name enable-default-cni-981568-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=enable-default-cni-981568 --entrypoint /usr/bin/test -v enable-default-cni-981568:/var gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -d /var/lib
	I0127 12:06:20.644379 1206863 oci.go:107] Successfully prepared a docker volume enable-default-cni-981568
	I0127 12:06:20.644425 1206863 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime docker
	I0127 12:06:20.644451 1206863 kic.go:194] Starting extracting preloaded images to volume ...
	I0127 12:06:20.644519 1206863 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20318-732960/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v enable-default-cni-981568:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir
	I0127 12:06:24.149148 1206863 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/20318-732960/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-docker-overlay2-amd64.tar.lz4:/preloaded.tar:ro -v enable-default-cni-981568:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 -I lz4 -xf /preloaded.tar -C /extractDir: (3.504569178s)
	I0127 12:06:24.149183 1206863 kic.go:203] duration metric: took 3.504728089s to extract preloaded images to volume ...
	W0127 12:06:24.149319 1206863 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0127 12:06:24.149440 1206863 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0127 12:06:24.209244 1206863 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 enable-default-cni-981568 --name enable-default-cni-981568 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=enable-default-cni-981568 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=enable-default-cni-981568 --network enable-default-cni-981568 --ip 192.168.76.2 --volume enable-default-cni-981568:/var --security-opt apparmor=unconfined --memory=3072mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279
	I0127 12:06:24.571865 1206863 cli_runner.go:164] Run: docker container inspect enable-default-cni-981568 --format={{.State.Running}}
	I0127 12:06:24.597405 1206863 cli_runner.go:164] Run: docker container inspect enable-default-cni-981568 --format={{.State.Status}}
	I0127 12:06:24.621030 1206863 cli_runner.go:164] Run: docker exec enable-default-cni-981568 stat /var/lib/dpkg/alternatives/iptables
	I0127 12:06:24.680609 1206863 oci.go:144] the created container "enable-default-cni-981568" has a running status.
	I0127 12:06:24.680779 1206863 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/20318-732960/.minikube/machines/enable-default-cni-981568/id_rsa...
	
	
	==> Docker <==
	Jan 27 11:51:40 pause-966057 dockerd[1372]: time="2025-01-27T11:51:40.364719390Z" level=info msg="Docker daemon" commit=c710b88 containerd-snapshotter=false storage-driver=overlay2 version=27.4.1
	Jan 27 11:51:40 pause-966057 dockerd[1372]: time="2025-01-27T11:51:40.364809007Z" level=info msg="Daemon has completed initialization"
	Jan 27 11:51:40 pause-966057 dockerd[1372]: time="2025-01-27T11:51:40.389196656Z" level=info msg="API listen on [::]:2376"
	Jan 27 11:51:40 pause-966057 dockerd[1372]: time="2025-01-27T11:51:40.389222462Z" level=info msg="API listen on /var/run/docker.sock"
	Jan 27 11:51:40 pause-966057 systemd[1]: Started Docker Application Container Engine.
	Jan 27 11:51:41 pause-966057 systemd[1]: Starting CRI Interface for Docker Application Container Engine...
	Jan 27 11:51:41 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:41Z" level=info msg="Starting cri-dockerd dev (HEAD)"
	Jan 27 11:51:41 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:41Z" level=info msg="Connecting to docker on the Endpoint unix:///var/run/docker.sock"
	Jan 27 11:51:41 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:41Z" level=info msg="Start docker client with request timeout 0s"
	Jan 27 11:51:41 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:41Z" level=info msg="Hairpin mode is set to hairpin-veth"
	Jan 27 11:51:41 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:41Z" level=info msg="Loaded network plugin cni"
	Jan 27 11:51:41 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:41Z" level=info msg="Docker cri networking managed by network plugin cni"
	Jan 27 11:51:41 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:41Z" level=info msg="Setting cgroupDriver cgroupfs"
	Jan 27 11:51:41 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:41Z" level=info msg="Docker cri received runtime config &RuntimeConfig{NetworkConfig:&NetworkConfig{PodCidr:,},}"
	Jan 27 11:51:41 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:41Z" level=info msg="Starting the GRPC backend for the Docker CRI interface."
	Jan 27 11:51:41 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:41Z" level=info msg="Start cri-dockerd grpc backend"
	Jan 27 11:51:41 pause-966057 systemd[1]: Started CRI Interface for Docker Application Container Engine.
	Jan 27 11:51:54 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:54Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/9bc9b6b75bcfa8c52969f6fb5358ff2abb87b240177315ce2f23372ec7479d39/resolv.conf as [nameserver 192.168.94.1 search us-east4-a.c.k8s-minikube.internal c.k8s-minikube.internal google.internal options edns0 trust-ad ndots:0]"
	Jan 27 11:51:54 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:54Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/ddd57952f05e420210945acf2ca8a77ef223a6ff4a830be65f922cf519c7c62f/resolv.conf as [nameserver 192.168.94.1 search us-east4-a.c.k8s-minikube.internal c.k8s-minikube.internal google.internal options trust-ad ndots:0 edns0]"
	Jan 27 11:51:54 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:54Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/706997de5107d17f7a64729da9ed0e9162c7405d1bfd7f99f8c766888099c1ed/resolv.conf as [nameserver 192.168.94.1 search us-east4-a.c.k8s-minikube.internal c.k8s-minikube.internal google.internal options edns0 trust-ad ndots:0]"
	Jan 27 11:51:54 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:51:54Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/7afbab0d612e433869316e5eaa6d64adab81a2d758734537057a5940a3e2314f/resolv.conf as [nameserver 192.168.94.1 search us-east4-a.c.k8s-minikube.internal c.k8s-minikube.internal google.internal options ndots:0 edns0 trust-ad]"
	Jan 27 11:52:06 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:52:06Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/7c401b8594cf85c9a980ed3293dd46e75bef3d370e32a5c614278b9bcab68f8b/resolv.conf as [nameserver 192.168.94.1 search us-east4-a.c.k8s-minikube.internal c.k8s-minikube.internal google.internal options edns0 trust-ad ndots:0]"
	Jan 27 11:52:06 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:52:06Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/919d8a42975ad71427d1a13036ef8c2468ebf15e3a79a100d7923249f4d2f887/resolv.conf as [nameserver 192.168.94.1 search us-east4-a.c.k8s-minikube.internal c.k8s-minikube.internal google.internal options edns0 trust-ad ndots:0]"
	Jan 27 11:52:06 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:52:06Z" level=info msg="Will attempt to re-write config file /var/lib/docker/containers/2f0b236a142fda0e1998324b72705f531cd2df06d90459015d77dc163f1d92da/resolv.conf as [nameserver 192.168.94.1 search us-east4-a.c.k8s-minikube.internal c.k8s-minikube.internal google.internal options edns0 trust-ad ndots:0]"
	Jan 27 11:52:11 pause-966057 cri-dockerd[1646]: time="2025-01-27T11:52:11Z" level=info msg="Docker cri received runtime config &RuntimeConfig{NetworkConfig:&NetworkConfig{PodCidr:10.244.0.0/24,},}"
	
	
	==> container status <==
	CONTAINER           IMAGE               CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	f4f59eb4fcdef       c69fa2e9cbf5f       14 minutes ago      Running             coredns                   0                   919d8a42975ad       coredns-668d6bf9bc-jqmxl
	3afa59f0ab5ab       e29f9c7391fd9       14 minutes ago      Running             kube-proxy                0                   2f0b236a142fd       kube-proxy-8gdm9
	16a085131f106       c69fa2e9cbf5f       14 minutes ago      Running             coredns                   0                   7c401b8594cf8       coredns-668d6bf9bc-9qph4
	822ee588e0772       95c0bda56fc4d       14 minutes ago      Running             kube-apiserver            0                   7afbab0d612e4       kube-apiserver-pause-966057
	603c6e45fc787       019ee182b58e2       14 minutes ago      Running             kube-controller-manager   0                   706997de5107d       kube-controller-manager-pause-966057
	5874f9a6bf9a5       2b0d6572d062c       14 minutes ago      Running             kube-scheduler            0                   ddd57952f05e4       kube-scheduler-pause-966057
	59ca7d1c4a3bc       a9e7e6b294baf       14 minutes ago      Running             etcd                      0                   9bc9b6b75bcfa       etcd-pause-966057
	
	
	==> coredns [16a085131f10] <==
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[WARNING] plugin/kubernetes: starting server with unsynced Kubernetes API
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = c7556d8fdf49c5e32a9077be8cfb9fc6947bb07e663a10d55b192eb63ad1f2bd9793e8e5f5a36fc9abb1957831eec5c997fd9821790e3990ae9531bf41ecea37
	CoreDNS-1.11.3
	linux/amd64, go1.21.11, a6338e9
	[INFO] 127.0.0.1:37614 - 56057 "HINFO IN 4119459429824991052.6882402577518085140. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.010365492s
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.Service: Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	[INFO] plugin/kubernetes: Trace[1034005533]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229 (27-Jan-2025 11:52:06.672) (total time: 30000ms):
	Trace[1034005533]: ---"Objects listed" error:Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout 30000ms (11:52:36.673)
	Trace[1034005533]: [30.000704156s] [30.000704156s] END
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.Namespace: failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	[INFO] plugin/kubernetes: Trace[1122865068]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229 (27-Jan-2025 11:52:06.672) (total time: 30000ms):
	Trace[1122865068]: ---"Objects listed" error:Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout 30000ms (11:52:36.673)
	Trace[1122865068]: [30.000759344s] [30.000759344s] END
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.Service: failed to list *v1.Service: Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.EndpointSlice: Get "https://10.96.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	[INFO] plugin/kubernetes: Trace[1613898332]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229 (27-Jan-2025 11:52:06.672) (total time: 30000ms):
	Trace[1613898332]: ---"Objects listed" error:Get "https://10.96.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout 30000ms (11:52:36.673)
	Trace[1613898332]: [30.000665775s] [30.000665775s] END
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.EndpointSlice: failed to list *v1.EndpointSlice: Get "https://10.96.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	
	
	==> coredns [f4f59eb4fcde] <==
	[WARNING] plugin/kubernetes: starting server with unsynced Kubernetes API
	.:53
	[INFO] plugin/reload: Running configuration SHA512 = c7556d8fdf49c5e32a9077be8cfb9fc6947bb07e663a10d55b192eb63ad1f2bd9793e8e5f5a36fc9abb1957831eec5c997fd9821790e3990ae9531bf41ecea37
	CoreDNS-1.11.3
	linux/amd64, go1.21.11, a6338e9
	[INFO] 127.0.0.1:48047 - 43984 "HINFO IN 4672111443383488671.4843245864462572254. udp 57 false 512" NXDOMAIN qr,rd,ra 57 0.013976804s
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/ready: Still waiting on: "kubernetes"
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.EndpointSlice: Get "https://10.96.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	[INFO] plugin/kubernetes: Trace[224861599]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229 (27-Jan-2025 11:52:06.747) (total time: 30000ms):
	Trace[224861599]: ---"Objects listed" error:Get "https://10.96.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout 30000ms (11:52:36.747)
	Trace[224861599]: [30.000723474s] [30.000723474s] END
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	[INFO] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: failed to list *v1.Service: Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	[INFO] plugin/kubernetes: Trace[764812613]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229 (27-Jan-2025 11:52:06.747) (total time: 30000ms):
	Trace[764812613]: ---"Objects listed" error:Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout 30000ms (11:52:36.747)
	Trace[764812613]: [30.000969174s] [30.000969174s] END
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.Service: failed to list *v1.Service: Get "https://10.96.0.1:443/api/v1/services?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	[INFO] plugin/kubernetes: Trace[1687304521]: "Reflector ListAndWatch" name:pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229 (27-Jan-2025 11:52:06.747) (total time: 30000ms):
	Trace[1687304521]: ---"Objects listed" error:Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout 30000ms (11:52:36.747)
	Trace[1687304521]: [30.000966014s] [30.000966014s] END
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.Namespace: failed to list *v1.Namespace: Get "https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	[ERROR] plugin/kubernetes: pkg/mod/k8s.io/client-go@v0.29.3/tools/cache/reflector.go:229: Failed to watch *v1.EndpointSlice: failed to list *v1.EndpointSlice: Get "https://10.96.0.1:443/apis/discovery.k8s.io/v1/endpointslices?limit=500&resourceVersion=0": dial tcp 10.96.0.1:443: i/o timeout
	
	
	==> describe nodes <==
	Name:               pause-966057
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=pause-966057
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=21d19df81a8d69cdaec1a8f1932c09dc00369650
	                    minikube.k8s.io/name=pause-966057
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2025_01_27T11_52_01_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:///var/run/cri-dockerd.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 27 Jan 2025 11:51:59 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  pause-966057
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 27 Jan 2025 12:06:27 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 27 Jan 2025 12:02:32 +0000   Mon, 27 Jan 2025 11:51:59 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 27 Jan 2025 12:02:32 +0000   Mon, 27 Jan 2025 11:51:59 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 27 Jan 2025 12:02:32 +0000   Mon, 27 Jan 2025 11:51:59 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 27 Jan 2025 12:02:32 +0000   Mon, 27 Jan 2025 11:52:01 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.94.2
	  Hostname:    pause-966057
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859364Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859364Ki
	  pods:               110
	System Info:
	  Machine ID:                 403c9f482f8a42cb920f2174a1fc5108
	  System UUID:                8930be97-03c1-4e51-8e64-a50b4cee0ce7
	  Boot ID:                    8be9b8aa-e32f-4f6e-8bc2-f041e27fdb85
	  Kernel Version:             5.15.0-1074-gcp
	  OS Image:                   Ubuntu 22.04.5 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  docker://27.4.1
	  Kubelet Version:            v1.32.1
	  Kube-Proxy Version:         v1.32.1
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (7 in total)
	  Namespace                   Name                                    CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                    ------------  ----------  ---------------  -------------  ---
	  kube-system                 coredns-668d6bf9bc-9qph4                100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     14m
	  kube-system                 coredns-668d6bf9bc-jqmxl                100m (1%)     0 (0%)      70Mi (0%)        170Mi (0%)     14m
	  kube-system                 etcd-pause-966057                       100m (1%)     0 (0%)      100Mi (0%)       0 (0%)         14m
	  kube-system                 kube-apiserver-pause-966057             250m (3%)     0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 kube-controller-manager-pause-966057    200m (2%)     0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 kube-proxy-8gdm9                        0 (0%)        0 (0%)      0 (0%)           0 (0%)         14m
	  kube-system                 kube-scheduler-pause-966057             100m (1%)     0 (0%)      0 (0%)           0 (0%)         14m
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (10%)  0 (0%)
	  memory             240Mi (0%)  340Mi (1%)
	  ephemeral-storage  0 (0%)      0 (0%)
	  hugepages-1Gi      0 (0%)      0 (0%)
	  hugepages-2Mi      0 (0%)      0 (0%)
	Events:
	  Type     Reason                   Age                From             Message
	  ----     ------                   ----               ----             -------
	  Normal   Starting                 14m                kube-proxy       
	  Normal   NodeAllocatableEnforced  14m                kubelet          Updated Node Allocatable limit across pods
	  Warning  CgroupV1                 14m                kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   NodeHasSufficientMemory  14m (x8 over 14m)  kubelet          Node pause-966057 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    14m (x8 over 14m)  kubelet          Node pause-966057 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     14m (x7 over 14m)  kubelet          Node pause-966057 status is now: NodeHasSufficientPID
	  Normal   Starting                 14m                kubelet          Starting kubelet.
	  Warning  CgroupV1                 14m                kubelet          cgroup v1 support is in maintenance mode, please migrate to cgroup v2
	  Normal   Starting                 14m                kubelet          Starting kubelet.
	  Normal   NodeAllocatableEnforced  14m                kubelet          Updated Node Allocatable limit across pods
	  Normal   NodeReady                14m                kubelet          Node pause-966057 status is now: NodeReady
	  Normal   NodeHasSufficientMemory  14m                kubelet          Node pause-966057 status is now: NodeHasSufficientMemory
	  Normal   NodeHasNoDiskPressure    14m                kubelet          Node pause-966057 status is now: NodeHasNoDiskPressure
	  Normal   NodeHasSufficientPID     14m                kubelet          Node pause-966057 status is now: NodeHasSufficientPID
	  Normal   RegisteredNode           14m                node-controller  Node pause-966057 event: Registered Node pause-966057 in Controller
	
	
	==> dmesg <==
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 12 4d 77 91 ba 46 08 06
	[Jan27 12:03] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff de 2b bd 65 2f 3f 08 06
	[  +0.054244] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 76 c7 a4 62 ce b2 08 06
	[ +25.038924] IPv4: martian source 10.244.0.4 from 10.244.0.4, on dev bridge
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 46 b2 65 f0 f7 25 08 06
	[  +1.453729] IPv4: martian source 10.244.0.1 from 10.244.0.5, on dev eth0
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 72 98 6d 24 5b dc 08 06
	[Jan27 12:04] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000005] ll header: 00000000: ff ff ff ff ff ff 6e bd 5f 1e fb cc 08 06
	[ +16.493700] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 42 87 7d 02 d9 f0 08 06
	[  +0.000430] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000004] ll header: 00000000: ff ff ff ff ff ff 6e bd 5f 1e fb cc 08 06
	[Jan27 12:06] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 52 2d 8b b9 59 da 08 06
	[ +11.985105] IPv4: martian source 10.244.0.1 from 10.244.0.2, on dev eth0
	[  +0.000008] ll header: 00000000: ff ff ff ff ff ff 3a 67 71 ad cf ca 08 06
	[  +0.033985] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000007] ll header: 00000000: ff ff ff ff ff ff 76 af 28 ec d4 50 08 06
	[  +0.695954] IPv4: martian source 10.244.0.1 from 10.244.0.3, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff de 75 c8 8d 29 05 08 06
	[  +0.000377] IPv4: martian source 10.244.0.3 from 10.244.0.2, on dev eth0
	[  +0.000006] ll header: 00000000: ff ff ff ff ff ff 52 2d 8b b9 59 da 08 06
	
	
	==> etcd [59ca7d1c4a3b] <==
	{"level":"info","ts":"2025-01-27T11:51:55.592658Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-01-27T11:51:55.594056Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-01-27T11:51:55.595583Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"127.0.0.1:2379"}
	{"level":"info","ts":"2025-01-27T11:51:55.636287Z","caller":"etcdmain/main.go:44","msg":"notifying init daemon"}
	{"level":"info","ts":"2025-01-27T11:51:55.636476Z","caller":"etcdmain/main.go:50","msg":"successfully notified init daemon"}
	{"level":"info","ts":"2025-01-27T11:51:55.592519Z","caller":"embed/serve.go:103","msg":"ready to serve client requests"}
	{"level":"info","ts":"2025-01-27T11:51:55.639273Z","caller":"etcdserver/server.go:2651","msg":"setting up initial cluster version using v2 API","cluster-version":"3.5"}
	{"level":"info","ts":"2025-01-27T11:51:55.641339Z","caller":"v3rpc/health.go:61","msg":"grpc service status changed","service":"","status":"SERVING"}
	{"level":"info","ts":"2025-01-27T11:51:55.648137Z","caller":"embed/serve.go:250","msg":"serving client traffic securely","traffic":"grpc+http","address":"192.168.94.2:2379"}
	{"level":"info","ts":"2025-01-27T11:51:55.660666Z","caller":"membership/cluster.go:584","msg":"set initial cluster version","cluster-id":"da400bbece288f5a","local-member-id":"dfc97eb0aae75b33","cluster-version":"3.5"}
	{"level":"info","ts":"2025-01-27T11:51:55.660855Z","caller":"api/capability.go:75","msg":"enabled capabilities for version","cluster-version":"3.5"}
	{"level":"info","ts":"2025-01-27T11:51:55.660896Z","caller":"etcdserver/server.go:2675","msg":"cluster version is updated","cluster-version":"3.5"}
	{"level":"info","ts":"2025-01-27T11:53:10.088437Z","caller":"traceutil/trace.go:171","msg":"trace[1056898632] transaction","detail":"{read_only:false; response_revision:432; number_of_response:1; }","duration":"126.607409ms","start":"2025-01-27T11:53:09.961803Z","end":"2025-01-27T11:53:10.088410Z","steps":["trace[1056898632] 'process raft request'  (duration: 63.62801ms)","trace[1056898632] 'compare'  (duration: 62.882736ms)"],"step_count":2}
	{"level":"info","ts":"2025-01-27T11:53:10.278085Z","caller":"traceutil/trace.go:171","msg":"trace[1587755845] transaction","detail":"{read_only:false; response_revision:433; number_of_response:1; }","duration":"123.270644ms","start":"2025-01-27T11:53:10.154787Z","end":"2025-01-27T11:53:10.278058Z","steps":["trace[1587755845] 'process raft request'  (duration: 65.41436ms)","trace[1587755845] 'compare'  (duration: 57.75186ms)"],"step_count":2}
	{"level":"warn","ts":"2025-01-27T11:53:12.199359Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"101.926021ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods\" limit:1 ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T11:53:12.199489Z","caller":"traceutil/trace.go:171","msg":"trace[625121325] range","detail":"{range_begin:/registry/pods; range_end:; response_count:0; response_revision:434; }","duration":"102.102463ms","start":"2025-01-27T11:53:12.097367Z","end":"2025-01-27T11:53:12.199470Z","steps":["trace[625121325] 'range keys from in-memory index tree'  (duration: 101.848371ms)"],"step_count":1}
	{"level":"info","ts":"2025-01-27T11:54:30.143261Z","caller":"traceutil/trace.go:171","msg":"trace[1469465215] transaction","detail":"{read_only:false; response_revision:456; number_of_response:1; }","duration":"166.771264ms","start":"2025-01-27T11:54:29.976450Z","end":"2025-01-27T11:54:30.143221Z","steps":["trace[1469465215] 'process raft request'  (duration: 121.96959ms)","trace[1469465215] 'compare'  (duration: 44.646746ms)"],"step_count":2}
	{"level":"info","ts":"2025-01-27T11:54:40.078079Z","caller":"traceutil/trace.go:171","msg":"trace[1345065943] transaction","detail":"{read_only:false; response_revision:459; number_of_response:1; }","duration":"119.962534ms","start":"2025-01-27T11:54:39.958093Z","end":"2025-01-27T11:54:40.078055Z","steps":["trace[1345065943] 'process raft request'  (duration: 58.37795ms)","trace[1345065943] 'compare'  (duration: 61.489252ms)"],"step_count":2}
	{"level":"warn","ts":"2025-01-27T11:57:55.592746Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"119.666819ms","expected-duration":"100ms","prefix":"read-only range ","request":"limit:1 serializable:true keys_only:true ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2025-01-27T11:57:55.592837Z","caller":"traceutil/trace.go:171","msg":"trace[1255951600] range","detail":"{range_begin:; range_end:; response_count:0; response_revision:519; }","duration":"119.777577ms","start":"2025-01-27T11:57:55.473042Z","end":"2025-01-27T11:57:55.592820Z","steps":["trace[1255951600] 'range keys from in-memory index tree'  (duration: 119.639374ms)"],"step_count":1}
	{"level":"info","ts":"2025-01-27T12:01:56.243373Z","caller":"mvcc/index.go:214","msg":"compact tree index","revision":501}
	{"level":"info","ts":"2025-01-27T12:01:56.247363Z","caller":"mvcc/kvstore_compaction.go:72","msg":"finished scheduled compaction","compact-revision":501,"took":"3.714214ms","hash":1048855672,"current-db-size-bytes":1089536,"current-db-size":"1.1 MB","current-db-size-in-use-bytes":1089536,"current-db-size-in-use":"1.1 MB"}
	{"level":"info","ts":"2025-01-27T12:01:56.247420Z","caller":"mvcc/hash.go:151","msg":"storing new hash","hash":1048855672,"revision":501,"compact-revision":-1}
	{"level":"warn","ts":"2025-01-27T12:05:20.139428Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"122.733579ms","expected-duration":"100ms","prefix":"","request":"header:<ID:6571759728838042135 username:\"kube-apiserver-etcd-client\" auth_revision:1 > txn:<compare:<target:MOD key:\"/registry/masterleases/192.168.94.2\" mod_revision:650 > success:<request_put:<key:\"/registry/masterleases/192.168.94.2\" value_size:65 lease:6571759728838042133 >> failure:<request_range:<key:\"/registry/masterleases/192.168.94.2\" > >>","response":"size:16"}
	{"level":"info","ts":"2025-01-27T12:05:20.139826Z","caller":"traceutil/trace.go:171","msg":"trace[917190372] transaction","detail":"{read_only:false; response_revision:653; number_of_response:1; }","duration":"151.242572ms","start":"2025-01-27T12:05:19.988553Z","end":"2025-01-27T12:05:20.139795Z","steps":["trace[917190372] 'process raft request'  (duration: 27.475626ms)","trace[917190372] 'compare'  (duration: 122.615056ms)"],"step_count":2}
	
	
	==> kernel <==
	 12:06:29 up  2:48,  0 users,  load average: 4.60, 4.05, 6.00
	Linux pause-966057 5.15.0-1074-gcp #83~20.04.1-Ubuntu SMP Wed Dec 18 20:42:35 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.5 LTS"
	
	
	==> kube-apiserver [822ee588e077] <==
	I0127 11:51:58.230533       1 cache.go:32] Waiting for caches to sync for autoregister controller
	I0127 11:51:58.230624       1 cache.go:39] Caches are synced for autoregister controller
	I0127 11:51:58.228483       1 shared_informer.go:320] Caches are synced for cluster_authentication_trust_controller
	I0127 11:51:58.228499       1 cache.go:39] Caches are synced for LocalAvailability controller
	I0127 11:51:58.253952       1 shared_informer.go:320] Caches are synced for *generic.policySource[*k8s.io/api/admissionregistration/v1.ValidatingAdmissionPolicy,*k8s.io/api/admissionregistration/v1.ValidatingAdmissionPolicyBinding,k8s.io/apiserver/pkg/admission/plugin/policy/validating.Validator]
	I0127 11:51:58.254255       1 policy_source.go:240] refreshing policies
	E0127 11:51:58.266799       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"
	E0127 11:51:58.329793       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"
	I0127 11:51:58.330120       1 controller.go:615] quota admission added evaluator for: namespaces
	I0127 11:51:58.429554       1 controller.go:615] quota admission added evaluator for: leases.coordination.k8s.io
	I0127 11:51:59.116783       1 storage_scheduling.go:95] created PriorityClass system-node-critical with value 2000001000
	I0127 11:51:59.120983       1 storage_scheduling.go:95] created PriorityClass system-cluster-critical with value 2000000000
	I0127 11:51:59.121009       1 storage_scheduling.go:111] all system priority classes are created successfully or already exist.
	I0127 11:51:59.784897       1 controller.go:615] quota admission added evaluator for: roles.rbac.authorization.k8s.io
	I0127 11:51:59.831772       1 controller.go:615] quota admission added evaluator for: rolebindings.rbac.authorization.k8s.io
	I0127 11:51:59.924483       1 alloc.go:330] "allocated clusterIPs" service="default/kubernetes" clusterIPs={"IPv4":"10.96.0.1"}
	W0127 11:51:59.932822       1 lease.go:265] Resetting endpoints for master service "kubernetes" to [192.168.94.2]
	I0127 11:51:59.934402       1 controller.go:615] quota admission added evaluator for: endpoints
	I0127 11:51:59.944197       1 controller.go:615] quota admission added evaluator for: endpointslices.discovery.k8s.io
	I0127 11:52:00.164385       1 controller.go:615] quota admission added evaluator for: serviceaccounts
	I0127 11:52:01.069933       1 controller.go:615] quota admission added evaluator for: deployments.apps
	I0127 11:52:01.085416       1 alloc.go:330] "allocated clusterIPs" service="kube-system/kube-dns" clusterIPs={"IPv4":"10.96.0.10"}
	I0127 11:52:01.100618       1 controller.go:615] quota admission added evaluator for: daemonsets.apps
	I0127 11:52:05.314559       1 controller.go:615] quota admission added evaluator for: controllerrevisions.apps
	I0127 11:52:05.446243       1 controller.go:615] quota admission added evaluator for: replicasets.apps
	
	
	==> kube-controller-manager [603c6e45fc78] <==
	I0127 11:52:04.720534       1 shared_informer.go:320] Caches are synced for resource quota
	I0127 11:52:04.720602       1 shared_informer.go:320] Caches are synced for namespace
	I0127 11:52:04.720761       1 shared_informer.go:320] Caches are synced for resource quota
	I0127 11:52:04.721004       1 shared_informer.go:320] Caches are synced for ClusterRoleAggregator
	I0127 11:52:04.723278       1 shared_informer.go:320] Caches are synced for legacy-service-account-token-cleaner
	I0127 11:52:04.730914       1 shared_informer.go:320] Caches are synced for endpoint_slice_mirroring
	I0127 11:52:04.749242       1 shared_informer.go:320] Caches are synced for disruption
	I0127 11:52:04.754662       1 shared_informer.go:320] Caches are synced for garbage collector
	I0127 11:52:04.760784       1 shared_informer.go:320] Caches are synced for garbage collector
	I0127 11:52:04.760816       1 garbagecollector.go:154] "Garbage collector: all resource monitors have synced" logger="garbage-collector-controller"
	I0127 11:52:04.760826       1 garbagecollector.go:157] "Proceeding to collect garbage" logger="garbage-collector-controller"
	I0127 11:52:05.436880       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="pause-966057"
	I0127 11:52:05.779600       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="328.860598ms"
	I0127 11:52:05.794160       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="14.495586ms"
	I0127 11:52:05.794270       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="66.14µs"
	I0127 11:52:05.809094       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="89.3µs"
	I0127 11:52:07.443133       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="142.253µs"
	I0127 11:52:07.454300       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="82.858µs"
	I0127 11:52:11.699733       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="pause-966057"
	I0127 11:52:41.228669       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="9.308515ms"
	I0127 11:52:41.228817       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="101.76µs"
	I0127 11:52:45.958051       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="8.705924ms"
	I0127 11:52:45.958164       1 replica_set.go:679] "Finished syncing" logger="replicaset-controller" kind="ReplicaSet" key="kube-system/coredns-668d6bf9bc" duration="72.422µs"
	I0127 11:57:26.612862       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="pause-966057"
	I0127 12:02:32.788874       1 range_allocator.go:247] "Successfully synced" logger="node-ipam-controller" key="pause-966057"
	
	
	==> kube-proxy [3afa59f0ab5a] <==
	I0127 11:52:06.766500       1 server_linux.go:66] "Using iptables proxy"
	I0127 11:52:06.859970       1 server.go:698] "Successfully retrieved node IP(s)" IPs=["192.168.94.2"]
	E0127 11:52:06.860058       1 server.go:234] "Kube-proxy configuration may be incomplete or incorrect" err="nodePortAddresses is unset; NodePort connections will be accepted on all local IPs. Consider using `--nodeport-addresses primary`"
	I0127 11:52:06.881439       1 server.go:243] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0127 11:52:06.881504       1 server_linux.go:170] "Using iptables Proxier"
	I0127 11:52:06.883446       1 proxier.go:255] "Setting route_localnet=1 to allow node-ports on localhost; to change this either disable iptables.localhostNodePorts (--iptables-localhost-nodeports) or set nodePortAddresses (--nodeport-addresses) to filter loopback addresses" ipFamily="IPv4"
	I0127 11:52:06.883820       1 server.go:497] "Version info" version="v1.32.1"
	I0127 11:52:06.883863       1 server.go:499] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0127 11:52:06.885532       1 config.go:199] "Starting service config controller"
	I0127 11:52:06.885806       1 config.go:329] "Starting node config controller"
	I0127 11:52:06.885970       1 shared_informer.go:313] Waiting for caches to sync for service config
	I0127 11:52:06.886017       1 shared_informer.go:313] Waiting for caches to sync for node config
	I0127 11:52:06.885360       1 config.go:105] "Starting endpoint slice config controller"
	I0127 11:52:06.886383       1 shared_informer.go:313] Waiting for caches to sync for endpoint slice config
	I0127 11:52:06.987138       1 shared_informer.go:320] Caches are synced for node config
	I0127 11:52:06.987160       1 shared_informer.go:320] Caches are synced for service config
	I0127 11:52:06.987183       1 shared_informer.go:320] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [5874f9a6bf9a] <==
	W0127 11:51:58.219589       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0127 11:51:58.225563       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0127 11:51:58.223133       1 reflector.go:569] runtime/asm_amd64.s:1700: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0127 11:51:58.225833       1 reflector.go:166] "Unhandled Error" err="runtime/asm_amd64.s:1700: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
	W0127 11:51:59.094577       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: 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
	E0127 11:51:59.094630       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.VolumeAttachment: 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"
	W0127 11:51:59.125637       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0127 11:51:59.125686       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User \"system:kube-scheduler\" cannot list resource \"namespaces\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0127 11:51:59.272954       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0127 11:51:59.273118       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Node: failed to list *v1.Node: nodes is forbidden: User \"system:kube-scheduler\" cannot list resource \"nodes\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0127 11:51:59.311148       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0127 11:51:59.311434       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User \"system:kube-scheduler\" cannot list resource \"persistentvolumeclaims\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0127 11:51:59.368822       1 reflector.go:569] runtime/asm_amd64.s:1700: failed to list *v1.ConfigMap: configmaps "extension-apiserver-authentication" is forbidden: User "system:kube-scheduler" cannot list resource "configmaps" in API group "" in the namespace "kube-system"
	E0127 11:51:59.369126       1 reflector.go:166] "Unhandled Error" err="runtime/asm_amd64.s:1700: Failed to watch *v1.ConfigMap: failed to list *v1.ConfigMap: configmaps \"extension-apiserver-authentication\" is forbidden: User \"system:kube-scheduler\" cannot list resource \"configmaps\" in API group \"\" in the namespace \"kube-system\"" logger="UnhandledError"
	W0127 11:51:59.404053       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csinodes" in API group "storage.k8s.io" at the cluster scope
	E0127 11:51:59.404134       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSINode: failed to list *v1.CSINode: csinodes.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csinodes\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	W0127 11:51:59.414811       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:kube-scheduler" cannot list resource "statefulsets" in API group "apps" at the cluster scope
	E0127 11:51:59.414868       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.StatefulSet: failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"statefulsets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0127 11:51:59.515476       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0127 11:51:59.515569       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:kube-scheduler\" cannot list resource \"pods\" in API group \"\" at the cluster scope" logger="UnhandledError"
	W0127 11:51:59.530561       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User "system:kube-scheduler" cannot list resource "replicasets" in API group "apps" at the cluster scope
	E0127 11:51:59.530611       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.ReplicaSet: failed to list *v1.ReplicaSet: replicasets.apps is forbidden: User \"system:kube-scheduler\" cannot list resource \"replicasets\" in API group \"apps\" at the cluster scope" logger="UnhandledError"
	W0127 11:51:59.557481       1 reflector.go:569] k8s.io/client-go/informers/factory.go:160: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csistoragecapacities" in API group "storage.k8s.io" at the cluster scope
	E0127 11:51:59.557861       1 reflector.go:166] "Unhandled Error" err="k8s.io/client-go/informers/factory.go:160: Failed to watch *v1.CSIStorageCapacity: failed to list *v1.CSIStorageCapacity: csistoragecapacities.storage.k8s.io is forbidden: User \"system:kube-scheduler\" cannot list resource \"csistoragecapacities\" in API group \"storage.k8s.io\" at the cluster scope" logger="UnhandledError"
	I0127 11:52:01.717911       1 shared_informer.go:320] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Jan 27 11:52:02 pause-966057 kubelet[2527]: I0127 11:52:02.231931    2527 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kube-controller-manager-pause-966057" podStartSLOduration=1.231911895 podStartE2EDuration="1.231911895s" podCreationTimestamp="2025-01-27 11:52:01 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-01-27 11:52:02.231826044 +0000 UTC m=+1.341462458" watchObservedRunningTime="2025-01-27 11:52:02.231911895 +0000 UTC m=+1.341548306"
	Jan 27 11:52:02 pause-966057 kubelet[2527]: I0127 11:52:02.249967    2527 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/etcd-pause-966057" podStartSLOduration=1.249944593 podStartE2EDuration="1.249944593s" podCreationTimestamp="2025-01-27 11:52:01 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-01-27 11:52:02.249631008 +0000 UTC m=+1.359267418" watchObservedRunningTime="2025-01-27 11:52:02.249944593 +0000 UTC m=+1.359581005"
	Jan 27 11:52:05 pause-966057 kubelet[2527]: I0127 11:52:05.361410    2527 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-proxy\" (UniqueName: \"kubernetes.io/configmap/012c024c-237a-4d01-b79c-68b073836a81-kube-proxy\") pod \"kube-proxy-8gdm9\" (UID: \"012c024c-237a-4d01-b79c-68b073836a81\") " pod="kube-system/kube-proxy-8gdm9"
	Jan 27 11:52:05 pause-966057 kubelet[2527]: I0127 11:52:05.362132    2527 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"lib-modules\" (UniqueName: \"kubernetes.io/host-path/012c024c-237a-4d01-b79c-68b073836a81-lib-modules\") pod \"kube-proxy-8gdm9\" (UID: \"012c024c-237a-4d01-b79c-68b073836a81\") " pod="kube-system/kube-proxy-8gdm9"
	Jan 27 11:52:05 pause-966057 kubelet[2527]: I0127 11:52:05.362286    2527 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-6x5dg\" (UniqueName: \"kubernetes.io/projected/012c024c-237a-4d01-b79c-68b073836a81-kube-api-access-6x5dg\") pod \"kube-proxy-8gdm9\" (UID: \"012c024c-237a-4d01-b79c-68b073836a81\") " pod="kube-system/kube-proxy-8gdm9"
	Jan 27 11:52:05 pause-966057 kubelet[2527]: I0127 11:52:05.362425    2527 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"xtables-lock\" (UniqueName: \"kubernetes.io/host-path/012c024c-237a-4d01-b79c-68b073836a81-xtables-lock\") pod \"kube-proxy-8gdm9\" (UID: \"012c024c-237a-4d01-b79c-68b073836a81\") " pod="kube-system/kube-proxy-8gdm9"
	Jan 27 11:52:05 pause-966057 kubelet[2527]: E0127 11:52:05.475574    2527 projected.go:288] Couldn't get configMap kube-system/kube-root-ca.crt: configmap "kube-root-ca.crt" not found
	Jan 27 11:52:05 pause-966057 kubelet[2527]: E0127 11:52:05.475646    2527 projected.go:194] Error preparing data for projected volume kube-api-access-6x5dg for pod kube-system/kube-proxy-8gdm9: configmap "kube-root-ca.crt" not found
	Jan 27 11:52:05 pause-966057 kubelet[2527]: E0127 11:52:05.476163    2527 nestedpendingoperations.go:348] Operation for "{volumeName:kubernetes.io/projected/012c024c-237a-4d01-b79c-68b073836a81-kube-api-access-6x5dg podName:012c024c-237a-4d01-b79c-68b073836a81 nodeName:}" failed. No retries permitted until 2025-01-27 11:52:05.97574411 +0000 UTC m=+5.085380520 (durationBeforeRetry 500ms). Error: MountVolume.SetUp failed for volume "kube-api-access-6x5dg" (UniqueName: "kubernetes.io/projected/012c024c-237a-4d01-b79c-68b073836a81-kube-api-access-6x5dg") pod "kube-proxy-8gdm9" (UID: "012c024c-237a-4d01-b79c-68b073836a81") : configmap "kube-root-ca.crt" not found
	Jan 27 11:52:05 pause-966057 kubelet[2527]: I0127 11:52:05.866849    2527 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-lz8mp\" (UniqueName: \"kubernetes.io/projected/a8b10abb-2932-4d18-985f-f634e0a62503-kube-api-access-lz8mp\") pod \"coredns-668d6bf9bc-9qph4\" (UID: \"a8b10abb-2932-4d18-985f-f634e0a62503\") " pod="kube-system/coredns-668d6bf9bc-9qph4"
	Jan 27 11:52:05 pause-966057 kubelet[2527]: I0127 11:52:05.867258    2527 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"config-volume\" (UniqueName: \"kubernetes.io/configmap/a8b10abb-2932-4d18-985f-f634e0a62503-config-volume\") pod \"coredns-668d6bf9bc-9qph4\" (UID: \"a8b10abb-2932-4d18-985f-f634e0a62503\") " pod="kube-system/coredns-668d6bf9bc-9qph4"
	Jan 27 11:52:05 pause-966057 kubelet[2527]: I0127 11:52:05.867425    2527 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"config-volume\" (UniqueName: \"kubernetes.io/configmap/5091afef-2bfa-4383-ba2e-0b420ec97d41-config-volume\") pod \"coredns-668d6bf9bc-jqmxl\" (UID: \"5091afef-2bfa-4383-ba2e-0b420ec97d41\") " pod="kube-system/coredns-668d6bf9bc-jqmxl"
	Jan 27 11:52:05 pause-966057 kubelet[2527]: I0127 11:52:05.867575    2527 reconciler_common.go:251] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-8fmfh\" (UniqueName: \"kubernetes.io/projected/5091afef-2bfa-4383-ba2e-0b420ec97d41-kube-api-access-8fmfh\") pod \"coredns-668d6bf9bc-jqmxl\" (UID: \"5091afef-2bfa-4383-ba2e-0b420ec97d41\") " pod="kube-system/coredns-668d6bf9bc-jqmxl"
	Jan 27 11:52:05 pause-966057 kubelet[2527]: I0127 11:52:05.976656    2527 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"
	Jan 27 11:52:06 pause-966057 kubelet[2527]: I0127 11:52:06.328887    2527 pod_container_deletor.go:80] "Container not found in pod's containers" containerID="7c401b8594cf85c9a980ed3293dd46e75bef3d370e32a5c614278b9bcab68f8b"
	Jan 27 11:52:06 pause-966057 kubelet[2527]: I0127 11:52:06.414149    2527 pod_container_deletor.go:80] "Container not found in pod's containers" containerID="919d8a42975ad71427d1a13036ef8c2468ebf15e3a79a100d7923249f4d2f887"
	Jan 27 11:52:07 pause-966057 kubelet[2527]: I0127 11:52:07.442615    2527 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/coredns-668d6bf9bc-jqmxl" podStartSLOduration=2.442586462 podStartE2EDuration="2.442586462s" podCreationTimestamp="2025-01-27 11:52:05 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-01-27 11:52:07.442276004 +0000 UTC m=+6.551912416" watchObservedRunningTime="2025-01-27 11:52:07.442586462 +0000 UTC m=+6.552222870"
	Jan 27 11:52:07 pause-966057 kubelet[2527]: I0127 11:52:07.454074    2527 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/coredns-668d6bf9bc-9qph4" podStartSLOduration=2.454047715 podStartE2EDuration="2.454047715s" podCreationTimestamp="2025-01-27 11:52:05 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-01-27 11:52:07.453670015 +0000 UTC m=+6.563306425" watchObservedRunningTime="2025-01-27 11:52:07.454047715 +0000 UTC m=+6.563684127"
	Jan 27 11:52:08 pause-966057 kubelet[2527]: I0127 11:52:08.458536    2527 prober_manager.go:312] "Failed to trigger a manual run" probe="Readiness"
	Jan 27 11:52:08 pause-966057 kubelet[2527]: I0127 11:52:08.458561    2527 prober_manager.go:312] "Failed to trigger a manual run" probe="Readiness"
	Jan 27 11:52:10 pause-966057 kubelet[2527]: I0127 11:52:10.370700    2527 pod_startup_latency_tracker.go:104] "Observed pod startup duration" pod="kube-system/kube-proxy-8gdm9" podStartSLOduration=5.370675251 podStartE2EDuration="5.370675251s" podCreationTimestamp="2025-01-27 11:52:05 +0000 UTC" firstStartedPulling="0001-01-01 00:00:00 +0000 UTC" lastFinishedPulling="0001-01-01 00:00:00 +0000 UTC" observedRunningTime="2025-01-27 11:52:07.464907957 +0000 UTC m=+6.574544369" watchObservedRunningTime="2025-01-27 11:52:10.370675251 +0000 UTC m=+9.480311672"
	Jan 27 11:52:11 pause-966057 kubelet[2527]: I0127 11:52:11.203255    2527 prober_manager.go:312] "Failed to trigger a manual run" probe="Readiness"
	Jan 27 11:52:11 pause-966057 kubelet[2527]: I0127 11:52:11.689561    2527 kuberuntime_manager.go:1702] "Updating runtime config through cri with podcidr" CIDR="10.244.0.0/24"
	Jan 27 11:52:11 pause-966057 kubelet[2527]: I0127 11:52:11.690410    2527 kubelet_network.go:61] "Updating Pod CIDR" originalPodCIDR="" newPodCIDR="10.244.0.0/24"
	Jan 27 11:52:15 pause-966057 kubelet[2527]: I0127 11:52:15.923019    2527 prober_manager.go:312] "Failed to trigger a manual run" probe="Readiness"
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p pause-966057 -n pause-966057
helpers_test.go:261: (dbg) Run:  kubectl --context pause-966057 get po -o=jsonpath={.items[*].metadata.name} -A --field-selector=status.phase!=Running
helpers_test.go:285: <<< TestPause/serial/Start FAILED: end of post-mortem logs <<<
helpers_test.go:286: ---------------------/post-mortem---------------------------------
--- FAIL: TestPause/serial/Start (901.78s)

                                                
                                    

Test pass (316/338)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 4.3
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.22
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.14
12 TestDownloadOnly/v1.32.1/json-events 3.91
13 TestDownloadOnly/v1.32.1/preload-exists 0
17 TestDownloadOnly/v1.32.1/LogsDuration 0.06
18 TestDownloadOnly/v1.32.1/DeleteAll 0.21
19 TestDownloadOnly/v1.32.1/DeleteAlwaysSucceeds 0.14
20 TestDownloadOnlyKic 1.04
21 TestBinaryMirror 0.8
22 TestOffline 77.5
25 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.06
26 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.06
27 TestAddons/Setup 209.72
29 TestAddons/serial/Volcano 41.44
31 TestAddons/serial/GCPAuth/Namespaces 0.12
32 TestAddons/serial/GCPAuth/FakeCredentials 8.47
35 TestAddons/parallel/Registry 15.67
36 TestAddons/parallel/Ingress 19.1
37 TestAddons/parallel/InspektorGadget 10.62
38 TestAddons/parallel/MetricsServer 6.61
40 TestAddons/parallel/CSI 50.25
41 TestAddons/parallel/Headlamp 20.51
42 TestAddons/parallel/CloudSpanner 6.12
43 TestAddons/parallel/LocalPath 52.41
44 TestAddons/parallel/NvidiaDevicePlugin 6.42
45 TestAddons/parallel/Yakd 10.6
46 TestAddons/parallel/AmdGpuDevicePlugin 6.41
47 TestAddons/StoppedEnableDisable 10.88
48 TestCertOptions 27.09
49 TestCertExpiration 233.34
50 TestDockerFlags 27.71
51 TestForceSystemdFlag 39.96
52 TestForceSystemdEnv 24.29
54 TestKVMDriverInstallOrUpdate 1.4
58 TestErrorSpam/setup 21.36
59 TestErrorSpam/start 0.59
60 TestErrorSpam/status 0.89
61 TestErrorSpam/pause 1.18
62 TestErrorSpam/unpause 1.42
63 TestErrorSpam/stop 1.91
66 TestFunctional/serial/CopySyncFile 0
67 TestFunctional/serial/StartWithProxy 66.98
68 TestFunctional/serial/AuditLog 0
69 TestFunctional/serial/SoftStart 31.34
70 TestFunctional/serial/KubeContext 0.05
71 TestFunctional/serial/KubectlGetPods 0.06
74 TestFunctional/serial/CacheCmd/cache/add_remote 2.13
75 TestFunctional/serial/CacheCmd/cache/add_local 0.74
76 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.06
77 TestFunctional/serial/CacheCmd/cache/list 0.05
78 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.28
79 TestFunctional/serial/CacheCmd/cache/cache_reload 1.27
80 TestFunctional/serial/CacheCmd/cache/delete 0.11
81 TestFunctional/serial/MinikubeKubectlCmd 0.11
82 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.11
83 TestFunctional/serial/ExtraConfig 38.82
84 TestFunctional/serial/ComponentHealth 0.07
85 TestFunctional/serial/LogsCmd 1.02
86 TestFunctional/serial/LogsFileCmd 1.04
87 TestFunctional/serial/InvalidService 4.1
89 TestFunctional/parallel/ConfigCmd 0.43
90 TestFunctional/parallel/DashboardCmd 8.74
91 TestFunctional/parallel/DryRun 0.37
92 TestFunctional/parallel/InternationalLanguage 0.14
93 TestFunctional/parallel/StatusCmd 0.91
97 TestFunctional/parallel/ServiceCmdConnect 21.67
98 TestFunctional/parallel/AddonsCmd 0.18
99 TestFunctional/parallel/PersistentVolumeClaim 39.07
101 TestFunctional/parallel/SSHCmd 0.64
102 TestFunctional/parallel/CpCmd 1.82
103 TestFunctional/parallel/MySQL 24.53
104 TestFunctional/parallel/FileSync 0.31
105 TestFunctional/parallel/CertSync 1.84
109 TestFunctional/parallel/NodeLabels 0.06
111 TestFunctional/parallel/NonActiveRuntimeDisabled 0.26
113 TestFunctional/parallel/License 0.2
114 TestFunctional/parallel/DockerEnv/bash 1.14
115 TestFunctional/parallel/UpdateContextCmd/no_changes 0.15
116 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.15
117 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.16
118 TestFunctional/parallel/ProfileCmd/profile_not_create 0.49
119 TestFunctional/parallel/ProfileCmd/profile_list 0.43
121 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.45
122 TestFunctional/parallel/ProfileCmd/profile_json_output 0.46
123 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
125 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 18.23
126 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.06
127 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
131 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
132 TestFunctional/parallel/ServiceCmd/DeployApp 7.19
133 TestFunctional/parallel/MountCmd/any-port 8.07
134 TestFunctional/parallel/ServiceCmd/List 1.81
135 TestFunctional/parallel/ServiceCmd/JSONOutput 1.74
136 TestFunctional/parallel/ServiceCmd/HTTPS 0.64
137 TestFunctional/parallel/ServiceCmd/Format 0.61
138 TestFunctional/parallel/MountCmd/specific-port 1.93
139 TestFunctional/parallel/ServiceCmd/URL 0.79
140 TestFunctional/parallel/ImageCommands/ImageListShort 0.23
141 TestFunctional/parallel/ImageCommands/ImageListTable 0.23
142 TestFunctional/parallel/ImageCommands/ImageListJson 0.23
143 TestFunctional/parallel/ImageCommands/ImageListYaml 0.23
144 TestFunctional/parallel/ImageCommands/ImageBuild 2.54
145 TestFunctional/parallel/ImageCommands/Setup 0.4
146 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 1.05
147 TestFunctional/parallel/MountCmd/VerifyCleanup 1.92
148 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 0.82
149 TestFunctional/parallel/Version/short 0.06
150 TestFunctional/parallel/Version/components 0.53
151 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 0.96
152 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.3
153 TestFunctional/parallel/ImageCommands/ImageRemove 0.4
154 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 0.57
155 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.34
156 TestFunctional/delete_echo-server_images 0.04
157 TestFunctional/delete_my-image_image 0.02
158 TestFunctional/delete_minikube_cached_images 0.02
162 TestMultiControlPlane/serial/StartCluster 103.67
163 TestMultiControlPlane/serial/DeployApp 4.71
164 TestMultiControlPlane/serial/PingHostFromPods 1.14
165 TestMultiControlPlane/serial/AddWorkerNode 20.54
166 TestMultiControlPlane/serial/NodeLabels 0.07
167 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.88
168 TestMultiControlPlane/serial/CopyFile 16.41
169 TestMultiControlPlane/serial/StopSecondaryNode 11.37
170 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.68
171 TestMultiControlPlane/serial/RestartSecondaryNode 19.46
172 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 1.18
173 TestMultiControlPlane/serial/RestartClusterKeepsNodes 205.5
174 TestMultiControlPlane/serial/DeleteSecondaryNode 9.4
175 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.66
176 TestMultiControlPlane/serial/StopCluster 32.62
177 TestMultiControlPlane/serial/RestartCluster 76.73
178 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.67
179 TestMultiControlPlane/serial/AddSecondaryNode 42.62
180 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.88
183 TestImageBuild/serial/Setup 24.7
184 TestImageBuild/serial/NormalBuild 1.44
185 TestImageBuild/serial/BuildWithBuildArg 0.86
186 TestImageBuild/serial/BuildWithDockerIgnore 0.64
187 TestImageBuild/serial/BuildWithSpecifiedDockerfile 0.83
191 TestJSONOutput/start/Command 68.62
192 TestJSONOutput/start/Audit 0
194 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
195 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
197 TestJSONOutput/pause/Command 0.58
198 TestJSONOutput/pause/Audit 0
200 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
201 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
203 TestJSONOutput/unpause/Command 0.46
204 TestJSONOutput/unpause/Audit 0
206 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
207 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
209 TestJSONOutput/stop/Command 5.74
210 TestJSONOutput/stop/Audit 0
212 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
213 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
214 TestErrorJSONOutput 0.21
216 TestKicCustomNetwork/create_custom_network 26.12
217 TestKicCustomNetwork/use_default_bridge_network 22.9
218 TestKicExistingNetwork 26.33
219 TestKicCustomSubnet 26.05
220 TestKicStaticIP 23.74
221 TestMainNoArgs 0.05
222 TestMinikubeProfile 51.22
225 TestMountStart/serial/StartWithMountFirst 6.4
226 TestMountStart/serial/VerifyMountFirst 0.25
227 TestMountStart/serial/StartWithMountSecond 9.3
228 TestMountStart/serial/VerifyMountSecond 0.25
229 TestMountStart/serial/DeleteFirst 1.45
230 TestMountStart/serial/VerifyMountPostDelete 0.25
231 TestMountStart/serial/Stop 1.18
232 TestMountStart/serial/RestartStopped 7.63
233 TestMountStart/serial/VerifyMountPostStop 0.25
236 TestMultiNode/serial/FreshStart2Nodes 73.5
237 TestMultiNode/serial/DeployApp2Nodes 39.52
238 TestMultiNode/serial/PingHostFrom2Pods 0.77
239 TestMultiNode/serial/AddNode 16.16
240 TestMultiNode/serial/MultiNodeLabels 0.06
241 TestMultiNode/serial/ProfileList 0.63
242 TestMultiNode/serial/CopyFile 9.29
243 TestMultiNode/serial/StopNode 2.11
244 TestMultiNode/serial/StartAfterStop 9.97
245 TestMultiNode/serial/RestartKeepsNodes 84.95
246 TestMultiNode/serial/DeleteNode 5.05
247 TestMultiNode/serial/StopMultiNode 21.47
248 TestMultiNode/serial/RestartMultiNode 52.27
249 TestMultiNode/serial/ValidateNameConflict 24.7
254 TestPreload 86.39
256 TestScheduledStopUnix 97.34
257 TestSkaffold 102.13
259 TestInsufficientStorage 10.07
260 TestRunningBinaryUpgrade 84.03
262 TestKubernetesUpgrade 338.07
263 TestMissingContainerUpgrade 89.61
264 TestStoppedBinaryUpgrade/Setup 0.39
266 TestNoKubernetes/serial/StartNoK8sWithVersion 0.09
267 TestNoKubernetes/serial/StartWithK8s 37.44
268 TestStoppedBinaryUpgrade/Upgrade 116.81
269 TestNoKubernetes/serial/StartWithStopK8s 17.87
270 TestNoKubernetes/serial/Start 8.58
271 TestNoKubernetes/serial/VerifyK8sNotRunning 0.26
272 TestNoKubernetes/serial/ProfileList 1.65
273 TestNoKubernetes/serial/Stop 1.21
274 TestNoKubernetes/serial/StartNoArgs 7.37
275 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.35
296 TestStoppedBinaryUpgrade/MinikubeLogs 1.22
298 TestStartStop/group/old-k8s-version/serial/FirstStart 122.12
300 TestStartStop/group/no-preload/serial/FirstStart 68.65
301 TestStartStop/group/old-k8s-version/serial/DeployApp 11.39
302 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 0.8
303 TestStartStop/group/old-k8s-version/serial/Stop 10.79
304 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.19
305 TestStartStop/group/old-k8s-version/serial/SecondStart 143.27
306 TestStartStop/group/no-preload/serial/DeployApp 8.27
307 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 0.94
308 TestStartStop/group/no-preload/serial/Stop 10.75
309 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.25
310 TestStartStop/group/no-preload/serial/SecondStart 285.81
312 TestStartStop/group/embed-certs/serial/FirstStart 39.22
313 TestStartStop/group/embed-certs/serial/DeployApp 9.24
314 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 0.88
315 TestStartStop/group/embed-certs/serial/Stop 10.81
316 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.21
317 TestStartStop/group/embed-certs/serial/SecondStart 263.81
318 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
319 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.07
320 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.22
321 TestStartStop/group/old-k8s-version/serial/Pause 2.47
323 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 36.84
324 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 9.25
325 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 0.87
326 TestStartStop/group/default-k8s-diff-port/serial/Stop 10.77
327 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.27
328 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 300.12
329 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6.01
330 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.07
331 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.23
332 TestStartStop/group/no-preload/serial/Pause 2.49
334 TestStartStop/group/newest-cni/serial/FirstStart 28.05
335 TestStartStop/group/newest-cni/serial/DeployApp 0
336 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 0.97
337 TestStartStop/group/newest-cni/serial/Stop 9.7
338 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
339 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.26
340 TestStartStop/group/newest-cni/serial/SecondStart 15.21
341 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.08
342 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.23
343 TestStartStop/group/embed-certs/serial/Pause 2.77
344 TestNetworkPlugins/group/auto/Start 37.22
345 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
346 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
347 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.25
348 TestStartStop/group/newest-cni/serial/Pause 2.81
349 TestNetworkPlugins/group/kindnet/Start 58.47
350 TestNetworkPlugins/group/auto/KubeletFlags 0.31
351 TestNetworkPlugins/group/auto/NetCatPod 9.23
352 TestNetworkPlugins/group/auto/DNS 0.16
353 TestNetworkPlugins/group/auto/Localhost 0.14
354 TestNetworkPlugins/group/auto/HairPin 0.14
355 TestNetworkPlugins/group/calico/Start 64.78
356 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
357 TestNetworkPlugins/group/kindnet/KubeletFlags 0.31
358 TestNetworkPlugins/group/kindnet/NetCatPod 10.22
359 TestNetworkPlugins/group/kindnet/DNS 0.14
360 TestNetworkPlugins/group/kindnet/Localhost 0.13
361 TestNetworkPlugins/group/kindnet/HairPin 0.13
362 TestNetworkPlugins/group/custom-flannel/Start 48.94
363 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
364 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.07
365 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.22
366 TestStartStop/group/default-k8s-diff-port/serial/Pause 2.67
367 TestNetworkPlugins/group/calico/ControllerPod 6.01
368 TestNetworkPlugins/group/false/Start 37.18
369 TestNetworkPlugins/group/calico/KubeletFlags 0.35
370 TestNetworkPlugins/group/calico/NetCatPod 10.22
371 TestNetworkPlugins/group/calico/DNS 0.16
372 TestNetworkPlugins/group/calico/Localhost 0.14
373 TestNetworkPlugins/group/calico/HairPin 0.14
374 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.27
375 TestNetworkPlugins/group/custom-flannel/NetCatPod 9.18
376 TestNetworkPlugins/group/custom-flannel/DNS 0.18
377 TestNetworkPlugins/group/custom-flannel/Localhost 0.13
378 TestNetworkPlugins/group/custom-flannel/HairPin 0.12
379 TestNetworkPlugins/group/enable-default-cni/Start 66.83
380 TestNetworkPlugins/group/false/KubeletFlags 0.32
381 TestNetworkPlugins/group/false/NetCatPod 11.24
382 TestNetworkPlugins/group/flannel/Start 48.36
383 TestNetworkPlugins/group/false/DNS 0.17
384 TestNetworkPlugins/group/false/Localhost 0.16
385 TestNetworkPlugins/group/false/HairPin 0.17
386 TestNetworkPlugins/group/bridge/Start 68.91
387 TestNetworkPlugins/group/kubenet/Start 40.84
388 TestNetworkPlugins/group/flannel/ControllerPod 6.02
389 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.34
390 TestNetworkPlugins/group/flannel/KubeletFlags 0.33
391 TestNetworkPlugins/group/enable-default-cni/NetCatPod 9.29
392 TestNetworkPlugins/group/flannel/NetCatPod 9.35
393 TestNetworkPlugins/group/kubenet/KubeletFlags 0.28
394 TestNetworkPlugins/group/kubenet/NetCatPod 10.19
395 TestNetworkPlugins/group/enable-default-cni/DNS 0.14
396 TestNetworkPlugins/group/enable-default-cni/Localhost 0.12
397 TestNetworkPlugins/group/flannel/DNS 0.15
398 TestNetworkPlugins/group/enable-default-cni/HairPin 0.14
399 TestNetworkPlugins/group/flannel/Localhost 0.15
400 TestNetworkPlugins/group/flannel/HairPin 0.15
401 TestNetworkPlugins/group/kubenet/DNS 0.17
402 TestNetworkPlugins/group/kubenet/Localhost 0.18
403 TestNetworkPlugins/group/bridge/KubeletFlags 0.37
404 TestNetworkPlugins/group/kubenet/HairPin 0.16
405 TestNetworkPlugins/group/bridge/NetCatPod 9.32
406 TestNetworkPlugins/group/bridge/DNS 0.21
407 TestNetworkPlugins/group/bridge/Localhost 0.18
408 TestNetworkPlugins/group/bridge/HairPin 0.16
x
+
TestDownloadOnly/v1.20.0/json-events (4.3s)

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.20.0/preload-exists
I0127 11:15:31.523001  739859 preload.go:131] Checking if preload exists for k8s version v1.20.0 and runtime docker
I0127 11:15:31.523146  739859 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20318-732960/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-docker-overlay2-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.20.0/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-066120 | jenkins | v1.35.0 | 27 Jan 25 11:15 UTC |          |
	|         | -p download-only-066120        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=docker     |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=docker     |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2025/01/27 11:15:27
	Running on machine: ubuntu-20-agent-14
	Binary: Built with gc go1.23.4 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0127 11:15:27.265433  739871 out.go:345] Setting OutFile to fd 1 ...
	I0127 11:15:27.265592  739871 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:15:27.265603  739871 out.go:358] Setting ErrFile to fd 2...
	I0127 11:15:27.265610  739871 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:15:27.265796  739871 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
	W0127 11:15:27.265943  739871 root.go:314] Error reading config file at /home/jenkins/minikube-integration/20318-732960/.minikube/config/config.json: open /home/jenkins/minikube-integration/20318-732960/.minikube/config/config.json: no such file or directory
	I0127 11:15:27.266554  739871 out.go:352] Setting JSON to true
	I0127 11:15:27.267589  739871 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-14","uptime":7074,"bootTime":1737969453,"procs":171,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 11:15:27.267722  739871 start.go:139] virtualization: kvm guest
	I0127 11:15:27.270338  739871 out.go:97] [download-only-066120] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	W0127 11:15:27.270472  739871 preload.go:293] Failed to list preload files: open /home/jenkins/minikube-integration/20318-732960/.minikube/cache/preloaded-tarball: no such file or directory
	I0127 11:15:27.270519  739871 notify.go:220] Checking for updates...
	I0127 11:15:27.272067  739871 out.go:169] MINIKUBE_LOCATION=20318
	I0127 11:15:27.273692  739871 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 11:15:27.275142  739871 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20318-732960/kubeconfig
	I0127 11:15:27.276466  739871 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20318-732960/.minikube
	I0127 11:15:27.277764  739871 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0127 11:15:27.279927  739871 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0127 11:15:27.280264  739871 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 11:15:27.305813  739871 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 11:15:27.305975  739871 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 11:15:27.357288  739871 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:47 SystemTime:2025-01-27 11:15:27.347635051 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 11:15:27.357441  739871 docker.go:318] overlay module found
	I0127 11:15:27.359272  739871 out.go:97] Using the docker driver based on user configuration
	I0127 11:15:27.359303  739871 start.go:297] selected driver: docker
	I0127 11:15:27.359310  739871 start.go:901] validating driver "docker" against <nil>
	I0127 11:15:27.359405  739871 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 11:15:27.406461  739871 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:47 SystemTime:2025-01-27 11:15:27.397849276 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 11:15:27.406639  739871 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0127 11:15:27.407225  739871 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0127 11:15:27.407374  739871 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0127 11:15:27.409255  739871 out.go:169] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-066120 host does not exist
	  To start a cluster, run: "minikube start -p download-only-066120"

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.32.1/preload-exists
I0127 11:15:35.852738  739859 preload.go:131] Checking if preload exists for k8s version v1.32.1 and runtime docker
I0127 11:15:35.852780  739859 preload.go:146] Found local preload: /home/jenkins/minikube-integration/20318-732960/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.32.1-docker-overlay2-amd64.tar.lz4
--- PASS: TestDownloadOnly/v1.32.1/preload-exists (0.00s)

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-066120 | jenkins | v1.35.0 | 27 Jan 25 11:15 UTC |                     |
	|         | -p download-only-066120        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.35.0 | 27 Jan 25 11:15 UTC | 27 Jan 25 11:15 UTC |
	| delete  | -p download-only-066120        | download-only-066120 | jenkins | v1.35.0 | 27 Jan 25 11:15 UTC | 27 Jan 25 11:15 UTC |
	| start   | -o=json --download-only        | download-only-219994 | jenkins | v1.35.0 | 27 Jan 25 11:15 UTC |                     |
	|         | -p download-only-219994        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.32.1   |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=docker     |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2025/01/27 11:15:31
	Running on machine: ubuntu-20-agent-14
	Binary: Built with gc go1.23.4 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0127 11:15:31.990964  740218 out.go:345] Setting OutFile to fd 1 ...
	I0127 11:15:31.991138  740218 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:15:31.991151  740218 out.go:358] Setting ErrFile to fd 2...
	I0127 11:15:31.991158  740218 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:15:31.991391  740218 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
	I0127 11:15:31.991989  740218 out.go:352] Setting JSON to true
	I0127 11:15:31.992914  740218 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-14","uptime":7079,"bootTime":1737969453,"procs":171,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 11:15:31.993031  740218 start.go:139] virtualization: kvm guest
	I0127 11:15:31.995219  740218 out.go:97] [download-only-219994] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0127 11:15:31.995375  740218 notify.go:220] Checking for updates...
	I0127 11:15:31.996749  740218 out.go:169] MINIKUBE_LOCATION=20318
	I0127 11:15:31.998190  740218 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 11:15:31.999488  740218 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/20318-732960/kubeconfig
	I0127 11:15:32.000649  740218 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/20318-732960/.minikube
	I0127 11:15:32.001875  740218 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0127 11:15:32.004235  740218 out.go:321] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0127 11:15:32.004471  740218 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 11:15:32.028509  740218 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 11:15:32.028626  740218 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 11:15:32.076576  740218 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:47 SystemTime:2025-01-27 11:15:32.067649403 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 11:15:32.076684  740218 docker.go:318] overlay module found
	I0127 11:15:32.078313  740218 out.go:97] Using the docker driver based on user configuration
	I0127 11:15:32.078355  740218 start.go:297] selected driver: docker
	I0127 11:15:32.078363  740218 start.go:901] validating driver "docker" against <nil>
	I0127 11:15:32.078457  740218 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 11:15:32.124635  740218 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:0 ContainersRunning:0 ContainersPaused:0 ContainersStopped:0 Images:1 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:30 OomKillDisable:true NGoroutines:47 SystemTime:2025-01-27 11:15:32.11620172 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x8
6_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 11:15:32.124811  740218 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0127 11:15:32.125376  740218 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0127 11:15:32.125515  740218 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0127 11:15:32.127233  740218 out.go:169] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-219994 host does not exist
	  To start a cluster, run: "minikube start -p download-only-219994"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnlyKic (1.04s)

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

                                                
                                    
x
+
TestBinaryMirror (0.8s)

                                                
                                                
=== RUN   TestBinaryMirror
I0127 11:15:37.567284  739859 binary.go:74] Not caching binary, using https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.32.1/bin/linux/amd64/kubectl.sha256
aaa_download_only_test.go:314: (dbg) Run:  out/minikube-linux-amd64 start --download-only -p binary-mirror-770543 --alsologtostderr --binary-mirror http://127.0.0.1:44445 --driver=docker  --container-runtime=docker
helpers_test.go:175: Cleaning up "binary-mirror-770543" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p binary-mirror-770543
--- PASS: TestBinaryMirror (0.80s)

                                                
                                    
x
+
TestOffline (77.5s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

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

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.06s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/PreSetup/DisablingAddonOnNonExistingCluster (0.06s)

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

                                                
                                                

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

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

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

                                                
                                    
x
+
TestAddons/Setup (209.72s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:107: (dbg) Run:  out/minikube-linux-amd64 start -p addons-394996 --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=docker --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher
addons_test.go:107: (dbg) Done: out/minikube-linux-amd64 start -p addons-394996 --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=docker --addons=ingress --addons=ingress-dns --addons=storage-provisioner-rancher: (3m29.72422065s)
--- PASS: TestAddons/Setup (209.72s)

                                                
                                    
x
+
TestAddons/serial/Volcano (41.44s)

                                                
                                                
=== RUN   TestAddons/serial/Volcano
addons_test.go:823: volcano-controller stabilized in 15.758917ms
addons_test.go:815: volcano-admission stabilized in 15.807174ms
addons_test.go:807: volcano-scheduler stabilized in 15.828382ms
addons_test.go:829: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-scheduler" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-scheduler-75fdd99bcf-9cwj2" [df39449a-2f29-4880-8d88-b1dddbbf8a83] Running
addons_test.go:829: (dbg) TestAddons/serial/Volcano: app=volcano-scheduler healthy within 5.00309293s
addons_test.go:833: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-admission" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-admission-75d8f6b5c-zg27s" [918b5b4d-ac59-4512-9dee-1e6c29da162c] Running
addons_test.go:833: (dbg) TestAddons/serial/Volcano: app=volcano-admission healthy within 5.003286762s
addons_test.go:837: (dbg) TestAddons/serial/Volcano: waiting 6m0s for pods matching "app=volcano-controller" in namespace "volcano-system" ...
helpers_test.go:344: "volcano-controllers-86bdc5c9c-8w8qz" [6022c4ec-4260-4969-a401-b97a4ba6312a] Running
addons_test.go:837: (dbg) TestAddons/serial/Volcano: app=volcano-controller healthy within 5.003492216s
addons_test.go:842: (dbg) Run:  kubectl --context addons-394996 delete -n volcano-system job volcano-admission-init
addons_test.go:848: (dbg) Run:  kubectl --context addons-394996 create -f testdata/vcjob.yaml
addons_test.go:856: (dbg) Run:  kubectl --context addons-394996 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" [0c4a6b8f-2258-4731-927c-0533db5c2996] Pending
helpers_test.go:344: "test-job-nginx-0" [0c4a6b8f-2258-4731-927c-0533db5c2996] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "test-job-nginx-0" [0c4a6b8f-2258-4731-927c-0533db5c2996] Running
addons_test.go:874: (dbg) TestAddons/serial/Volcano: volcano.sh/job-name=test-job healthy within 15.00461439s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable volcano --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-394996 addons disable volcano --alsologtostderr -v=1: (11.09406736s)
--- PASS: TestAddons/serial/Volcano (41.44s)

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

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

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/FakeCredentials
addons_test.go:614: (dbg) Run:  kubectl --context addons-394996 create -f testdata/busybox.yaml
addons_test.go:621: (dbg) Run:  kubectl --context addons-394996 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" [2376615a-0ac0-48ae-860b-6e135106965e] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [2376615a-0ac0-48ae-860b-6e135106965e] Running
addons_test.go:627: (dbg) TestAddons/serial/GCPAuth/FakeCredentials: integration-test=busybox healthy within 8.003360987s
addons_test.go:633: (dbg) Run:  kubectl --context addons-394996 exec busybox -- /bin/sh -c "printenv GOOGLE_APPLICATION_CREDENTIALS"
addons_test.go:645: (dbg) Run:  kubectl --context addons-394996 describe sa gcp-auth-test
addons_test.go:683: (dbg) Run:  kubectl --context addons-394996 exec busybox -- /bin/sh -c "printenv GOOGLE_CLOUD_PROJECT"
--- PASS: TestAddons/serial/GCPAuth/FakeCredentials (8.47s)

                                                
                                    
x
+
TestAddons/parallel/Registry (15.67s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:321: registry stabilized in 12.486966ms
addons_test.go:323: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-6c88467877-km67v" [681fcb01-93ce-4ba8-9cb9-16fec52d661e] Running
I0127 11:20:07.023683  739859 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
I0127 11:20:07.023709  739859 kapi.go:107] duration metric: took 23.510656ms to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
addons_test.go:323: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 6.003761824s
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-vnjpb" [39a8e54b-f45d-41d1-8880-1c003aa28792] Running
addons_test.go:326: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.004124872s
addons_test.go:331: (dbg) Run:  kubectl --context addons-394996 delete po -l run=registry-test --now
addons_test.go:336: (dbg) Run:  kubectl --context addons-394996 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-394996 run --rm registry-test --restart=Never --image=gcr.io/k8s-minikube/busybox -it -- sh -c "wget --spider -S http://registry.kube-system.svc.cluster.local": (3.660435803s)
addons_test.go:350: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 ip
2025/01/27 11:20:21 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (15.67s)

                                                
                                    
x
+
TestAddons/parallel/Ingress (19.1s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-394996 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-394996 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-394996 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" [094a551b-4072-48c4-8edb-8577bdee57ce] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [094a551b-4072-48c4-8edb-8577bdee57ce] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 9.003564736s
I0127 11:20:47.604618  739859 kapi.go:150] Service nginx in namespace default found.
addons_test.go:262: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:286: (dbg) Run:  kubectl --context addons-394996 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 ip
addons_test.go:297: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-394996 addons disable ingress-dns --alsologtostderr -v=1: (1.06519906s)
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable ingress --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-394996 addons disable ingress --alsologtostderr -v=1: (7.827411866s)
--- PASS: TestAddons/parallel/Ingress (19.10s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (10.62s)

                                                
                                                
=== 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-t2w62" [9b006693-dee4-4ce9-b7cd-fe3468663383] Running
addons_test.go:762: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 5.062756738s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable inspektor-gadget --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-394996 addons disable inspektor-gadget --alsologtostderr -v=1: (5.561178927s)
--- PASS: TestAddons/parallel/InspektorGadget (10.62s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (6.61s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:394: metrics-server stabilized in 12.903237ms
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-9xbrk" [70400b24-e294-47b8-98a7-f4d8b1c09712] Running
addons_test.go:396: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 6.003420159s
addons_test.go:402: (dbg) Run:  kubectl --context addons-394996 top pods -n kube-system
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (6.61s)

                                                
                                    
x
+
TestAddons/parallel/CSI (50.25s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:488: csi-hostpath-driver pods stabilized in 23.519195ms
addons_test.go:491: (dbg) Run:  kubectl --context addons-394996 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-394996 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:501: (dbg) Run:  kubectl --context addons-394996 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" [c29e3d15-a170-4e8e-824a-d7ad202435aa] Pending
helpers_test.go:344: "task-pv-pod" [c29e3d15-a170-4e8e-824a-d7ad202435aa] 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" [c29e3d15-a170-4e8e-824a-d7ad202435aa] Running
addons_test.go:506: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 8.003691607s
addons_test.go:511: (dbg) Run:  kubectl --context addons-394996 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-394996 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-394996 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:521: (dbg) Run:  kubectl --context addons-394996 delete pod task-pv-pod
addons_test.go:527: (dbg) Run:  kubectl --context addons-394996 delete pvc hpvc
addons_test.go:533: (dbg) Run:  kubectl --context addons-394996 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-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:543: (dbg) Run:  kubectl --context addons-394996 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" [2730ca6f-424c-4546-83b4-7ab454491fbd] Pending
helpers_test.go:344: "task-pv-pod-restore" [2730ca6f-424c-4546-83b4-7ab454491fbd] 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" [2730ca6f-424c-4546-83b4-7ab454491fbd] Running
addons_test.go:548: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.007897265s
addons_test.go:553: (dbg) Run:  kubectl --context addons-394996 delete pod task-pv-pod-restore
addons_test.go:557: (dbg) Run:  kubectl --context addons-394996 delete pvc hpvc-restore
addons_test.go:561: (dbg) Run:  kubectl --context addons-394996 delete volumesnapshot new-snapshot-demo
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable volumesnapshots --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-394996 addons disable volumesnapshots --alsologtostderr -v=1: (1.007832627s)
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-394996 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.577120462s)
--- PASS: TestAddons/parallel/CSI (50.25s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (20.51s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:747: (dbg) Run:  out/minikube-linux-amd64 addons enable headlamp -p addons-394996 --alsologtostderr -v=1
I0127 11:20:07.000223  739859 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-69d78d796f-qxvvk" [e987cbb7-5455-4aff-a063-787bb8355c0c] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-69d78d796f-qxvvk" [e987cbb7-5455-4aff-a063-787bb8355c0c] Running
addons_test.go:752: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 14.026885784s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable headlamp --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-394996 addons disable headlamp --alsologtostderr -v=1: (5.767013091s)
--- PASS: TestAddons/parallel/Headlamp (20.51s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (6.12s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-5d76cffbc-m8cfj" [ccc2089f-4509-4113-9911-12865c70ebec] Running
addons_test.go:779: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.003222535s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable cloud-spanner --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-394996 addons disable cloud-spanner --alsologtostderr -v=1: (1.072510284s)
--- PASS: TestAddons/parallel/CloudSpanner (6.12s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (52.41s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:888: (dbg) Run:  kubectl --context addons-394996 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:894: (dbg) Run:  kubectl --context addons-394996 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-394996 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-394996 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" [ea3a5ccd-d7aa-4ec6-b487-76329fb93282] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [ea3a5ccd-d7aa-4ec6-b487-76329fb93282] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [ea3a5ccd-d7aa-4ec6-b487-76329fb93282] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:901: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 3.003941044s
addons_test.go:906: (dbg) Run:  kubectl --context addons-394996 get pvc test-pvc -o=json
addons_test.go:915: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 ssh "cat /opt/local-path-provisioner/pvc-786f3f6d-89d7-463f-a02b-2265fa73565a_default_test-pvc/file1"
addons_test.go:927: (dbg) Run:  kubectl --context addons-394996 delete pod test-local-path
addons_test.go:931: (dbg) Run:  kubectl --context addons-394996 delete pvc test-pvc
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-394996 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.455468326s)
--- PASS: TestAddons/parallel/LocalPath (52.41s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.42s)

                                                
                                                
=== 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-sk7d6" [cda23a2f-f6c3-4fe5-b926-7ab59737395b] Running
addons_test.go:964: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.004638236s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable nvidia-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.42s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (10.6s)

                                                
                                                
=== 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-s2jwb" [972f2635-b87a-41bf-80bb-afaaf132476a] Running
addons_test.go:986: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 5.004245135s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable yakd --alsologtostderr -v=1
addons_test.go:992: (dbg) Done: out/minikube-linux-amd64 -p addons-394996 addons disable yakd --alsologtostderr -v=1: (5.59183204s)
--- PASS: TestAddons/parallel/Yakd (10.60s)

                                                
                                    
x
+
TestAddons/parallel/AmdGpuDevicePlugin (6.41s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/AmdGpuDevicePlugin
addons_test.go:977: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: waiting 6m0s for pods matching "name=amd-gpu-device-plugin" in namespace "kube-system" ...
helpers_test.go:344: "amd-gpu-device-plugin-tvtpk" [52989ff0-9351-4495-bc9d-010573d9261d] Running
addons_test.go:977: (dbg) TestAddons/parallel/AmdGpuDevicePlugin: name=amd-gpu-device-plugin healthy within 6.003497569s
addons_test.go:992: (dbg) Run:  out/minikube-linux-amd64 -p addons-394996 addons disable amd-gpu-device-plugin --alsologtostderr -v=1
--- PASS: TestAddons/parallel/AmdGpuDevicePlugin (6.41s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (10.88s)

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

                                                
                                    
x
+
TestCertOptions (27.09s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

                                                
                                                
=== CONT  TestCertOptions
cert_options_test.go:49: (dbg) Run:  out/minikube-linux-amd64 start -p cert-options-446134 --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=docker
E0127 11:54:08.150760  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:17.924264  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
cert_options_test.go:49: (dbg) Done: out/minikube-linux-amd64 start -p cert-options-446134 --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=docker: (24.781914562s)
cert_options_test.go:60: (dbg) Run:  out/minikube-linux-amd64 -p cert-options-446134 ssh "openssl x509 -text -noout -in /var/lib/minikube/certs/apiserver.crt"
cert_options_test.go:88: (dbg) Run:  kubectl --context cert-options-446134 config view
cert_options_test.go:100: (dbg) Run:  out/minikube-linux-amd64 ssh -p cert-options-446134 -- "sudo cat /etc/kubernetes/admin.conf"
helpers_test.go:175: Cleaning up "cert-options-446134" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-options-446134
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-options-446134: (1.709352356s)
--- PASS: TestCertOptions (27.09s)

                                                
                                    
x
+
TestCertExpiration (233.34s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

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

                                                
                                    
x
+
TestDockerFlags (27.71s)

                                                
                                                
=== RUN   TestDockerFlags
=== PAUSE TestDockerFlags

                                                
                                                

                                                
                                                
=== CONT  TestDockerFlags
docker_test.go:51: (dbg) Run:  out/minikube-linux-amd64 start -p docker-flags-488276 --cache-images=false --memory=2048 --install-addons=false --wait=false --docker-env=FOO=BAR --docker-env=BAZ=BAT --docker-opt=debug --docker-opt=icc=true --alsologtostderr -v=5 --driver=docker  --container-runtime=docker
docker_test.go:51: (dbg) Done: out/minikube-linux-amd64 start -p docker-flags-488276 --cache-images=false --memory=2048 --install-addons=false --wait=false --docker-env=FOO=BAR --docker-env=BAZ=BAT --docker-opt=debug --docker-opt=icc=true --alsologtostderr -v=5 --driver=docker  --container-runtime=docker: (25.04963802s)
docker_test.go:56: (dbg) Run:  out/minikube-linux-amd64 -p docker-flags-488276 ssh "sudo systemctl show docker --property=Environment --no-pager"
docker_test.go:67: (dbg) Run:  out/minikube-linux-amd64 -p docker-flags-488276 ssh "sudo systemctl show docker --property=ExecStart --no-pager"
helpers_test.go:175: Cleaning up "docker-flags-488276" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p docker-flags-488276
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p docker-flags-488276: (2.100039739s)
--- PASS: TestDockerFlags (27.71s)

                                                
                                    
x
+
TestForceSystemdFlag (39.96s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-flag-966445 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=docker
docker_test.go:91: (dbg) Done: out/minikube-linux-amd64 start -p force-systemd-flag-966445 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=docker: (37.19052179s)
docker_test.go:110: (dbg) Run:  out/minikube-linux-amd64 -p force-systemd-flag-966445 ssh "docker info --format {{.CgroupDriver}}"
helpers_test.go:175: Cleaning up "force-systemd-flag-966445" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-flag-966445
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-flag-966445: (2.43346354s)
--- PASS: TestForceSystemdFlag (39.96s)

                                                
                                    
x
+
TestForceSystemdEnv (24.29s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-env-660912 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=docker
docker_test.go:155: (dbg) Done: out/minikube-linux-amd64 start -p force-systemd-env-660912 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=docker: (21.770783341s)
docker_test.go:110: (dbg) Run:  out/minikube-linux-amd64 -p force-systemd-env-660912 ssh "docker info --format {{.CgroupDriver}}"
helpers_test.go:175: Cleaning up "force-systemd-env-660912" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-env-660912
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-env-660912: (2.201518087s)
--- PASS: TestForceSystemdEnv (24.29s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (1.4s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
=== PAUSE TestKVMDriverInstallOrUpdate

                                                
                                                

                                                
                                                
=== CONT  TestKVMDriverInstallOrUpdate
I0127 11:51:29.264611  739859 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0127 11:51:29.264779  739859 install.go:117] Validating docker-machine-driver-kvm2, PATH=/home/jenkins/workspace/Docker_Linux_integration/testdata/kvm2-driver-without-version:/home/jenkins/workspace/Docker_Linux_integration/out/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin:/usr/local/bin/:/usr/local/go/bin/:/home/jenkins/go/bin
W0127 11:51:29.305637  739859 install.go:62] docker-machine-driver-kvm2: exit status 1
W0127 11:51:29.305913  739859 out.go:174] [unset outFile]: * Downloading driver docker-machine-driver-kvm2:
I0127 11:51:29.305969  739859 download.go:108] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 -> /tmp/TestKVMDriverInstallOrUpdate908318983/001/docker-machine-driver-kvm2
I0127 11:51:29.484926  739859 driver.go:46] failed to download arch specific driver: getter: &{Ctx:context.Background Src:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 Dst:/tmp/TestKVMDriverInstallOrUpdate908318983/001/docker-machine-driver-kvm2.download Pwd: Mode:2 Umask:---------- Detectors:[0x530c6a0 0x530c6a0 0x530c6a0 0x530c6a0 0x530c6a0 0x530c6a0 0x530c6a0] Decompressors:map[bz2:0xc0006b6b20 gz:0xc0006b6b28 tar:0xc0006b6ad0 tar.bz2:0xc0006b6ae0 tar.gz:0xc0006b6af0 tar.xz:0xc0006b6b00 tar.zst:0xc0006b6b10 tbz2:0xc0006b6ae0 tgz:0xc0006b6af0 txz:0xc0006b6b00 tzst:0xc0006b6b10 xz:0xc0006b6b30 zip:0xc0006b6b50 zst:0xc0006b6b38] Getters:map[file:0xc0009dc580 http:0xc0007b06e0 https:0xc0007b0730] Dir:false ProgressListener:<nil> Insecure:false DisableSymlinks:false Options:[]}: invalid checksum: Error downloading checksum file: bad response cod
e: 404. trying to get the common version
I0127 11:51:29.484983  739859 download.go:108] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2.sha256 -> /tmp/TestKVMDriverInstallOrUpdate908318983/001/docker-machine-driver-kvm2
I0127 11:51:30.131658  739859 install.go:52] acquiring lock: {Name:mk900956b073697a4aa6c80a27c6bb0742a99a53 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
I0127 11:51:30.131780  739859 install.go:117] Validating docker-machine-driver-kvm2, PATH=/home/jenkins/workspace/Docker_Linux_integration/testdata/kvm2-driver-older-version:/home/jenkins/workspace/Docker_Linux_integration/out/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin:/home/jenkins/go/bin:/usr/local/bin/:/usr/local/go/bin/:/home/jenkins/go/bin
I0127 11:51:30.165738  739859 install.go:137] /home/jenkins/workspace/Docker_Linux_integration/testdata/kvm2-driver-older-version/docker-machine-driver-kvm2 version is 1.1.1
W0127 11:51:30.165772  739859 install.go:62] docker-machine-driver-kvm2: docker-machine-driver-kvm2 is version 1.1.1, want 1.3.0
W0127 11:51:30.165830  739859 out.go:174] [unset outFile]: * Downloading driver docker-machine-driver-kvm2:
I0127 11:51:30.165857  739859 download.go:108] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 -> /tmp/TestKVMDriverInstallOrUpdate908318983/002/docker-machine-driver-kvm2
I0127 11:51:30.192188  739859 driver.go:46] failed to download arch specific driver: getter: &{Ctx:context.Background Src:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2-amd64.sha256 Dst:/tmp/TestKVMDriverInstallOrUpdate908318983/002/docker-machine-driver-kvm2.download Pwd: Mode:2 Umask:---------- Detectors:[0x530c6a0 0x530c6a0 0x530c6a0 0x530c6a0 0x530c6a0 0x530c6a0 0x530c6a0] Decompressors:map[bz2:0xc0006b6b20 gz:0xc0006b6b28 tar:0xc0006b6ad0 tar.bz2:0xc0006b6ae0 tar.gz:0xc0006b6af0 tar.xz:0xc0006b6b00 tar.zst:0xc0006b6b10 tbz2:0xc0006b6ae0 tgz:0xc0006b6af0 txz:0xc0006b6b00 tzst:0xc0006b6b10 xz:0xc0006b6b30 zip:0xc0006b6b50 zst:0xc0006b6b38] Getters:map[file:0xc001f8a730 http:0xc0007fddb0 https:0xc0007fde00] Dir:false ProgressListener:<nil> Insecure:false DisableSymlinks:false Options:[]}: invalid checksum: Error downloading checksum file: bad response cod
e: 404. trying to get the common version
I0127 11:51:30.192245  739859 download.go:108] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.3.0/docker-machine-driver-kvm2.sha256 -> /tmp/TestKVMDriverInstallOrUpdate908318983/002/docker-machine-driver-kvm2
--- PASS: TestKVMDriverInstallOrUpdate (1.40s)

                                                
                                    
x
+
TestErrorSpam/setup (21.36s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.59s)

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

                                                
                                    
x
+
TestErrorSpam/status (0.89s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.18s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.42s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.91s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

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

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (66.98s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2234: (dbg) Run:  out/minikube-linux-amd64 start -p functional-962414 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=docker
functional_test.go:2234: (dbg) Done: out/minikube-linux-amd64 start -p functional-962414 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=docker: (1m6.979574338s)
--- PASS: TestFunctional/serial/StartWithProxy (66.98s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (31.34s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
I0127 11:22:55.723340  739859 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
functional_test.go:659: (dbg) Run:  out/minikube-linux-amd64 start -p functional-962414 --alsologtostderr -v=8
functional_test.go:659: (dbg) Done: out/minikube-linux-amd64 start -p functional-962414 --alsologtostderr -v=8: (31.337230113s)
functional_test.go:663: soft start took 31.338027291s for "functional-962414" cluster.
I0127 11:23:27.060995  739859 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
--- PASS: TestFunctional/serial/SoftStart (31.34s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.05s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.06s)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.11s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.11s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (38.82s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:757: (dbg) Run:  out/minikube-linux-amd64 start -p functional-962414 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E0127 11:24:08.150810  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:24:08.157278  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:24:08.168728  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:24:08.190196  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:24:08.232467  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:24:08.313935  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:24:08.475559  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:24:08.797270  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:24:09.439326  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:24:10.720926  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:757: (dbg) Done: out/minikube-linux-amd64 start -p functional-962414 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (38.817680608s)
functional_test.go:761: restart took 38.817815296s for "functional-962414" cluster.
I0127 11:24:10.842630  739859 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
--- PASS: TestFunctional/serial/ExtraConfig (38.82s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.07s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.02s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1236: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 logs
functional_test.go:1236: (dbg) Done: out/minikube-linux-amd64 -p functional-962414 logs: (1.017016125s)
--- PASS: TestFunctional/serial/LogsCmd (1.02s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.04s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1250: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 logs --file /tmp/TestFunctionalserialLogsFileCmd4052182733/001/logs.txt
functional_test.go:1250: (dbg) Done: out/minikube-linux-amd64 -p functional-962414 logs --file /tmp/TestFunctionalserialLogsFileCmd4052182733/001/logs.txt: (1.038546056s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.04s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.1s)

                                                
                                                
=== RUN   TestFunctional/serial/InvalidService
functional_test.go:2321: (dbg) Run:  kubectl --context functional-962414 apply -f testdata/invalidsvc.yaml
E0127 11:24:13.282590  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
functional_test.go:2335: (dbg) Run:  out/minikube-linux-amd64 service invalid-svc -p functional-962414
functional_test.go:2335: (dbg) Non-zero exit: out/minikube-linux-amd64 service invalid-svc -p functional-962414: exit status 115 (342.678594ms)

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.43s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (8.74s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.37s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 11:24:43.200000  791744 out.go:345] Setting OutFile to fd 1 ...
	I0127 11:24:43.200132  791744 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:24:43.200143  791744 out.go:358] Setting ErrFile to fd 2...
	I0127 11:24:43.200150  791744 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:24:43.200370  791744 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
	I0127 11:24:43.200936  791744 out.go:352] Setting JSON to false
	I0127 11:24:43.202441  791744 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-14","uptime":7630,"bootTime":1737969453,"procs":303,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 11:24:43.202606  791744 start.go:139] virtualization: kvm guest
	I0127 11:24:43.205038  791744 out.go:177] * [functional-962414] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)
	I0127 11:24:43.206465  791744 out.go:177]   - MINIKUBE_LOCATION=20318
	I0127 11:24:43.206473  791744 notify.go:220] Checking for updates...
	I0127 11:24:43.208816  791744 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 11:24:43.210105  791744 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20318-732960/kubeconfig
	I0127 11:24:43.211334  791744 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20318-732960/.minikube
	I0127 11:24:43.212542  791744 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0127 11:24:43.213867  791744 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 11:24:43.216032  791744 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
	I0127 11:24:43.216992  791744 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 11:24:43.242368  791744 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 11:24:43.242532  791744 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 11:24:43.299547  791744 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:33 OomKillDisable:true NGoroutines:55 SystemTime:2025-01-27 11:24:43.289199062 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 11:24:43.299655  791744 docker.go:318] overlay module found
	I0127 11:24:43.301554  791744 out.go:177] * Using the docker driver based on existing profile
	I0127 11:24:43.302855  791744 start.go:297] selected driver: docker
	I0127 11:24:43.302876  791744 start.go:901] validating driver "docker" against &{Name:functional-962414 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:functional-962414 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144
MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 11:24:43.302967  791744 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 11:24:43.304998  791744 out.go:201] 
	W0127 11:24:43.306278  791744 out.go:270] X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	X Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY: Requested memory allocation 250MiB is less than the usable minimum of 1800MB
	I0127 11:24:43.307603  791744 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.14s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 11:24:41.530712  790926 out.go:345] Setting OutFile to fd 1 ...
	I0127 11:24:41.530818  790926 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:24:41.530826  790926 out.go:358] Setting ErrFile to fd 2...
	I0127 11:24:41.530830  790926 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:24:41.531141  790926 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
	I0127 11:24:41.531715  790926 out.go:352] Setting JSON to false
	I0127 11:24:41.532843  790926 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-14","uptime":7628,"bootTime":1737969453,"procs":297,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1074-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0127 11:24:41.532965  790926 start.go:139] virtualization: kvm guest
	I0127 11:24:41.535215  790926 out.go:177] * [functional-962414] minikube v1.35.0 sur Ubuntu 20.04 (kvm/amd64)
	I0127 11:24:41.536527  790926 notify.go:220] Checking for updates...
	I0127 11:24:41.536545  790926 out.go:177]   - MINIKUBE_LOCATION=20318
	I0127 11:24:41.537735  790926 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0127 11:24:41.538934  790926 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/20318-732960/kubeconfig
	I0127 11:24:41.540263  790926 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/20318-732960/.minikube
	I0127 11:24:41.541401  790926 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0127 11:24:41.542555  790926 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0127 11:24:41.544006  790926 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
	I0127 11:24:41.544467  790926 driver.go:394] Setting default libvirt URI to qemu:///system
	I0127 11:24:41.567405  790926 docker.go:123] docker version: linux-27.5.1:Docker Engine - Community
	I0127 11:24:41.567538  790926 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 11:24:41.612559  790926 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:1 ContainersRunning:1 ContainersPaused:0 ContainersStopped:0 Images:2 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:false BridgeNfIP6Tables:false Debug:false NFd:33 OomKillDisable:true NGoroutines:55 SystemTime:2025-01-27 11:24:41.60375613 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x8
6_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerErr
ors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 11:24:41.612665  790926 docker.go:318] overlay module found
	I0127 11:24:41.614605  790926 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0127 11:24:41.615856  790926 start.go:297] selected driver: docker
	I0127 11:24:41.615870  790926 start.go:901] validating driver "docker" against &{Name:functional-962414 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279 Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8441 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.32.1 ClusterName:functional-962414 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerN
ames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.32.1 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144
MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0127 11:24:41.615960  790926 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0127 11:24:41.618022  790926 out.go:201] 
	W0127 11:24:41.619164  790926 out.go:270] X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	X Fermeture en raison de RSRC_INSUFFICIENT_REQ_MEMORY : L'allocation de mémoire demandée 250 Mio est inférieure au minimum utilisable de 1800 Mo
	I0127 11:24:41.620180  790926 out.go:201] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (0.91s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (21.67s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1629: (dbg) Run:  kubectl --context functional-962414 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1635: (dbg) Run:  kubectl --context functional-962414 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-58f9cf68d8-29475" [ccb5035f-fd2f-4be4-885d-a9f128b59f9a] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-58f9cf68d8-29475" [ccb5035f-fd2f-4be4-885d-a9f128b59f9a] Running
functional_test.go:1640: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 21.003694331s
functional_test.go:1649: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 service hello-node-connect --url
functional_test.go:1655: found endpoint for hello-node-connect: http://192.168.49.2:31382
functional_test.go:1675: http://192.168.49.2:31382: success! body:

                                                
                                                

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

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.18s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (39.07s)

                                                
                                                
=== 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" [1b348728-9654-4510-a109-e9904846fcd1] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 5.003969895s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-962414 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-962414 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-962414 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-962414 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" [e9c9ea7f-7f16-49bb-89f8-428aef041f56] Pending
helpers_test.go:344: "sp-pod" [e9c9ea7f-7f16-49bb-89f8-428aef041f56] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
E0127 11:24:28.646426  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "sp-pod" [e9c9ea7f-7f16-49bb-89f8-428aef041f56] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 20.004104593s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-962414 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-962414 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-962414 delete -f testdata/storage-provisioner/pod.yaml: (1.106367411s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-962414 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" [768df5fa-b7f4-421d-af88-5efe3a18556b] Pending
helpers_test.go:344: "sp-pod" [768df5fa-b7f4-421d-af88-5efe3a18556b] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [768df5fa-b7f4-421d-af88-5efe3a18556b] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 12.004579051s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-962414 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (39.07s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.64s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (1.82s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (24.53s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1793: (dbg) Run:  kubectl --context functional-962414 replace --force -f testdata/mysql.yaml
functional_test.go:1799: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:344: "mysql-58ccfd96bb-pjlrj" [822a5560-5aad-4ad0-bc49-a4c0dd777693] Pending
helpers_test.go:344: "mysql-58ccfd96bb-pjlrj" [822a5560-5aad-4ad0-bc49-a4c0dd777693] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-58ccfd96bb-pjlrj" [822a5560-5aad-4ad0-bc49-a4c0dd777693] Running
functional_test.go:1799: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 18.015241646s
functional_test.go:1807: (dbg) Run:  kubectl --context functional-962414 exec mysql-58ccfd96bb-pjlrj -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-962414 exec mysql-58ccfd96bb-pjlrj -- mysql -ppassword -e "show databases;": exit status 1 (306.880499ms)

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

                                                
                                                
** /stderr **
I0127 11:24:36.245734  739859 retry.go:31] will retry after 896.419569ms: exit status 1
functional_test.go:1807: (dbg) Run:  kubectl --context functional-962414 exec mysql-58ccfd96bb-pjlrj -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-962414 exec mysql-58ccfd96bb-pjlrj -- mysql -ppassword -e "show databases;": exit status 1 (206.042142ms)

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

                                                
                                                
** /stderr **
I0127 11:24:37.348742  739859 retry.go:31] will retry after 1.639388821s: exit status 1
functional_test.go:1807: (dbg) Run:  kubectl --context functional-962414 exec mysql-58ccfd96bb-pjlrj -- mysql -ppassword -e "show databases;"
functional_test.go:1807: (dbg) Non-zero exit: kubectl --context functional-962414 exec mysql-58ccfd96bb-pjlrj -- mysql -ppassword -e "show databases;": exit status 1 (113.019791ms)

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

                                                
                                                
** /stderr **
I0127 11:24:39.102271  739859 retry.go:31] will retry after 3.028985203s: exit status 1
functional_test.go:1807: (dbg) Run:  kubectl --context functional-962414 exec mysql-58ccfd96bb-pjlrj -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (24.53s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.31s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (1.84s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.06s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.26s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.2s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DockerEnv/bash (1.14s)

                                                
                                                
=== RUN   TestFunctional/parallel/DockerEnv/bash
functional_test.go:499: (dbg) Run:  /bin/bash -c "eval $(out/minikube-linux-amd64 -p functional-962414 docker-env) && out/minikube-linux-amd64 status -p functional-962414"
functional_test.go:522: (dbg) Run:  /bin/bash -c "eval $(out/minikube-linux-amd64 -p functional-962414 docker-env) && docker images"
--- PASS: TestFunctional/parallel/DockerEnv/bash (1.14s)

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

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

                                                
                                                

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

                                                
                                    
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:2119: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.15s)

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

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

                                                
                                                

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_not_create
functional_test.go:1270: (dbg) Run:  out/minikube-linux-amd64 profile lis
functional_test.go:1275: (dbg) Run:  out/minikube-linux-amd64 profile list --output json
E0127 11:24:18.404923  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_not_create (0.49s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-962414 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" [075cebcb-4725-41dc-b337-d2f51e9f4b07] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [075cebcb-4725-41dc-b337-d2f51e9f4b07] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 18.003694245s
I0127 11:24:37.791689  739859 kapi.go:150] Service nginx-svc in namespace default found.
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (18.23s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1439: (dbg) Run:  kubectl --context functional-962414 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1445: (dbg) Run:  kubectl --context functional-962414 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-fcfd88b6f-5h54q" [92898d71-8807-4ee4-8420-b7c8fdc9a919] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-fcfd88b6f-5h54q" [92898d71-8807-4ee4-8420-b7c8fdc9a919] Running
functional_test.go:1450: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 7.007074925s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (7.19s)

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

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

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

                                                
                                                
** /stderr **
I0127 11:24:41.889998  739859 retry.go:31] will retry after 709.709537ms: exit status 1
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Jan 27 11:24 created-by-test
-rw-r--r-- 1 docker docker 24 Jan 27 11:24 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Jan 27 11:24 test-1737977081626676059
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh cat /mount-9p/test-1737977081626676059
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-962414 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" [3115b1c8-f739-4802-a3d1-5379a5661b0d] Pending
helpers_test.go:344: "busybox-mount" [3115b1c8-f739-4802-a3d1-5379a5661b0d] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [3115b1c8-f739-4802-a3d1-5379a5661b0d] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [3115b1c8-f739-4802-a3d1-5379a5661b0d] 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.00539096s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-962414 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh stat /mount-9p/created-by-pod
E0127 11:24:49.128198  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-962414 /tmp/TestFunctionalparallelMountCmdany-port3087634390/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (8.07s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/List
functional_test.go:1459: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 service list
functional_test.go:1459: (dbg) Done: out/minikube-linux-amd64 -p functional-962414 service list: (1.812290808s)
--- PASS: TestFunctional/parallel/ServiceCmd/List (1.81s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1489: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 service list -o json
functional_test.go:1489: (dbg) Done: out/minikube-linux-amd64 -p functional-962414 service list -o json: (1.743893022s)
functional_test.go:1494: Took "1.743996625s" to run "out/minikube-linux-amd64 -p functional-962414 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (1.74s)

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

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

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

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

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

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

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

                                                
                                                
** /stderr **
I0127 11:24:49.970708  739859 retry.go:31] will retry after 566.355399ms: exit status 1
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh -- ls -la /mount-9p
functional_test_mount_test.go:261: guest mount directory contents
total 0
functional_test_mount_test.go:263: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-962414 /tmp/TestFunctionalparallelMountCmdspecific-port1215148840/001:/mount-9p --alsologtostderr -v=1 --port 46464] ...
functional_test_mount_test.go:264: reading mount text
functional_test_mount_test.go:278: done reading mount text
functional_test_mount_test.go:230: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-962414 ssh "sudo umount -f /mount-9p": exit status 1 (267.550348ms)

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

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

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

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

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

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 image ls --format short --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-962414 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.10
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.32.1
registry.k8s.io/kube-proxy:v1.32.1
registry.k8s.io/kube-controller-manager:v1.32.1
registry.k8s.io/kube-apiserver:v1.32.1
registry.k8s.io/etcd:3.5.16-0
registry.k8s.io/echoserver:1.8
registry.k8s.io/coredns/coredns:v1.11.3
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/mysql:5.7
docker.io/library/minikube-local-cache-test:functional-962414
docker.io/kubernetesui/metrics-scraper:<none>
docker.io/kubernetesui/dashboard:<none>
docker.io/kicbase/echo-server:functional-962414
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-962414 image ls --format short --alsologtostderr:
I0127 11:24:55.667226  796318 out.go:345] Setting OutFile to fd 1 ...
I0127 11:24:55.667365  796318 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 11:24:55.667376  796318 out.go:358] Setting ErrFile to fd 2...
I0127 11:24:55.667383  796318 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 11:24:55.667579  796318 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
I0127 11:24:55.669826  796318 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
I0127 11:24:55.669966  796318 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
I0127 11:24:55.670415  796318 cli_runner.go:164] Run: docker container inspect functional-962414 --format={{.State.Status}}
I0127 11:24:55.695537  796318 ssh_runner.go:195] Run: systemctl --version
I0127 11:24:55.695605  796318 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-962414
I0127 11:24:55.718464  796318 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33176 SSHKeyPath:/home/jenkins/minikube-integration/20318-732960/.minikube/machines/functional-962414/id_rsa Username:docker}
I0127 11:24:55.807677  796318 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.23s)

                                                
                                    
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:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 image ls --format table --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-962414 image ls --format table --alsologtostderr:
|---------------------------------------------|-------------------|---------------|--------|
|                    Image                    |        Tag        |   Image ID    |  Size  |
|---------------------------------------------|-------------------|---------------|--------|
| docker.io/library/minikube-local-cache-test | functional-962414 | 2d433ec1267e4 | 30B    |
| registry.k8s.io/kube-controller-manager     | v1.32.1           | 019ee182b58e2 | 89.7MB |
| docker.io/library/mysql                     | 5.7               | 5107333e08a87 | 501MB  |
| gcr.io/k8s-minikube/storage-provisioner     | v5                | 6e38f40d628db | 31.5MB |
| registry.k8s.io/pause                       | 3.1               | da86e6ba6ca19 | 742kB  |
| registry.k8s.io/kube-apiserver              | v1.32.1           | 95c0bda56fc4d | 97MB   |
| registry.k8s.io/kube-scheduler              | v1.32.1           | 2b0d6572d062c | 69.6MB |
| registry.k8s.io/pause                       | latest            | 350b164e7ae1d | 240kB  |
| registry.k8s.io/kube-proxy                  | v1.32.1           | e29f9c7391fd9 | 94MB   |
| docker.io/library/nginx                     | alpine            | 93f9c72967dbc | 47MB   |
| registry.k8s.io/etcd                        | 3.5.16-0          | a9e7e6b294baf | 150MB  |
| registry.k8s.io/pause                       | 3.10              | 873ed75102791 | 736kB  |
| docker.io/kubernetesui/dashboard            | <none>            | 07655ddf2eebe | 246MB  |
| docker.io/kicbase/echo-server               | functional-962414 | 9056ab77afb8e | 4.94MB |
| registry.k8s.io/pause                       | 3.3               | 0184c1613d929 | 683kB  |
| registry.k8s.io/echoserver                  | 1.8               | 82e4c8a736a4f | 95.4MB |
| docker.io/library/nginx                     | latest            | 9bea9f2796e23 | 192MB  |
| registry.k8s.io/coredns/coredns             | v1.11.3           | c69fa2e9cbf5f | 61.8MB |
| docker.io/kubernetesui/metrics-scraper      | <none>            | 115053965e86b | 43.8MB |
| gcr.io/k8s-minikube/busybox                 | 1.28.4-glibc      | 56cc512116c8f | 4.4MB  |
|---------------------------------------------|-------------------|---------------|--------|
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-962414 image ls --format table --alsologtostderr:
I0127 11:24:55.895853  796509 out.go:345] Setting OutFile to fd 1 ...
I0127 11:24:55.896222  796509 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 11:24:55.896238  796509 out.go:358] Setting ErrFile to fd 2...
I0127 11:24:55.896245  796509 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 11:24:55.896526  796509 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
I0127 11:24:55.897376  796509 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
I0127 11:24:55.897525  796509 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
I0127 11:24:55.898152  796509 cli_runner.go:164] Run: docker container inspect functional-962414 --format={{.State.Status}}
I0127 11:24:55.922343  796509 ssh_runner.go:195] Run: systemctl --version
I0127 11:24:55.922411  796509 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-962414
I0127 11:24:55.942557  796509 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33176 SSHKeyPath:/home/jenkins/minikube-integration/20318-732960/.minikube/machines/functional-962414/id_rsa Username:docker}
I0127 11:24:56.032130  796509 ssh_runner.go:195] Run: docker images --no-trunc --format "{{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:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 image ls --format json --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-962414 image ls --format json --alsologtostderr:
[{"id":"e29f9c7391fd92d96bc72026fc755b0f9589536e36ecd7102161f1ded087897a","repoDigests":[],"repoTags":["registry.k8s.io/kube-proxy:v1.32.1"],"size":"94000000"},{"id":"93f9c72967dbcfaffe724ae5ba471e9568c9bbe67271f53266c84f3c83a409e3","repoDigests":[],"repoTags":["docker.io/library/nginx:alpine"],"size":"47000000"},{"id":"a9e7e6b294baf1695fccb862d956c5d3ad8510e1e4ca1535f35dc09f247abbfc","repoDigests":[],"repoTags":["registry.k8s.io/etcd:3.5.16-0"],"size":"150000000"},{"id":"5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933","repoDigests":[],"repoTags":["docker.io/library/mysql:5.7"],"size":"501000000"},{"id":"115053965e86b2df4d78af78d7951b8644839d20a03820c6df59a261103315f7","repoDigests":[],"repoTags":["docker.io/kubernetesui/metrics-scraper:\u003cnone\u003e"],"size":"43800000"},{"id":"2d433ec1267e4c55ac67e080389b6533e7e525ff86de269494900aa5cb404a31","repoDigests":[],"repoTags":["docker.io/library/minikube-local-cache-test:functional-962414"],"size":"30"},{"id":"873ed75102791e5b0b8a7fcd41
606c92fcec98d56d05ead4ac5131650004c136","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.10"],"size":"736000"},{"id":"9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30","repoDigests":[],"repoTags":["docker.io/kicbase/echo-server:functional-962414"],"size":"4940000"},{"id":"6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31500000"},{"id":"56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c","repoDigests":[],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"4400000"},{"id":"c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6","repoDigests":[],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.3"],"size":"61800000"},{"id":"9bea9f2796e236cb18c2b3ad561ff29f655d1001f9ec7247a0bc5e08d25652a1","repoDigests":[],"repoTags":["docker.io/library/nginx:latest"],"size":"192000000"},{"id":"07655ddf2eebe5d250f7a72c25f638b27126805d61779741b4e62e69ba080558","repoDigests"
:[],"repoTags":["docker.io/kubernetesui/dashboard:\u003cnone\u003e"],"size":"246000000"},{"id":"95c0bda56fc4dd44cf1876f15c04427feabe5556394553874934ffd2514eeb0a","repoDigests":[],"repoTags":["registry.k8s.io/kube-apiserver:v1.32.1"],"size":"97000000"},{"id":"019ee182b58e20da055b173dc0b598fbde321d4bf959e1c2a832908ed7642d35","repoDigests":[],"repoTags":["registry.k8s.io/kube-controller-manager:v1.32.1"],"size":"89700000"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.3"],"size":"683000"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":[],"repoTags":["registry.k8s.io/pause:3.1"],"size":"742000"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":[],"repoTags":["registry.k8s.io/echoserver:1.8"],"size":"95400000"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":[],"repoTags":["registry.k8s.io/pause:latest"],"size":"240000"
},{"id":"2b0d6572d062c0f590b08c3113e5d9a61e381b3da7845a0289bdbf1faa1b23d1","repoDigests":[],"repoTags":["registry.k8s.io/kube-scheduler:v1.32.1"],"size":"69600000"}]
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-962414 image ls --format json --alsologtostderr:
I0127 11:24:55.897054  796508 out.go:345] Setting OutFile to fd 1 ...
I0127 11:24:55.897133  796508 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 11:24:55.897141  796508 out.go:358] Setting ErrFile to fd 2...
I0127 11:24:55.897145  796508 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 11:24:55.897361  796508 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
I0127 11:24:55.897930  796508 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
I0127 11:24:55.898024  796508 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
I0127 11:24:55.898388  796508 cli_runner.go:164] Run: docker container inspect functional-962414 --format={{.State.Status}}
I0127 11:24:55.919687  796508 ssh_runner.go:195] Run: systemctl --version
I0127 11:24:55.919738  796508 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-962414
I0127 11:24:55.939815  796508 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33176 SSHKeyPath:/home/jenkins/minikube-integration/20318-732960/.minikube/machines/functional-962414/id_rsa Username:docker}
I0127 11:24:56.032352  796508 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.23s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:261: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 image ls --format yaml --alsologtostderr
functional_test.go:266: (dbg) Stdout: out/minikube-linux-amd64 -p functional-962414 image ls --format yaml --alsologtostderr:
- id: 2d433ec1267e4c55ac67e080389b6533e7e525ff86de269494900aa5cb404a31
repoDigests: []
repoTags:
- docker.io/library/minikube-local-cache-test:functional-962414
size: "30"
- id: 9bea9f2796e236cb18c2b3ad561ff29f655d1001f9ec7247a0bc5e08d25652a1
repoDigests: []
repoTags:
- docker.io/library/nginx:latest
size: "192000000"
- id: 93f9c72967dbcfaffe724ae5ba471e9568c9bbe67271f53266c84f3c83a409e3
repoDigests: []
repoTags:
- docker.io/library/nginx:alpine
size: "47000000"
- id: 873ed75102791e5b0b8a7fcd41606c92fcec98d56d05ead4ac5131650004c136
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.10
size: "736000"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests: []
repoTags:
- registry.k8s.io/pause:latest
size: "240000"
- id: 019ee182b58e20da055b173dc0b598fbde321d4bf959e1c2a832908ed7642d35
repoDigests: []
repoTags:
- registry.k8s.io/kube-controller-manager:v1.32.1
size: "89700000"
- id: 2b0d6572d062c0f590b08c3113e5d9a61e381b3da7845a0289bdbf1faa1b23d1
repoDigests: []
repoTags:
- registry.k8s.io/kube-scheduler:v1.32.1
size: "69600000"
- id: a9e7e6b294baf1695fccb862d956c5d3ad8510e1e4ca1535f35dc09f247abbfc
repoDigests: []
repoTags:
- registry.k8s.io/etcd:3.5.16-0
size: "150000000"
- id: c69fa2e9cbf5f42dc48af631e956d3f95724c13f91596bc567591790e5e36db6
repoDigests: []
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.3
size: "61800000"
- id: 07655ddf2eebe5d250f7a72c25f638b27126805d61779741b4e62e69ba080558
repoDigests: []
repoTags:
- docker.io/kubernetesui/dashboard:<none>
size: "246000000"
- id: 9056ab77afb8e18e04303f11000a9d31b3f16b74c59475b899ae1b342d328d30
repoDigests: []
repoTags:
- docker.io/kicbase/echo-server:functional-962414
size: "4940000"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests: []
repoTags:
- registry.k8s.io/echoserver:1.8
size: "95400000"
- id: 95c0bda56fc4dd44cf1876f15c04427feabe5556394553874934ffd2514eeb0a
repoDigests: []
repoTags:
- registry.k8s.io/kube-apiserver:v1.32.1
size: "97000000"
- id: 5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933
repoDigests: []
repoTags:
- docker.io/library/mysql:5.7
size: "501000000"
- id: 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "31500000"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.1
size: "742000"
- id: e29f9c7391fd92d96bc72026fc755b0f9589536e36ecd7102161f1ded087897a
repoDigests: []
repoTags:
- registry.k8s.io/kube-proxy:v1.32.1
size: "94000000"
- id: 115053965e86b2df4d78af78d7951b8644839d20a03820c6df59a261103315f7
repoDigests: []
repoTags:
- docker.io/kubernetesui/metrics-scraper:<none>
size: "43800000"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests: []
repoTags:
- registry.k8s.io/pause:3.3
size: "683000"
- id: 56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c
repoDigests: []
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "4400000"

                                                
                                                
functional_test.go:269: (dbg) Stderr: out/minikube-linux-amd64 -p functional-962414 image ls --format yaml --alsologtostderr:
I0127 11:24:55.673586  796319 out.go:345] Setting OutFile to fd 1 ...
I0127 11:24:55.674105  796319 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 11:24:55.674116  796319 out.go:358] Setting ErrFile to fd 2...
I0127 11:24:55.674123  796319 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 11:24:55.674436  796319 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
I0127 11:24:55.675238  796319 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
I0127 11:24:55.675353  796319 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
I0127 11:24:55.676215  796319 cli_runner.go:164] Run: docker container inspect functional-962414 --format={{.State.Status}}
I0127 11:24:55.697372  796319 ssh_runner.go:195] Run: systemctl --version
I0127 11:24:55.697430  796319 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-962414
I0127 11:24:55.717890  796319 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33176 SSHKeyPath:/home/jenkins/minikube-integration/20318-732960/.minikube/machines/functional-962414/id_rsa Username:docker}
I0127 11:24:55.807718  796319 ssh_runner.go:195] Run: docker images --no-trunc --format "{{json .}}"
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.23s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:315: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 image build -t localhost/my-image:functional-962414 testdata/build --alsologtostderr
functional_test.go:315: (dbg) Done: out/minikube-linux-amd64 -p functional-962414 image build -t localhost/my-image:functional-962414 testdata/build --alsologtostderr: (2.053399976s)
functional_test.go:323: (dbg) Stderr: out/minikube-linux-amd64 -p functional-962414 image build -t localhost/my-image:functional-962414 testdata/build --alsologtostderr:
I0127 11:24:55.950251  796536 out.go:345] Setting OutFile to fd 1 ...
I0127 11:24:55.951023  796536 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 11:24:55.951044  796536 out.go:358] Setting ErrFile to fd 2...
I0127 11:24:55.951053  796536 out.go:392] TERM=,COLORTERM=, which probably does not support color
I0127 11:24:55.951365  796536 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
I0127 11:24:55.952322  796536 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
I0127 11:24:55.953021  796536 config.go:182] Loaded profile config "functional-962414": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
I0127 11:24:55.953480  796536 cli_runner.go:164] Run: docker container inspect functional-962414 --format={{.State.Status}}
I0127 11:24:55.972587  796536 ssh_runner.go:195] Run: systemctl --version
I0127 11:24:55.972633  796536 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-962414
I0127 11:24:55.991421  796536 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33176 SSHKeyPath:/home/jenkins/minikube-integration/20318-732960/.minikube/machines/functional-962414/id_rsa Username:docker}
I0127 11:24:56.083510  796536 build_images.go:161] Building image from path: /tmp/build.444937685.tar
I0127 11:24:56.083581  796536 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0127 11:24:56.092537  796536 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.444937685.tar
I0127 11:24:56.096002  796536 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.444937685.tar: stat -c "%s %y" /var/lib/minikube/build/build.444937685.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.444937685.tar': No such file or directory
I0127 11:24:56.096031  796536 ssh_runner.go:362] scp /tmp/build.444937685.tar --> /var/lib/minikube/build/build.444937685.tar (3072 bytes)
I0127 11:24:56.119164  796536 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.444937685
I0127 11:24:56.127217  796536 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.444937685 -xf /var/lib/minikube/build/build.444937685.tar
I0127 11:24:56.135518  796536 docker.go:360] Building image: /var/lib/minikube/build/build.444937685
I0127 11:24:56.135584  796536 ssh_runner.go:195] Run: docker build -t localhost/my-image:functional-962414 /var/lib/minikube/build/build.444937685
#0 building with "default" instance using docker driver

                                                
                                                
#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.0s

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

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

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

                                                
                                                
#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.0s done
#8 writing image sha256:202fc90fe312d5926f0a006986373246d259a1ccb7a5a5a4a95afdf405b08d71 done
#8 naming to localhost/my-image:functional-962414 done
#8 DONE 0.0s
I0127 11:24:57.915319  796536 ssh_runner.go:235] Completed: docker build -t localhost/my-image:functional-962414 /var/lib/minikube/build/build.444937685: (1.77970762s)
I0127 11:24:57.915393  796536 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.444937685
I0127 11:24:57.924243  796536 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.444937685.tar
I0127 11:24:57.932419  796536 build_images.go:217] Built localhost/my-image:functional-962414 from /tmp/build.444937685.tar
I0127 11:24:57.932447  796536 build_images.go:133] succeeded building to: functional-962414
I0127 11:24:57.932452  796536 build_images.go:134] failed building to: 
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (2.54s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:355: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 image load --daemon kicbase/echo-server:functional-962414 --alsologtostderr
functional_test.go:451: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 image ls
2025/01/27 11:24:52 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (1.05s)

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

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

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

                                                
                                                
** /stderr **
I0127 11:24:51.962934  739859 retry.go:31] will retry after 642.683292ms: exit status 1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh "findmnt -T" /mount1
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh "findmnt -T" /mount2
functional_test_mount_test.go:325: (dbg) Run:  out/minikube-linux-amd64 -p functional-962414 ssh "findmnt -T" /mount3
functional_test_mount_test.go:370: (dbg) Run:  out/minikube-linux-amd64 mount -p functional-962414 --kill=true
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-962414 /tmp/TestFunctionalparallelMountCmdVerifyCleanup291194421/001:/mount1 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-962414 /tmp/TestFunctionalparallelMountCmdVerifyCleanup291194421/001:/mount2 --alsologtostderr -v=1] ...
helpers_test.go:490: unable to find parent, assuming dead: process does not exist
functional_test_mount_test.go:313: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-962414 /tmp/TestFunctionalparallelMountCmdVerifyCleanup291194421/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.92s)

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/delete_echo-server_images (0.04s)

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

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.02s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (103.67s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-amd64 start -p ha-086704 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=docker
E0127 11:25:30.090623  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:101: (dbg) Done: out/minikube-linux-amd64 start -p ha-086704 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=docker: (1m42.973487935s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-amd64 -p ha-086704 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (103.67s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (4.71s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.14s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (20.54s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddWorkerNode
ha_test.go:228: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-086704 -v=7 --alsologtostderr
E0127 11:26:52.012808  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:228: (dbg) Done: out/minikube-linux-amd64 node add -p ha-086704 -v=7 --alsologtostderr: (19.689043025s)
ha_test.go:234: (dbg) Run:  out/minikube-linux-amd64 -p ha-086704 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddWorkerNode (20.54s)

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.07s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.88s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (16.41s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (11.37s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 11:27:39.757850  823953 out.go:345] Setting OutFile to fd 1 ...
	I0127 11:27:39.757998  823953 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:27:39.758007  823953 out.go:358] Setting ErrFile to fd 2...
	I0127 11:27:39.758012  823953 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:27:39.758316  823953 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
	I0127 11:27:39.758510  823953 out.go:352] Setting JSON to false
	I0127 11:27:39.758540  823953 mustload.go:65] Loading cluster: ha-086704
	I0127 11:27:39.758649  823953 notify.go:220] Checking for updates...
	I0127 11:27:39.758979  823953 config.go:182] Loaded profile config "ha-086704": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
	I0127 11:27:39.759008  823953 status.go:174] checking status of ha-086704 ...
	I0127 11:27:39.759575  823953 cli_runner.go:164] Run: docker container inspect ha-086704 --format={{.State.Status}}
	I0127 11:27:39.778686  823953 status.go:371] ha-086704 host status = "Running" (err=<nil>)
	I0127 11:27:39.778748  823953 host.go:66] Checking if "ha-086704" exists ...
	I0127 11:27:39.779184  823953 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-086704
	I0127 11:27:39.798152  823953 host.go:66] Checking if "ha-086704" exists ...
	I0127 11:27:39.798488  823953 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 11:27:39.798533  823953 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-086704
	I0127 11:27:39.816564  823953 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33181 SSHKeyPath:/home/jenkins/minikube-integration/20318-732960/.minikube/machines/ha-086704/id_rsa Username:docker}
	I0127 11:27:39.908599  823953 ssh_runner.go:195] Run: systemctl --version
	I0127 11:27:39.912970  823953 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 11:27:39.923913  823953 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 11:27:39.972460  823953 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:4 ContainersRunning:3 ContainersPaused:0 ContainersStopped:1 Images: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:74 SystemTime:2025-01-27 11:27:39.963028897 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 11:27:39.973160  823953 kubeconfig.go:125] found "ha-086704" server: "https://192.168.49.254:8443"
	I0127 11:27:39.973201  823953 api_server.go:166] Checking apiserver status ...
	I0127 11:27:39.973253  823953 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 11:27:39.984946  823953 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2361/cgroup
	I0127 11:27:39.994041  823953 api_server.go:182] apiserver freezer: "13:freezer:/docker/2c3174a7fc86c78afe1e4e631824dc964906ddfc7193e78c6fbe913a5fc03895/kubepods/burstable/poddc4de99daa523f69bb5cd4daea66cb87/f0fb62188896af1d8f5904cb350dafb0a3bcd517ff95d73b3c187fb1b234581d"
	I0127 11:27:39.994111  823953 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/2c3174a7fc86c78afe1e4e631824dc964906ddfc7193e78c6fbe913a5fc03895/kubepods/burstable/poddc4de99daa523f69bb5cd4daea66cb87/f0fb62188896af1d8f5904cb350dafb0a3bcd517ff95d73b3c187fb1b234581d/freezer.state
	I0127 11:27:40.002310  823953 api_server.go:204] freezer state: "THAWED"
	I0127 11:27:40.002345  823953 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0127 11:27:40.007973  823953 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0127 11:27:40.008001  823953 status.go:463] ha-086704 apiserver status = Running (err=<nil>)
	I0127 11:27:40.008015  823953 status.go:176] ha-086704 status: &{Name:ha-086704 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 11:27:40.008046  823953 status.go:174] checking status of ha-086704-m02 ...
	I0127 11:27:40.008351  823953 cli_runner.go:164] Run: docker container inspect ha-086704-m02 --format={{.State.Status}}
	I0127 11:27:40.027012  823953 status.go:371] ha-086704-m02 host status = "Stopped" (err=<nil>)
	I0127 11:27:40.027043  823953 status.go:384] host is not running, skipping remaining checks
	I0127 11:27:40.027049  823953 status.go:176] ha-086704-m02 status: &{Name:ha-086704-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 11:27:40.027112  823953 status.go:174] checking status of ha-086704-m03 ...
	I0127 11:27:40.027510  823953 cli_runner.go:164] Run: docker container inspect ha-086704-m03 --format={{.State.Status}}
	I0127 11:27:40.045654  823953 status.go:371] ha-086704-m03 host status = "Running" (err=<nil>)
	I0127 11:27:40.045681  823953 host.go:66] Checking if "ha-086704-m03" exists ...
	I0127 11:27:40.045934  823953 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-086704-m03
	I0127 11:27:40.063855  823953 host.go:66] Checking if "ha-086704-m03" exists ...
	I0127 11:27:40.064108  823953 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 11:27:40.064150  823953 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-086704-m03
	I0127 11:27:40.081276  823953 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33191 SSHKeyPath:/home/jenkins/minikube-integration/20318-732960/.minikube/machines/ha-086704-m03/id_rsa Username:docker}
	I0127 11:27:40.172610  823953 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 11:27:40.184313  823953 kubeconfig.go:125] found "ha-086704" server: "https://192.168.49.254:8443"
	I0127 11:27:40.184344  823953 api_server.go:166] Checking apiserver status ...
	I0127 11:27:40.184387  823953 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 11:27:40.194762  823953 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2358/cgroup
	I0127 11:27:40.203611  823953 api_server.go:182] apiserver freezer: "13:freezer:/docker/feeca0c9c2802f1707bab918ace09028b48e2e249548de293a82d94d6c823286/kubepods/burstable/pod55903a7aa8318e3dd839e47f7d368f3e/056f166afa1494fe12e41d90ed79ebd4dceeb5b7763eb628f25e1763b456565f"
	I0127 11:27:40.203679  823953 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/feeca0c9c2802f1707bab918ace09028b48e2e249548de293a82d94d6c823286/kubepods/burstable/pod55903a7aa8318e3dd839e47f7d368f3e/056f166afa1494fe12e41d90ed79ebd4dceeb5b7763eb628f25e1763b456565f/freezer.state
	I0127 11:27:40.211726  823953 api_server.go:204] freezer state: "THAWED"
	I0127 11:27:40.211765  823953 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0127 11:27:40.215865  823953 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0127 11:27:40.215891  823953 status.go:463] ha-086704-m03 apiserver status = Running (err=<nil>)
	I0127 11:27:40.215900  823953 status.go:176] ha-086704-m03 status: &{Name:ha-086704-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 11:27:40.215917  823953 status.go:174] checking status of ha-086704-m04 ...
	I0127 11:27:40.216222  823953 cli_runner.go:164] Run: docker container inspect ha-086704-m04 --format={{.State.Status}}
	I0127 11:27:40.234097  823953 status.go:371] ha-086704-m04 host status = "Running" (err=<nil>)
	I0127 11:27:40.234122  823953 host.go:66] Checking if "ha-086704-m04" exists ...
	I0127 11:27:40.234370  823953 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-086704-m04
	I0127 11:27:40.252632  823953 host.go:66] Checking if "ha-086704-m04" exists ...
	I0127 11:27:40.252894  823953 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 11:27:40.252933  823953 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-086704-m04
	I0127 11:27:40.271553  823953 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33196 SSHKeyPath:/home/jenkins/minikube-integration/20318-732960/.minikube/machines/ha-086704-m04/id_rsa Username:docker}
	I0127 11:27:40.364298  823953 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 11:27:40.375055  823953 status.go:176] ha-086704-m04 status: &{Name:ha-086704-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.68s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (19.46s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (1.18s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (205.5s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:458: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-086704 -v=7 --alsologtostderr
ha_test.go:464: (dbg) Run:  out/minikube-linux-amd64 stop -p ha-086704 -v=7 --alsologtostderr
ha_test.go:464: (dbg) Done: out/minikube-linux-amd64 stop -p ha-086704 -v=7 --alsologtostderr: (33.658638606s)
ha_test.go:469: (dbg) Run:  out/minikube-linux-amd64 start -p ha-086704 --wait=true -v=7 --alsologtostderr
E0127 11:29:08.150569  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:17.923343  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:17.929727  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:17.941071  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:17.962440  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:18.003869  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:18.085314  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:18.247199  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:18.568916  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:19.211191  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:20.492766  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:23.054897  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:28.176250  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:35.854162  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:38.418031  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:29:58.899660  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:30:39.861178  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:469: (dbg) Done: out/minikube-linux-amd64 start -p ha-086704 --wait=true -v=7 --alsologtostderr: (2m51.729379814s)
ha_test.go:474: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-086704
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (205.50s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (9.4s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.66s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (32.62s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:533: (dbg) Run:  out/minikube-linux-amd64 -p ha-086704 stop -v=7 --alsologtostderr
E0127 11:32:01.783898  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:533: (dbg) Done: out/minikube-linux-amd64 -p ha-086704 stop -v=7 --alsologtostderr: (32.517097786s)
ha_test.go:539: (dbg) Run:  out/minikube-linux-amd64 -p ha-086704 status -v=7 --alsologtostderr
ha_test.go:539: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-086704 status -v=7 --alsologtostderr: exit status 7 (107.175515ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 11:32:09.828968  854654 out.go:345] Setting OutFile to fd 1 ...
	I0127 11:32:09.829223  854654 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:32:09.829231  854654 out.go:358] Setting ErrFile to fd 2...
	I0127 11:32:09.829236  854654 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:32:09.829447  854654 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
	I0127 11:32:09.829636  854654 out.go:352] Setting JSON to false
	I0127 11:32:09.829671  854654 mustload.go:65] Loading cluster: ha-086704
	I0127 11:32:09.829817  854654 notify.go:220] Checking for updates...
	I0127 11:32:09.830172  854654 config.go:182] Loaded profile config "ha-086704": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
	I0127 11:32:09.830198  854654 status.go:174] checking status of ha-086704 ...
	I0127 11:32:09.830712  854654 cli_runner.go:164] Run: docker container inspect ha-086704 --format={{.State.Status}}
	I0127 11:32:09.849800  854654 status.go:371] ha-086704 host status = "Stopped" (err=<nil>)
	I0127 11:32:09.849828  854654 status.go:384] host is not running, skipping remaining checks
	I0127 11:32:09.849837  854654 status.go:176] ha-086704 status: &{Name:ha-086704 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 11:32:09.849873  854654 status.go:174] checking status of ha-086704-m02 ...
	I0127 11:32:09.850185  854654 cli_runner.go:164] Run: docker container inspect ha-086704-m02 --format={{.State.Status}}
	I0127 11:32:09.867492  854654 status.go:371] ha-086704-m02 host status = "Stopped" (err=<nil>)
	I0127 11:32:09.867518  854654 status.go:384] host is not running, skipping remaining checks
	I0127 11:32:09.867613  854654 status.go:176] ha-086704-m02 status: &{Name:ha-086704-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 11:32:09.867642  854654 status.go:174] checking status of ha-086704-m04 ...
	I0127 11:32:09.867899  854654 cli_runner.go:164] Run: docker container inspect ha-086704-m04 --format={{.State.Status}}
	I0127 11:32:09.885543  854654 status.go:371] ha-086704-m04 host status = "Stopped" (err=<nil>)
	I0127 11:32:09.885566  854654 status.go:384] host is not running, skipping remaining checks
	I0127 11:32:09.885574  854654 status.go:176] ha-086704-m04 status: &{Name:ha-086704-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (76.73s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:562: (dbg) Run:  out/minikube-linux-amd64 start -p ha-086704 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=docker
ha_test.go:562: (dbg) Done: out/minikube-linux-amd64 start -p ha-086704 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=docker: (1m15.961014933s)
ha_test.go:568: (dbg) Run:  out/minikube-linux-amd64 -p ha-086704 status -v=7 --alsologtostderr
ha_test.go:586: (dbg) Run:  kubectl get nodes
ha_test.go:594: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/RestartCluster (76.73s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.67s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (42.62s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:607: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-086704 --control-plane -v=7 --alsologtostderr
E0127 11:34:08.150512  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
ha_test.go:607: (dbg) Done: out/minikube-linux-amd64 node add -p ha-086704 --control-plane -v=7 --alsologtostderr: (41.738021622s)
ha_test.go:613: (dbg) Run:  out/minikube-linux-amd64 -p ha-086704 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (42.62s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.88s)

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

                                                
                                    
x
+
TestImageBuild/serial/Setup (24.7s)

                                                
                                                
=== RUN   TestImageBuild/serial/Setup
image_test.go:69: (dbg) Run:  out/minikube-linux-amd64 start -p image-167416 --driver=docker  --container-runtime=docker
image_test.go:69: (dbg) Done: out/minikube-linux-amd64 start -p image-167416 --driver=docker  --container-runtime=docker: (24.698304513s)
--- PASS: TestImageBuild/serial/Setup (24.70s)

                                                
                                    
x
+
TestImageBuild/serial/NormalBuild (1.44s)

                                                
                                                
=== RUN   TestImageBuild/serial/NormalBuild
image_test.go:78: (dbg) Run:  out/minikube-linux-amd64 image build -t aaa:latest ./testdata/image-build/test-normal -p image-167416
image_test.go:78: (dbg) Done: out/minikube-linux-amd64 image build -t aaa:latest ./testdata/image-build/test-normal -p image-167416: (1.441637584s)
--- PASS: TestImageBuild/serial/NormalBuild (1.44s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithBuildArg (0.86s)

                                                
                                                
=== RUN   TestImageBuild/serial/BuildWithBuildArg
image_test.go:99: (dbg) Run:  out/minikube-linux-amd64 image build -t aaa:latest --build-opt=build-arg=ENV_A=test_env_str --build-opt=no-cache ./testdata/image-build/test-arg -p image-167416
--- PASS: TestImageBuild/serial/BuildWithBuildArg (0.86s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithDockerIgnore (0.64s)

                                                
                                                
=== RUN   TestImageBuild/serial/BuildWithDockerIgnore
image_test.go:133: (dbg) Run:  out/minikube-linux-amd64 image build -t aaa:latest ./testdata/image-build/test-normal --build-opt=no-cache -p image-167416
E0127 11:34:45.625964  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestImageBuild/serial/BuildWithDockerIgnore (0.64s)

                                                
                                    
x
+
TestImageBuild/serial/BuildWithSpecifiedDockerfile (0.83s)

                                                
                                                
=== RUN   TestImageBuild/serial/BuildWithSpecifiedDockerfile
image_test.go:88: (dbg) Run:  out/minikube-linux-amd64 image build -t aaa:latest -f inner/Dockerfile ./testdata/image-build/test-f -p image-167416
--- PASS: TestImageBuild/serial/BuildWithSpecifiedDockerfile (0.83s)

                                                
                                    
x
+
TestJSONOutput/start/Command (68.62s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 start -p json-output-566192 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=docker
json_output_test.go:63: (dbg) Done: out/minikube-linux-amd64 start -p json-output-566192 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=docker: (1m8.614754949s)
--- PASS: TestJSONOutput/start/Command (68.62s)

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

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

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

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

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

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

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestErrorJSONOutput (0.21s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"105c054e-9084-49d8-a7d6-ef21859a096a","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-030833] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"aa322423-21ae-43f3-b31b-e074798c4f0e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20318"}}
	{"specversion":"1.0","id":"fb79a0e5-69db-4fbd-9c75-3629f45db79e","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":"0932a377-1ea3-4f7c-8dc5-54b123aaa02c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20318-732960/kubeconfig"}}
	{"specversion":"1.0","id":"ba9e1266-ba45-489f-b58d-122369509690","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20318-732960/.minikube"}}
	{"specversion":"1.0","id":"a725f0c0-eedb-4341-807f-4d735806d6d1","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-amd64"}}
	{"specversion":"1.0","id":"adca5c31-14ca-4362-af94-e99f3e1a4bdd","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"f140e6a8-9626-4282-a88b-9d6eed2deca8","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"","exitcode":"56","issues":"","message":"The driver 'fail' is not supported on linux/amd64","name":"DRV_UNSUPPORTED_OS","url":""}}

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

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (26.12s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (22.9s)

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

                                                
                                    
x
+
TestKicExistingNetwork (26.33s)

                                                
                                                
=== RUN   TestKicExistingNetwork
I0127 11:36:55.501963  739859 cli_runner.go:164] Run: docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
W0127 11:36:55.518868  739859 cli_runner.go:211] docker network inspect existing-network --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}" returned with exit code 1
I0127 11:36:55.518936  739859 network_create.go:284] running [docker network inspect existing-network] to gather additional debugging logs...
I0127 11:36:55.518954  739859 cli_runner.go:164] Run: docker network inspect existing-network
W0127 11:36:55.536072  739859 cli_runner.go:211] docker network inspect existing-network returned with exit code 1
I0127 11:36:55.536109  739859 network_create.go:287] error running [docker network inspect existing-network]: docker network inspect existing-network: exit status 1
stdout:
[]

                                                
                                                
stderr:
Error response from daemon: network existing-network not found
I0127 11:36:55.536137  739859 network_create.go:289] output of [docker network inspect existing-network]: -- stdout --
[]

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

                                                
                                                
** /stderr **
I0127 11:36:55.536277  739859 cli_runner.go:164] Run: docker network inspect bridge --format "{"Name": "{{.Name}}","Driver": "{{.Driver}}","Subnet": "{{range .IPAM.Config}}{{.Subnet}}{{end}}","Gateway": "{{range .IPAM.Config}}{{.Gateway}}{{end}}","MTU": {{if (index .Options "com.docker.network.driver.mtu")}}{{(index .Options "com.docker.network.driver.mtu")}}{{else}}0{{end}}, "ContainerIPs": [{{range $k,$v := .Containers }}"{{$v.IPv4Address}}",{{end}}]}"
I0127 11:36:55.554822  739859 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-fd0ebbfc036c IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:4b:59:04:a5} reservation:<nil>}
I0127 11:36:55.555482  739859 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:0xc00215f350}
I0127 11:36:55.555530  739859 network_create.go:124] attempt to create docker network existing-network 192.168.58.0/24 with gateway 192.168.58.1 and MTU of 1500 ...
I0127 11:36:55.555590  739859 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.58.0/24 --gateway=192.168.58.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=existing-network existing-network
I0127 11:36:55.615713  739859 network_create.go:108] docker network existing-network 192.168.58.0/24 created
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-linux-amd64 start -p existing-network-734244 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-amd64 start -p existing-network-734244 --network=existing-network: (24.337346313s)
helpers_test.go:175: Cleaning up "existing-network-734244" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p existing-network-734244
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p existing-network-734244: (1.846112519s)
I0127 11:37:21.817092  739859 cli_runner.go:164] Run: docker network ls --filter=label=existing-network --format {{.Name}}
--- PASS: TestKicExistingNetwork (26.33s)

                                                
                                    
x
+
TestKicCustomSubnet (26.05s)

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

                                                
                                    
x
+
TestKicStaticIP (23.74s)

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

                                                
                                    
x
+
TestMainNoArgs (0.05s)

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

                                                
                                    
x
+
TestMinikubeProfile (51.22s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p first-124962 --driver=docker  --container-runtime=docker
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p first-124962 --driver=docker  --container-runtime=docker: (24.34325879s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p second-136629 --driver=docker  --container-runtime=docker
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p second-136629 --driver=docker  --container-runtime=docker: (21.512235165s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile first-124962
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile second-136629
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
helpers_test.go:175: Cleaning up "second-136629" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p second-136629
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p second-136629: (2.103797885s)
helpers_test.go:175: Cleaning up "first-124962" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p first-124962
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p first-124962: (2.089561889s)
--- PASS: TestMinikubeProfile (51.22s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (6.4s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-1-895104 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=docker
E0127 11:39:08.150786  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
mount_start_test.go:98: (dbg) Done: out/minikube-linux-amd64 start -p mount-start-1-895104 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=docker: (5.398891294s)
--- PASS: TestMountStart/serial/StartWithMountFirst (6.40s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountFirst (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (9.3s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-2-913405 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=docker
mount_start_test.go:98: (dbg) Done: out/minikube-linux-amd64 start -p mount-start-2-913405 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=docker: (8.296477774s)
E0127 11:39:17.923357  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestMountStart/serial/StartWithMountSecond (9.30s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.45s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostDelete (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/Stop (1.18s)

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.63s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountPostStop (0.25s)

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (73.5s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-876765 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=docker
E0127 11:40:31.218594  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:96: (dbg) Done: out/minikube-linux-amd64 start -p multinode-876765 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=docker: (1m13.040791698s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-amd64 -p multinode-876765 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (73.50s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (39.52s)

                                                
                                                
=== RUN   TestMultiNode/serial/DeployApp2Nodes
multinode_test.go:493: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- apply -f ./testdata/multinodes/multinode-pod-dns-test.yaml
multinode_test.go:498: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- rollout status deployment/busybox
multinode_test.go:498: (dbg) Done: out/minikube-linux-amd64 kubectl -p multinode-876765 -- rollout status deployment/busybox: (2.778732528s)
multinode_test.go:505: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0127 11:40:48.039314  739859 retry.go:31] will retry after 885.16103ms: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0127 11:40:49.044859  739859 retry.go:31] will retry after 1.74086603s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0127 11:40:50.905852  739859 retry.go:31] will retry after 3.291434876s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0127 11:40:54.319416  739859 retry.go:31] will retry after 5.042706082s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0127 11:40:59.482518  739859 retry.go:31] will retry after 6.522324809s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0127 11:41:06.130362  739859 retry.go:31] will retry after 8.682919698s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:514: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
I0127 11:41:14.932259  739859 retry.go:31] will retry after 8.300301647s: expected 2 Pod IPs but got 1 (may be temporary), output: "\n-- stdout --\n\t'10.244.0.3'\n\n-- /stdout --"
multinode_test.go:505: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- get pods -o jsonpath='{.items[*].status.podIP}'
multinode_test.go:528: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:536: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- exec busybox-58667487b6-kvcpx -- nslookup kubernetes.io
multinode_test.go:536: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- exec busybox-58667487b6-lk85z -- nslookup kubernetes.io
multinode_test.go:546: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- exec busybox-58667487b6-kvcpx -- nslookup kubernetes.default
multinode_test.go:546: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- exec busybox-58667487b6-lk85z -- nslookup kubernetes.default
multinode_test.go:554: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- exec busybox-58667487b6-kvcpx -- nslookup kubernetes.default.svc.cluster.local
multinode_test.go:554: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-876765 -- exec busybox-58667487b6-lk85z -- nslookup kubernetes.default.svc.cluster.local
--- PASS: TestMultiNode/serial/DeployApp2Nodes (39.52s)

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.77s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (16.16s)

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

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.63s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (9.29s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.11s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 11:41:53.102478  942718 out.go:345] Setting OutFile to fd 1 ...
	I0127 11:41:53.102603  942718 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:41:53.102613  942718 out.go:358] Setting ErrFile to fd 2...
	I0127 11:41:53.102620  942718 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:41:53.102798  942718 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
	I0127 11:41:53.103030  942718 out.go:352] Setting JSON to false
	I0127 11:41:53.103070  942718 mustload.go:65] Loading cluster: multinode-876765
	I0127 11:41:53.103140  942718 notify.go:220] Checking for updates...
	I0127 11:41:53.103543  942718 config.go:182] Loaded profile config "multinode-876765": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
	I0127 11:41:53.103578  942718 status.go:174] checking status of multinode-876765 ...
	I0127 11:41:53.104073  942718 cli_runner.go:164] Run: docker container inspect multinode-876765 --format={{.State.Status}}
	I0127 11:41:53.121906  942718 status.go:371] multinode-876765 host status = "Running" (err=<nil>)
	I0127 11:41:53.121959  942718 host.go:66] Checking if "multinode-876765" exists ...
	I0127 11:41:53.122345  942718 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-876765
	I0127 11:41:53.140529  942718 host.go:66] Checking if "multinode-876765" exists ...
	I0127 11:41:53.140800  942718 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 11:41:53.140871  942718 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-876765
	I0127 11:41:53.159046  942718 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33306 SSHKeyPath:/home/jenkins/minikube-integration/20318-732960/.minikube/machines/multinode-876765/id_rsa Username:docker}
	I0127 11:41:53.248447  942718 ssh_runner.go:195] Run: systemctl --version
	I0127 11:41:53.252504  942718 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 11:41:53.263187  942718 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0127 11:41:53.312112  942718 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:2 ContainersPaused:0 ContainersStopped:1 Images: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:42 OomKillDisable:true NGoroutines:64 SystemTime:2025-01-27 11:41:53.303119531 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1074-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x
86_64 IndexServerAddress:https://index.docker.io/v1/ RegistryConfig:{AllowNondistributableArtifactsCIDRs:[] AllowNondistributableArtifactsHostnames:[] InsecureRegistryCIDRs:[127.0.0.0/8] IndexConfigs:{DockerIo:{Name:docker.io Mirrors:[] Secure:true Official:true}} Mirrors:[]} NCPU:8 MemTotal:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-14 Labels:[] ExperimentalBuild:false ServerVersion:27.5.1 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb Expected:bcc810d6b9066471b0b6fa75f557a15a1cbf31bb} RuncCommit:{ID:v1.2.4-0-g6c52b3f Expected:v1.2.4-0-g6c52b3f} InitCommit:{ID:de40ad0 Expected:de40ad0} SecurityOptions:[name=apparmor name=seccomp,profile=builtin] ProductLicense: Warnings:<nil> ServerEr
rors:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.20.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.32.4] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0127 11:41:53.312729  942718 kubeconfig.go:125] found "multinode-876765" server: "https://192.168.67.2:8443"
	I0127 11:41:53.312759  942718 api_server.go:166] Checking apiserver status ...
	I0127 11:41:53.312794  942718 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0127 11:41:53.324183  942718 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/2399/cgroup
	I0127 11:41:53.333013  942718 api_server.go:182] apiserver freezer: "13:freezer:/docker/2a64a3272187d4915daa623f8ccc02576e806826b622000b74c41659ba96e9f4/kubepods/burstable/pod05bd39042b380902fe00bcb3981e236b/143d78890decac2f152aebe4c26350b152ce7f2cc39e5bfca5e8c54b4d830050"
	I0127 11:41:53.333071  942718 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/2a64a3272187d4915daa623f8ccc02576e806826b622000b74c41659ba96e9f4/kubepods/burstable/pod05bd39042b380902fe00bcb3981e236b/143d78890decac2f152aebe4c26350b152ce7f2cc39e5bfca5e8c54b4d830050/freezer.state
	I0127 11:41:53.340937  942718 api_server.go:204] freezer state: "THAWED"
	I0127 11:41:53.340967  942718 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0127 11:41:53.345912  942718 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0127 11:41:53.345933  942718 status.go:463] multinode-876765 apiserver status = Running (err=<nil>)
	I0127 11:41:53.345943  942718 status.go:176] multinode-876765 status: &{Name:multinode-876765 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 11:41:53.345972  942718 status.go:174] checking status of multinode-876765-m02 ...
	I0127 11:41:53.346196  942718 cli_runner.go:164] Run: docker container inspect multinode-876765-m02 --format={{.State.Status}}
	I0127 11:41:53.363759  942718 status.go:371] multinode-876765-m02 host status = "Running" (err=<nil>)
	I0127 11:41:53.363783  942718 host.go:66] Checking if "multinode-876765-m02" exists ...
	I0127 11:41:53.364099  942718 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-876765-m02
	I0127 11:41:53.381540  942718 host.go:66] Checking if "multinode-876765-m02" exists ...
	I0127 11:41:53.381804  942718 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0127 11:41:53.381838  942718 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-876765-m02
	I0127 11:41:53.399170  942718 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33311 SSHKeyPath:/home/jenkins/minikube-integration/20318-732960/.minikube/machines/multinode-876765-m02/id_rsa Username:docker}
	I0127 11:41:53.488173  942718 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0127 11:41:53.498542  942718 status.go:176] multinode-876765-m02 status: &{Name:multinode-876765-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0127 11:41:53.498585  942718 status.go:174] checking status of multinode-876765-m03 ...
	I0127 11:41:53.498832  942718 cli_runner.go:164] Run: docker container inspect multinode-876765-m03 --format={{.State.Status}}
	I0127 11:41:53.517122  942718 status.go:371] multinode-876765-m03 host status = "Stopped" (err=<nil>)
	I0127 11:41:53.517150  942718 status.go:384] host is not running, skipping remaining checks
	I0127 11:41:53.517161  942718 status.go:176] multinode-876765-m03 status: &{Name:multinode-876765-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (9.97s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (84.95s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-876765
multinode_test.go:321: (dbg) Run:  out/minikube-linux-amd64 stop -p multinode-876765
multinode_test.go:321: (dbg) Done: out/minikube-linux-amd64 stop -p multinode-876765: (22.278255419s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-876765 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-amd64 start -p multinode-876765 --wait=true -v=8 --alsologtostderr: (1m2.564720716s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-876765
--- PASS: TestMultiNode/serial/RestartKeepsNodes (84.95s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.05s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (21.47s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0127 11:43:54.920360  957860 out.go:345] Setting OutFile to fd 1 ...
	I0127 11:43:54.920478  957860 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:43:54.920486  957860 out.go:358] Setting ErrFile to fd 2...
	I0127 11:43:54.920490  957860 out.go:392] TERM=,COLORTERM=, which probably does not support color
	I0127 11:43:54.920704  957860 root.go:338] Updating PATH: /home/jenkins/minikube-integration/20318-732960/.minikube/bin
	I0127 11:43:54.920874  957860 out.go:352] Setting JSON to false
	I0127 11:43:54.920901  957860 mustload.go:65] Loading cluster: multinode-876765
	I0127 11:43:54.920949  957860 notify.go:220] Checking for updates...
	I0127 11:43:54.921295  957860 config.go:182] Loaded profile config "multinode-876765": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
	I0127 11:43:54.921318  957860 status.go:174] checking status of multinode-876765 ...
	I0127 11:43:54.921720  957860 cli_runner.go:164] Run: docker container inspect multinode-876765 --format={{.State.Status}}
	I0127 11:43:54.939978  957860 status.go:371] multinode-876765 host status = "Stopped" (err=<nil>)
	I0127 11:43:54.940001  957860 status.go:384] host is not running, skipping remaining checks
	I0127 11:43:54.940008  957860 status.go:176] multinode-876765 status: &{Name:multinode-876765 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0127 11:43:54.940048  957860 status.go:174] checking status of multinode-876765-m02 ...
	I0127 11:43:54.940282  957860 cli_runner.go:164] Run: docker container inspect multinode-876765-m02 --format={{.State.Status}}
	I0127 11:43:54.957571  957860 status.go:371] multinode-876765-m02 host status = "Stopped" (err=<nil>)
	I0127 11:43:54.957596  957860 status.go:384] host is not running, skipping remaining checks
	I0127 11:43:54.957603  957860 status.go:176] multinode-876765-m02 status: &{Name:multinode-876765-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (52.27s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-876765 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=docker
E0127 11:44:08.151188  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:44:17.925005  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
multinode_test.go:376: (dbg) Done: out/minikube-linux-amd64 start -p multinode-876765 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=docker: (51.699818148s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-amd64 -p multinode-876765 status --alsologtostderr
multinode_test.go:396: (dbg) Run:  kubectl get nodes
multinode_test.go:404: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiNode/serial/RestartMultiNode (52.27s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (24.7s)

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

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

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

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

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

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

                                                
                                    
x
+
TestPreload (86.39s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-117011 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.24.4
E0127 11:45:40.988370  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
preload_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-117011 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.24.4: (53.209140021s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-117011 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-amd64 -p test-preload-117011 image pull gcr.io/k8s-minikube/busybox: (1.410114329s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-amd64 stop -p test-preload-117011
preload_test.go:58: (dbg) Done: out/minikube-linux-amd64 stop -p test-preload-117011: (10.762043708s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-117011 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=docker
preload_test.go:66: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-117011 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=docker: (18.636166068s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-117011 image list
helpers_test.go:175: Cleaning up "test-preload-117011" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p test-preload-117011
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p test-preload-117011: (2.150821304s)
--- PASS: TestPreload (86.39s)

                                                
                                    
x
+
TestScheduledStopUnix (97.34s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-amd64 start -p scheduled-stop-076501 --memory=2048 --driver=docker  --container-runtime=docker
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-amd64 start -p scheduled-stop-076501 --memory=2048 --driver=docker  --container-runtime=docker: (24.308583638s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-076501 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-amd64 status --format={{.TimeToStop}} -p scheduled-stop-076501 -n scheduled-stop-076501
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-076501 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
I0127 11:47:06.945208  739859 retry.go:31] will retry after 144.153µs: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.946364  739859 retry.go:31] will retry after 128.568µs: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.947509  739859 retry.go:31] will retry after 187.564µs: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.948645  739859 retry.go:31] will retry after 211.102µs: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.949774  739859 retry.go:31] will retry after 478.354µs: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.950896  739859 retry.go:31] will retry after 409.855µs: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.952035  739859 retry.go:31] will retry after 821.769µs: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.953155  739859 retry.go:31] will retry after 1.351903ms: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.955395  739859 retry.go:31] will retry after 3.062477ms: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.958573  739859 retry.go:31] will retry after 4.064479ms: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.962726  739859 retry.go:31] will retry after 8.202128ms: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.971970  739859 retry.go:31] will retry after 10.684204ms: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.983238  739859 retry.go:31] will retry after 13.304671ms: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:06.997528  739859 retry.go:31] will retry after 16.58644ms: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
I0127 11:47:07.014820  739859 retry.go:31] will retry after 40.614647ms: open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/scheduled-stop-076501/pid: no such file or directory
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-076501 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-076501 -n scheduled-stop-076501
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-076501
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-076501 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-076501
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p scheduled-stop-076501: exit status 7 (69.909729ms)

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestSkaffold (102.13s)

                                                
                                                
=== RUN   TestSkaffold
skaffold_test.go:59: (dbg) Run:  /tmp/skaffold.exe1364654895 version
skaffold_test.go:63: skaffold version: v2.14.0
skaffold_test.go:66: (dbg) Run:  out/minikube-linux-amd64 start -p skaffold-811827 --memory=2600 --driver=docker  --container-runtime=docker
skaffold_test.go:66: (dbg) Done: out/minikube-linux-amd64 start -p skaffold-811827 --memory=2600 --driver=docker  --container-runtime=docker: (25.149671109s)
skaffold_test.go:86: copying out/minikube-linux-amd64 to /home/jenkins/workspace/Docker_Linux_integration/out/minikube
skaffold_test.go:105: (dbg) Run:  /tmp/skaffold.exe1364654895 run --minikube-profile skaffold-811827 --kube-context skaffold-811827 --status-check=true --port-forward=false --interactive=false
E0127 11:49:08.150193  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:49:17.931477  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
skaffold_test.go:105: (dbg) Done: /tmp/skaffold.exe1364654895 run --minikube-profile skaffold-811827 --kube-context skaffold-811827 --status-check=true --port-forward=false --interactive=false: (1m2.338003498s)
skaffold_test.go:111: (dbg) TestSkaffold: waiting 1m0s for pods matching "app=leeroy-app" in namespace "default" ...
helpers_test.go:344: "leeroy-app-95cd8cd55-8krsn" [fc8f54b3-d4fb-4309-83d0-8e3ae0dc15d3] Running
skaffold_test.go:111: (dbg) TestSkaffold: app=leeroy-app healthy within 6.003729273s
skaffold_test.go:114: (dbg) TestSkaffold: waiting 1m0s for pods matching "app=leeroy-web" in namespace "default" ...
helpers_test.go:344: "leeroy-web-769559b99f-bfjbj" [3f162115-b191-4c2a-ab84-af5814850162] Running
skaffold_test.go:114: (dbg) TestSkaffold: app=leeroy-web healthy within 5.004355203s
helpers_test.go:175: Cleaning up "skaffold-811827" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p skaffold-811827
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p skaffold-811827: (2.847827711s)
--- PASS: TestSkaffold (102.13s)

                                                
                                    
x
+
TestInsufficientStorage (10.07s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"579b48e4-8e78-45d9-8176-64eb71a71b96","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-954653] minikube v1.35.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"9a69cd9d-e2f3-48b5-9bd5-224116e85214","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=20318"}}
	{"specversion":"1.0","id":"61fa3ce0-97bc-4ab4-9945-1a4b0e19da25","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":"bfcca6dd-b03e-4a62-8add-00dfddcb3942","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/20318-732960/kubeconfig"}}
	{"specversion":"1.0","id":"2144464d-69e6-479c-a1d6-885d960dd5dc","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/20318-732960/.minikube"}}
	{"specversion":"1.0","id":"90061330-0b46-41a4-8f3f-6c2418b21be0","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_BIN=out/minikube-linux-amd64"}}
	{"specversion":"1.0","id":"cb56035f-fd2d-44e3-9a74-5c5443d19550","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"3baad783-1dd5-47cc-9fc2-d836477c791b","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":"e68c379e-d2c2-4736-9ee3-34433d6b9d27","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":"7b110bb3-785d-4233-b723-44e1b7585801","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":"a3110ab7-82b2-4349-af5f-fced29a5087c","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":"ba2232b1-df77-4fe5-a5b9-d2cad5f92c7d","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-954653\" primary control-plane node in \"insufficient-storage-954653\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"f3e43379-5735-403d-9420-1a4abad28c72","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.46 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"11cf0875-c99b-4d40-849f-ce059840b179","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":"7282b48d-9042-475b-a375-056c2cdb9782","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.error","datacontenttype":"application/json","data":{"advice":"Try one or more of the following to free up space on the device:\n\t\n\t\t\t1. Run \"docker system prune\" to remove unused Docker data (optionally with \"-a\")\n\t\t\t2. Increase the storage allocated to Docker for Desktop by clicking on:\n\t\t\t\tDocker icon \u003e Preferences \u003e Resources \u003e Disk Image Size\n\t\t\t3. Run \"minikube ssh -- docker system prune\" if using the Docker container runtime","exitcode":"26","issues":"https://github.com/kubernetes/minikube/issues/9024","message":"Docker is out of disk space! (/var is at 100% of capacity). You can pass '--force' to skip this check.","name":"RSRC_DOCKER_STORAGE","url":""}}

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0127 11:50:09.803492  997747 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-954653" does not appear in /home/jenkins/minikube-integration/20318-732960/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0127 11:50:10.067007  997846 status.go:458] kubeconfig endpoint: get endpoint: "insufficient-storage-954653" does not appear in /home/jenkins/minikube-integration/20318-732960/kubeconfig
	E0127 11:50:10.077079  997846 status.go:258] unable to read event log: stat: stat /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/insufficient-storage-954653/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (84.03s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.4141834290 start -p running-upgrade-371357 --memory=2200 --vm-driver=docker  --container-runtime=docker
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.4141834290 start -p running-upgrade-371357 --memory=2200 --vm-driver=docker  --container-runtime=docker: (36.564156689s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-amd64 start -p running-upgrade-371357 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-amd64 start -p running-upgrade-371357 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (43.488445005s)
helpers_test.go:175: Cleaning up "running-upgrade-371357" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p running-upgrade-371357
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p running-upgrade-371357: (3.418705389s)
--- PASS: TestRunningBinaryUpgrade (84.03s)

                                                
                                    
x
+
TestKubernetesUpgrade (338.07s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

                                                
                                                
** /stderr **
version_upgrade_test.go:273: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:275: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-891104 --memory=2200 --kubernetes-version=v1.32.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
E0127 11:57:31.680398  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-891104 --memory=2200 --kubernetes-version=v1.32.1 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (19.683105021s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-891104" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p kubernetes-upgrade-891104
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p kubernetes-upgrade-891104: (2.474145495s)
--- PASS: TestKubernetesUpgrade (338.07s)

                                                
                                    
x
+
TestMissingContainerUpgrade (89.61s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.257452860 start -p missing-upgrade-854268 --memory=2200 --driver=docker  --container-runtime=docker
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.257452860 start -p missing-upgrade-854268 --memory=2200 --driver=docker  --container-runtime=docker: (30.009835859s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-854268
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-854268: (11.161823407s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-854268
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-amd64 start -p missing-upgrade-854268 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-amd64 start -p missing-upgrade-854268 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (45.870976801s)
helpers_test.go:175: Cleaning up "missing-upgrade-854268" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p missing-upgrade-854268
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p missing-upgrade-854268: (2.156093546s)
--- PASS: TestMissingContainerUpgrade (89.61s)

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.39s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.09s)

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

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (37.44s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (116.81s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.501937528 start -p stopped-upgrade-006521 --memory=2200 --vm-driver=docker  --container-runtime=docker
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.501937528 start -p stopped-upgrade-006521 --memory=2200 --vm-driver=docker  --container-runtime=docker: (1m16.235744275s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.501937528 -p stopped-upgrade-006521 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.501937528 -p stopped-upgrade-006521 stop: (12.210279668s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-amd64 start -p stopped-upgrade-006521 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-amd64 start -p stopped-upgrade-006521 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=docker: (28.367829751s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (116.81s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (17.87s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (8.58s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.26s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.65s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.21s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (7.37s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.35s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.22s)

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-506422 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.20.0
E0127 11:54:47.819193  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:47.825580  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:47.836993  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:47.858513  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:47.899904  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:47.981496  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:48.143032  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:48.464870  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:49.106893  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:50.389052  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:52.950968  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:54:58.072261  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:55:08.314221  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
E0127 11:55:28.796035  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-506422 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.20.0: (2m2.117641154s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (122.12s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-832969 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.1
E0127 11:56:09.758193  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-832969 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.1: (1m8.650333753s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (68.65s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-506422 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" [94e82e91-1659-42f9-b56f-d739425fd4f1] Pending
helpers_test.go:344: "busybox" [94e82e91-1659-42f9-b56f-d739425fd4f1] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [94e82e91-1659-42f9-b56f-d739425fd4f1] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 11.004484221s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context old-k8s-version-506422 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (11.39s)

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-506422 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.20.0
E0127 11:57:11.220976  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-506422 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=docker --kubernetes-version=v1.20.0: (2m22.942631647s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-506422 -n old-k8s-version-506422
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (143.27s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-832969 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" [cdd88b41-4bc9-4c29-acb7-b5bacad835df] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [cdd88b41-4bc9-4c29-acb7-b5bacad835df] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 8.00440701s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context no-preload-832969 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (8.27s)

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-162096 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" [a07613bf-4d0b-42df-8a5a-9959349ef061] Pending
helpers_test.go:344: "busybox" [a07613bf-4d0b-42df-8a5a-9959349ef061] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [a07613bf-4d0b-42df-8a5a-9959349ef061] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 9.004175156s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context embed-certs-162096 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (9.24s)

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-162096 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.1
E0127 11:59:08.150381  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-162096 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.1: (4m23.503226889s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p embed-certs-162096 -n embed-certs-162096
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (263.81s)

                                                
                                    
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-27txx" [3510b17d-4eb9-4c80-9b36-b6b050600d35] Running
E0127 11:59:17.923720  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:272: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004186238s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== 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-27txx" [3510b17d-4eb9-4c80-9b36-b6b050600d35] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.00428742s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context old-k8s-version-506422 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p old-k8s-version-506422 image list --format=json
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.22s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-017678 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.1
E0127 11:59:47.818370  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-017678 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.1: (36.841912758s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (36.84s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-017678 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" [6ec5d867-382b-47aa-834d-8cb8f9c19ded] Pending
helpers_test.go:344: "busybox" [6ec5d867-382b-47aa-834d-8cb8f9c19ded] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [6ec5d867-382b-47aa-834d-8cb8f9c19ded] Running
start_stop_delete_test.go:194: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 9.003538674s
start_stop_delete_test.go:194: (dbg) Run:  kubectl --context default-k8s-diff-port-017678 exec busybox -- /bin/sh -c "ulimit -n"
E0127 12:00:15.522876  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (9.25s)

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-017678 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.1
E0127 12:01:26.894801  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:26.901205  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:26.912583  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:26.933931  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:26.975867  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:27.057268  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:27.218823  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:27.540911  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:28.182568  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:29.464121  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:32.026228  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:37.148421  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:01:47.390596  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:02:07.872375  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:02:20.989799  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-017678 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=docker --kubernetes-version=v1.32.1: (4m59.771975804s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-017678 -n default-k8s-diff-port-017678
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (300.12s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-pr4kv" [179ca84a-c161-4f55-9b15-bfe0989e8dd6] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004116955s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-pr4kv" [179ca84a-c161-4f55-9b15-bfe0989e8dd6] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003939194s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context no-preload-832969 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/no-preload/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p no-preload-832969 image list --format=json
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.23s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:184: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-620793 --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=docker --kubernetes-version=v1.32.1
E0127 12:02:48.834401  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
start_stop_delete_test.go:184: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-620793 --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=docker --kubernetes-version=v1.32.1: (28.049196003s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (28.05s)

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

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

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

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

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

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

                                                
                                    
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-ssjt6" [558b3f69-f91f-4c43-9bfe-e2af788a1125] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003738553s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:254: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-620793 --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=docker --kubernetes-version=v1.32.1
start_stop_delete_test.go:254: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-620793 --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=docker --kubernetes-version=v1.32.1: (14.809614172s)
start_stop_delete_test.go:260: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-620793 -n newest-cni-620793
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (15.21s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-ssjt6" [558b3f69-f91f-4c43-9bfe-e2af788a1125] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004401302s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context embed-certs-162096 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.08s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p embed-certs-162096 image list --format=json
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.23s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p newest-cni-620793 image list --format=json
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.25s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p kindnet-981568 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=docker
E0127 12:04:08.150352  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/addons-394996/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p kindnet-981568 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=docker: (58.469823017s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (58.47s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p auto-981568 "pgrep -a kubelet"
I0127 12:04:08.815522  739859 config.go:182] Loaded profile config "auto-981568": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/auto/KubeletFlags (0.31s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-981568 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-jll2r" [edc7be33-4bef-4e50-903a-e0dc10531159] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0127 12:04:10.756073  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-jll2r" [edc7be33-4bef-4e50-903a-e0dc10531159] Running
E0127 12:04:17.924090  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/functional-962414/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 9.005152007s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (9.23s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: waiting 10m0s for pods matching "app=kindnet" in namespace "kube-system" ...
helpers_test.go:344: "kindnet-7x9gz" [b5f3294c-3631-4c24-81c0-093c1787d755] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004288065s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p kindnet-981568 "pgrep -a kubelet"
I0127 12:04:44.498396  739859 config.go:182] Loaded profile config "kindnet-981568": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/kindnet/KubeletFlags (0.31s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-981568 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-8htzl" [a7d69df2-92df-4bcd-8b5e-6eb1f1e82eec] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0127 12:04:47.818558  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/skaffold-811827/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-8htzl" [a7d69df2-92df-4bcd-8b5e-6eb1f1e82eec] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 10.004086853s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (10.22s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-x86n5" [77e78a69-c6f2-4277-be3a-d082b63a340a] Running
start_stop_delete_test.go:272: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004760821s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-7779f9b69b-x86n5" [77e78a69-c6f2-4277-be3a-d082b63a340a] Running
start_stop_delete_test.go:285: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.004214781s
start_stop_delete_test.go:289: (dbg) Run:  kubectl --context default-k8s-diff-port-017678 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:302: (dbg) Run:  out/minikube-linux-amd64 -p default-k8s-diff-port-017678 image list --format=json
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.22s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
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-7s9pz" [7f0816b5-ae1e-44d5-b67d-c44ef9ab0509] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.004481747s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/Start (37.18s)

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p calico-981568 "pgrep -a kubelet"
I0127 12:05:48.717910  739859 config.go:182] Loaded profile config "calico-981568": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/calico/KubeletFlags (0.35s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-981568 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-bprcg" [0d2d63b1-e1cd-4f66-9958-bfafc0057ea6] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-bprcg" [0d2d63b1-e1cd-4f66-9958-bfafc0057ea6] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 10.003581841s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (10.22s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p custom-flannel-981568 "pgrep -a kubelet"
I0127 12:06:04.325337  739859 config.go:182] Loaded profile config "custom-flannel-981568": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.27s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-981568 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-vk5cz" [e99abfd4-a4f9-4ef1-b247-c176f3dbc6af] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-vk5cz" [e99abfd4-a4f9-4ef1-b247-c176f3dbc6af] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 9.006018995s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (9.18s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p false-981568 "pgrep -a kubelet"
I0127 12:06:21.658295  739859 config.go:182] Loaded profile config "false-981568": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/false/KubeletFlags (0.32s)

                                                
                                    
x
+
TestNetworkPlugins/group/false/NetCatPod (11.24s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context false-981568 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/false/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-4pvnc" [76975685-6482-4ba0-b6bd-2d5b3a9a51f6] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0127 12:06:26.894551  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/old-k8s-version-506422/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-4pvnc" [76975685-6482-4ba0-b6bd-2d5b3a9a51f6] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/false/NetCatPod: app=netcat healthy within 11.004091937s
--- PASS: TestNetworkPlugins/group/false/NetCatPod (11.24s)

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet/Start (40.84s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p kubenet-981568 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker  --container-runtime=docker
E0127 12:07:17.876585  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:07:17.882999  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:07:17.894536  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:07:17.915926  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:07:17.957418  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:07:18.038881  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:07:18.201183  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:07:18.522932  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:07:19.165082  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
E0127 12:07:20.446951  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p kubenet-981568 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --network-plugin=kubenet --driver=docker  --container-runtime=docker: (40.843300614s)
--- PASS: TestNetworkPlugins/group/kubenet/Start (40.84s)

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

                                                
                                                
=== 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-5wd8v" [fd69e736-9cea-414a-bc08-bd9c28370a74] Running
E0127 12:07:23.008681  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.013320307s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.02s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p flannel-981568 "pgrep -a kubelet"
I0127 12:07:26.787236  739859 config.go:182] Loaded profile config "enable-default-cni-981568": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/flannel/KubeletFlags (0.33s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-981568 replace --force -f testdata/netcat-deployment.yaml
I0127 12:07:26.907722  739859 config.go:182] Loaded profile config "flannel-981568": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
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-rb492" [68073eb8-fdad-4ef7-b814-87dd1f3926d3] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-rb492" [68073eb8-fdad-4ef7-b814-87dd1f3926d3] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 9.004729422s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (9.29s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-981568 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-97lbh" [4916109e-0c2a-447d-8101-365f0be4b9ae] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
E0127 12:07:28.130055  739859 cert_rotation.go:171] "Unhandled Error" err="key failed with : open /home/jenkins/minikube-integration/20318-732960/.minikube/profiles/no-preload-832969/client.crt: no such file or directory" logger="UnhandledError"
helpers_test.go:344: "netcat-5d86dc444-97lbh" [4916109e-0c2a-447d-8101-365f0be4b9ae] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 9.004851591s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (9.35s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/KubeletFlags
net_test.go:133: (dbg) Run:  out/minikube-linux-amd64 ssh -p kubenet-981568 "pgrep -a kubelet"
I0127 12:07:35.939904  739859 config.go:182] Loaded profile config "kubenet-981568": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.32.1
--- PASS: TestNetworkPlugins/group/kubenet/KubeletFlags (0.28s)

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet/NetCatPod (10.19s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/kubenet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kubenet-981568 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-5d86dc444-c8dtv" [e62edce9-060d-4465-87d4-519d9127b6a2] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-c8dtv" [e62edce9-060d-4465-87d4-519d9127b6a2] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kubenet/NetCatPod: app=netcat healthy within 10.00422984s
--- PASS: TestNetworkPlugins/group/kubenet/NetCatPod (10.19s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/DNS
net_test.go:175: (dbg) Run:  kubectl --context flannel-981568 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/flannel/DNS (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-981568 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/enable-default-cni/HairPin (0.14s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-981568 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-xwpmf" [a5c0a7b4-6a34-46e7-a667-8a3753b6d424] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-5d86dc444-xwpmf" [a5c0a7b4-6a34-46e7-a667-8a3753b6d424] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 9.005940247s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (9.32s)

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

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

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

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

                                                
                                    

Test skip (21/338)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

                                                
                                                
=== RUN   TestDockerEnvContainerd
docker_test.go:170: running with docker true linux amd64
docker_test.go:172: skipping: TestDockerEnvContainerd can only be run with the containerd runtime on Docker driver
--- SKIP: TestDockerEnvContainerd (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/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild/serial/validateImageBuildWithBuildEnv (0s)

                                                
                                                
=== RUN   TestImageBuild/serial/validateImageBuildWithBuildEnv
image_test.go:114: skipping due to https://github.com/kubernetes/minikube/issues/12431
--- SKIP: TestImageBuild/serial/validateImageBuildWithBuildEnv (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
+
TestStartStop/group/disable-driver-mounts (0.17s)

                                                
                                                
=== RUN   TestStartStop/group/disable-driver-mounts
=== PAUSE TestStartStop/group/disable-driver-mounts

                                                
                                                

                                                
                                                
=== CONT  TestStartStop/group/disable-driver-mounts
start_stop_delete_test.go:101: skipping TestStartStop/group/disable-driver-mounts - only runs on virtualbox
helpers_test.go:175: Cleaning up "disable-driver-mounts-550145" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p disable-driver-mounts-550145
--- SKIP: TestStartStop/group/disable-driver-mounts (0.17s)

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (5.15s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> 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-981568

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                
----------------------- debugLogs end: cilium-981568 [took: 4.990222379s] --------------------------------
helpers_test.go:175: Cleaning up "cilium-981568" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cilium-981568
--- SKIP: TestNetworkPlugins/group/cilium (5.15s)

                                                
                                    
Copied to clipboard