Test Report: Docker_Linux_crio 18421

                    
                      715903ea5b86ab0a28d26e6fe572bd5327dfa9fc:2024-03-18:33639
                    
                

Test fail (2/335)

Order failed test Duration
39 TestAddons/parallel/Ingress 153.2
261 TestMissingContainerUpgrade 1414.17
x
+
TestAddons/parallel/Ingress (153.2s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-089833 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-089833 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-089833 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" [efceadf6-f72a-4325-ac67-6a2d64d2c957] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [efceadf6-f72a-4325-ac67-6a2d64d2c957] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 10.00353913s
addons_test.go:262: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'"
addons_test.go:262: (dbg) Non-zero exit: out/minikube-linux-amd64 -p addons-089833 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m10.912963419s)

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

                                                
                                                
** /stderr **
addons_test.go:278: failed to get expected response from http://127.0.0.1/ within minikube: exit status 1
addons_test.go:286: (dbg) Run:  kubectl --context addons-089833 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 ip
addons_test.go:297: (dbg) Run:  nslookup hello-john.test 192.168.49.2
addons_test.go:306: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:306: (dbg) Done: out/minikube-linux-amd64 -p addons-089833 addons disable ingress-dns --alsologtostderr -v=1: (1.69887119s)
addons_test.go:311: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-amd64 -p addons-089833 addons disable ingress --alsologtostderr -v=1: (7.682279185s)
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestAddons/parallel/Ingress]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect addons-089833
helpers_test.go:235: (dbg) docker inspect addons-089833:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "bfe3367cbab97dc368838e68984f5c9df03cdd5c0f72279970735b6b975cd41c",
	        "Created": "2024-03-18T20:29:56.625267733Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 14076,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-03-18T20:29:56.929728386Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:824841ec881aeec3697aa896b6eaaaed4a34726d2ba99ff4b9ca0b12f150022e",
	        "ResolvConfPath": "/var/lib/docker/containers/bfe3367cbab97dc368838e68984f5c9df03cdd5c0f72279970735b6b975cd41c/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/bfe3367cbab97dc368838e68984f5c9df03cdd5c0f72279970735b6b975cd41c/hostname",
	        "HostsPath": "/var/lib/docker/containers/bfe3367cbab97dc368838e68984f5c9df03cdd5c0f72279970735b6b975cd41c/hosts",
	        "LogPath": "/var/lib/docker/containers/bfe3367cbab97dc368838e68984f5c9df03cdd5c0f72279970735b6b975cd41c/bfe3367cbab97dc368838e68984f5c9df03cdd5c0f72279970735b6b975cd41c-json.log",
	        "Name": "/addons-089833",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-089833:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-089833",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 4194304000,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 8388608000,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/ec07aa99f912fd7b6e5dbe032c18dc28551d932fb6b06772fe68e272aa7caa92-init/diff:/var/lib/docker/overlay2/5a6664b2f8a3db299975c75501892e7cab583b85ca7c0a859469066f4d96a5c5/diff",
	                "MergedDir": "/var/lib/docker/overlay2/ec07aa99f912fd7b6e5dbe032c18dc28551d932fb6b06772fe68e272aa7caa92/merged",
	                "UpperDir": "/var/lib/docker/overlay2/ec07aa99f912fd7b6e5dbe032c18dc28551d932fb6b06772fe68e272aa7caa92/diff",
	                "WorkDir": "/var/lib/docker/overlay2/ec07aa99f912fd7b6e5dbe032c18dc28551d932fb6b06772fe68e272aa7caa92/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-089833",
	                "Source": "/var/lib/docker/volumes/addons-089833/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-089833",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f",
	            "Volumes": null,
	            "WorkingDir": "/",
	            "Entrypoint": [
	                "/usr/local/bin/entrypoint",
	                "/sbin/init"
	            ],
	            "OnBuild": null,
	            "Labels": {
	                "created_by.minikube.sigs.k8s.io": "true",
	                "mode.minikube.sigs.k8s.io": "addons-089833",
	                "name.minikube.sigs.k8s.io": "addons-089833",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "780ec1f2e9e40772f601a40b27d69739093a00130a2624304b8de6d862658b56",
	            "SandboxKey": "/var/run/docker/netns/780ec1f2e9e4",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32772"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32771"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32768"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32770"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "32769"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "",
	            "Gateway": "",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "",
	            "IPPrefixLen": 0,
	            "IPv6Gateway": "",
	            "MacAddress": "",
	            "Networks": {
	                "addons-089833": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": [
	                        "bfe3367cbab9",
	                        "addons-089833"
	                    ],
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "NetworkID": "311b330d0bce785030a2dcf01f3d3ca42b655cfc295033ea7326c3c703dee796",
	                    "EndpointID": "5592096e2947262adfdbc97a0699f5bcd6613ee76ea00bb798f48c4f45085ea3",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DriverOpts": null,
	                    "DNSNames": [
	                        "addons-089833",
	                        "bfe3367cbab9"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-089833 -n addons-089833
helpers_test.go:244: <<< TestAddons/parallel/Ingress FAILED: start of post-mortem logs <<<
helpers_test.go:245: ======>  post-mortem[TestAddons/parallel/Ingress]: minikube logs <======
helpers_test.go:247: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-089833 logs -n 25: (1.194503818s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-614115                                                                     | download-only-614115   | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:29 UTC |
	| delete  | -p download-only-828256                                                                     | download-only-828256   | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:29 UTC |
	| start   | --download-only -p                                                                          | download-docker-080856 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC |                     |
	|         | download-docker-080856                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-080856                                                                   | download-docker-080856 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:29 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-380308   | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC |                     |
	|         | binary-mirror-380308                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:34463                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-380308                                                                     | binary-mirror-380308   | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:29 UTC |
	| addons  | enable dashboard -p                                                                         | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC |                     |
	|         | addons-089833                                                                               |                        |         |         |                     |                     |
	| addons  | disable dashboard -p                                                                        | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC |                     |
	|         | addons-089833                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-089833 --wait=true                                                                | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:31 UTC |
	|         | --memory=4000 --alsologtostderr                                                             |                        |         |         |                     |                     |
	|         | --addons=registry                                                                           |                        |         |         |                     |                     |
	|         | --addons=metrics-server                                                                     |                        |         |         |                     |                     |
	|         | --addons=volumesnapshots                                                                    |                        |         |         |                     |                     |
	|         | --addons=csi-hostpath-driver                                                                |                        |         |         |                     |                     |
	|         | --addons=gcp-auth                                                                           |                        |         |         |                     |                     |
	|         | --addons=cloud-spanner                                                                      |                        |         |         |                     |                     |
	|         | --addons=inspektor-gadget                                                                   |                        |         |         |                     |                     |
	|         | --addons=storage-provisioner-rancher                                                        |                        |         |         |                     |                     |
	|         | --addons=nvidia-device-plugin                                                               |                        |         |         |                     |                     |
	|         | --addons=yakd --driver=docker                                                               |                        |         |         |                     |                     |
	|         |  --container-runtime=crio                                                                   |                        |         |         |                     |                     |
	|         | --addons=ingress                                                                            |                        |         |         |                     |                     |
	|         | --addons=ingress-dns                                                                        |                        |         |         |                     |                     |
	|         | --addons=helm-tiller                                                                        |                        |         |         |                     |                     |
	| addons  | addons-089833 addons disable                                                                | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:31 UTC | 18 Mar 24 20:31 UTC |
	|         | helm-tiller --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-089833 addons                                                                        | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:31 UTC | 18 Mar 24 20:31 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-089833 ip                                                                            | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:31 UTC | 18 Mar 24 20:31 UTC |
	| addons  | addons-089833 addons disable                                                                | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:31 UTC | 18 Mar 24 20:31 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:31 UTC | 18 Mar 24 20:32 UTC |
	|         | addons-089833                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-089833 ssh curl -s                                                                   | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:32 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| ssh     | addons-089833 ssh cat                                                                       | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:32 UTC | 18 Mar 24 20:32 UTC |
	|         | /opt/local-path-provisioner/pvc-c036789c-0c27-4a41-b57b-e2e8429c0754_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-089833 addons disable                                                                | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:32 UTC | 18 Mar 24 20:32 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:32 UTC | 18 Mar 24 20:32 UTC |
	|         | -p addons-089833                                                                            |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:32 UTC | 18 Mar 24 20:32 UTC |
	|         | addons-089833                                                                               |                        |         |         |                     |                     |
	| addons  | enable headlamp                                                                             | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:32 UTC | 18 Mar 24 20:32 UTC |
	|         | -p addons-089833                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-089833 addons                                                                        | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:32 UTC | 18 Mar 24 20:32 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-089833 addons                                                                        | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:32 UTC | 18 Mar 24 20:32 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-089833 ip                                                                            | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:34 UTC | 18 Mar 24 20:34 UTC |
	| addons  | addons-089833 addons disable                                                                | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:34 UTC | 18 Mar 24 20:34 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-089833 addons disable                                                                | addons-089833          | jenkins | v1.32.0 | 18 Mar 24 20:34 UTC | 18 Mar 24 20:34 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/03/18 20:29:32
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.1 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0318 20:29:32.882354   13412 out.go:291] Setting OutFile to fd 1 ...
	I0318 20:29:32.882496   13412 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:29:32.882516   13412 out.go:304] Setting ErrFile to fd 2...
	I0318 20:29:32.882522   13412 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:29:32.882728   13412 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 20:29:32.883381   13412 out.go:298] Setting JSON to false
	I0318 20:29:32.884299   13412 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":712,"bootTime":1710793061,"procs":172,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1054-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0318 20:29:32.884358   13412 start.go:139] virtualization: kvm guest
	I0318 20:29:32.887478   13412 out.go:177] * [addons-089833] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0318 20:29:32.889184   13412 notify.go:220] Checking for updates...
	I0318 20:29:32.889193   13412 out.go:177]   - MINIKUBE_LOCATION=18421
	I0318 20:29:32.890892   13412 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0318 20:29:32.892689   13412 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	I0318 20:29:32.894179   13412 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube
	I0318 20:29:32.895747   13412 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0318 20:29:32.897263   13412 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0318 20:29:32.898845   13412 driver.go:392] Setting default libvirt URI to qemu:///system
	I0318 20:29:32.918890   13412 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
	I0318 20:29:32.919014   13412 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:29:32.967095   13412 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:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:50 SystemTime:2024-03-18 20:29:32.95799708 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86_
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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:29:32.967200   13412 docker.go:295] overlay module found
	I0318 20:29:32.969611   13412 out.go:177] * Using the docker driver based on user configuration
	I0318 20:29:32.971085   13412 start.go:297] selected driver: docker
	I0318 20:29:32.971102   13412 start.go:901] validating driver "docker" against <nil>
	I0318 20:29:32.971113   13412 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0318 20:29:32.971954   13412 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:29:33.020314   13412 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:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:50 SystemTime:2024-03-18 20:29:33.012140378 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:29:33.020590   13412 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0318 20:29:33.021172   13412 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]
	I0318 20:29:33.023732   13412 out.go:177] * Using Docker driver with root privileges
	I0318 20:29:33.025521   13412 cni.go:84] Creating CNI manager for ""
	I0318 20:29:33.025546   13412 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0318 20:29:33.025556   13412 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0318 20:29:33.025637   13412 start.go:340] cluster config:
	{Name:addons-089833 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-089833 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime
:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSH
AgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0318 20:29:33.027243   13412 out.go:177] * Starting "addons-089833" primary control-plane node in "addons-089833" cluster
	I0318 20:29:33.028552   13412 cache.go:121] Beginning downloading kic base image for docker with crio
	I0318 20:29:33.030111   13412 out.go:177] * Pulling base image v0.0.42-1710284843-18375 ...
	I0318 20:29:33.031588   13412 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
	I0318 20:29:33.031614   13412 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local docker daemon
	I0318 20:29:33.031636   13412 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-amd64.tar.lz4
	I0318 20:29:33.031650   13412 cache.go:56] Caching tarball of preloaded images
	I0318 20:29:33.031739   13412 preload.go:173] Found /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0318 20:29:33.031754   13412 cache.go:59] Finished verifying existence of preloaded tar for v1.28.4 on crio
	I0318 20:29:33.032104   13412 profile.go:142] Saving config to /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/config.json ...
	I0318 20:29:33.032129   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/config.json: {Name:mk7ea72b21405629aedc3dad86e3f9e3fb1941a5 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:29:33.047018   13412 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f to local cache
	I0318 20:29:33.047098   13412 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local cache directory
	I0318 20:29:33.047122   13412 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local cache directory, skipping pull
	I0318 20:29:33.047131   13412 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f exists in cache, skipping pull
	I0318 20:29:33.047138   13412 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f as a tarball
	I0318 20:29:33.047145   13412 cache.go:162] Loading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f from local cache
	I0318 20:29:44.777281   13412 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f from cached tarball
	I0318 20:29:44.777347   13412 cache.go:194] Successfully downloaded all kic artifacts
	I0318 20:29:44.777386   13412 start.go:360] acquireMachinesLock for addons-089833: {Name:mkcb1cbb9ebeee8640dc83504af42803e0c48657 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0318 20:29:44.777510   13412 start.go:364] duration metric: took 94.735µs to acquireMachinesLock for "addons-089833"
	I0318 20:29:44.777539   13412 start.go:93] Provisioning new machine with config: &{Name:addons-089833 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-089833 Namespace:default APIServerHAVIP: APIServerName:min
ikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQe
muFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0318 20:29:44.777637   13412 start.go:125] createHost starting for "" (driver="docker")
	I0318 20:29:44.779758   13412 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0318 20:29:44.780032   13412 start.go:159] libmachine.API.Create for "addons-089833" (driver="docker")
	I0318 20:29:44.780058   13412 client.go:168] LocalClient.Create starting
	I0318 20:29:44.780188   13412 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem
	I0318 20:29:44.919042   13412 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem
	I0318 20:29:45.056391   13412 cli_runner.go:164] Run: docker network inspect addons-089833 --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}}]}"
	W0318 20:29:45.071372   13412 cli_runner.go:211] docker network inspect addons-089833 --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
	I0318 20:29:45.071453   13412 network_create.go:281] running [docker network inspect addons-089833] to gather additional debugging logs...
	I0318 20:29:45.071480   13412 cli_runner.go:164] Run: docker network inspect addons-089833
	W0318 20:29:45.087043   13412 cli_runner.go:211] docker network inspect addons-089833 returned with exit code 1
	I0318 20:29:45.087070   13412 network_create.go:284] error running [docker network inspect addons-089833]: docker network inspect addons-089833: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-089833 not found
	I0318 20:29:45.087083   13412 network_create.go:286] output of [docker network inspect addons-089833]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-089833 not found
	
	** /stderr **
	I0318 20:29:45.087171   13412 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}}]}"
	I0318 20:29:45.102781   13412 network.go:206] using free private subnet 192.168.49.0/24: &{IP:192.168.49.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.49.0/24 Gateway:192.168.49.1 ClientMin:192.168.49.2 ClientMax:192.168.49.254 Broadcast:192.168.49.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:0xc0009808e0}
	I0318 20:29:45.102824   13412 network_create.go:124] attempt to create docker network addons-089833 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0318 20:29:45.102866   13412 cli_runner.go:164] Run: docker network create --driver=bridge --subnet=192.168.49.0/24 --gateway=192.168.49.1 -o --ip-masq -o --icc -o com.docker.network.driver.mtu=1500 --label=created_by.minikube.sigs.k8s.io=true --label=name.minikube.sigs.k8s.io=addons-089833 addons-089833
	I0318 20:29:45.156091   13412 network_create.go:108] docker network addons-089833 192.168.49.0/24 created
	I0318 20:29:45.156121   13412 kic.go:121] calculated static IP "192.168.49.2" for the "addons-089833" container
	I0318 20:29:45.156183   13412 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0318 20:29:45.171008   13412 cli_runner.go:164] Run: docker volume create addons-089833 --label name.minikube.sigs.k8s.io=addons-089833 --label created_by.minikube.sigs.k8s.io=true
	I0318 20:29:45.189891   13412 oci.go:103] Successfully created a docker volume addons-089833
	I0318 20:29:45.189967   13412 cli_runner.go:164] Run: docker run --rm --name addons-089833-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-089833 --entrypoint /usr/bin/test -v addons-089833:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f -d /var/lib
	I0318 20:29:51.262671   13412 cli_runner.go:217] Completed: docker run --rm --name addons-089833-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-089833 --entrypoint /usr/bin/test -v addons-089833:/var gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f -d /var/lib: (6.072662217s)
	I0318 20:29:51.262703   13412 oci.go:107] Successfully prepared a docker volume addons-089833
	I0318 20:29:51.262715   13412 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
	I0318 20:29:51.262733   13412 kic.go:194] Starting extracting preloaded images to volume ...
	I0318 20:29:51.262780   13412 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-089833:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f -I lz4 -xf /preloaded.tar -C /extractDir
	I0318 20:29:56.556496   13412 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.28.4-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-089833:/extractDir gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f -I lz4 -xf /preloaded.tar -C /extractDir: (5.29367772s)
	I0318 20:29:56.556528   13412 kic.go:203] duration metric: took 5.293792141s to extract preloaded images to volume ...
	W0318 20:29:56.556648   13412 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0318 20:29:56.556766   13412 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0318 20:29:56.611096   13412 cli_runner.go:164] Run: docker run -d -t --privileged --security-opt seccomp=unconfined --tmpfs /tmp --tmpfs /run -v /lib/modules:/lib/modules:ro --hostname addons-089833 --name addons-089833 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-089833 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-089833 --network addons-089833 --ip 192.168.49.2 --volume addons-089833:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f
	I0318 20:29:56.938535   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Running}}
	I0318 20:29:56.956150   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:29:56.973303   13412 cli_runner.go:164] Run: docker exec addons-089833 stat /var/lib/dpkg/alternatives/iptables
	I0318 20:29:57.013459   13412 oci.go:144] the created container "addons-089833" has a running status.
	I0318 20:29:57.013514   13412 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa...
	I0318 20:29:57.093124   13412 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0318 20:29:57.113901   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:29:57.131671   13412 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0318 20:29:57.131691   13412 kic_runner.go:114] Args: [docker exec --privileged addons-089833 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0318 20:29:57.172920   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:29:57.192044   13412 machine.go:94] provisionDockerMachine start ...
	I0318 20:29:57.192130   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:29:57.208852   13412 main.go:141] libmachine: Using SSH client type: native
	I0318 20:29:57.209063   13412 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 32772 <nil> <nil>}
	I0318 20:29:57.209076   13412 main.go:141] libmachine: About to run SSH command:
	hostname
	I0318 20:29:57.209834   13412 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:54496->127.0.0.1:32772: read: connection reset by peer
	I0318 20:30:00.340959   13412 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-089833
	
	I0318 20:30:00.340990   13412 ubuntu.go:169] provisioning hostname "addons-089833"
	I0318 20:30:00.341064   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:00.357646   13412 main.go:141] libmachine: Using SSH client type: native
	I0318 20:30:00.357818   13412 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 32772 <nil> <nil>}
	I0318 20:30:00.357831   13412 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-089833 && echo "addons-089833" | sudo tee /etc/hostname
	I0318 20:30:00.495828   13412 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-089833
	
	I0318 20:30:00.495915   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:00.513002   13412 main.go:141] libmachine: Using SSH client type: native
	I0318 20:30:00.513176   13412 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 32772 <nil> <nil>}
	I0318 20:30:00.513195   13412 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-089833' /etc/hosts; then
				if grep -xq '127.0.1.1\s.*' /etc/hosts; then
					sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 addons-089833/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-089833' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0318 20:30:00.645685   13412 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0318 20:30:00.645728   13412 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18421-5129/.minikube CaCertPath:/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18421-5129/.minikube}
	I0318 20:30:00.645758   13412 ubuntu.go:177] setting up certificates
	I0318 20:30:00.645768   13412 provision.go:84] configureAuth start
	I0318 20:30:00.645813   13412 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-089833
	I0318 20:30:00.662812   13412 provision.go:143] copyHostCerts
	I0318 20:30:00.662881   13412 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 20:30:00.662984   13412 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 20:30:00.663034   13412 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 20:30:00.663077   13412 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.addons-089833 san=[127.0.0.1 192.168.49.2 addons-089833 localhost minikube]
	I0318 20:30:00.784142   13412 provision.go:177] copyRemoteCerts
	I0318 20:30:00.784211   13412 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 20:30:00.784244   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:00.800975   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:00.894137   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0318 20:30:00.916046   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0318 20:30:00.937624   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0318 20:30:00.959456   13412 provision.go:87] duration metric: took 313.677223ms to configureAuth
	I0318 20:30:00.959483   13412 ubuntu.go:193] setting minikube options for container-runtime
	I0318 20:30:00.959770   13412 config.go:182] Loaded profile config "addons-089833": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
	I0318 20:30:00.959898   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:00.976215   13412 main.go:141] libmachine: Using SSH client type: native
	I0318 20:30:00.976401   13412 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 32772 <nil> <nil>}
	I0318 20:30:00.976421   13412 main.go:141] libmachine: About to run SSH command:
	sudo mkdir -p /etc/sysconfig && printf %!s(MISSING) "
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	" | sudo tee /etc/sysconfig/crio.minikube && sudo systemctl restart crio
	I0318 20:30:01.193289   13412 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0318 20:30:01.193316   13412 machine.go:97] duration metric: took 4.001249742s to provisionDockerMachine
	I0318 20:30:01.193329   13412 client.go:171] duration metric: took 16.413263954s to LocalClient.Create
	I0318 20:30:01.193343   13412 start.go:167] duration metric: took 16.413310676s to libmachine.API.Create "addons-089833"
	I0318 20:30:01.193353   13412 start.go:293] postStartSetup for "addons-089833" (driver="docker")
	I0318 20:30:01.193366   13412 start.go:322] creating required directories: [/etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs]
	I0318 20:30:01.193482   13412 ssh_runner.go:195] Run: sudo mkdir -p /etc/kubernetes/addons /etc/kubernetes/manifests /var/tmp/minikube /var/lib/minikube /var/lib/minikube/certs /var/lib/minikube/images /var/lib/minikube/binaries /tmp/gvisor /usr/share/ca-certificates /etc/ssl/certs
	I0318 20:30:01.193547   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:01.211501   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:01.306086   13412 ssh_runner.go:195] Run: cat /etc/os-release
	I0318 20:30:01.309043   13412 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0318 20:30:01.309072   13412 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0318 20:30:01.309080   13412 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0318 20:30:01.309087   13412 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0318 20:30:01.309096   13412 filesync.go:126] Scanning /home/jenkins/minikube-integration/18421-5129/.minikube/addons for local assets ...
	I0318 20:30:01.309144   13412 filesync.go:126] Scanning /home/jenkins/minikube-integration/18421-5129/.minikube/files for local assets ...
	I0318 20:30:01.309168   13412 start.go:296] duration metric: took 115.808155ms for postStartSetup
	I0318 20:30:01.309433   13412 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-089833
	I0318 20:30:01.325338   13412 profile.go:142] Saving config to /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/config.json ...
	I0318 20:30:01.325607   13412 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0318 20:30:01.325655   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:01.341175   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:01.430228   13412 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0318 20:30:01.434272   13412 start.go:128] duration metric: took 16.656620116s to createHost
	I0318 20:30:01.434299   13412 start.go:83] releasing machines lock for "addons-089833", held for 16.656775266s
	I0318 20:30:01.434397   13412 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-089833
	I0318 20:30:01.450528   13412 ssh_runner.go:195] Run: cat /version.json
	I0318 20:30:01.450580   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:01.450645   13412 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0318 20:30:01.450730   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:01.467903   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:01.468210   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:01.637974   13412 ssh_runner.go:195] Run: systemctl --version
	I0318 20:30:01.642317   13412 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0318 20:30:01.779932   13412 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0318 20:30:01.784232   13412 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f -name *loopback.conf* -not -name *.mk_disabled -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0318 20:30:01.801826   13412 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0318 20:30:01.801896   13412 ssh_runner.go:195] Run: sudo find /etc/cni/net.d -maxdepth 1 -type f ( ( -name *bridge* -or -name *podman* ) -and -not -name *.mk_disabled ) -printf "%!p(MISSING), " -exec sh -c "sudo mv {} {}.mk_disabled" ;
	I0318 20:30:01.829135   13412 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0318 20:30:01.829163   13412 start.go:494] detecting cgroup driver to use...
	I0318 20:30:01.829196   13412 detect.go:196] detected "cgroupfs" cgroup driver on host os
	I0318 20:30:01.829238   13412 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0318 20:30:01.842555   13412 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0318 20:30:01.852984   13412 docker.go:217] disabling cri-docker service (if available) ...
	I0318 20:30:01.853032   13412 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0318 20:30:01.865293   13412 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0318 20:30:01.877830   13412 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0318 20:30:01.953794   13412 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0318 20:30:02.029571   13412 docker.go:233] disabling docker service ...
	I0318 20:30:02.029625   13412 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0318 20:30:02.046694   13412 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0318 20:30:02.057170   13412 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0318 20:30:02.138550   13412 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0318 20:30:02.218274   13412 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0318 20:30:02.228268   13412 ssh_runner.go:195] Run: /bin/bash -c "sudo mkdir -p /etc && printf %!s(MISSING) "runtime-endpoint: unix:///var/run/crio/crio.sock
	" | sudo tee /etc/crictl.yaml"
	I0318 20:30:02.242800   13412 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
	I0318 20:30:02.242870   13412 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*pause_image = .*$|pause_image = "registry.k8s.io/pause:3.9"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0318 20:30:02.251499   13412 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0318 20:30:02.251565   13412 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0318 20:30:02.260271   13412 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0318 20:30:02.269131   13412 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0318 20:30:02.277969   13412 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0318 20:30:02.286255   13412 ssh_runner.go:195] Run: sh -c "sudo sed -i '/^ *"net.ipv4.ip_unprivileged_port_start=.*"/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0318 20:30:02.294890   13412 ssh_runner.go:195] Run: sh -c "sudo grep -q "^ *default_sysctls" /etc/crio/crio.conf.d/02-crio.conf || sudo sed -i '/conmon_cgroup = .*/a default_sysctls = \[\n\]' /etc/crio/crio.conf.d/02-crio.conf"
	I0318 20:30:02.308741   13412 ssh_runner.go:195] Run: sh -c "sudo sed -i -r 's|^default_sysctls *= *\[|&\n  "net.ipv4.ip_unprivileged_port_start=0",|' /etc/crio/crio.conf.d/02-crio.conf"
	I0318 20:30:02.316974   13412 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0318 20:30:02.324512   13412 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0318 20:30:02.332121   13412 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0318 20:30:02.405011   13412 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0318 20:30:02.513566   13412 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
	I0318 20:30:02.513729   13412 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0318 20:30:02.517188   13412 start.go:562] Will wait 60s for crictl version
	I0318 20:30:02.517245   13412 ssh_runner.go:195] Run: which crictl
	I0318 20:30:02.520417   13412 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0318 20:30:02.551288   13412 start.go:578] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0318 20:30:02.551400   13412 ssh_runner.go:195] Run: crio --version
	I0318 20:30:02.585134   13412 ssh_runner.go:195] Run: crio --version
	I0318 20:30:02.622061   13412 out.go:177] * Preparing Kubernetes v1.28.4 on CRI-O 1.24.6 ...
	I0318 20:30:02.623667   13412 cli_runner.go:164] Run: docker network inspect addons-089833 --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}}]}"
	I0318 20:30:02.642348   13412 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0318 20:30:02.645866   13412 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\thost.minikube.internal$' "/etc/hosts"; echo "192.168.49.1	host.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0318 20:30:02.655650   13412 kubeadm.go:877] updating cluster {Name:addons-089833 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-089833 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNa
mes:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmw
arePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0318 20:30:02.655766   13412 preload.go:132] Checking if preload exists for k8s version v1.28.4 and runtime crio
	I0318 20:30:02.655827   13412 ssh_runner.go:195] Run: sudo crictl images --output json
	I0318 20:30:02.708653   13412 crio.go:514] all images are preloaded for cri-o runtime.
	I0318 20:30:02.708679   13412 crio.go:433] Images already preloaded, skipping extraction
	I0318 20:30:02.708731   13412 ssh_runner.go:195] Run: sudo crictl images --output json
	I0318 20:30:02.739261   13412 crio.go:514] all images are preloaded for cri-o runtime.
	I0318 20:30:02.739283   13412 cache_images.go:84] Images are preloaded, skipping loading
	I0318 20:30:02.739291   13412 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.28.4 crio true true} ...
	I0318 20:30:02.739373   13412 kubeadm.go:940] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.28.4/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-089833 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.28.4 ClusterName:addons-089833 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:}
	I0318 20:30:02.739444   13412 ssh_runner.go:195] Run: crio config
	I0318 20:30:02.779396   13412 cni.go:84] Creating CNI manager for ""
	I0318 20:30:02.779424   13412 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0318 20:30:02.779436   13412 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0318 20:30:02.779466   13412 kubeadm.go:181] kubeadm options: {CertDir:/var/lib/minikube/certs ServiceCIDR:10.96.0.0/12 PodSubnet:10.244.0.0/16 AdvertiseAddress:192.168.49.2 APIServerPort:8443 KubernetesVersion:v1.28.4 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-089833 NodeName:addons-089833 DNSDomain:cluster.local CRISocket:/var/run/crio/crio.sock ImageRepository: ComponentOptions:[{Component:apiServer ExtraArgs:map[enable-admission-plugins:NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota] Pairs:map[certSANs:["127.0.0.1", "localhost", "192.168.49.2"]]} {Component:controllerManager ExtraArgs:map[allocate-node-cidrs:true leader-elect:false] Pairs:map[]} {Component:scheduler ExtraArgs:map[leader-elect:false] Pairs:map[]}] FeatureArgs:map[] NodeIP:192.168.49.2 CgroupDriver:cgroupfs ClientCAFile:/var/lib/minikube/certs/ca.crt StaticPodPath:/etc/kuberne
tes/manifests ControlPlaneAddress:control-plane.minikube.internal KubeProxyOptions:map[] ResolvConfSearchRegression:false KubeletConfigOpts:map[containerRuntimeEndpoint:unix:///var/run/crio/crio.sock hairpinMode:hairpin-veth runtimeRequestTimeout:15m] PrependCriSocketUnix:true}
	I0318 20:30:02.779605   13412 kubeadm.go:187] kubeadm config:
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: InitConfiguration
	localAPIEndpoint:
	  advertiseAddress: 192.168.49.2
	  bindPort: 8443
	bootstrapTokens:
	  - groups:
	      - system:bootstrappers:kubeadm:default-node-token
	    ttl: 24h0m0s
	    usages:
	      - signing
	      - authentication
	nodeRegistration:
	  criSocket: unix:///var/run/crio/crio.sock
	  name: "addons-089833"
	  kubeletExtraArgs:
	    node-ip: 192.168.49.2
	  taints: []
	---
	apiVersion: kubeadm.k8s.io/v1beta3
	kind: ClusterConfiguration
	apiServer:
	  certSANs: ["127.0.0.1", "localhost", "192.168.49.2"]
	  extraArgs:
	    enable-admission-plugins: "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,NodeRestriction,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota"
	controllerManager:
	  extraArgs:
	    allocate-node-cidrs: "true"
	    leader-elect: "false"
	scheduler:
	  extraArgs:
	    leader-elect: "false"
	certificatesDir: /var/lib/minikube/certs
	clusterName: mk
	controlPlaneEndpoint: control-plane.minikube.internal:8443
	etcd:
	  local:
	    dataDir: /var/lib/minikube/etcd
	    extraArgs:
	      proxy-refresh-interval: "70000"
	kubernetesVersion: v1.28.4
	networking:
	  dnsDomain: cluster.local
	  podSubnet: "10.244.0.0/16"
	  serviceSubnet: 10.96.0.0/12
	---
	apiVersion: kubelet.config.k8s.io/v1beta1
	kind: KubeletConfiguration
	authentication:
	  x509:
	    clientCAFile: /var/lib/minikube/certs/ca.crt
	cgroupDriver: cgroupfs
	containerRuntimeEndpoint: unix:///var/run/crio/crio.sock
	hairpinMode: hairpin-veth
	runtimeRequestTimeout: 15m
	clusterDomain: "cluster.local"
	# disable disk resource management by default
	imageGCHighThresholdPercent: 100
	evictionHard:
	  nodefs.available: "0%!"(MISSING)
	  nodefs.inodesFree: "0%!"(MISSING)
	  imagefs.available: "0%!"(MISSING)
	failSwapOn: false
	staticPodPath: /etc/kubernetes/manifests
	---
	apiVersion: kubeproxy.config.k8s.io/v1alpha1
	kind: KubeProxyConfiguration
	clusterCIDR: "10.244.0.0/16"
	metricsBindAddress: 0.0.0.0:10249
	conntrack:
	  maxPerCore: 0
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_established"
	  tcpEstablishedTimeout: 0s
	# Skip setting "net.netfilter.nf_conntrack_tcp_timeout_close"
	  tcpCloseWaitTimeout: 0s
	
	I0318 20:30:02.779660   13412 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.28.4
	I0318 20:30:02.787387   13412 binaries.go:44] Found k8s binaries, skipping transfer
	I0318 20:30:02.787447   13412 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0318 20:30:02.794804   13412 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0318 20:30:02.810353   13412 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0318 20:30:02.826218   13412 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0318 20:30:02.842001   13412 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0318 20:30:02.844997   13412 ssh_runner.go:195] Run: /bin/bash -c "{ grep -v $'\tcontrol-plane.minikube.internal$' "/etc/hosts"; echo "192.168.49.2	control-plane.minikube.internal"; } > /tmp/h.$$; sudo cp /tmp/h.$$ "/etc/hosts""
	I0318 20:30:02.854210   13412 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0318 20:30:02.924433   13412 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0318 20:30:02.936346   13412 certs.go:68] Setting up /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833 for IP: 192.168.49.2
	I0318 20:30:02.936369   13412 certs.go:194] generating shared ca certs ...
	I0318 20:30:02.936391   13412 certs.go:226] acquiring lock for ca certs: {Name:mkd3059231941013afb5b76fb0f19137b3e869be Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:02.936507   13412 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.key
	I0318 20:30:03.150598   13412 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt ...
	I0318 20:30:03.150626   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt: {Name:mkc0b1b0ee5e7e12f4cf4dcc6beba67fe2e52b9c Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:03.150783   13412 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18421-5129/.minikube/ca.key ...
	I0318 20:30:03.150796   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/ca.key: {Name:mk01c572f59f3bb5d7981782fa95d20d5f0595a4 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:03.150866   13412 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18421-5129/.minikube/proxy-client-ca.key
	I0318 20:30:03.243168   13412 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18421-5129/.minikube/proxy-client-ca.crt ...
	I0318 20:30:03.243197   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/proxy-client-ca.crt: {Name:mkdacd1579573d004bbc8ebfe81972be0d6928a3 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:03.243349   13412 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18421-5129/.minikube/proxy-client-ca.key ...
	I0318 20:30:03.243361   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/proxy-client-ca.key: {Name:mkc7beafb61904cf6dae8dbe80160a5a7c40819a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:03.243423   13412 certs.go:256] generating profile certs ...
	I0318 20:30:03.243484   13412 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.key
	I0318 20:30:03.243506   13412 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt with IP's: []
	I0318 20:30:03.713489   13412 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt ...
	I0318 20:30:03.713547   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: {Name:mkae6cd8feda98abe4d4456994cfef0989d805ec Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:03.713769   13412 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.key ...
	I0318 20:30:03.713790   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.key: {Name:mk0e4ae09e927eee4a87192720141a9e81b6d433 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:03.713902   13412 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.key.5c0d030b
	I0318 20:30:03.713933   13412 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.crt.5c0d030b with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0318 20:30:03.898562   13412 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.crt.5c0d030b ...
	I0318 20:30:03.898594   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.crt.5c0d030b: {Name:mk556e6dc7cac459e6b16c4f5e43722c4a5d9337 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:03.898780   13412 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.key.5c0d030b ...
	I0318 20:30:03.898804   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.key.5c0d030b: {Name:mk52f0285c53bef753b7470a81e9020182d172c9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:03.898902   13412 certs.go:381] copying /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.crt.5c0d030b -> /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.crt
	I0318 20:30:03.898997   13412 certs.go:385] copying /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.key.5c0d030b -> /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.key
	I0318 20:30:03.899064   13412 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/proxy-client.key
	I0318 20:30:03.899085   13412 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/proxy-client.crt with IP's: []
	I0318 20:30:04.181834   13412 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/proxy-client.crt ...
	I0318 20:30:04.181864   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/proxy-client.crt: {Name:mk03592098fa45d2ddc418c15cd33761e71c8e07 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:04.182051   13412 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/proxy-client.key ...
	I0318 20:30:04.182071   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/proxy-client.key: {Name:mk2ea82b2fe48a3a73b9d2a33062f72a1162d59b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:04.182286   13412 certs.go:484] found cert: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem (1679 bytes)
	I0318 20:30:04.182322   13412 certs.go:484] found cert: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem (1082 bytes)
	I0318 20:30:04.182346   13412 certs.go:484] found cert: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem (1123 bytes)
	I0318 20:30:04.182386   13412 certs.go:484] found cert: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem (1679 bytes)
	I0318 20:30:04.183014   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0318 20:30:04.204834   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0318 20:30:04.226901   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0318 20:30:04.248550   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0318 20:30:04.269414   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0318 20:30:04.290354   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0318 20:30:04.311060   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0318 20:30:04.332502   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0318 20:30:04.354046   13412 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0318 20:30:04.375297   13412 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0318 20:30:04.391115   13412 ssh_runner.go:195] Run: openssl version
	I0318 20:30:04.395968   13412 ssh_runner.go:195] Run: sudo /bin/bash -c "test -s /usr/share/ca-certificates/minikubeCA.pem && ln -fs /usr/share/ca-certificates/minikubeCA.pem /etc/ssl/certs/minikubeCA.pem"
	I0318 20:30:04.404431   13412 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0318 20:30:04.407620   13412 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 18 20:30 /usr/share/ca-certificates/minikubeCA.pem
	I0318 20:30:04.407671   13412 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0318 20:30:04.413835   13412 ssh_runner.go:195] Run: sudo /bin/bash -c "test -L /etc/ssl/certs/b5213941.0 || ln -fs /etc/ssl/certs/minikubeCA.pem /etc/ssl/certs/b5213941.0"
	I0318 20:30:04.422228   13412 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0318 20:30:04.425357   13412 certs.go:399] 'apiserver-kubelet-client' cert doesn't exist, likely first start: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt: Process exited with status 1
	stdout:
	
	stderr:
	stat: cannot statx '/var/lib/minikube/certs/apiserver-kubelet-client.crt': No such file or directory
	I0318 20:30:04.425407   13412 kubeadm.go:391] StartCluster: {Name:addons-089833 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f Memory:4000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.28.4 ClusterName:addons-089833 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames
:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmware
Path: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0318 20:30:04.425475   13412 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0318 20:30:04.425532   13412 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0318 20:30:04.461729   13412 cri.go:89] found id: ""
	I0318 20:30:04.461795   13412 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0318 20:30:04.470358   13412 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0318 20:30:04.478663   13412 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
	I0318 20:30:04.478730   13412 ssh_runner.go:195] Run: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf
	I0318 20:30:04.486788   13412 kubeadm.go:154] config check failed, skipping stale config cleanup: sudo ls -la /etc/kubernetes/admin.conf /etc/kubernetes/kubelet.conf /etc/kubernetes/controller-manager.conf /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	ls: cannot access '/etc/kubernetes/admin.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/kubelet.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/controller-manager.conf': No such file or directory
	ls: cannot access '/etc/kubernetes/scheduler.conf': No such file or directory
	I0318 20:30:04.486807   13412 kubeadm.go:156] found existing configuration files:
	
	I0318 20:30:04.486847   13412 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0318 20:30:04.494830   13412 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/admin.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/admin.conf: No such file or directory
	I0318 20:30:04.494877   13412 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0318 20:30:04.502369   13412 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0318 20:30:04.510112   13412 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/kubelet.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/kubelet.conf: No such file or directory
	I0318 20:30:04.510173   13412 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0318 20:30:04.517636   13412 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0318 20:30:04.525440   13412 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/controller-manager.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/controller-manager.conf: No such file or directory
	I0318 20:30:04.525514   13412 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0318 20:30:04.533222   13412 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0318 20:30:04.540799   13412 kubeadm.go:162] "https://control-plane.minikube.internal:8443" may not be in /etc/kubernetes/scheduler.conf - will remove: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf: Process exited with status 2
	stdout:
	
	stderr:
	grep: /etc/kubernetes/scheduler.conf: No such file or directory
	I0318 20:30:04.540852   13412 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0318 20:30:04.548431   13412 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.28.4:$PATH" kubeadm init --config /var/tmp/minikube/kubeadm.yaml  --ignore-preflight-errors=DirAvailable--etc-kubernetes-manifests,DirAvailable--var-lib-minikube,DirAvailable--var-lib-minikube-etcd,FileAvailable--etc-kubernetes-manifests-kube-scheduler.yaml,FileAvailable--etc-kubernetes-manifests-kube-apiserver.yaml,FileAvailable--etc-kubernetes-manifests-kube-controller-manager.yaml,FileAvailable--etc-kubernetes-manifests-etcd.yaml,Port-10250,Swap,NumCPU,Mem,SystemVerification,FileContent--proc-sys-net-bridge-bridge-nf-call-iptables"
	I0318 20:30:04.589373   13412 kubeadm.go:309] [init] Using Kubernetes version: v1.28.4
	I0318 20:30:04.589482   13412 kubeadm.go:309] [preflight] Running pre-flight checks
	I0318 20:30:04.624787   13412 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
	I0318 20:30:04.624880   13412 kubeadm.go:309] KERNEL_VERSION: 5.15.0-1054-gcp
	I0318 20:30:04.624938   13412 kubeadm.go:309] OS: Linux
	I0318 20:30:04.625027   13412 kubeadm.go:309] CGROUPS_CPU: enabled
	I0318 20:30:04.625107   13412 kubeadm.go:309] CGROUPS_CPUACCT: enabled
	I0318 20:30:04.625159   13412 kubeadm.go:309] CGROUPS_CPUSET: enabled
	I0318 20:30:04.625231   13412 kubeadm.go:309] CGROUPS_DEVICES: enabled
	I0318 20:30:04.625307   13412 kubeadm.go:309] CGROUPS_FREEZER: enabled
	I0318 20:30:04.625387   13412 kubeadm.go:309] CGROUPS_MEMORY: enabled
	I0318 20:30:04.625457   13412 kubeadm.go:309] CGROUPS_PIDS: enabled
	I0318 20:30:04.625544   13412 kubeadm.go:309] CGROUPS_HUGETLB: enabled
	I0318 20:30:04.625615   13412 kubeadm.go:309] CGROUPS_BLKIO: enabled
	I0318 20:30:04.682637   13412 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0318 20:30:04.682749   13412 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0318 20:30:04.682909   13412 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
	I0318 20:30:04.870141   13412 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0318 20:30:04.879038   13412 out.go:204]   - Generating certificates and keys ...
	I0318 20:30:04.879166   13412 kubeadm.go:309] [certs] Using existing ca certificate authority
	I0318 20:30:04.879244   13412 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
	I0318 20:30:05.093365   13412 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0318 20:30:05.246892   13412 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
	I0318 20:30:05.449560   13412 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
	I0318 20:30:05.526148   13412 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
	I0318 20:30:05.642477   13412 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
	I0318 20:30:05.642612   13412 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-089833 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0318 20:30:05.760689   13412 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
	I0318 20:30:05.760829   13412 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-089833 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0318 20:30:06.037343   13412 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0318 20:30:06.125353   13412 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
	I0318 20:30:06.287308   13412 kubeadm.go:309] [certs] Generating "sa" key and public key
	I0318 20:30:06.287381   13412 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0318 20:30:06.433341   13412 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0318 20:30:06.606202   13412 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0318 20:30:06.776989   13412 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0318 20:30:07.034063   13412 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0318 20:30:07.034539   13412 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0318 20:30:07.036697   13412 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0318 20:30:07.039446   13412 out.go:204]   - Booting up control plane ...
	I0318 20:30:07.039555   13412 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0318 20:30:07.039648   13412 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0318 20:30:07.039706   13412 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0318 20:30:07.047717   13412 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0318 20:30:07.048614   13412 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0318 20:30:07.048668   13412 kubeadm.go:309] [kubelet-start] Starting the kubelet
	I0318 20:30:07.124253   13412 kubeadm.go:309] [wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s
	I0318 20:30:12.625819   13412 kubeadm.go:309] [apiclient] All control plane components are healthy after 5.501704 seconds
	I0318 20:30:12.625978   13412 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0318 20:30:12.637578   13412 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0318 20:30:13.157833   13412 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
	I0318 20:30:13.158016   13412 kubeadm.go:309] [mark-control-plane] Marking the node addons-089833 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0318 20:30:13.667250   13412 kubeadm.go:309] [bootstrap-token] Using token: 0h4i1d.k8vnagti6vpy89yf
	I0318 20:30:13.669084   13412 out.go:204]   - Configuring RBAC rules ...
	I0318 20:30:13.669253   13412 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0318 20:30:13.672810   13412 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0318 20:30:13.679211   13412 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials
	I0318 20:30:13.683371   13412 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0318 20:30:13.686141   13412 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0318 20:30:13.689165   13412 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0318 20:30:13.700670   13412 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0318 20:30:13.916263   13412 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
	I0318 20:30:14.118046   13412 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
	I0318 20:30:14.118131   13412 kubeadm.go:309] 
	I0318 20:30:14.118225   13412 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
	I0318 20:30:14.118255   13412 kubeadm.go:309] 
	I0318 20:30:14.118371   13412 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
	I0318 20:30:14.118393   13412 kubeadm.go:309] 
	I0318 20:30:14.118442   13412 kubeadm.go:309]   mkdir -p $HOME/.kube
	I0318 20:30:14.118532   13412 kubeadm.go:309]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0318 20:30:14.118608   13412 kubeadm.go:309]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0318 20:30:14.118633   13412 kubeadm.go:309] 
	I0318 20:30:14.118716   13412 kubeadm.go:309] Alternatively, if you are the root user, you can run:
	I0318 20:30:14.118736   13412 kubeadm.go:309] 
	I0318 20:30:14.118812   13412 kubeadm.go:309]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0318 20:30:14.118845   13412 kubeadm.go:309] 
	I0318 20:30:14.118926   13412 kubeadm.go:309] You should now deploy a pod network to the cluster.
	I0318 20:30:14.119038   13412 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0318 20:30:14.119143   13412 kubeadm.go:309]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0318 20:30:14.119163   13412 kubeadm.go:309] 
	I0318 20:30:14.119290   13412 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
	I0318 20:30:14.119400   13412 kubeadm.go:309] and service account keys on each node and then running the following as root:
	I0318 20:30:14.119428   13412 kubeadm.go:309] 
	I0318 20:30:14.119545   13412 kubeadm.go:309]   kubeadm join control-plane.minikube.internal:8443 --token 0h4i1d.k8vnagti6vpy89yf \
	I0318 20:30:14.119694   13412 kubeadm.go:309] 	--discovery-token-ca-cert-hash sha256:221cd27b583f57363ecbf537286f4628ad803fb0676c7c9ed4e22198e5f05b18 \
	I0318 20:30:14.119739   13412 kubeadm.go:309] 	--control-plane 
	I0318 20:30:14.119756   13412 kubeadm.go:309] 
	I0318 20:30:14.119884   13412 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
	I0318 20:30:14.119910   13412 kubeadm.go:309] 
	I0318 20:30:14.120028   13412 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token 0h4i1d.k8vnagti6vpy89yf \
	I0318 20:30:14.120177   13412 kubeadm.go:309] 	--discovery-token-ca-cert-hash sha256:221cd27b583f57363ecbf537286f4628ad803fb0676c7c9ed4e22198e5f05b18 
	I0318 20:30:14.121589   13412 kubeadm.go:309] 	[WARNING SystemVerification]: failed to parse kernel config: unable to load kernel module: "configs", output: "modprobe: FATAL: Module configs not found in directory /lib/modules/5.15.0-1054-gcp\n", err: exit status 1
	I0318 20:30:14.121781   13412 kubeadm.go:309] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0318 20:30:14.121899   13412 cni.go:84] Creating CNI manager for ""
	I0318 20:30:14.121920   13412 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0318 20:30:14.123790   13412 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0318 20:30:14.125479   13412 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0318 20:30:14.129962   13412 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.28.4/kubectl ...
	I0318 20:30:14.129995   13412 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
	I0318 20:30:14.147136   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0318 20:30:14.830350   13412 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0318 20:30:14.830414   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:14.830451   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-089833 minikube.k8s.io/updated_at=2024_03_18T20_30_14_0700 minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=7632ee0069e86f793b1d91a60b11097c4ea27a76 minikube.k8s.io/name=addons-089833 minikube.k8s.io/primary=true
	I0318 20:30:14.929672   13412 ops.go:34] apiserver oom_adj: -16
	I0318 20:30:14.929797   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:15.430230   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:15.930243   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:16.430109   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:16.930317   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:17.430110   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:17.930014   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:18.429909   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:18.930649   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:19.430520   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:19.929849   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:20.430179   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:20.930280   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:21.430288   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:21.929901   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:22.430148   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:22.930178   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:23.429922   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:23.930293   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:24.430448   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:24.930674   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:25.430342   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:25.929920   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:26.430704   13412 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.28.4/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0318 20:30:26.494823   13412 kubeadm.go:1107] duration metric: took 11.66446324s to wait for elevateKubeSystemPrivileges
	W0318 20:30:26.494861   13412 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
	I0318 20:30:26.494868   13412 kubeadm.go:393] duration metric: took 22.069466949s to StartCluster
	I0318 20:30:26.494885   13412 settings.go:142] acquiring lock: {Name:mk2187fb21d119f526910732226c26985006bd2a Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:26.494985   13412 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/18421-5129/kubeconfig
	I0318 20:30:26.495357   13412 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/kubeconfig: {Name:mk831ef01f66ff88fc2a7c7079705251c99a2111 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:30:26.495547   13412 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0318 20:30:26.495553   13412 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0318 20:30:26.497869   13412 out.go:177] * Verifying Kubernetes components...
	I0318 20:30:26.495640   13412 addons.go:502] enable addons start: toEnable=map[ambassador:false auto-pause:false cloud-spanner:true csi-hostpath-driver:true dashboard:false default-storageclass:true efk:false freshpod:false gcp-auth:true gvisor:false headlamp:false helm-tiller:true inaccel:false ingress:true ingress-dns:true inspektor-gadget:true istio:false istio-provisioner:false kong:false kubeflow:false kubevirt:false logviewer:false metallb:false metrics-server:true nvidia-device-plugin:true nvidia-driver-installer:false nvidia-gpu-device-plugin:false olm:false pod-security-policy:false portainer:false registry:true registry-aliases:false registry-creds:false storage-provisioner:true storage-provisioner-gluster:false storage-provisioner-rancher:true volumesnapshots:true yakd:true]
	I0318 20:30:26.495748   13412 config.go:182] Loaded profile config "addons-089833": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
	I0318 20:30:26.499369   13412 addons.go:69] Setting inspektor-gadget=true in profile "addons-089833"
	I0318 20:30:26.499374   13412 addons.go:69] Setting default-storageclass=true in profile "addons-089833"
	I0318 20:30:26.499389   13412 addons.go:69] Setting helm-tiller=true in profile "addons-089833"
	I0318 20:30:26.499440   13412 addons.go:234] Setting addon helm-tiller=true in "addons-089833"
	I0318 20:30:26.499438   13412 addons.go:69] Setting ingress=true in profile "addons-089833"
	I0318 20:30:26.499465   13412 addons.go:234] Setting addon ingress=true in "addons-089833"
	I0318 20:30:26.499480   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.499378   13412 addons.go:69] Setting metrics-server=true in profile "addons-089833"
	I0318 20:30:26.499504   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.499522   13412 addons.go:234] Setting addon metrics-server=true in "addons-089833"
	I0318 20:30:26.499556   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.499390   13412 addons.go:69] Setting registry=true in profile "addons-089833"
	I0318 20:30:26.499591   13412 addons.go:234] Setting addon registry=true in "addons-089833"
	I0318 20:30:26.499626   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.499372   13412 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0318 20:30:26.499381   13412 addons.go:69] Setting cloud-spanner=true in profile "addons-089833"
	I0318 20:30:26.499760   13412 addons.go:234] Setting addon cloud-spanner=true in "addons-089833"
	I0318 20:30:26.499385   13412 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-089833"
	I0318 20:30:26.499794   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.499799   13412 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-089833"
	I0318 20:30:26.499843   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.500047   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.500047   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.499395   13412 addons.go:69] Setting storage-provisioner=true in profile "addons-089833"
	I0318 20:30:26.500091   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.500087   13412 addons.go:234] Setting addon storage-provisioner=true in "addons-089833"
	I0318 20:30:26.500198   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.500240   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.500244   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.499395   13412 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-089833"
	I0318 20:30:26.500425   13412 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-089833"
	I0318 20:30:26.500480   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.500695   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.500917   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.501381   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.499404   13412 addons.go:69] Setting gcp-auth=true in profile "addons-089833"
	I0318 20:30:26.501942   13412 mustload.go:65] Loading cluster: addons-089833
	I0318 20:30:26.499402   13412 addons.go:69] Setting volumesnapshots=true in profile "addons-089833"
	I0318 20:30:26.502061   13412 addons.go:234] Setting addon volumesnapshots=true in "addons-089833"
	I0318 20:30:26.502091   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.502130   13412 config.go:182] Loaded profile config "addons-089833": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
	I0318 20:30:26.502373   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.502524   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.499410   13412 addons.go:234] Setting addon inspektor-gadget=true in "addons-089833"
	I0318 20:30:26.506603   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.507174   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.499369   13412 addons.go:69] Setting yakd=true in profile "addons-089833"
	I0318 20:30:26.507361   13412 addons.go:234] Setting addon yakd=true in "addons-089833"
	I0318 20:30:26.507398   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.499412   13412 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-089833"
	I0318 20:30:26.507831   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.508586   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.499398   13412 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-089833"
	I0318 20:30:26.512213   13412 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-089833"
	I0318 20:30:26.512538   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.499408   13412 addons.go:69] Setting ingress-dns=true in profile "addons-089833"
	I0318 20:30:26.512740   13412 addons.go:234] Setting addon ingress-dns=true in "addons-089833"
	I0318 20:30:26.512804   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.513219   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.538234   13412 out.go:177]   - Using image docker.io/registry:2.8.3
	I0318 20:30:26.540065   13412 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.5
	I0318 20:30:26.541658   13412 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
	I0318 20:30:26.541677   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
	I0318 20:30:26.541737   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.558269   13412 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0318 20:30:26.559920   13412 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0318 20:30:26.559944   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0318 20:30:26.560022   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.566096   13412 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
	I0318 20:30:26.569135   13412 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
	I0318 20:30:26.569162   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0318 20:30:26.571268   13412 out.go:177]   - Using image ghcr.io/helm/tiller:v2.17.0
	I0318 20:30:26.569221   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.573066   13412 addons.go:426] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
	I0318 20:30:26.574492   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
	I0318 20:30:26.574542   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.575162   13412 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
	I0318 20:30:26.582033   13412 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
	I0318 20:30:26.576107   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.576023   13412 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.26.0
	I0318 20:30:26.584035   13412 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
	I0318 20:30:26.584155   13412 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0318 20:30:26.585996   13412 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0318 20:30:26.588879   13412 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0318 20:30:26.588909   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0318 20:30:26.588977   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.586006   13412 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
	I0318 20:30:26.592875   13412 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
	I0318 20:30:26.595176   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.595228   13412 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0318 20:30:26.595331   13412 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0318 20:30:26.596802   13412 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0318 20:30:26.596887   13412 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0318 20:30:26.596898   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0318 20:30:26.597529   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0318 20:30:26.598340   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.598969   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.599812   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.598907   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0318 20:30:26.599995   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.600529   13412 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0318 20:30:26.600542   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0318 20:30:26.600593   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.602696   13412 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0318 20:30:26.604243   13412 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0318 20:30:26.605591   13412 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0318 20:30:26.608505   13412 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0318 20:30:26.610145   13412 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0318 20:30:26.611677   13412 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0318 20:30:26.613102   13412 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0318 20:30:26.613119   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0318 20:30:26.613172   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.615073   13412 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.4
	I0318 20:30:26.613454   13412 addons.go:234] Setting addon default-storageclass=true in "addons-089833"
	I0318 20:30:26.621565   13412 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
	I0318 20:30:26.616641   13412 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0318 20:30:26.616677   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.623699   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.623715   13412 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0318 20:30:26.623736   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0318 20:30:26.623802   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.627570   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0318 20:30:26.627636   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.628622   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.634173   13412 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-089833"
	I0318 20:30:26.634228   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:26.634732   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:26.640931   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.665191   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.671036   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.671249   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.671582   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.683006   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.683605   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.685970   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.687529   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.688772   13412 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
	I0318 20:30:26.688792   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0318 20:30:26.688854   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.691699   13412 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0318 20:30:26.693531   13412 out.go:177]   - Using image docker.io/busybox:stable
	I0318 20:30:26.695220   13412 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0318 20:30:26.695243   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0318 20:30:26.695308   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:26.706779   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.711383   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:26.823588   13412 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0318 20:30:26.823716   13412 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0318 20:30:26.839790   13412 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
	I0318 20:30:26.839825   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0318 20:30:26.920462   13412 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0318 20:30:26.920493   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0318 20:30:26.939839   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0318 20:30:27.033058   13412 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0318 20:30:27.033086   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0318 20:30:27.118949   13412 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0318 20:30:27.119037   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0318 20:30:27.130628   13412 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0318 20:30:27.130657   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0318 20:30:27.130820   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0318 20:30:27.220564   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0318 20:30:27.223967   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0318 20:30:27.224287   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0318 20:30:27.230571   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0318 20:30:27.327575   13412 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0318 20:30:27.327657   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0318 20:30:27.328188   13412 addons.go:426] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
	I0318 20:30:27.328248   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
	I0318 20:30:27.334024   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0318 20:30:27.335684   13412 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0318 20:30:27.335746   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0318 20:30:27.426133   13412 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0318 20:30:27.426162   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0318 20:30:27.432156   13412 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0318 20:30:27.432188   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0318 20:30:27.631145   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0318 20:30:27.638956   13412 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
	I0318 20:30:27.639030   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0318 20:30:27.719779   13412 addons.go:426] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0318 20:30:27.719874   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
	I0318 20:30:27.734398   13412 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0318 20:30:27.734429   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0318 20:30:27.818190   13412 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0318 20:30:27.818221   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0318 20:30:27.821928   13412 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0318 20:30:27.821954   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0318 20:30:27.918219   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml
	I0318 20:30:27.927153   13412 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0318 20:30:27.927185   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0318 20:30:27.928002   13412 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0318 20:30:27.928026   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0318 20:30:28.037595   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0318 20:30:28.129096   13412 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0318 20:30:28.129129   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0318 20:30:28.139451   13412 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0318 20:30:28.139476   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0318 20:30:28.322804   13412 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0318 20:30:28.322845   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0318 20:30:28.326560   13412 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0318 20:30:28.326581   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0318 20:30:28.519827   13412 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0318 20:30:28.519856   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0318 20:30:28.728742   13412 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0318 20:30:28.728831   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0318 20:30:28.730468   13412 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0318 20:30:28.730527   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0318 20:30:28.826893   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml
	I0318 20:30:28.933186   13412 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0318 20:30:28.933221   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0318 20:30:29.018221   13412 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
	I0318 20:30:29.018256   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0318 20:30:29.033137   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0318 20:30:29.038426   13412 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml | sed -e '/^        forward . \/etc\/resolv.conf.*/i \        hosts {\n           192.168.49.1 host.minikube.internal\n           fallthrough\n        }' -e '/^        errors *$/i \        log' | sudo /var/lib/minikube/binaries/v1.28.4/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (2.214794429s)
	I0318 20:30:29.038469   13412 start.go:948] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0318 20:30:29.039639   13412 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (2.215897901s)
	I0318 20:30:29.040539   13412 node_ready.go:35] waiting up to 6m0s for node "addons-089833" to be "Ready" ...
	I0318 20:30:29.121588   13412 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0318 20:30:29.121619   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0318 20:30:29.429468   13412 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0318 20:30:29.429560   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0318 20:30:29.529430   13412 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0318 20:30:29.529459   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0318 20:30:29.631772   13412 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-089833" context rescaled to 1 replicas
	I0318 20:30:30.026174   13412 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0318 20:30:30.026259   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0318 20:30:30.036972   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml
	I0318 20:30:30.329486   13412 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0318 20:30:30.329601   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0318 20:30:30.725940   13412 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0318 20:30:30.726037   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0318 20:30:30.925003   13412 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0318 20:30:30.925039   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0318 20:30:31.125649   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0318 20:30:31.139089   13412 node_ready.go:53] node "addons-089833" has status "Ready":"False"
	I0318 20:30:32.036988   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (5.097094652s)
	I0318 20:30:32.037189   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (4.816592914s)
	I0318 20:30:32.037220   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.81321749s)
	I0318 20:30:32.037373   13412 addons.go:470] Verifying addon registry=true in "addons-089833"
	I0318 20:30:32.039405   13412 out.go:177] * Verifying registry addon...
	I0318 20:30:32.037251   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (4.812928377s)
	I0318 20:30:32.037279   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (4.906258254s)
	I0318 20:30:32.042005   13412 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0318 20:30:32.241965   13412 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0318 20:30:32.241997   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:32.640310   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:33.119849   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:33.422791   13412 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0318 20:30:33.422870   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:33.446585   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:33.543335   13412 node_ready.go:53] node "addons-089833" has status "Ready":"False"
	I0318 20:30:33.547571   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:33.637167   13412 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0318 20:30:33.656890   13412 addons.go:234] Setting addon gcp-auth=true in "addons-089833"
	I0318 20:30:33.656949   13412 host.go:66] Checking if "addons-089833" exists ...
	I0318 20:30:33.657327   13412 cli_runner.go:164] Run: docker container inspect addons-089833 --format={{.State.Status}}
	I0318 20:30:33.673045   13412 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0318 20:30:33.673107   13412 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-089833
	I0318 20:30:33.689134   13412 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/addons-089833/id_rsa Username:docker}
	I0318 20:30:34.044124   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (6.813466503s)
	I0318 20:30:34.044160   13412 addons.go:470] Verifying addon ingress=true in "addons-089833"
	I0318 20:30:34.046199   13412 out.go:177] * Verifying ingress addon...
	I0318 20:30:34.044226   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (6.710119584s)
	I0318 20:30:34.044244   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (6.413013618s)
	I0318 20:30:34.044293   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (6.12582689s)
	I0318 20:30:34.044326   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/helm-tiller-dp.yaml -f /etc/kubernetes/addons/helm-tiller-rbac.yaml -f /etc/kubernetes/addons/helm-tiller-svc.yaml: (6.006706934s)
	I0318 20:30:34.044403   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/yakd-ns.yaml -f /etc/kubernetes/addons/yakd-sa.yaml -f /etc/kubernetes/addons/yakd-crb.yaml -f /etc/kubernetes/addons/yakd-svc.yaml -f /etc/kubernetes/addons/yakd-dp.yaml: (5.217449217s)
	I0318 20:30:34.044530   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (5.011348098s)
	I0318 20:30:34.044590   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/ig-namespace.yaml -f /etc/kubernetes/addons/ig-serviceaccount.yaml -f /etc/kubernetes/addons/ig-role.yaml -f /etc/kubernetes/addons/ig-rolebinding.yaml -f /etc/kubernetes/addons/ig-clusterrole.yaml -f /etc/kubernetes/addons/ig-clusterrolebinding.yaml -f /etc/kubernetes/addons/ig-crd.yaml -f /etc/kubernetes/addons/ig-daemonset.yaml: (4.007571422s)
	I0318 20:30:34.045794   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:34.047713   13412 addons.go:470] Verifying addon metrics-server=true in "addons-089833"
	I0318 20:30:34.049369   13412 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-089833 service yakd-dashboard -n yakd-dashboard
	
	W0318 20:30:34.047880   13412 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0318 20:30:34.048550   13412 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0318 20:30:34.050941   13412 retry.go:31] will retry after 214.684464ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: Process exited with status 1
	stdout:
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotclasses.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshotcontents.snapshot.storage.k8s.io created
	customresourcedefinition.apiextensions.k8s.io/volumesnapshots.snapshot.storage.k8s.io created
	serviceaccount/snapshot-controller created
	clusterrole.rbac.authorization.k8s.io/snapshot-controller-runner created
	clusterrolebinding.rbac.authorization.k8s.io/snapshot-controller-role created
	role.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	rolebinding.rbac.authorization.k8s.io/snapshot-controller-leaderelection created
	deployment.apps/snapshot-controller created
	
	stderr:
	error: resource mapping not found for name: "csi-hostpath-snapclass" namespace: "" from "/etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml": no matches for kind "VolumeSnapshotClass" in version "snapshot.storage.k8s.io/v1"
	ensure CRDs are installed first
	I0318 20:30:34.056814   13412 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0318 20:30:34.056838   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:34.266408   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0318 20:30:34.547124   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:34.555594   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:35.046023   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:35.055998   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:35.119041   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/rbac-external-attacher.yaml -f /etc/kubernetes/addons/rbac-hostpath.yaml -f /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml -f /etc/kubernetes/addons/rbac-external-provisioner.yaml -f /etc/kubernetes/addons/rbac-external-resizer.yaml -f /etc/kubernetes/addons/rbac-external-snapshotter.yaml -f /etc/kubernetes/addons/csi-hostpath-attacher.yaml -f /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml -f /etc/kubernetes/addons/csi-hostpath-plugin.yaml -f /etc/kubernetes/addons/csi-hostpath-resizer.yaml -f /etc/kubernetes/addons/csi-hostpath-storageclass.yaml: (3.99328512s)
	I0318 20:30:35.119139   13412 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-089833"
	I0318 20:30:35.119092   13412 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (1.4460209s)
	I0318 20:30:35.121627   13412 out.go:177] * Verifying csi-hostpath-driver addon...
	I0318 20:30:35.124932   13412 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0318 20:30:35.124746   13412 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0318 20:30:35.126928   13412 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
	I0318 20:30:35.128356   13412 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0318 20:30:35.128382   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0318 20:30:35.131066   13412 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0318 20:30:35.131093   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:35.147980   13412 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0318 20:30:35.148009   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0318 20:30:35.218198   13412 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0318 20:30:35.218226   13412 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0318 20:30:35.235986   13412 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0318 20:30:35.544150   13412 node_ready.go:49] node "addons-089833" has status "Ready":"True"
	I0318 20:30:35.544181   13412 node_ready.go:38] duration metric: took 6.503613758s for node "addons-089833" to be "Ready" ...
	I0318 20:30:35.544192   13412 pod_ready.go:35] extra waiting up to 6m0s for all system-critical pods including labels [k8s-app=kube-dns component=etcd component=kube-apiserver component=kube-controller-manager k8s-app=kube-proxy component=kube-scheduler] to be "Ready" ...
	I0318 20:30:35.547670   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:35.552716   13412 pod_ready.go:78] waiting up to 6m0s for pod "coredns-5dd5756b68-84gqm" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:35.560212   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:35.637548   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:35.830183   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (1.563715601s)
	I0318 20:30:36.125683   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:36.127434   13412 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0318 20:30:36.127460   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:36.137180   13412 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0318 20:30:36.137209   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:36.440173   13412 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.28.4/kubectl apply -f /etc/kubernetes/addons/gcp-auth-ns.yaml -f /etc/kubernetes/addons/gcp-auth-service.yaml -f /etc/kubernetes/addons/gcp-auth-webhook.yaml: (1.204148607s)
	I0318 20:30:36.441235   13412 addons.go:470] Verifying addon gcp-auth=true in "addons-089833"
	I0318 20:30:36.443383   13412 out.go:177] * Verifying gcp-auth addon...
	I0318 20:30:36.446368   13412 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0318 20:30:36.449248   13412 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0318 20:30:36.449271   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:36.624975   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:36.626113   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:36.632660   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:36.950592   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:37.120558   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:37.124018   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:37.136727   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:37.519327   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:37.621876   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:37.622143   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:37.625602   13412 pod_ready.go:102] pod "coredns-5dd5756b68-84gqm" in "kube-system" namespace has status "Ready":"False"
	I0318 20:30:37.634116   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:37.949911   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:38.048316   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:38.122053   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:38.132994   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:38.520823   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:38.547815   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:38.622066   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:38.624465   13412 pod_ready.go:92] pod "coredns-5dd5756b68-84gqm" in "kube-system" namespace has status "Ready":"True"
	I0318 20:30:38.624485   13412 pod_ready.go:81] duration metric: took 3.071732893s for pod "coredns-5dd5756b68-84gqm" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.624501   13412 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-089833" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.632454   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:38.632571   13412 pod_ready.go:92] pod "etcd-addons-089833" in "kube-system" namespace has status "Ready":"True"
	I0318 20:30:38.632593   13412 pod_ready.go:81] duration metric: took 8.083186ms for pod "etcd-addons-089833" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.632616   13412 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-089833" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.639025   13412 pod_ready.go:92] pod "kube-apiserver-addons-089833" in "kube-system" namespace has status "Ready":"True"
	I0318 20:30:38.639053   13412 pod_ready.go:81] duration metric: took 6.422504ms for pod "kube-apiserver-addons-089833" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.639066   13412 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-089833" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.644686   13412 pod_ready.go:92] pod "kube-controller-manager-addons-089833" in "kube-system" namespace has status "Ready":"True"
	I0318 20:30:38.644707   13412 pod_ready.go:81] duration metric: took 5.632758ms for pod "kube-controller-manager-addons-089833" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.644719   13412 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-k9nn7" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.649574   13412 pod_ready.go:92] pod "kube-proxy-k9nn7" in "kube-system" namespace has status "Ready":"True"
	I0318 20:30:38.649596   13412 pod_ready.go:81] duration metric: took 4.869485ms for pod "kube-proxy-k9nn7" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.649607   13412 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-089833" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.950871   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:38.957299   13412 pod_ready.go:92] pod "kube-scheduler-addons-089833" in "kube-system" namespace has status "Ready":"True"
	I0318 20:30:38.957333   13412 pod_ready.go:81] duration metric: took 307.717632ms for pod "kube-scheduler-addons-089833" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:38.957347   13412 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-69cf46c98-9mmbt" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:39.047823   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:39.055616   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:39.132785   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:39.450107   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:39.547895   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:39.555724   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:39.632733   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:39.950043   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:40.046171   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:40.055685   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:40.135135   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:40.449873   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:40.548340   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:40.554827   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:40.632033   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:40.949679   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:40.964798   13412 pod_ready.go:102] pod "metrics-server-69cf46c98-9mmbt" in "kube-system" namespace has status "Ready":"False"
	I0318 20:30:41.047041   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:41.054938   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:41.132465   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:41.449892   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:41.547364   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:41.554301   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:41.632081   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:41.951243   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:42.047524   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:42.055248   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:42.133085   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:42.450160   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:42.547079   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:42.555304   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:42.633178   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:42.949665   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:43.046103   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:43.055577   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:43.131660   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:43.450810   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:43.464516   13412 pod_ready.go:102] pod "metrics-server-69cf46c98-9mmbt" in "kube-system" namespace has status "Ready":"False"
	I0318 20:30:43.546544   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:43.555081   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:43.632018   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:43.949394   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:44.046678   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:44.054930   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:44.132332   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:44.450928   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:44.547106   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:44.557880   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:44.632592   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:44.949997   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:44.963019   13412 pod_ready.go:92] pod "metrics-server-69cf46c98-9mmbt" in "kube-system" namespace has status "Ready":"True"
	I0318 20:30:44.963043   13412 pod_ready.go:81] duration metric: took 6.005687413s for pod "metrics-server-69cf46c98-9mmbt" in "kube-system" namespace to be "Ready" ...
	I0318 20:30:44.963064   13412 pod_ready.go:38] duration metric: took 9.418859313s 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" ...
	I0318 20:30:44.963084   13412 api_server.go:52] waiting for apiserver process to appear ...
	I0318 20:30:44.963143   13412 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0318 20:30:44.976707   13412 api_server.go:72] duration metric: took 18.481128649s to wait for apiserver process to appear ...
	I0318 20:30:44.976737   13412 api_server.go:88] waiting for apiserver healthz status ...
	I0318 20:30:44.976762   13412 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0318 20:30:44.981070   13412 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0318 20:30:44.982415   13412 api_server.go:141] control plane version: v1.28.4
	I0318 20:30:44.982443   13412 api_server.go:131] duration metric: took 5.696566ms to wait for apiserver health ...
	I0318 20:30:44.982453   13412 system_pods.go:43] waiting for kube-system pods to appear ...
	I0318 20:30:44.991974   13412 system_pods.go:59] 19 kube-system pods found
	I0318 20:30:44.992006   13412 system_pods.go:61] "coredns-5dd5756b68-84gqm" [7d98146e-2d7d-4d0a-b1fa-aca18647230d] Running
	I0318 20:30:44.992014   13412 system_pods.go:61] "csi-hostpath-attacher-0" [e042623f-b973-441a-abff-415a02cf4bc3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0318 20:30:44.992021   13412 system_pods.go:61] "csi-hostpath-resizer-0" [cdcb46a2-f6a2-4fc4-8af8-05c21c907e0c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0318 20:30:44.992029   13412 system_pods.go:61] "csi-hostpathplugin-7cdnl" [114cf234-f877-4d21-8880-75ca55a11845] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0318 20:30:44.992036   13412 system_pods.go:61] "etcd-addons-089833" [be8f1487-4e8b-4c5e-9cc8-f3b7d978747b] Running
	I0318 20:30:44.992043   13412 system_pods.go:61] "kindnet-s659b" [6407bbb1-2997-47f6-a28f-9cd210e6bdc8] Running
	I0318 20:30:44.992049   13412 system_pods.go:61] "kube-apiserver-addons-089833" [379cad1b-44a5-40d5-899e-aa57400c1ccc] Running
	I0318 20:30:44.992056   13412 system_pods.go:61] "kube-controller-manager-addons-089833" [77704a35-ea98-49bf-ac6c-b06a1d957242] Running
	I0318 20:30:44.992067   13412 system_pods.go:61] "kube-ingress-dns-minikube" [ceb0db70-40c5-4f7a-83bf-0472b6282908] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0318 20:30:44.992078   13412 system_pods.go:61] "kube-proxy-k9nn7" [1448c8a0-cd61-4144-86c8-5ab2775092a5] Running
	I0318 20:30:44.992087   13412 system_pods.go:61] "kube-scheduler-addons-089833" [919b6135-bf41-4669-9927-52f4ffc24e6e] Running
	I0318 20:30:44.992091   13412 system_pods.go:61] "metrics-server-69cf46c98-9mmbt" [7d8cebee-abdf-4686-b6d0-1a0de2e1feba] Running
	I0318 20:30:44.992100   13412 system_pods.go:61] "nvidia-device-plugin-daemonset-l246d" [9e72a283-0cbb-425f-94ac-377a5cec5686] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0318 20:30:44.992106   13412 system_pods.go:61] "registry-jzk5w" [7608db94-4315-494d-a6f0-e1e15ca3dd15] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0318 20:30:44.992114   13412 system_pods.go:61] "registry-proxy-x9hzd" [70cc9d2e-7d41-42bd-840b-c068f50d8dc3] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0318 20:30:44.992122   13412 system_pods.go:61] "snapshot-controller-58dbcc7b99-btz5f" [2f145ab1-ea79-4a38-9e0b-2b7cfcc08100] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0318 20:30:44.992128   13412 system_pods.go:61] "snapshot-controller-58dbcc7b99-dm2vk" [efdef29d-2851-4c0d-a065-d421ae9ffc08] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0318 20:30:44.992133   13412 system_pods.go:61] "storage-provisioner" [2f1f5108-dbb2-43b0-b425-3f27d0610ce1] Running
	I0318 20:30:44.992149   13412 system_pods.go:61] "tiller-deploy-7b677967b9-ffwpr" [dfab3268-2e84-4374-82c0-40f980be9eaf] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
	I0318 20:30:44.992160   13412 system_pods.go:74] duration metric: took 9.699295ms to wait for pod list to return data ...
	I0318 20:30:44.992171   13412 default_sa.go:34] waiting for default service account to be created ...
	I0318 20:30:44.994270   13412 default_sa.go:45] found service account: "default"
	I0318 20:30:44.994291   13412 default_sa.go:55] duration metric: took 2.112261ms for default service account to be created ...
	I0318 20:30:44.994302   13412 system_pods.go:116] waiting for k8s-apps to be running ...
	I0318 20:30:45.023256   13412 system_pods.go:86] 19 kube-system pods found
	I0318 20:30:45.023291   13412 system_pods.go:89] "coredns-5dd5756b68-84gqm" [7d98146e-2d7d-4d0a-b1fa-aca18647230d] Running
	I0318 20:30:45.023305   13412 system_pods.go:89] "csi-hostpath-attacher-0" [e042623f-b973-441a-abff-415a02cf4bc3] Pending / Ready:ContainersNotReady (containers with unready status: [csi-attacher]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-attacher])
	I0318 20:30:45.023316   13412 system_pods.go:89] "csi-hostpath-resizer-0" [cdcb46a2-f6a2-4fc4-8af8-05c21c907e0c] Pending / Ready:ContainersNotReady (containers with unready status: [csi-resizer]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-resizer])
	I0318 20:30:45.023328   13412 system_pods.go:89] "csi-hostpathplugin-7cdnl" [114cf234-f877-4d21-8880-75ca55a11845] Pending / Ready:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter]) / ContainersReady:ContainersNotReady (containers with unready status: [csi-external-health-monitor-controller node-driver-registrar hostpath liveness-probe csi-provisioner csi-snapshotter])
	I0318 20:30:45.023341   13412 system_pods.go:89] "etcd-addons-089833" [be8f1487-4e8b-4c5e-9cc8-f3b7d978747b] Running
	I0318 20:30:45.023354   13412 system_pods.go:89] "kindnet-s659b" [6407bbb1-2997-47f6-a28f-9cd210e6bdc8] Running
	I0318 20:30:45.023365   13412 system_pods.go:89] "kube-apiserver-addons-089833" [379cad1b-44a5-40d5-899e-aa57400c1ccc] Running
	I0318 20:30:45.023373   13412 system_pods.go:89] "kube-controller-manager-addons-089833" [77704a35-ea98-49bf-ac6c-b06a1d957242] Running
	I0318 20:30:45.023394   13412 system_pods.go:89] "kube-ingress-dns-minikube" [ceb0db70-40c5-4f7a-83bf-0472b6282908] Pending / Ready:ContainersNotReady (containers with unready status: [minikube-ingress-dns]) / ContainersReady:ContainersNotReady (containers with unready status: [minikube-ingress-dns])
	I0318 20:30:45.023400   13412 system_pods.go:89] "kube-proxy-k9nn7" [1448c8a0-cd61-4144-86c8-5ab2775092a5] Running
	I0318 20:30:45.023407   13412 system_pods.go:89] "kube-scheduler-addons-089833" [919b6135-bf41-4669-9927-52f4ffc24e6e] Running
	I0318 20:30:45.023413   13412 system_pods.go:89] "metrics-server-69cf46c98-9mmbt" [7d8cebee-abdf-4686-b6d0-1a0de2e1feba] Running
	I0318 20:30:45.023451   13412 system_pods.go:89] "nvidia-device-plugin-daemonset-l246d" [9e72a283-0cbb-425f-94ac-377a5cec5686] Pending / Ready:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr]) / ContainersReady:ContainersNotReady (containers with unready status: [nvidia-device-plugin-ctr])
	I0318 20:30:45.023465   13412 system_pods.go:89] "registry-jzk5w" [7608db94-4315-494d-a6f0-e1e15ca3dd15] Pending / Ready:ContainersNotReady (containers with unready status: [registry]) / ContainersReady:ContainersNotReady (containers with unready status: [registry])
	I0318 20:30:45.023475   13412 system_pods.go:89] "registry-proxy-x9hzd" [70cc9d2e-7d41-42bd-840b-c068f50d8dc3] Pending / Ready:ContainersNotReady (containers with unready status: [registry-proxy]) / ContainersReady:ContainersNotReady (containers with unready status: [registry-proxy])
	I0318 20:30:45.023485   13412 system_pods.go:89] "snapshot-controller-58dbcc7b99-btz5f" [2f145ab1-ea79-4a38-9e0b-2b7cfcc08100] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0318 20:30:45.023495   13412 system_pods.go:89] "snapshot-controller-58dbcc7b99-dm2vk" [efdef29d-2851-4c0d-a065-d421ae9ffc08] Pending / Ready:ContainersNotReady (containers with unready status: [volume-snapshot-controller]) / ContainersReady:ContainersNotReady (containers with unready status: [volume-snapshot-controller])
	I0318 20:30:45.023505   13412 system_pods.go:89] "storage-provisioner" [2f1f5108-dbb2-43b0-b425-3f27d0610ce1] Running
	I0318 20:30:45.023512   13412 system_pods.go:89] "tiller-deploy-7b677967b9-ffwpr" [dfab3268-2e84-4374-82c0-40f980be9eaf] Pending / Ready:ContainersNotReady (containers with unready status: [tiller]) / ContainersReady:ContainersNotReady (containers with unready status: [tiller])
	I0318 20:30:45.023519   13412 system_pods.go:126] duration metric: took 29.211943ms to wait for k8s-apps to be running ...
	I0318 20:30:45.023530   13412 system_svc.go:44] waiting for kubelet service to be running ....
	I0318 20:30:45.023583   13412 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0318 20:30:45.036639   13412 system_svc.go:56] duration metric: took 13.097344ms WaitForService to wait for kubelet
	I0318 20:30:45.036674   13412 kubeadm.go:576] duration metric: took 18.541098353s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0318 20:30:45.036695   13412 node_conditions.go:102] verifying NodePressure condition ...
	I0318 20:30:45.039965   13412 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0318 20:30:45.039999   13412 node_conditions.go:123] node cpu capacity is 8
	I0318 20:30:45.040016   13412 node_conditions.go:105] duration metric: took 3.315636ms to run NodePressure ...
	I0318 20:30:45.040030   13412 start.go:240] waiting for startup goroutines ...
	I0318 20:30:45.046435   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:45.054568   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:45.133371   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:45.449421   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:45.546273   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:45.554340   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:45.631359   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:45.949628   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:46.046614   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:46.054733   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:46.131517   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:46.450168   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:46.548100   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:46.555680   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:46.634704   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:46.950024   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:47.047469   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:47.054356   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:47.132271   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:47.450073   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:47.547126   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:47.555505   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:47.642361   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:47.949523   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:48.046078   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:48.055260   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:48.132548   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:48.449864   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:48.547433   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:48.555723   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:48.632825   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:48.950062   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:49.046951   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:49.055476   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:49.131803   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:49.450366   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:49.545943   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:49.555399   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:49.631394   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:50.019317   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:50.122291   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:50.125024   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:50.133615   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:50.450091   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:50.547735   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:50.625122   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:50.632980   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:50.950483   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:51.046643   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:51.055461   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:51.135222   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:51.451024   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:51.547169   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:51.555320   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:51.632915   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:51.950247   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:52.047232   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:52.056115   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:52.132514   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:52.450101   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:52.547157   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:52.555744   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:52.632061   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:52.950231   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:53.047974   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:53.055680   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:53.133897   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:53.450469   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:53.546422   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:53.555077   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:53.631874   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:53.951074   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:54.047227   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:54.055513   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:54.132100   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:54.450106   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:54.547238   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:54.556247   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:54.632666   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:54.949730   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:55.047000   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:55.055337   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:55.132871   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:55.450754   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:55.547163   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:55.555436   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:55.632314   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:55.949688   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:56.046411   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:56.054354   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:56.131368   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:56.449411   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:56.546278   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:56.556136   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:56.632429   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:56.949318   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:57.046108   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:57.055553   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:57.134192   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:57.450557   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:57.547170   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:57.556565   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:57.633160   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:58.021231   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:58.126742   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:58.129714   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:58.134467   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:58.520461   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:58.547766   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:58.622566   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:58.634047   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:58.950645   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:59.047454   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:59.055177   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:59.132258   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:59.450538   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:30:59.547017   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:30:59.556036   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:30:59.632611   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:30:59.949800   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:00.047008   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:00.055202   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:00.133978   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:00.450673   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:00.547173   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:00.555539   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:00.632975   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:00.949879   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:01.046943   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:01.055446   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:01.131827   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:01.450724   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:01.547165   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:01.555624   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:01.632734   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:01.950515   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:02.047198   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:02.055596   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:02.133611   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:02.449342   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:02.547125   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:02.555611   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:02.632898   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:02.950158   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:03.046873   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:03.055596   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:03.133818   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:03.450779   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:03.547632   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:03.555602   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:03.633276   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:03.950020   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:04.047341   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:04.055632   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:04.132728   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:04.450129   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:04.547760   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:04.555308   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:04.632697   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:04.950020   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:05.047145   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:05.055728   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:05.131553   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:05.450066   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:05.546948   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:05.555109   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:05.631975   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:05.951321   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:06.046490   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:06.055131   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:06.132917   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:06.449382   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:06.546609   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:06.555005   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:06.635345   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:06.950308   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:07.046532   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:07.055689   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:07.131743   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:07.450689   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:07.547048   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:07.555633   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:07.632671   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:07.949986   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:08.047064   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:08.056384   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:08.132677   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:08.450158   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:08.547146   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:08.555222   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:08.632154   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:08.949530   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:09.046374   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:09.054381   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:09.131588   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:09.450059   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:09.548001   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:09.554915   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:09.632792   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:09.950945   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:10.047934   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:10.055711   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:10.133763   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:10.450247   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:10.549526   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:10.554992   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:10.632386   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:10.949765   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:11.046734   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:11.054877   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:11.131977   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:11.449427   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:11.546643   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:11.555344   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:11.632271   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:11.949900   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:12.046985   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:12.055426   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:12.133025   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:12.450351   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:12.546070   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:12.555406   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:12.631918   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:12.949960   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:13.047863   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:13.057514   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:13.133388   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:13.450427   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:13.547055   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:13.555988   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:13.632984   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:13.950906   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:14.046933   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:14.055840   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:14.132557   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:14.450760   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:14.547274   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:14.555931   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:14.632462   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:14.950200   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:15.047810   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:15.055408   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:15.132368   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:15.449746   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:15.547616   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:15.555509   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:15.632307   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:15.949486   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:16.046261   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:16.055588   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:16.133122   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:16.450305   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:16.546060   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0318 20:31:16.555564   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:16.631477   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:16.950192   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:17.047287   13412 kapi.go:107] duration metric: took 45.005280308s to wait for kubernetes.io/minikube-addons=registry ...
	I0318 20:31:17.055494   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:17.132077   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:17.450209   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:17.555593   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:17.632952   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:17.949681   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:18.055146   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:18.133375   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:18.451190   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:18.556116   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:18.632325   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:18.949709   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:19.055384   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:19.132278   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:19.449919   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:19.555497   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:19.631963   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:19.951068   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:20.056247   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:20.286597   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:20.450637   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:20.555461   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:20.633636   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:20.950150   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:21.055612   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:21.131980   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:21.519685   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:21.555009   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:21.633661   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:22.020032   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:22.120511   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:22.146621   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:22.521072   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:22.620726   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:22.632127   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:22.950843   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:23.054897   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:23.133296   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:23.450475   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:23.555237   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:23.632351   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:23.949825   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:24.067516   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:24.132918   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:24.450359   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:24.555433   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:24.632877   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:24.949929   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:25.055634   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:25.132225   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:25.450380   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:25.556059   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:25.632878   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:25.950272   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:26.054669   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:26.132337   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:26.449892   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:26.556196   13412 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0318 20:31:26.633823   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:26.950447   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:27.055682   13412 kapi.go:107] duration metric: took 53.007124617s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0318 20:31:27.131876   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:27.450336   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:27.632339   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:27.949942   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:28.134554   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:28.449289   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:28.631621   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:28.950316   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:29.132406   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:29.450104   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:29.631561   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:29.949902   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:30.132046   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:30.450190   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:30.632293   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:30.951111   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:31.131956   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:31.449689   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:31.632078   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0318 20:31:31.949323   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:32.131943   13412 kapi.go:107] duration metric: took 57.00719907s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0318 20:31:32.450581   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:32.950471   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:33.449886   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:33.950054   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:34.450226   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:34.949445   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:35.449628   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:35.949744   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:36.450250   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:36.949793   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:37.449993   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:37.950490   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:38.449139   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:38.950314   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:39.449515   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:39.949330   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:40.449562   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:40.949412   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:41.450637   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:41.949959   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:42.493669   13412 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0318 20:31:42.950092   13412 kapi.go:107] duration metric: took 1m6.503722696s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0318 20:31:42.952986   13412 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-089833 cluster.
	I0318 20:31:42.954401   13412 out.go:177] * If you don't want your credentials mounted into a specific pod, add a label with the `gcp-auth-skip-secret` key to your pod configuration.
	I0318 20:31:42.955726   13412 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0318 20:31:42.957223   13412 out.go:177] * Enabled addons: storage-provisioner, cloud-spanner, ingress-dns, default-storageclass, nvidia-device-plugin, metrics-server, helm-tiller, inspektor-gadget, yakd, storage-provisioner-rancher, volumesnapshots, registry, ingress, csi-hostpath-driver, gcp-auth
	I0318 20:31:42.958643   13412 addons.go:505] duration metric: took 1m16.463002143s for enable addons: enabled=[storage-provisioner cloud-spanner ingress-dns default-storageclass nvidia-device-plugin metrics-server helm-tiller inspektor-gadget yakd storage-provisioner-rancher volumesnapshots registry ingress csi-hostpath-driver gcp-auth]
	I0318 20:31:42.958688   13412 start.go:245] waiting for cluster config update ...
	I0318 20:31:42.958706   13412 start.go:254] writing updated cluster config ...
	I0318 20:31:42.958948   13412 ssh_runner.go:195] Run: rm -f paused
	I0318 20:31:43.007500   13412 start.go:600] kubectl: 1.29.3, cluster: 1.28.4 (minor skew: 1)
	I0318 20:31:43.009901   13412 out.go:177] * Done! kubectl is now configured to use "addons-089833" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Mar 18 20:34:17 addons-089833 crio[982]: time="2024-03-18 20:34:17.660134635Z" level=info msg="Pulled image: gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7" id=fcc052be-2b8b-4e74-9356-08a6531238a0 name=/runtime.v1.ImageService/PullImage
	Mar 18 20:34:17 addons-089833 crio[982]: time="2024-03-18 20:34:17.660999764Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=776ea4be-e803-4586-bdd8-5fbaecb52667 name=/runtime.v1.ImageService/ImageStatus
	Mar 18 20:34:17 addons-089833 crio[982]: time="2024-03-18 20:34:17.663021569Z" level=info msg="Image status: &ImageStatusResponse{Image:&Image{Id:dd1b12fcb60978ac32686ef6732d56f612c8636ef86693c09613946a54c69d79,RepoTags:[gcr.io/google-samples/hello-app:1.0],RepoDigests:[gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7],Size_:28999827,Uid:nil,Username:nonroot,Spec:nil,},Info:map[string]string{},}" id=776ea4be-e803-4586-bdd8-5fbaecb52667 name=/runtime.v1.ImageService/ImageStatus
	Mar 18 20:34:17 addons-089833 crio[982]: time="2024-03-18 20:34:17.663944729Z" level=info msg="Creating container: default/hello-world-app-5d77478584-tnv8c/hello-world-app" id=96217368-bee2-4986-95f2-7d969be2cf54 name=/runtime.v1.RuntimeService/CreateContainer
	Mar 18 20:34:17 addons-089833 crio[982]: time="2024-03-18 20:34:17.664050253Z" level=warning msg="Allowed annotations are specified for workload []"
	Mar 18 20:34:17 addons-089833 crio[982]: time="2024-03-18 20:34:17.712845093Z" level=info msg="Created container 3d1694c8214a1840d344c85f34735d75a6884b186b4dd15f8035fb617b7bafee: default/hello-world-app-5d77478584-tnv8c/hello-world-app" id=96217368-bee2-4986-95f2-7d969be2cf54 name=/runtime.v1.RuntimeService/CreateContainer
	Mar 18 20:34:17 addons-089833 crio[982]: time="2024-03-18 20:34:17.713359479Z" level=info msg="Starting container: 3d1694c8214a1840d344c85f34735d75a6884b186b4dd15f8035fb617b7bafee" id=4ad8bd13-c1a7-4272-8841-bdeece90b2ea name=/runtime.v1.RuntimeService/StartContainer
	Mar 18 20:34:17 addons-089833 crio[982]: time="2024-03-18 20:34:17.718951496Z" level=info msg="Started container" PID=10345 containerID=3d1694c8214a1840d344c85f34735d75a6884b186b4dd15f8035fb617b7bafee description=default/hello-world-app-5d77478584-tnv8c/hello-world-app id=4ad8bd13-c1a7-4272-8841-bdeece90b2ea name=/runtime.v1.RuntimeService/StartContainer sandboxID=702fc8e095ddbbd38b7276968d59cd37db0403a5ce3c211419e9683c8fa7ea89
	Mar 18 20:34:18 addons-089833 crio[982]: time="2024-03-18 20:34:18.261930071Z" level=info msg="Removing container: d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28" id=07840947-7764-4b01-9ee9-7e4b1f51b8d9 name=/runtime.v1.RuntimeService/RemoveContainer
	Mar 18 20:34:18 addons-089833 crio[982]: time="2024-03-18 20:34:18.277064138Z" level=info msg="Removed container d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=07840947-7764-4b01-9ee9-7e4b1f51b8d9 name=/runtime.v1.RuntimeService/RemoveContainer
	Mar 18 20:34:19 addons-089833 crio[982]: time="2024-03-18 20:34:19.829194631Z" level=info msg="Stopping container: d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379 (timeout: 2s)" id=950b903b-fe9a-42d6-9115-24cc4624036a name=/runtime.v1.RuntimeService/StopContainer
	Mar 18 20:34:21 addons-089833 crio[982]: time="2024-03-18 20:34:21.835459754Z" level=warning msg="Stopping container d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=950b903b-fe9a-42d6-9115-24cc4624036a name=/runtime.v1.RuntimeService/StopContainer
	Mar 18 20:34:21 addons-089833 conmon[6095]: conmon d48fc25f82c64d86db76 <ninfo>: container 6107 exited with status 137
	Mar 18 20:34:21 addons-089833 crio[982]: time="2024-03-18 20:34:21.957530810Z" level=info msg="Stopped container d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379: ingress-nginx/ingress-nginx-controller-76dc478dd8-c9jh2/controller" id=950b903b-fe9a-42d6-9115-24cc4624036a name=/runtime.v1.RuntimeService/StopContainer
	Mar 18 20:34:21 addons-089833 crio[982]: time="2024-03-18 20:34:21.958084476Z" level=info msg="Stopping pod sandbox: 61d1a4f053939f3d9a050973a28d8149c1eaad9e59f580faaa0c6d7a507bec9c" id=3a358f3e-aaa5-4c42-a589-1c6da9974b0b name=/runtime.v1.RuntimeService/StopPodSandbox
	Mar 18 20:34:21 addons-089833 crio[982]: time="2024-03-18 20:34:21.961090684Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-67Z25ELV7YW7OSZ7 - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n:KUBE-HP-JRZXHFFMLGKIUGDV - [0:0]\n-X KUBE-HP-67Z25ELV7YW7OSZ7\n-X KUBE-HP-JRZXHFFMLGKIUGDV\nCOMMIT\n"
	Mar 18 20:34:21 addons-089833 crio[982]: time="2024-03-18 20:34:21.962527443Z" level=info msg="Closing host port tcp:80"
	Mar 18 20:34:21 addons-089833 crio[982]: time="2024-03-18 20:34:21.962567255Z" level=info msg="Closing host port tcp:443"
	Mar 18 20:34:21 addons-089833 crio[982]: time="2024-03-18 20:34:21.963876110Z" level=info msg="Host port tcp:80 does not have an open socket"
	Mar 18 20:34:21 addons-089833 crio[982]: time="2024-03-18 20:34:21.963897829Z" level=info msg="Host port tcp:443 does not have an open socket"
	Mar 18 20:34:21 addons-089833 crio[982]: time="2024-03-18 20:34:21.964033672Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-76dc478dd8-c9jh2 Namespace:ingress-nginx ID:61d1a4f053939f3d9a050973a28d8149c1eaad9e59f580faaa0c6d7a507bec9c UID:87f89e96-e8d5-44b1-9c75-d50ffd50adcd NetNS:/var/run/netns/4e0f0bdb-5e1c-4730-bf28-33d0abf2c08a Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Mar 18 20:34:21 addons-089833 crio[982]: time="2024-03-18 20:34:21.964155970Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-76dc478dd8-c9jh2 from CNI network \"kindnet\" (type=ptp)"
	Mar 18 20:34:22 addons-089833 crio[982]: time="2024-03-18 20:34:22.002983594Z" level=info msg="Stopped pod sandbox: 61d1a4f053939f3d9a050973a28d8149c1eaad9e59f580faaa0c6d7a507bec9c" id=3a358f3e-aaa5-4c42-a589-1c6da9974b0b name=/runtime.v1.RuntimeService/StopPodSandbox
	Mar 18 20:34:22 addons-089833 crio[982]: time="2024-03-18 20:34:22.272470860Z" level=info msg="Removing container: d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379" id=7992886e-40c4-4ed4-bdbd-e4b5da498ec0 name=/runtime.v1.RuntimeService/RemoveContainer
	Mar 18 20:34:22 addons-089833 crio[982]: time="2024-03-18 20:34:22.286116228Z" level=info msg="Removed container d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379: ingress-nginx/ingress-nginx-controller-76dc478dd8-c9jh2/controller" id=7992886e-40c4-4ed4-bdbd-e4b5da498ec0 name=/runtime.v1.RuntimeService/RemoveContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	3d1694c8214a1       gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7                      9 seconds ago       Running             hello-world-app           0                   702fc8e095ddb       hello-world-app-5d77478584-tnv8c
	bc3a6b37b7675       ghcr.io/headlamp-k8s/headlamp@sha256:19628eec9aaecf7944a049b6ab67f45e818365b9ec68cb7808ce1f6feb52d750                        2 minutes ago       Running             headlamp                  0                   751d73b81c7c4       headlamp-5485c556b-66qjr
	e657799088be4       docker.io/library/nginx@sha256:02d8d94023878cedf3e3acc55372932a9ba1478b6e2f3357786d916c2af743ba                              2 minutes ago       Running             nginx                     0                   104eb9ed86bdb       nginx
	b30e75e786e78       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:507b9d2f77a65700ff2462a02aa2c83780ff74ecb06c9275c5b5b9b1fa44269b                 2 minutes ago       Running             gcp-auth                  0                   aac28b1cb8ece       gcp-auth-7d69788767-qshfm
	0eadd73b6dc0b       b29d748098e32a42a2ac743679dd53501184ba9c4a1009248b6f60a370895135                                                             3 minutes ago       Exited              patch                     2                   5ddd94807fa35       ingress-nginx-admission-patch-h2wmf
	d956ca785bd08       docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310                              3 minutes ago       Running             yakd                      0                   f7b5337e3231e       yakd-dashboard-9947fc6bf-5gv6c
	8640a98f7fafa       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:261843b59d96d7e8a91e89545c7f27a066b1ab5cddbea8236cf1695c31889023   3 minutes ago       Exited              create                    0                   8ab3c8ac267e0       ingress-nginx-admission-create-7rmfn
	b9c4d18400876       ead0a4a53df89fd173874b46093b6e62d8c72967bbf606d672c9e8c9b601a4fc                                                             3 minutes ago       Running             coredns                   0                   1a33f6ff4a2f9       coredns-5dd5756b68-84gqm
	c174791a08421       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                             3 minutes ago       Running             storage-provisioner       0                   faeaf2d32e4e1       storage-provisioner
	8b9f1ce231cfe       docker.io/kindest/kindnetd@sha256:61f9956af8019caf6dcc4d39b31857b868aaab80521432ddcc216b805c4f7988                           3 minutes ago       Running             kindnet-cni               0                   7c9982a1ad060       kindnet-s659b
	61831e2a1fcf6       83f6cc407eed88d214aad97f3539bde5c8e485ff14424cd021a3a2899304398e                                                             3 minutes ago       Running             kube-proxy                0                   d6cf1c75f2311       kube-proxy-k9nn7
	930e27090825d       73deb9a3f702532592a4167455f8bf2e5f5d900bcc959ba2fd2d35c321de1af9                                                             4 minutes ago       Running             etcd                      0                   0b20d0760ad39       etcd-addons-089833
	3d4d47429682c       d058aa5ab969ce7b84d25e7188be1f80633b18db8ea7d02d9d0a78e676236591                                                             4 minutes ago       Running             kube-controller-manager   0                   51862c637ce5b       kube-controller-manager-addons-089833
	9a063b5191e6d       e3db313c6dbc065d4ac3b32c7a6f2a878949031b881d217b63881a109c5cfba1                                                             4 minutes ago       Running             kube-scheduler            0                   476c9adffb031       kube-scheduler-addons-089833
	9c8b6d22c40c1       7fe0e6f37db33464725e616a12ccc4e36970370005a2b09683a974db6350c257                                                             4 minutes ago       Running             kube-apiserver            0                   bd470c0132268       kube-apiserver-addons-089833
	
	
	==> coredns [b9c4d18400876d70591873da71263058e76f9b173554005fa73366ffa11d9209] <==
	[INFO] 10.244.0.7:45551 - 12949 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000079386s
	[INFO] 10.244.0.7:48048 - 58364 "AAAA IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.005020204s
	[INFO] 10.244.0.7:48048 - 8699 "A IN registry.kube-system.svc.cluster.local.us-central1-a.c.k8s-minikube.internal. udp 94 false 512" NXDOMAIN qr,rd,ra 94 0.005053378s
	[INFO] 10.244.0.7:53178 - 65001 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.005153885s
	[INFO] 10.244.0.7:53178 - 51941 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.00679847s
	[INFO] 10.244.0.7:42786 - 5093 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.005555115s
	[INFO] 10.244.0.7:42786 - 44519 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.006977145s
	[INFO] 10.244.0.7:45863 - 5883 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000066143s
	[INFO] 10.244.0.7:45863 - 47103 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000083439s
	[INFO] 10.244.0.21:59561 - 21426 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000250855s
	[INFO] 10.244.0.21:48274 - 63983 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000331329s
	[INFO] 10.244.0.21:51290 - 33688 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000099579s
	[INFO] 10.244.0.21:46316 - 12381 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000160513s
	[INFO] 10.244.0.21:44578 - 31699 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000105688s
	[INFO] 10.244.0.21:58676 - 3332 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000149147s
	[INFO] 10.244.0.21:34431 - 48537 "AAAA IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.007226182s
	[INFO] 10.244.0.21:51687 - 38659 "A IN storage.googleapis.com.us-central1-a.c.k8s-minikube.internal. udp 89 false 1232" NXDOMAIN qr,rd,ra 78 0.007274183s
	[INFO] 10.244.0.21:38721 - 58383 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.006430368s
	[INFO] 10.244.0.21:58749 - 22957 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.00656056s
	[INFO] 10.244.0.21:54221 - 12436 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.006537044s
	[INFO] 10.244.0.21:45452 - 21468 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.007611134s
	[INFO] 10.244.0.21:51797 - 35213 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.00072436s
	[INFO] 10.244.0.21:36260 - 40697 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 648 0.000785s
	[INFO] 10.244.0.23:47609 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000220789s
	[INFO] 10.244.0.23:36381 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.00011475s
	
	
	==> describe nodes <==
	Name:               addons-089833
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-089833
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=7632ee0069e86f793b1d91a60b11097c4ea27a76
	                    minikube.k8s.io/name=addons-089833
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_03_18T20_30_14_0700
	                    minikube.k8s.io/version=v1.32.0
	                    node-role.kubernetes.io/control-plane=
	                    node.kubernetes.io/exclude-from-external-load-balancers=
	                    topology.hostpath.csi/node=addons-089833
	Annotations:        kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/crio/crio.sock
	                    node.alpha.kubernetes.io/ttl: 0
	                    volumes.kubernetes.io/controller-managed-attach-detach: true
	CreationTimestamp:  Mon, 18 Mar 2024 20:30:10 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-089833
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 18 Mar 2024 20:34:18 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 18 Mar 2024 20:32:47 +0000   Mon, 18 Mar 2024 20:30:09 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 18 Mar 2024 20:32:47 +0000   Mon, 18 Mar 2024 20:30:09 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 18 Mar 2024 20:32:47 +0000   Mon, 18 Mar 2024 20:30:09 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 18 Mar 2024 20:32:47 +0000   Mon, 18 Mar 2024 20:30:35 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-089833
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859360Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859360Ki
	  pods:               110
	System Info:
	  Machine ID:                 81a6dfd42cac437db066ee6f89411763
	  System UUID:                5f6e5f12-d97c-4e7a-8057-8c96cad36e7c
	  Boot ID:                    f2a75777-ce4c-44e5-b019-9ea0134ced89
	  Kernel Version:             5.15.0-1054-gcp
	  OS Image:                   Ubuntu 22.04.4 LTS
	  Operating System:           linux
	  Architecture:               amd64
	  Container Runtime Version:  cri-o://1.24.6
	  Kubelet Version:            v1.28.4
	  Kube-Proxy Version:         v1.28.4
	PodCIDR:                      10.244.0.0/24
	PodCIDRs:                     10.244.0.0/24
	Non-terminated Pods:          (13 in total)
	  Namespace                   Name                                     CPU Requests  CPU Limits  Memory Requests  Memory Limits  Age
	  ---------                   ----                                     ------------  ----------  ---------------  -------------  ---
	  default                     hello-world-app-5d77478584-tnv8c         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         11s
	  default                     nginx                                    0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m32s
	  gcp-auth                    gcp-auth-7d69788767-qshfm                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         3m51s
	  headlamp                    headlamp-5485c556b-66qjr                 0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m12s
	  kube-system                 coredns-5dd5756b68-84gqm                 100m (1%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (0%!)(MISSING)     4m1s
	  kube-system                 etcd-addons-089833                       100m (1%!)(MISSING)     0 (0%!)(MISSING)      100Mi (0%!)(MISSING)       0 (0%!)(MISSING)         4m13s
	  kube-system                 kindnet-s659b                            100m (1%!)(MISSING)     100m (1%!)(MISSING)   50Mi (0%!)(MISSING)        50Mi (0%!)(MISSING)      4m1s
	  kube-system                 kube-apiserver-addons-089833             250m (3%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m14s
	  kube-system                 kube-controller-manager-addons-089833    200m (2%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m13s
	  kube-system                 kube-proxy-k9nn7                         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m1s
	  kube-system                 kube-scheduler-addons-089833             100m (1%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m13s
	  kube-system                 storage-provisioner                      0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         3m56s
	  yakd-dashboard              yakd-dashboard-9947fc6bf-5gv6c           0 (0%!)(MISSING)        0 (0%!)(MISSING)      128Mi (0%!)(MISSING)       256Mi (0%!)(MISSING)     3m55s
	Allocated resources:
	  (Total limits may be over 100 percent, i.e., overcommitted.)
	  Resource           Requests    Limits
	  --------           --------    ------
	  cpu                850m (10%!)(MISSING)  100m (1%!)(MISSING)
	  memory             348Mi (1%!)(MISSING)  476Mi (1%!)(MISSING)
	  ephemeral-storage  0 (0%!)(MISSING)      0 (0%!)(MISSING)
	  hugepages-1Gi      0 (0%!)(MISSING)      0 (0%!)(MISSING)
	  hugepages-2Mi      0 (0%!)(MISSING)      0 (0%!)(MISSING)
	Events:
	  Type    Reason                   Age    From             Message
	  ----    ------                   ----   ----             -------
	  Normal  Starting                 3m56s  kube-proxy       
	  Normal  Starting                 4m14s  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  4m13s  kubelet          Node addons-089833 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    4m13s  kubelet          Node addons-089833 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     4m13s  kubelet          Node addons-089833 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           4m2s   node-controller  Node addons-089833 event: Registered Node addons-089833 in Controller
	  Normal  NodeReady                3m52s  kubelet          Node addons-089833 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000855] platform eisa.0: Cannot allocate resource for EISA slot 4
	[  +0.000938] platform eisa.0: Cannot allocate resource for EISA slot 5
	[  +0.000948] platform eisa.0: Cannot allocate resource for EISA slot 6
	[  +0.001080] platform eisa.0: Cannot allocate resource for EISA slot 7
	[  +0.005633] platform eisa.0: Cannot allocate resource for EISA slot 8
	[  +0.705652] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.008089] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.016568] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.003034] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.015269] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +8.727738] kauditd_printk_skb: 37 callbacks suppressed
	[Mar18 20:32] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: b2 a8 b8 b1 f3 e5 42 02 72 0c 6f 9f 08 00
	[  +1.027074] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: b2 a8 b8 b1 f3 e5 42 02 72 0c 6f 9f 08 00
	[  +2.015766] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: b2 a8 b8 b1 f3 e5 42 02 72 0c 6f 9f 08 00
	[  +4.191601] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: b2 a8 b8 b1 f3 e5 42 02 72 0c 6f 9f 08 00
	[  +8.191152] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: b2 a8 b8 b1 f3 e5 42 02 72 0c 6f 9f 08 00
	[ +16.126367] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: b2 a8 b8 b1 f3 e5 42 02 72 0c 6f 9f 08 00
	[Mar18 20:33] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000023] ll header: 00000000: b2 a8 b8 b1 f3 e5 42 02 72 0c 6f 9f 08 00
	
	
	==> etcd [930e27090825d85ea8ca6cfd5eae8504a8e42aa082fc63d78f8c68cbae2dfcd4] <==
	{"level":"info","ts":"2024-03-18T20:30:32.320278Z","caller":"traceutil/trace.go:171","msg":"trace[1155527376] transaction","detail":"{read_only:false; response_revision:499; number_of_response:1; }","duration":"183.267252ms","start":"2024-03-18T20:30:32.137003Z","end":"2024-03-18T20:30:32.32027Z","steps":["trace[1155527376] 'process raft request'  (duration: 182.77608ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-18T20:30:32.320504Z","caller":"traceutil/trace.go:171","msg":"trace[955713264] transaction","detail":"{read_only:false; response_revision:500; number_of_response:1; }","duration":"102.011528ms","start":"2024-03-18T20:30:32.218482Z","end":"2024-03-18T20:30:32.320493Z","steps":["trace[955713264] 'process raft request'  (duration: 101.343197ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-18T20:30:32.320653Z","caller":"traceutil/trace.go:171","msg":"trace[2039717037] transaction","detail":"{read_only:false; response_revision:501; number_of_response:1; }","duration":"102.247754ms","start":"2024-03-18T20:30:32.218398Z","end":"2024-03-18T20:30:32.320646Z","steps":["trace[2039717037] 'process raft request'  (duration: 101.456385ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-18T20:30:32.320884Z","caller":"traceutil/trace.go:171","msg":"trace[879376272] transaction","detail":"{read_only:false; response_revision:502; number_of_response:1; }","duration":"102.331636ms","start":"2024-03-18T20:30:32.218543Z","end":"2024-03-18T20:30:32.320874Z","steps":["trace[879376272] 'process raft request'  (duration: 101.332874ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-18T20:30:32.321091Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"184.42853ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-089833\" ","response":"range_response_count:1 size:5654"}
	{"level":"warn","ts":"2024-03-18T20:30:32.321133Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.154295ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/replicasets/kube-system/tiller-deploy-7b677967b9\" ","response":"range_response_count:1 size:2960"}
	{"level":"info","ts":"2024-03-18T20:30:32.321175Z","caller":"traceutil/trace.go:171","msg":"trace[875449660] range","detail":"{range_begin:/registry/replicasets/kube-system/tiller-deploy-7b677967b9; range_end:; response_count:1; response_revision:505; }","duration":"103.198924ms","start":"2024-03-18T20:30:32.217969Z","end":"2024-03-18T20:30:32.321168Z","steps":["trace[875449660] 'agreement among raft nodes before linearized reading'  (duration: 103.115649ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-18T20:30:32.32116Z","caller":"traceutil/trace.go:171","msg":"trace[1943637485] range","detail":"{range_begin:/registry/minions/addons-089833; range_end:; response_count:1; response_revision:505; }","duration":"184.509461ms","start":"2024-03-18T20:30:32.136642Z","end":"2024-03-18T20:30:32.321151Z","steps":["trace[1943637485] 'agreement among raft nodes before linearized reading'  (duration: 184.375634ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-18T20:30:32.321364Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"184.782322ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/apiextensions.k8s.io/customresourcedefinitions/volumesnapshotcontents.snapshot.storage.k8s.io\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-03-18T20:30:32.321437Z","caller":"traceutil/trace.go:171","msg":"trace[505205976] range","detail":"{range_begin:/registry/apiextensions.k8s.io/customresourcedefinitions/volumesnapshotcontents.snapshot.storage.k8s.io; range_end:; response_count:0; response_revision:505; }","duration":"184.857775ms","start":"2024-03-18T20:30:32.13657Z","end":"2024-03-18T20:30:32.321427Z","steps":["trace[505205976] 'agreement among raft nodes before linearized reading'  (duration: 184.767284ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-18T20:30:32.321635Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"185.521156ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/local-path-storage/local-path-provisioner\" ","response":"range_response_count:1 size:3551"}
	{"level":"info","ts":"2024-03-18T20:30:32.321698Z","caller":"traceutil/trace.go:171","msg":"trace[1747257911] range","detail":"{range_begin:/registry/deployments/local-path-storage/local-path-provisioner; range_end:; response_count:1; response_revision:505; }","duration":"185.587843ms","start":"2024-03-18T20:30:32.136102Z","end":"2024-03-18T20:30:32.32169Z","steps":["trace[1747257911] 'agreement among raft nodes before linearized reading'  (duration: 185.476044ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-18T20:31:20.282767Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"147.161884ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/minions/addons-089833\" ","response":"range_response_count:1 size:8353"}
	{"level":"info","ts":"2024-03-18T20:31:20.282895Z","caller":"traceutil/trace.go:171","msg":"trace[629164686] range","detail":"{range_begin:/registry/minions/addons-089833; range_end:; response_count:1; response_revision:1099; }","duration":"147.301835ms","start":"2024-03-18T20:31:20.135576Z","end":"2024-03-18T20:31:20.282878Z","steps":["trace[629164686] 'range keys from in-memory index tree'  (duration: 147.068432ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-18T20:31:20.282782Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"153.513104ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/\" range_end:\"/registry/pods/kube-system0\" ","response":"range_response_count:19 size:90756"}
	{"level":"info","ts":"2024-03-18T20:31:20.283032Z","caller":"traceutil/trace.go:171","msg":"trace[281925663] range","detail":"{range_begin:/registry/pods/kube-system/; range_end:/registry/pods/kube-system0; response_count:19; response_revision:1099; }","duration":"153.770934ms","start":"2024-03-18T20:31:20.129248Z","end":"2024-03-18T20:31:20.283019Z","steps":["trace[281925663] 'range keys from in-memory index tree'  (duration: 153.321133ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-18T20:31:42.759469Z","caller":"traceutil/trace.go:171","msg":"trace[1645310223] transaction","detail":"{read_only:false; response_revision:1205; number_of_response:1; }","duration":"132.720635ms","start":"2024-03-18T20:31:42.626726Z","end":"2024-03-18T20:31:42.759447Z","steps":["trace[1645310223] 'process raft request'  (duration: 73.822003ms)","trace[1645310223] 'compare'  (duration: 58.704629ms)"],"step_count":2}
	{"level":"info","ts":"2024-03-18T20:31:48.145825Z","caller":"traceutil/trace.go:171","msg":"trace[1937150116] linearizableReadLoop","detail":"{readStateIndex:1265; appliedIndex:1264; }","duration":"102.970887ms","start":"2024-03-18T20:31:48.04284Z","end":"2024-03-18T20:31:48.145811Z","steps":["trace[1937150116] 'read index received'  (duration: 47.834361ms)","trace[1937150116] 'applied index is now lower than readState.Index'  (duration: 55.136055ms)"],"step_count":2}
	{"level":"info","ts":"2024-03-18T20:31:48.145856Z","caller":"traceutil/trace.go:171","msg":"trace[1446579391] transaction","detail":"{read_only:false; response_revision:1230; number_of_response:1; }","duration":"112.715834ms","start":"2024-03-18T20:31:48.033117Z","end":"2024-03-18T20:31:48.145833Z","steps":["trace[1446579391] 'process raft request'  (duration: 57.518281ms)","trace[1446579391] 'compare'  (duration: 55.102773ms)"],"step_count":2}
	{"level":"warn","ts":"2024-03-18T20:31:48.146083Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.247644ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/\" range_end:\"/registry/pods/kube-system0\" ","response":"range_response_count:19 size:91520"}
	{"level":"warn","ts":"2024-03-18T20:31:48.146128Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"103.302414ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/\" range_end:\"/registry/pods/kube-system0\" ","response":"range_response_count:19 size:91520"}
	{"level":"info","ts":"2024-03-18T20:31:48.146145Z","caller":"traceutil/trace.go:171","msg":"trace[401598896] range","detail":"{range_begin:/registry/pods/kube-system/; range_end:/registry/pods/kube-system0; response_count:19; response_revision:1230; }","duration":"103.323897ms","start":"2024-03-18T20:31:48.042811Z","end":"2024-03-18T20:31:48.146134Z","steps":["trace[401598896] 'agreement among raft nodes before linearized reading'  (duration: 103.065948ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-18T20:31:48.146172Z","caller":"traceutil/trace.go:171","msg":"trace[2089543900] range","detail":"{range_begin:/registry/pods/kube-system/; range_end:/registry/pods/kube-system0; response_count:19; response_revision:1230; }","duration":"103.35441ms","start":"2024-03-18T20:31:48.042809Z","end":"2024-03-18T20:31:48.146164Z","steps":["trace[2089543900] 'agreement among raft nodes before linearized reading'  (duration: 103.101311ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-18T20:31:59.166301Z","caller":"traceutil/trace.go:171","msg":"trace[549016732] transaction","detail":"{read_only:false; response_revision:1383; number_of_response:1; }","duration":"120.649683ms","start":"2024-03-18T20:31:59.045633Z","end":"2024-03-18T20:31:59.166283Z","steps":["trace[549016732] 'process raft request'  (duration: 60.970692ms)","trace[549016732] 'compare'  (duration: 59.584618ms)"],"step_count":2}
	{"level":"info","ts":"2024-03-18T20:31:59.374197Z","caller":"traceutil/trace.go:171","msg":"trace[1208434196] transaction","detail":"{read_only:false; number_of_response:1; response_revision:1385; }","duration":"120.369824ms","start":"2024-03-18T20:31:59.25381Z","end":"2024-03-18T20:31:59.37418Z","steps":["trace[1208434196] 'process raft request'  (duration: 60.714984ms)","trace[1208434196] 'compare'  (duration: 59.602705ms)"],"step_count":2}
	
	
	==> gcp-auth [b30e75e786e78327a9a5cbb13ee5d1f830af20a14a357bb380db816d13964fe1] <==
	2024/03/18 20:31:42 GCP Auth Webhook started!
	2024/03/18 20:31:48 Ready to marshal response ...
	2024/03/18 20:31:48 Ready to write response ...
	2024/03/18 20:31:54 Ready to marshal response ...
	2024/03/18 20:31:54 Ready to write response ...
	2024/03/18 20:31:55 Ready to marshal response ...
	2024/03/18 20:31:55 Ready to write response ...
	2024/03/18 20:31:58 Ready to marshal response ...
	2024/03/18 20:31:58 Ready to write response ...
	2024/03/18 20:31:58 Ready to marshal response ...
	2024/03/18 20:31:58 Ready to write response ...
	2024/03/18 20:32:07 Ready to marshal response ...
	2024/03/18 20:32:07 Ready to write response ...
	2024/03/18 20:32:09 Ready to marshal response ...
	2024/03/18 20:32:09 Ready to write response ...
	2024/03/18 20:32:15 Ready to marshal response ...
	2024/03/18 20:32:15 Ready to write response ...
	2024/03/18 20:32:15 Ready to marshal response ...
	2024/03/18 20:32:15 Ready to write response ...
	2024/03/18 20:32:15 Ready to marshal response ...
	2024/03/18 20:32:15 Ready to write response ...
	2024/03/18 20:32:25 Ready to marshal response ...
	2024/03/18 20:32:25 Ready to write response ...
	2024/03/18 20:34:16 Ready to marshal response ...
	2024/03/18 20:34:16 Ready to write response ...
	
	
	==> kernel <==
	 20:34:27 up 16 min,  0 users,  load average: 0.52, 1.08, 0.58
	Linux addons-089833 5.15.0-1054-gcp #62~20.04.1-Ubuntu SMP Wed Mar 13 20:29:29 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
	PRETTY_NAME="Ubuntu 22.04.4 LTS"
	
	
	==> kindnet [8b9f1ce231cfef684f1a96e4ff80382f505f30bd76d33a380abd9018ea603835] <==
	I0318 20:32:25.238988       1 main.go:227] handling current node
	I0318 20:32:35.244478       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:32:35.244501       1 main.go:227] handling current node
	I0318 20:32:45.257856       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:32:45.257893       1 main.go:227] handling current node
	I0318 20:32:55.269610       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:32:55.269634       1 main.go:227] handling current node
	I0318 20:33:05.273628       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:33:05.273652       1 main.go:227] handling current node
	I0318 20:33:15.286060       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:33:15.286089       1 main.go:227] handling current node
	I0318 20:33:25.289744       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:33:25.289767       1 main.go:227] handling current node
	I0318 20:33:35.300654       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:33:35.300680       1 main.go:227] handling current node
	I0318 20:33:45.304790       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:33:45.304817       1 main.go:227] handling current node
	I0318 20:33:55.313642       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:33:55.313667       1 main.go:227] handling current node
	I0318 20:34:05.317464       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:34:05.317489       1 main.go:227] handling current node
	I0318 20:34:15.329748       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:34:15.329773       1 main.go:227] handling current node
	I0318 20:34:25.333166       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0318 20:34:25.333190       1 main.go:227] handling current node
	
	
	==> kube-apiserver [9c8b6d22c40c121cbf4ab5a6ffbf6f24491875e2d8848bed057203a0c9e75a20] <==
	E0318 20:32:08.977042       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0318 20:32:15.892316       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.97.11.63"}
	I0318 20:32:20.418414       1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	E0318 20:32:23.976775       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0318 20:32:40.365775       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0318 20:32:40.365840       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0318 20:32:40.372439       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0318 20:32:40.372500       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0318 20:32:40.380304       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0318 20:32:40.380356       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0318 20:32:40.381383       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0318 20:32:40.381424       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0318 20:32:40.391037       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0318 20:32:40.391103       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0318 20:32:40.397286       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0318 20:32:40.397363       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0318 20:32:40.441579       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0318 20:32:40.441715       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0318 20:32:40.441776       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0318 20:32:40.441820       1 handler.go:232] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0318 20:32:41.382363       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0318 20:32:41.442056       1 cacher.go:171] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0318 20:32:41.526100       1 cacher.go:171] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0318 20:32:45.486856       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0318 20:34:16.359611       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.106.192.161"}
	
	
	==> kube-controller-manager [3d4d47429682c4883a88d6ce3795a7380f189f266c857dec94ab9d57871fc38c] <==
	W0318 20:33:17.365982       1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0318 20:33:17.366010       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0318 20:33:21.739485       1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0318 20:33:21.739514       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0318 20:33:42.108374       1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0318 20:33:42.108404       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0318 20:33:49.006866       1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0318 20:33:49.006893       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0318 20:33:55.459432       1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0318 20:33:55.459458       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0318 20:34:10.828509       1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0318 20:34:10.828536       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	I0318 20:34:16.205908       1 event.go:307] "Event occurred" object="default/hello-world-app" fieldPath="" kind="Deployment" apiVersion="apps/v1" type="Normal" reason="ScalingReplicaSet" message="Scaled up replica set hello-world-app-5d77478584 to 1"
	I0318 20:34:16.216565       1 event.go:307] "Event occurred" object="default/hello-world-app-5d77478584" fieldPath="" kind="ReplicaSet" apiVersion="apps/v1" type="Normal" reason="SuccessfulCreate" message="Created pod: hello-world-app-5d77478584-tnv8c"
	I0318 20:34:16.221665       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="15.962846ms"
	I0318 20:34:16.227176       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="5.460052ms"
	I0318 20:34:16.227288       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="66.1µs"
	I0318 20:34:16.229070       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="121.373µs"
	I0318 20:34:18.290077       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="5.945044ms"
	I0318 20:34:18.290180       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="46.303µs"
	I0318 20:34:18.819495       1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
	I0318 20:34:18.820064       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-76dc478dd8" duration="8.029µs"
	I0318 20:34:18.823787       1 job_controller.go:562] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
	W0318 20:34:20.757918       1 reflector.go:535] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0318 20:34:20.757948       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:106: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	
	
	==> kube-proxy [61831e2a1fcf63ea61c5023d6621d11ffd96da18589ec527ec18d917ef21925e] <==
	I0318 20:30:28.936263       1 server_others.go:69] "Using iptables proxy"
	I0318 20:30:29.236123       1 node.go:141] Successfully retrieved node IP: 192.168.49.2
	I0318 20:30:31.028270       1 server.go:632] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0318 20:30:31.040278       1 server_others.go:152] "Using iptables Proxier"
	I0318 20:30:31.040384       1 server_others.go:421] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
	I0318 20:30:31.040415       1 server_others.go:438] "Defaulting to no-op detect-local"
	I0318 20:30:31.040488       1 proxier.go:251] "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"
	I0318 20:30:31.040751       1 server.go:846] "Version info" version="v1.28.4"
	I0318 20:30:31.041112       1 server.go:848] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0318 20:30:31.041863       1 config.go:188] "Starting service config controller"
	I0318 20:30:31.041926       1 shared_informer.go:311] Waiting for caches to sync for service config
	I0318 20:30:31.041973       1 config.go:315] "Starting node config controller"
	I0318 20:30:31.041997       1 shared_informer.go:311] Waiting for caches to sync for node config
	I0318 20:30:31.042618       1 config.go:97] "Starting endpoint slice config controller"
	I0318 20:30:31.042662       1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
	I0318 20:30:31.142327       1 shared_informer.go:318] Caches are synced for node config
	I0318 20:30:31.142355       1 shared_informer.go:318] Caches are synced for service config
	I0318 20:30:31.220040       1 shared_informer.go:318] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [9a063b5191e6d50417e3e74b471e7c84111eeff997ac163d90367036432e6caf] <==
	W0318 20:30:10.823772       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0318 20:30:10.823791       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.Service: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	W0318 20:30:11.652690       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
	E0318 20:30:11.652719       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
	W0318 20:30:11.668022       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Node: nodes is forbidden: User "system:kube-scheduler" cannot list resource "nodes" in API group "" at the cluster scope
	E0318 20:30:11.668051       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
	W0318 20:30:11.673374       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
	E0318 20:30:11.673406       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
	W0318 20:30:11.696806       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	E0318 20:30:11.696862       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PodDisruptionBudget: failed to list *v1.PodDisruptionBudget: poddisruptionbudgets.policy is forbidden: User "system:kube-scheduler" cannot list resource "poddisruptionbudgets" in API group "policy" at the cluster scope
	W0318 20:30:11.749525       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
	E0318 20:30:11.749561       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
	W0318 20:30:11.749696       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0318 20:30:11.749721       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
	W0318 20:30:11.806404       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	E0318 20:30:11.806443       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.PersistentVolume: failed to list *v1.PersistentVolume: persistentvolumes is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumes" in API group "" at the cluster scope
	W0318 20:30:11.833175       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0318 20:30:11.833209       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
	W0318 20:30:11.843451       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	E0318 20:30:11.843479       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: Failed to watch *v1.StorageClass: failed to list *v1.StorageClass: storageclasses.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "storageclasses" in API group "storage.k8s.io" at the cluster scope
	W0318 20:30:11.890018       1 reflector.go:535] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: 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"
	E0318 20:30:11.890047       1 reflector.go:147] pkg/server/dynamiccertificates/configmap_cafile_content.go:206: 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"
	W0318 20:30:11.923664       1 reflector.go:535] vendor/k8s.io/client-go/informers/factory.go:150: 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
	E0318 20:30:11.923700       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:150: 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
	I0318 20:30:14.119980       1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Mar 18 20:34:16 addons-089833 kubelet[1684]: I0318 20:34:16.325209    1684 reconciler_common.go:258] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/1260fa54-e2f2-4af9-83ae-f7032cad1589-gcp-creds\") pod \"hello-world-app-5d77478584-tnv8c\" (UID: \"1260fa54-e2f2-4af9-83ae-f7032cad1589\") " pod="default/hello-world-app-5d77478584-tnv8c"
	Mar 18 20:34:16 addons-089833 kubelet[1684]: I0318 20:34:16.325276    1684 reconciler_common.go:258] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-2wtfb\" (UniqueName: \"kubernetes.io/projected/1260fa54-e2f2-4af9-83ae-f7032cad1589-kube-api-access-2wtfb\") pod \"hello-world-app-5d77478584-tnv8c\" (UID: \"1260fa54-e2f2-4af9-83ae-f7032cad1589\") " pod="default/hello-world-app-5d77478584-tnv8c"
	Mar 18 20:34:16 addons-089833 kubelet[1684]: W0318 20:34:16.557155    1684 manager.go:1159] Failed to process watch event {EventType:0 Name:/docker/bfe3367cbab97dc368838e68984f5c9df03cdd5c0f72279970735b6b975cd41c/crio-702fc8e095ddbbd38b7276968d59cd37db0403a5ce3c211419e9683c8fa7ea89 WatchSource:0}: Error finding container 702fc8e095ddbbd38b7276968d59cd37db0403a5ce3c211419e9683c8fa7ea89: Status 404 returned error can't find the container with id 702fc8e095ddbbd38b7276968d59cd37db0403a5ce3c211419e9683c8fa7ea89
	Mar 18 20:34:17 addons-089833 kubelet[1684]: I0318 20:34:17.633568    1684 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-2djzr\" (UniqueName: \"kubernetes.io/projected/ceb0db70-40c5-4f7a-83bf-0472b6282908-kube-api-access-2djzr\") pod \"ceb0db70-40c5-4f7a-83bf-0472b6282908\" (UID: \"ceb0db70-40c5-4f7a-83bf-0472b6282908\") "
	Mar 18 20:34:17 addons-089833 kubelet[1684]: I0318 20:34:17.635375    1684 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/ceb0db70-40c5-4f7a-83bf-0472b6282908-kube-api-access-2djzr" (OuterVolumeSpecName: "kube-api-access-2djzr") pod "ceb0db70-40c5-4f7a-83bf-0472b6282908" (UID: "ceb0db70-40c5-4f7a-83bf-0472b6282908"). InnerVolumeSpecName "kube-api-access-2djzr". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Mar 18 20:34:17 addons-089833 kubelet[1684]: I0318 20:34:17.734718    1684 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-2djzr\" (UniqueName: \"kubernetes.io/projected/ceb0db70-40c5-4f7a-83bf-0472b6282908-kube-api-access-2djzr\") on node \"addons-089833\" DevicePath \"\""
	Mar 18 20:34:18 addons-089833 kubelet[1684]: I0318 20:34:18.260841    1684 scope.go:117] "RemoveContainer" containerID="d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28"
	Mar 18 20:34:18 addons-089833 kubelet[1684]: I0318 20:34:18.277321    1684 scope.go:117] "RemoveContainer" containerID="d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28"
	Mar 18 20:34:18 addons-089833 kubelet[1684]: E0318 20:34:18.277767    1684 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28\": container with ID starting with d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28 not found: ID does not exist" containerID="d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28"
	Mar 18 20:34:18 addons-089833 kubelet[1684]: I0318 20:34:18.277822    1684 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28"} err="failed to get container status \"d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28\": rpc error: code = NotFound desc = could not find container \"d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28\": container with ID starting with d4a1a4fc0e43e2baa3a4bee2840a474d7ad0cbe3e8270e5ac4ff7cdc37678f28 not found: ID does not exist"
	Mar 18 20:34:18 addons-089833 kubelet[1684]: I0318 20:34:18.284717    1684 pod_startup_latency_tracker.go:102] "Observed pod startup duration" pod="default/hello-world-app-5d77478584-tnv8c" podStartSLOduration=1.184449161 podCreationTimestamp="2024-03-18 20:34:16 +0000 UTC" firstStartedPulling="2024-03-18 20:34:16.560203789 +0000 UTC m=+242.680328144" lastFinishedPulling="2024-03-18 20:34:17.660434744 +0000 UTC m=+243.780559111" observedRunningTime="2024-03-18 20:34:18.284026003 +0000 UTC m=+244.404150377" watchObservedRunningTime="2024-03-18 20:34:18.284680128 +0000 UTC m=+244.404804501"
	Mar 18 20:34:20 addons-089833 kubelet[1684]: I0318 20:34:20.027180    1684 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="43f8e2b3-eb84-4764-8125-a8382988fb54" path="/var/lib/kubelet/pods/43f8e2b3-eb84-4764-8125-a8382988fb54/volumes"
	Mar 18 20:34:20 addons-089833 kubelet[1684]: I0318 20:34:20.027521    1684 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="9f150583-0164-46bb-b441-084c48742698" path="/var/lib/kubelet/pods/9f150583-0164-46bb-b441-084c48742698/volumes"
	Mar 18 20:34:20 addons-089833 kubelet[1684]: I0318 20:34:20.027841    1684 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="ceb0db70-40c5-4f7a-83bf-0472b6282908" path="/var/lib/kubelet/pods/ceb0db70-40c5-4f7a-83bf-0472b6282908/volumes"
	Mar 18 20:34:22 addons-089833 kubelet[1684]: I0318 20:34:22.168496    1684 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/87f89e96-e8d5-44b1-9c75-d50ffd50adcd-webhook-cert\") pod \"87f89e96-e8d5-44b1-9c75-d50ffd50adcd\" (UID: \"87f89e96-e8d5-44b1-9c75-d50ffd50adcd\") "
	Mar 18 20:34:22 addons-089833 kubelet[1684]: I0318 20:34:22.168558    1684 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-4wrkl\" (UniqueName: \"kubernetes.io/projected/87f89e96-e8d5-44b1-9c75-d50ffd50adcd-kube-api-access-4wrkl\") pod \"87f89e96-e8d5-44b1-9c75-d50ffd50adcd\" (UID: \"87f89e96-e8d5-44b1-9c75-d50ffd50adcd\") "
	Mar 18 20:34:22 addons-089833 kubelet[1684]: I0318 20:34:22.170407    1684 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/87f89e96-e8d5-44b1-9c75-d50ffd50adcd-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "87f89e96-e8d5-44b1-9c75-d50ffd50adcd" (UID: "87f89e96-e8d5-44b1-9c75-d50ffd50adcd"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Mar 18 20:34:22 addons-089833 kubelet[1684]: I0318 20:34:22.170602    1684 operation_generator.go:882] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/87f89e96-e8d5-44b1-9c75-d50ffd50adcd-kube-api-access-4wrkl" (OuterVolumeSpecName: "kube-api-access-4wrkl") pod "87f89e96-e8d5-44b1-9c75-d50ffd50adcd" (UID: "87f89e96-e8d5-44b1-9c75-d50ffd50adcd"). InnerVolumeSpecName "kube-api-access-4wrkl". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Mar 18 20:34:22 addons-089833 kubelet[1684]: I0318 20:34:22.268714    1684 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/87f89e96-e8d5-44b1-9c75-d50ffd50adcd-webhook-cert\") on node \"addons-089833\" DevicePath \"\""
	Mar 18 20:34:22 addons-089833 kubelet[1684]: I0318 20:34:22.268749    1684 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-4wrkl\" (UniqueName: \"kubernetes.io/projected/87f89e96-e8d5-44b1-9c75-d50ffd50adcd-kube-api-access-4wrkl\") on node \"addons-089833\" DevicePath \"\""
	Mar 18 20:34:22 addons-089833 kubelet[1684]: I0318 20:34:22.271428    1684 scope.go:117] "RemoveContainer" containerID="d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379"
	Mar 18 20:34:22 addons-089833 kubelet[1684]: I0318 20:34:22.286361    1684 scope.go:117] "RemoveContainer" containerID="d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379"
	Mar 18 20:34:22 addons-089833 kubelet[1684]: E0318 20:34:22.286713    1684 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379\": container with ID starting with d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379 not found: ID does not exist" containerID="d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379"
	Mar 18 20:34:22 addons-089833 kubelet[1684]: I0318 20:34:22.286758    1684 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379"} err="failed to get container status \"d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379\": rpc error: code = NotFound desc = could not find container \"d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379\": container with ID starting with d48fc25f82c64d86db768cb8f793ca23fc3f1b078e0e8dab7382a9df9411f379 not found: ID does not exist"
	Mar 18 20:34:24 addons-089833 kubelet[1684]: I0318 20:34:24.026611    1684 kubelet_volumes.go:161] "Cleaned up orphaned pod volumes dir" podUID="87f89e96-e8d5-44b1-9c75-d50ffd50adcd" path="/var/lib/kubelet/pods/87f89e96-e8d5-44b1-9c75-d50ffd50adcd/volumes"
	
	
	==> storage-provisioner [c174791a08421fb0ceb928fbc79204b0104452657962f1e6b1bf20e2fb243fab] <==
	I0318 20:30:37.535327       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0318 20:30:37.553188       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0318 20:30:37.553247       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0318 20:30:37.627846       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0318 20:30:37.628656       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-089833_228d5ab2-12d9-4f7f-bda3-d4307d524227!
	I0318 20:30:37.628740       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"55c44369-6366-410c-8884-173875419b14", APIVersion:"v1", ResourceVersion:"864", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-089833_228d5ab2-12d9-4f7f-bda3-d4307d524227 became leader
	I0318 20:30:37.728899       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-089833_228d5ab2-12d9-4f7f-bda3-d4307d524227!
	

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

                                                
                                    
x
+
TestMissingContainerUpgrade (1414.17s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.1718069930 start -p missing-upgrade-365693 --memory=2200 --driver=docker  --container-runtime=crio
E0318 21:01:43.027983   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.1718069930 start -p missing-upgrade-365693 --memory=2200 --driver=docker  --container-runtime=crio: (1m6.933144649s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-365693
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-365693: (10.441943401s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-365693
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-amd64 start -p missing-upgrade-365693 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:329: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p missing-upgrade-365693 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: exit status 80 (22m5.4965253s)

                                                
                                                
-- stdout --
	* [missing-upgrade-365693] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=18421
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	* Kubernetes 1.28.4 is now available. If you would like to upgrade, specify: --kubernetes-version=v1.28.4
	* Using the docker driver based on existing profile
	* Starting "missing-upgrade-365693" primary control-plane node in "missing-upgrade-365693" cluster
	* Pulling base image v0.0.42-1710284843-18375 ...
	* docker "missing-upgrade-365693" container is missing, will recreate.
	* Creating docker container (CPUs=2, Memory=2200MB) ...
	* Updating the running docker "missing-upgrade-365693" container ...
	
	

                                                
                                                
-- /stdout --
** stderr ** 
	I0318 21:02:35.210147  201439 out.go:291] Setting OutFile to fd 1 ...
	I0318 21:02:35.210565  201439 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 21:02:35.210582  201439 out.go:304] Setting ErrFile to fd 2...
	I0318 21:02:35.210589  201439 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 21:02:35.214067  201439 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 21:02:35.214858  201439 out.go:298] Setting JSON to false
	I0318 21:02:35.216310  201439 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2694,"bootTime":1710793061,"procs":296,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1054-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0318 21:02:35.216403  201439 start.go:139] virtualization: kvm guest
	I0318 21:02:35.219132  201439 out.go:177] * [missing-upgrade-365693] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0318 21:02:35.220737  201439 out.go:177]   - MINIKUBE_LOCATION=18421
	I0318 21:02:35.220705  201439 notify.go:220] Checking for updates...
	I0318 21:02:35.222288  201439 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0318 21:02:35.223936  201439 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	I0318 21:02:35.225329  201439 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube
	I0318 21:02:35.227569  201439 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0318 21:02:35.235301  201439 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0318 21:02:35.237780  201439 config.go:182] Loaded profile config "missing-upgrade-365693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.24.1
	I0318 21:02:35.239718  201439 out.go:177] * Kubernetes 1.28.4 is now available. If you would like to upgrade, specify: --kubernetes-version=v1.28.4
	I0318 21:02:35.241120  201439 driver.go:392] Setting default libvirt URI to qemu:///system
	I0318 21:02:35.268880  201439 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
	I0318 21:02:35.269049  201439 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 21:02:35.318829  201439 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:true BridgeNfIP6Tables:true Debug:false NFd:54 OomKillDisable:true NGoroutines:77 SystemTime:2024-03-18 21:02:35.310204114 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 21:02:35.318941  201439 docker.go:295] overlay module found
	I0318 21:02:35.320920  201439 out.go:177] * Using the docker driver based on existing profile
	I0318 21:02:35.322267  201439 start.go:297] selected driver: docker
	I0318 21:02:35.322287  201439 start.go:901] validating driver "docker" against &{Name:missing-upgrade-365693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95 Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 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.24.1 ClusterName:missing-upgrade-365693 Namespace:default APIServerHAVIP: APIServerName:minikubeCA API
ServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.94.2 Port:8443 KubernetesVersion:v1.24.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketV
MnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:0s}
	I0318 21:02:35.322397  201439 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0318 21:02:35.323194  201439 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 21:02:35.379107  201439 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:true BridgeNfIP6Tables:true Debug:false NFd:54 OomKillDisable:true NGoroutines:77 SystemTime:2024-03-18 21:02:35.368572982 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 21:02:35.379452  201439 cni.go:84] Creating CNI manager for ""
	I0318 21:02:35.379476  201439 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0318 21:02:35.379535  201439 start.go:340] cluster config:
	{Name:missing-upgrade-365693 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95 Memory:2200 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:0 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.24.1 ClusterName:missing-upgrade-365693 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRI
Socket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.94.2 Port:8443 KubernetesVersion:v1.24.1 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: Auto
PauseInterval:0s}
	I0318 21:02:35.382270  201439 out.go:177] * Starting "missing-upgrade-365693" primary control-plane node in "missing-upgrade-365693" cluster
	I0318 21:02:35.384000  201439 cache.go:121] Beginning downloading kic base image for docker with crio
	I0318 21:02:35.385347  201439 out.go:177] * Pulling base image v0.0.42-1710284843-18375 ...
	I0318 21:02:35.386522  201439 preload.go:132] Checking if preload exists for k8s version v1.24.1 and runtime crio
	I0318 21:02:35.386564  201439 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.24.1-cri-o-overlay-amd64.tar.lz4
	I0318 21:02:35.386584  201439 cache.go:56] Caching tarball of preloaded images
	I0318 21:02:35.386637  201439 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95 in local docker daemon
	I0318 21:02:35.386674  201439 preload.go:173] Found /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.24.1-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0318 21:02:35.386685  201439 cache.go:59] Finished verifying existence of preloaded tar for v1.24.1 on crio
	I0318 21:02:35.386808  201439 profile.go:142] Saving config to /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/missing-upgrade-365693/config.json ...
	I0318 21:02:35.404965  201439 image.go:83] Found gcr.io/k8s-minikube/kicbase:v0.0.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95 in local docker daemon, skipping pull
	I0318 21:02:35.404991  201439 cache.go:144] gcr.io/k8s-minikube/kicbase:v0.0.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95 exists in daemon, skipping load
	I0318 21:02:35.405025  201439 cache.go:194] Successfully downloaded all kic artifacts
	I0318 21:02:35.405084  201439 start.go:360] acquireMachinesLock for missing-upgrade-365693: {Name:mkdfa1612793f916bea6e3cab7167b31f55fafa1 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0318 21:02:35.405153  201439 start.go:364] duration metric: took 47.401µs to acquireMachinesLock for "missing-upgrade-365693"
	I0318 21:02:35.405176  201439 start.go:96] Skipping create...Using existing machine configuration
	I0318 21:02:35.405196  201439 fix.go:54] fixHost starting: 
	I0318 21:02:35.405473  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:35.423539  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	I0318 21:02:35.423624  201439 fix.go:112] recreateIfNeeded on missing-upgrade-365693: state= err=unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:35.423719  201439 fix.go:117] machineExists: false. err=machine does not exist
	I0318 21:02:35.425750  201439 out.go:177] * docker "missing-upgrade-365693" container is missing, will recreate.
	I0318 21:02:35.427190  201439 delete.go:124] DEMOLISHING missing-upgrade-365693 ...
	I0318 21:02:35.427255  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:35.444295  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	W0318 21:02:35.444375  201439 stop.go:83] unable to get state: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:35.444414  201439 delete.go:128] stophost failed (probably ok): ssh power off: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:35.444922  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:35.461040  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	I0318 21:02:35.461116  201439 delete.go:82] Unable to get host status for missing-upgrade-365693, assuming it has already been deleted: state: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:35.461163  201439 cli_runner.go:164] Run: docker container inspect -f {{.Id}} missing-upgrade-365693
	W0318 21:02:35.478384  201439 cli_runner.go:211] docker container inspect -f {{.Id}} missing-upgrade-365693 returned with exit code 1
	I0318 21:02:35.478417  201439 kic.go:371] could not find the container missing-upgrade-365693 to remove it. will try anyways
	I0318 21:02:35.478477  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:35.493244  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	W0318 21:02:35.493304  201439 oci.go:84] error getting container status, will try to delete anyways: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:35.493346  201439 cli_runner.go:164] Run: docker exec --privileged -t missing-upgrade-365693 /bin/bash -c "sudo init 0"
	W0318 21:02:35.508009  201439 cli_runner.go:211] docker exec --privileged -t missing-upgrade-365693 /bin/bash -c "sudo init 0" returned with exit code 1
	I0318 21:02:35.508034  201439 oci.go:650] error shutdown missing-upgrade-365693: docker exec --privileged -t missing-upgrade-365693 /bin/bash -c "sudo init 0": exit status 1
	stdout:
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:36.508191  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:36.526763  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	I0318 21:02:36.526844  201439 oci.go:662] temporary error verifying shutdown: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:36.526855  201439 oci.go:664] temporary error: container missing-upgrade-365693 status is  but expect it to be exited
	I0318 21:02:36.526888  201439 retry.go:31] will retry after 654.484947ms: couldn't verify container is exited. %v: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:37.182048  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:37.206500  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	I0318 21:02:37.206556  201439 oci.go:662] temporary error verifying shutdown: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:37.206564  201439 oci.go:664] temporary error: container missing-upgrade-365693 status is  but expect it to be exited
	I0318 21:02:37.206587  201439 retry.go:31] will retry after 930.524214ms: couldn't verify container is exited. %v: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:38.137645  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:38.157653  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	I0318 21:02:38.157717  201439 oci.go:662] temporary error verifying shutdown: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:38.157732  201439 oci.go:664] temporary error: container missing-upgrade-365693 status is  but expect it to be exited
	I0318 21:02:38.157765  201439 retry.go:31] will retry after 1.151079645s: couldn't verify container is exited. %v: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:39.309647  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:39.327215  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	I0318 21:02:39.327291  201439 oci.go:662] temporary error verifying shutdown: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:39.327305  201439 oci.go:664] temporary error: container missing-upgrade-365693 status is  but expect it to be exited
	I0318 21:02:39.327343  201439 retry.go:31] will retry after 1.870198785s: couldn't verify container is exited. %v: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:41.198723  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:41.217069  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	I0318 21:02:41.217136  201439 oci.go:662] temporary error verifying shutdown: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:41.217156  201439 oci.go:664] temporary error: container missing-upgrade-365693 status is  but expect it to be exited
	I0318 21:02:41.217180  201439 retry.go:31] will retry after 1.856191784s: couldn't verify container is exited. %v: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:43.073636  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:43.089313  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	I0318 21:02:43.089382  201439 oci.go:662] temporary error verifying shutdown: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:43.089397  201439 oci.go:664] temporary error: container missing-upgrade-365693 status is  but expect it to be exited
	I0318 21:02:43.089432  201439 retry.go:31] will retry after 4.221533276s: couldn't verify container is exited. %v: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:47.313024  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:47.329066  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	I0318 21:02:47.329123  201439 oci.go:662] temporary error verifying shutdown: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:47.329132  201439 oci.go:664] temporary error: container missing-upgrade-365693 status is  but expect it to be exited
	I0318 21:02:47.329160  201439 retry.go:31] will retry after 5.418626145s: couldn't verify container is exited. %v: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:52.749622  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	W0318 21:02:52.785628  201439 cli_runner.go:211] docker container inspect missing-upgrade-365693 --format={{.State.Status}} returned with exit code 1
	I0318 21:02:52.785709  201439 oci.go:662] temporary error verifying shutdown: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	I0318 21:02:52.785720  201439 oci.go:664] temporary error: container missing-upgrade-365693 status is  but expect it to be exited
	I0318 21:02:52.785765  201439 oci.go:88] couldn't shut down missing-upgrade-365693 (might be okay): verify shutdown: couldn't verify container is exited. %v: unknown state "missing-upgrade-365693": docker container inspect missing-upgrade-365693 --format={{.State.Status}}: exit status 1
	stdout:
	
	
	stderr:
	Error response from daemon: No such container: missing-upgrade-365693
	 
	I0318 21:02:52.785837  201439 cli_runner.go:164] Run: docker rm -f -v missing-upgrade-365693
	I0318 21:02:52.808787  201439 cli_runner.go:164] Run: docker container inspect -f {{.Id}} missing-upgrade-365693
	W0318 21:02:52.843160  201439 cli_runner.go:211] docker container inspect -f {{.Id}} missing-upgrade-365693 returned with exit code 1
	I0318 21:02:52.843245  201439 cli_runner.go:164] Run: docker network inspect missing-upgrade-365693 --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}}]}"
	I0318 21:02:52.867942  201439 cli_runner.go:164] Run: docker network rm missing-upgrade-365693
	I0318 21:02:53.319523  201439 fix.go:124] Sleeping 1 second for extra luck!
	I0318 21:02:54.319694  201439 start.go:125] createHost starting for "" (driver="docker")
	I0318 21:02:54.387981  201439 out.go:204] * Creating docker container (CPUs=2, Memory=2200MB) ...
	I0318 21:02:54.388189  201439 start.go:159] libmachine.API.Create for "missing-upgrade-365693" (driver="docker")
	I0318 21:02:54.388247  201439 client.go:168] LocalClient.Create starting
	I0318 21:02:54.388314  201439 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem
	I0318 21:02:54.388353  201439 main.go:141] libmachine: Decoding PEM data...
	I0318 21:02:54.388376  201439 main.go:141] libmachine: Parsing certificate...
	I0318 21:02:54.388483  201439 main.go:141] libmachine: Reading certificate data from /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem
	I0318 21:02:54.388512  201439 main.go:141] libmachine: Decoding PEM data...
	I0318 21:02:54.388535  201439 main.go:141] libmachine: Parsing certificate...
	I0318 21:02:54.388820  201439 cli_runner.go:164] Run: docker network inspect missing-upgrade-365693 --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}}]}"
	W0318 21:02:54.408852  201439 cli_runner.go:211] docker network inspect missing-upgrade-365693 --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
	I0318 21:02:54.408940  201439 network_create.go:281] running [docker network inspect missing-upgrade-365693] to gather additional debugging logs...
	I0318 21:02:54.408971  201439 cli_runner.go:164] Run: docker network inspect missing-upgrade-365693
	W0318 21:02:54.426391  201439 cli_runner.go:211] docker network inspect missing-upgrade-365693 returned with exit code 1
	I0318 21:02:54.426430  201439 network_create.go:284] error running [docker network inspect missing-upgrade-365693]: docker network inspect missing-upgrade-365693: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network missing-upgrade-365693 not found
	I0318 21:02:54.426450  201439 network_create.go:286] output of [docker network inspect missing-upgrade-365693]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network missing-upgrade-365693 not found
	
	** /stderr **
	I0318 21:02:54.426584  201439 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}}]}"
	I0318 21:02:54.446108  201439 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-bd99e3a0ffac IfaceIPv4:192.168.49.1 IfaceMTU:1500 IfaceMAC:02:42:02:b4:f8:5d} reservation:<nil>}
	I0318 21:02:54.446771  201439 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-f7be121d1a7e IfaceIPv4:192.168.58.1 IfaceMTU:1500 IfaceMAC:02:42:2e:2c:8b:17} reservation:<nil>}
	I0318 21:02:54.447438  201439 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-efef5dc76987 IfaceIPv4:192.168.67.1 IfaceMTU:1500 IfaceMAC:02:42:f2:cc:12:3b} reservation:<nil>}
	I0318 21:02:54.448262  201439 network.go:211] skipping subnet 192.168.76.0/24 that is taken: &{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:br-81b404167a7a IfaceIPv4:192.168.76.1 IfaceMTU:1500 IfaceMAC:02:42:00:3b:9e:da} reservation:<nil>}
	I0318 21:02:54.448986  201439 network.go:211] skipping subnet 192.168.85.0/24 that is taken: &{IP:192.168.85.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.85.0/24 Gateway:192.168.85.1 ClientMin:192.168.85.2 ClientMax:192.168.85.254 Broadcast:192.168.85.255 IsPrivate:true Interface:{IfaceName:br-3640f87e7417 IfaceIPv4:192.168.85.1 IfaceMTU:1500 IfaceMAC:02:42:76:23:13:1c} reservation:<nil>}
	I0318 21:02:54.450965  201439 network.go:209] skipping subnet 192.168.94.0/24 that is reserved: &{IP:192.168.94.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.94.0/24 Gateway:192.168.94.1 ClientMin:192.168.94.2 ClientMax:192.168.94.254 Broadcast:192.168.94.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.451835  201439 network.go:211] skipping subnet 192.168.103.0/24 that is taken: &{IP:192.168.103.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.103.0/24 Gateway:192.168.103.1 ClientMin:192.168.103.2 ClientMax:192.168.103.254 Broadcast:192.168.103.255 IsPrivate:true Interface:{IfaceName:br-0b499cf86c3d IfaceIPv4:192.168.103.1 IfaceMTU:1500 IfaceMAC:02:42:e9:93:3c:1a} reservation:<nil>}
	I0318 21:02:54.453774  201439 network.go:209] skipping subnet 192.168.112.0/24 that is reserved: &{IP:192.168.112.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.112.0/24 Gateway:192.168.112.1 ClientMin:192.168.112.2 ClientMax:192.168.112.254 Broadcast:192.168.112.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.455712  201439 network.go:209] skipping subnet 192.168.121.0/24 that is reserved: &{IP:192.168.121.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.121.0/24 Gateway:192.168.121.1 ClientMin:192.168.121.2 ClientMax:192.168.121.254 Broadcast:192.168.121.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.457768  201439 network.go:209] skipping subnet 192.168.130.0/24 that is reserved: &{IP:192.168.130.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.130.0/24 Gateway:192.168.130.1 ClientMin:192.168.130.2 ClientMax:192.168.130.254 Broadcast:192.168.130.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.459845  201439 network.go:209] skipping subnet 192.168.139.0/24 that is reserved: &{IP:192.168.139.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.139.0/24 Gateway:192.168.139.1 ClientMin:192.168.139.2 ClientMax:192.168.139.254 Broadcast:192.168.139.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.461972  201439 network.go:209] skipping subnet 192.168.148.0/24 that is reserved: &{IP:192.168.148.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.148.0/24 Gateway:192.168.148.1 ClientMin:192.168.148.2 ClientMax:192.168.148.254 Broadcast:192.168.148.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.464234  201439 network.go:209] skipping subnet 192.168.157.0/24 that is reserved: &{IP:192.168.157.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.157.0/24 Gateway:192.168.157.1 ClientMin:192.168.157.2 ClientMax:192.168.157.254 Broadcast:192.168.157.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.470314  201439 network.go:209] skipping subnet 192.168.166.0/24 that is reserved: &{IP:192.168.166.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.166.0/24 Gateway:192.168.166.1 ClientMin:192.168.166.2 ClientMax:192.168.166.254 Broadcast:192.168.166.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.472464  201439 network.go:209] skipping subnet 192.168.175.0/24 that is reserved: &{IP:192.168.175.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.175.0/24 Gateway:192.168.175.1 ClientMin:192.168.175.2 ClientMax:192.168.175.254 Broadcast:192.168.175.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.474560  201439 network.go:209] skipping subnet 192.168.184.0/24 that is reserved: &{IP:192.168.184.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.184.0/24 Gateway:192.168.184.1 ClientMin:192.168.184.2 ClientMax:192.168.184.254 Broadcast:192.168.184.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.476621  201439 network.go:209] skipping subnet 192.168.193.0/24 that is reserved: &{IP:192.168.193.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.193.0/24 Gateway:192.168.193.1 ClientMin:192.168.193.2 ClientMax:192.168.193.254 Broadcast:192.168.193.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.478876  201439 network.go:209] skipping subnet 192.168.202.0/24 that is reserved: &{IP:192.168.202.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.202.0/24 Gateway:192.168.202.1 ClientMin:192.168.202.2 ClientMax:192.168.202.254 Broadcast:192.168.202.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.480977  201439 network.go:209] skipping subnet 192.168.211.0/24 that is reserved: &{IP:192.168.211.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.211.0/24 Gateway:192.168.211.1 ClientMin:192.168.211.2 ClientMax:192.168.211.254 Broadcast:192.168.211.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	I0318 21:02:54.483073  201439 network.go:209] skipping subnet 192.168.220.0/24 that is reserved: &{IP:192.168.220.0 Netmask:255.255.255.0 Prefix:24 CIDR:192.168.220.0/24 Gateway:192.168.220.1 ClientMin:192.168.220.2 ClientMax:192.168.220.254 Broadcast:192.168.220.255 IsPrivate:true Interface:{IfaceName: IfaceIPv4: IfaceMTU:0 IfaceMAC:} reservation:<nil>}
	E0318 21:02:54.483121  201439 network_create.go:103] failed to find free subnet for docker network missing-upgrade-365693 after 20 attempts: no free private network subnets found with given parameters (start: "192.168.49.0", step: 9, tries: 20)
	W0318 21:02:54.483230  201439 out.go:239] ! Unable to create dedicated network, this might result in cluster IP change after restart: un-retryable: no free private network subnets found with given parameters (start: "192.168.49.0", step: 9, tries: 20)
	! Unable to create dedicated network, this might result in cluster IP change after restart: un-retryable: no free private network subnets found with given parameters (start: "192.168.49.0", step: 9, tries: 20)
	I0318 21:02:54.483305  201439 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0318 21:02:54.500505  201439 cli_runner.go:164] Run: docker volume create missing-upgrade-365693 --label name.minikube.sigs.k8s.io=missing-upgrade-365693 --label created_by.minikube.sigs.k8s.io=true
	I0318 21:02:54.518253  201439 oci.go:103] Successfully created a docker volume missing-upgrade-365693
	I0318 21:02:54.518349  201439 cli_runner.go:164] Run: docker run --rm --name missing-upgrade-365693-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=missing-upgrade-365693 --entrypoint /usr/bin/test -v missing-upgrade-365693:/var gcr.io/k8s-minikube/kicbase:v0.0.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95 -d /var/lib
	I0318 21:02:59.492185  201439 cli_runner.go:217] Completed: docker run --rm --name missing-upgrade-365693-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=missing-upgrade-365693 --entrypoint /usr/bin/test -v missing-upgrade-365693:/var gcr.io/k8s-minikube/kicbase:v0.0.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95 -d /var/lib: (4.973767709s)
	I0318 21:02:59.492212  201439 oci.go:107] Successfully prepared a docker volume missing-upgrade-365693
	I0318 21:02:59.492238  201439 preload.go:132] Checking if preload exists for k8s version v1.24.1 and runtime crio
	I0318 21:02:59.492256  201439 kic.go:194] Starting extracting preloaded images to volume ...
	I0318 21:02:59.492310  201439 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.24.1-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v missing-upgrade-365693:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95 -I lz4 -xf /preloaded.tar -C /extractDir
	I0318 21:03:04.480833  201439 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.24.1-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v missing-upgrade-365693:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95 -I lz4 -xf /preloaded.tar -C /extractDir: (4.988488877s)
	I0318 21:03:04.480875  201439 kic.go:203] duration metric: took 4.988606484s to extract preloaded images to volume ...
	W0318 21:03:04.481010  201439 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0318 21:03:04.481117  201439 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0318 21:03:04.549950  201439 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 missing-upgrade-365693 --name missing-upgrade-365693 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=missing-upgrade-365693 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=missing-upgrade-365693 --volume missing-upgrade-365693:/var --security-opt apparmor=unconfined --memory=2200mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95
	I0318 21:03:05.268608  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Running}}
	I0318 21:03:05.293974  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	I0318 21:03:05.321932  201439 cli_runner.go:164] Run: docker exec missing-upgrade-365693 stat /var/lib/dpkg/alternatives/iptables
	I0318 21:03:05.381546  201439 oci.go:144] the created container "missing-upgrade-365693" has a running status.
	I0318 21:03:05.381586  201439 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa...
	I0318 21:03:05.540646  201439 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0318 21:03:05.560683  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	I0318 21:03:05.579151  201439 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0318 21:03:05.579173  201439 kic_runner.go:114] Args: [docker exec --privileged missing-upgrade-365693 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0318 21:03:05.628213  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	I0318 21:03:05.649700  201439 machine.go:94] provisionDockerMachine start ...
	I0318 21:03:05.649825  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:03:05.668582  201439 main.go:141] libmachine: Using SSH client type: native
	I0318 21:03:05.668814  201439 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 33029 <nil> <nil>}
	I0318 21:03:05.668829  201439 main.go:141] libmachine: About to run SSH command:
	hostname
	I0318 21:03:05.805561  201439 main.go:141] libmachine: SSH cmd err, output: <nil>: missing-upgrade-365693
	
	I0318 21:03:05.805593  201439 ubuntu.go:169] provisioning hostname "missing-upgrade-365693"
	I0318 21:03:05.805640  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:03:05.825239  201439 main.go:141] libmachine: Using SSH client type: native
	I0318 21:03:05.825436  201439 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 33029 <nil> <nil>}
	I0318 21:03:05.825450  201439 main.go:141] libmachine: About to run SSH command:
	sudo hostname missing-upgrade-365693 && echo "missing-upgrade-365693" | sudo tee /etc/hostname
	I0318 21:08:54.389687  201439 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0318 21:08:54.389741  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:08:54.406888  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:08:57.461822  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:33490->127.0.0.1:33029: read: connection reset by peer
	W0318 21:08:57.461931  201439 start.go:268] error running df -h /var: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:33490->127.0.0.1:33029: read: connection reset by peer
	W0318 21:08:57.461954  201439 start.go:235] error getting percentage of /var that is free: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:33490->127.0.0.1:33029: read: connection reset by peer
	I0318 21:08:57.462004  201439 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0318 21:08:57.462072  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:08:57.491306  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:09:00.529885  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:33502->127.0.0.1:33029: read: connection reset by peer
	W0318 21:09:00.529994  201439 start.go:283] error running df -BG /var: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:33502->127.0.0.1:33029: read: connection reset by peer
	W0318 21:09:00.530012  201439 start.go:240] error getting GiB of /var that is available: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:33502->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:00.530020  201439 start.go:128] duration metric: took 6m6.210298843s to createHost
	I0318 21:09:00.530094  201439 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0318 21:09:00.530150  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:09:00.549477  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:09:03.605863  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:33512->127.0.0.1:33029: read: connection reset by peer
	W0318 21:09:03.605957  201439 start.go:268] error running df -h /var: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:33512->127.0.0.1:33029: read: connection reset by peer
	W0318 21:09:03.605979  201439 start.go:235] error getting percentage of /var that is free: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:33512->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:03.606056  201439 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0318 21:09:03.606111  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:09:03.653626  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:09:06.673907  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:41768->127.0.0.1:33029: read: connection reset by peer
	W0318 21:09:06.673991  201439 start.go:283] error running df -BG /var: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:41768->127.0.0.1:33029: read: connection reset by peer
	W0318 21:09:06.674015  201439 start.go:240] error getting GiB of /var that is available: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:41768->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:06.674026  201439 fix.go:56] duration metric: took 6m31.268840525s for fixHost
	I0318 21:09:06.674037  201439 start.go:83] releasing machines lock for "missing-upgrade-365693", held for 6m31.26887183s
	W0318 21:09:06.674054  201439 start.go:713] error starting host: recreate: creating host: create host timed out in 360.000000 seconds
	W0318 21:09:06.674136  201439 out.go:239] ! StartHost failed, but will try again: recreate: creating host: create host timed out in 360.000000 seconds
	! StartHost failed, but will try again: recreate: creating host: create host timed out in 360.000000 seconds
	I0318 21:09:06.674148  201439 start.go:728] Will try again in 5 seconds ...
	I0318 21:09:11.675152  201439 start.go:360] acquireMachinesLock for missing-upgrade-365693: {Name:mkdfa1612793f916bea6e3cab7167b31f55fafa1 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0318 21:09:11.675278  201439 start.go:364] duration metric: took 78.561µs to acquireMachinesLock for "missing-upgrade-365693"
	I0318 21:09:11.675307  201439 start.go:96] Skipping create...Using existing machine configuration
	I0318 21:09:11.675316  201439 fix.go:54] fixHost starting: 
	I0318 21:09:11.675550  201439 cli_runner.go:164] Run: docker container inspect missing-upgrade-365693 --format={{.State.Status}}
	I0318 21:09:11.695888  201439 fix.go:112] recreateIfNeeded on missing-upgrade-365693: state=Running err=<nil>
	W0318 21:09:11.695927  201439 fix.go:138] unexpected machine state, will restart: <nil>
	I0318 21:09:11.703684  201439 out.go:177] * Updating the running docker "missing-upgrade-365693" container ...
	I0318 21:09:11.705958  201439 machine.go:94] provisionDockerMachine start ...
	I0318 21:09:11.706070  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:09:11.725229  201439 main.go:141] libmachine: Using SSH client type: native
	I0318 21:09:11.725431  201439 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 33029 <nil> <nil>}
	I0318 21:09:11.725443  201439 main.go:141] libmachine: About to run SSH command:
	hostname
	I0318 21:09:14.805903  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41784->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:17.873828  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37090->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:22.449926  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37098->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:25.521946  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:39386->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:31.601899  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:39396->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:34.673866  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:40180->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:40.753877  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:40192->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:43.825877  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:48432->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:49.905928  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:48440->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:52.981857  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:34706->127.0.0.1:33029: read: connection reset by peer
	I0318 21:09:59.057921  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:34708->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:02.133864  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:34724->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:08.213900  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:43288->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:11.281917  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:43294->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:15.697902  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44844->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:18.773824  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44848->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:24.849836  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44860->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:27.921857  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37132->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:34.005907  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37144->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:37.073974  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:56460->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:43.154127  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:56474->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:46.225830  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55348->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:52.305870  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55350->127.0.0.1:33029: read: connection reset by peer
	I0318 21:10:55.377837  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58432->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:01.457959  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58440->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:04.529861  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:33208->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:08.945909  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:33222->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:12.021802  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:33230->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:18.097921  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52532->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:21.169841  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52548->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:27.249817  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41502->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:30.321983  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41504->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:36.405836  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52782->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:39.477889  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52788->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:45.553868  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52800->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:48.625868  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:56592->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:54.705830  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:56608->127.0.0.1:33029: read: connection reset by peer
	I0318 21:11:57.777885  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:59682->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:02.197851  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:59690->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:05.265918  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37728->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:11.349879  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37742->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:14.417888  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:32880->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:20.497921  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:32886->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:23.573845  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:56162->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:29.653898  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:56166->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:32.721856  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60438->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:38.801876  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60448->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:41.873804  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60452->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:47.958217  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:51020->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:51.029837  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:51030->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:55.445823  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:33618->127.0.0.1:33029: read: connection reset by peer
	I0318 21:12:58.513861  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:33628->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:04.597839  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:33642->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:07.669799  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58154->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:13.749881  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58168->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:16.821933  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44102->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:22.897869  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44114->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:25.973843  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44704->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:32.053904  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44712->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:35.121813  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:46448->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:38.124234  201439 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0318 21:13:38.124279  201439 ubuntu.go:169] provisioning hostname "missing-upgrade-365693"
	I0318 21:13:38.124345  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:13:38.141703  201439 main.go:141] libmachine: Using SSH client type: native
	I0318 21:13:38.141898  201439 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 33029 <nil> <nil>}
	I0318 21:13:38.141917  201439 main.go:141] libmachine: About to run SSH command:
	sudo hostname missing-upgrade-365693 && echo "missing-upgrade-365693" | sudo tee /etc/hostname
	I0318 21:13:41.205870  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:46460->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:44.277800  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44414->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:48.693823  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44418->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:51.765853  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44430->127.0.0.1:33029: read: connection reset by peer
	I0318 21:13:57.845818  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36520->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:00.913838  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36524->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:06.993900  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:43630->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:10.065856  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:43640->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:16.145840  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35716->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:19.221930  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35724->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:25.301876  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35730->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:28.369850  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55852->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:34.453834  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55858->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:37.525867  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42998->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:41.937855  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:43004->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:45.010550  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:43836->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:51.093884  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:43838->127.0.0.1:33029: read: connection reset by peer
	I0318 21:14:54.165867  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41426->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:00.241845  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41434->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:03.313894  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41010->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:09.393824  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41014->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:12.465788  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41030->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:18.545837  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:40476->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:21.617856  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:40492->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:27.701875  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:43484->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:30.769877  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:43490->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:35.185802  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36008->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:38.261884  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36020->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:44.337970  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36036->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:47.409881  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36470->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:53.493828  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36474->127.0.0.1:33029: read: connection reset by peer
	I0318 21:15:56.561823  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38360->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:02.641899  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38362->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:05.713820  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:57076->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:11.793838  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:57078->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:14.869830  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:47786->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:20.945825  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:47788->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:24.021807  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:59372->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:28.433845  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:59378->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:31.505820  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:59392->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:37.585919  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:53354->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:40.657901  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:53368->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:46.737883  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:50362->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:49.809858  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:50372->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:55.889927  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58612->127.0.0.1:33029: read: connection reset by peer
	I0318 21:16:58.961867  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58628->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:05.041923  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58640->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:08.117978  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:56686->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:14.193863  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:56702->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:17.265783  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41302->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:21.685895  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41306->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:24.753879  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45114->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:30.837875  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45120->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:33.905817  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:40788->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:39.989871  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:40790->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:43.057823  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37066->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:49.137812  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37068->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:52.213843  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37070->127.0.0.1:33029: read: connection reset by peer
	I0318 21:17:58.293867  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52252->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:01.361886  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52268->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:04.362683  201439 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0318 21:18:04.362815  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:18:04.381983  201439 main.go:141] libmachine: Using SSH client type: native
	I0318 21:18:04.382233  201439 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 33029 <nil> <nil>}
	I0318 21:18:04.382267  201439 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\smissing-upgrade-365693' /etc/hosts; then
				if grep -xq '127.0.1.1\s.*' /etc/hosts; then
					sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 missing-upgrade-365693/g' /etc/hosts;
				else 
					echo '127.0.1.1 missing-upgrade-365693' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0318 21:18:07.441836  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52444->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:10.513820  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52460->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:14.933814  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36310->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:18.005841  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36326->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:24.081849  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36330->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:27.153829  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:51062->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:33.233815  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:51070->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:36.309798  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37556->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:42.385854  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:37570->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:45.457910  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:33420->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:51.537917  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:33432->127.0.0.1:33029: read: connection reset by peer
	I0318 21:18:54.609906  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36200->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:00.689981  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36210->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:03.761821  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55640->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:05.105774  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: EOF
	I0318 21:19:09.841856  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55660->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:09.841905  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55650->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:12.913992  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60208->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:12.914045  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60198->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:18.993861  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60226->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:18.993861  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60224->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:22.065971  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60262->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:22.066016  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60250->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:28.145906  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42812->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:28.145918  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42814->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:31.217975  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42832->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:31.218021  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42826->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:37.297957  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36908->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:37.298020  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36912->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:40.369892  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36926->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:40.369969  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:36924->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:46.449963  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58024->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:46.450022  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58026->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:49.521974  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58034->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:49.522015  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58040->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:55.601982  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58048->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:55.602044  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58058->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:58.673972  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:46882->127.0.0.1:33029: read: connection reset by peer
	I0318 21:19:58.673999  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:46888->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:04.754027  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:46894->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:04.754027  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:46910->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:07.825935  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:59816->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:07.825946  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:59810->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:13.905978  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:59820->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:13.905986  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:59818->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:16.977971  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44428->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:16.977993  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44412->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:23.057955  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44442->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:23.057958  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44458->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:26.129962  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55602->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:26.130005  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55596->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:32.209936  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55614->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:32.209936  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55604->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:35.281922  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44246->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:35.281966  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44254->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:41.361999  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44272->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:41.361999  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44270->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:44.433940  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44702->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:44.433940  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44698->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:50.513995  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44714->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:50.514374  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44730->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:53.585948  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58062->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:53.586003  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58074->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:59.665957  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58088->127.0.0.1:33029: read: connection reset by peer
	I0318 21:20:59.666018  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58078->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:02.737999  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35638->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:02.738012  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35622->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:08.817969  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35640->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:08.818033  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35646->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:11.890007  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35648->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:11.890064  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:35656->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:17.970005  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:50182->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:17.970007  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:50178->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:21.041960  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:50202->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:21.041961  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:50190->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:27.121961  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:39634->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:27.122017  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:39626->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:30.193993  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:39648->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:30.193993  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:39660->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:36.273979  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42146->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:36.274049  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42158->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:39.346000  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42174->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:39.346040  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42188->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:45.425983  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42206->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:45.426014  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:42204->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:48.497950  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41890->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:48.497963  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41878->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:54.578000  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41916->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:54.578032  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:41906->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:57.649930  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38190->127.0.0.1:33029: read: connection reset by peer
	I0318 21:21:57.649956  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38184->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:03.729987  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38204->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:03.729987  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38210->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:06.802010  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:47120->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:06.802019  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:47136->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:12.881976  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:47144->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:12.882030  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:47140->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:15.953979  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45926->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:15.953979  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45912->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:22.033945  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45940->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:22.033945  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45950->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:25.106017  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55444->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:25.106043  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55452->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:31.185975  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55466->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:31.185996  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55460->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:34.257932  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52878->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:34.257983  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52892->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:37.259466  201439 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0318 21:22:37.259503  201439 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18421-5129/.minikube CaCertPath:/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18421-5129/.minikube}
	I0318 21:22:37.259557  201439 ubuntu.go:177] setting up certificates
	I0318 21:22:37.259570  201439 provision.go:84] configureAuth start
	I0318 21:22:37.259668  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:22:37.278785  201439 provision.go:143] copyHostCerts
	I0318 21:22:37.278877  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:22:37.278891  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:22:37.278977  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:22:37.279098  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:22:37.279109  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:22:37.279147  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:22:37.279224  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:22:37.279234  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:22:37.279273  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:22:37.279344  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:22:37.358935  201439 provision.go:177] copyRemoteCerts
	I0318 21:22:37.359022  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:22:37.359081  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:22:37.376645  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:22:40.337958  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52898->127.0.0.1:33029: read: connection reset by peer
	W0318 21:22:40.337955  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:52900->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:40.338072  201439 provision.go:87] duration metric: took 3.078495949s to configureAuth
	W0318 21:22:40.338085  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52900->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:40.338098  201439 retry.go:31] will retry after 91.359µs: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52900->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:40.339205  201439 provision.go:84] configureAuth start
	I0318 21:22:40.339269  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:22:40.357308  201439 provision.go:143] copyHostCerts
	I0318 21:22:40.357370  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:22:40.357378  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:22:40.357431  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:22:40.357563  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:22:40.357573  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:22:40.357600  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:22:40.357664  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:22:40.357672  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:22:40.357690  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:22:40.357738  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:22:40.700538  201439 provision.go:177] copyRemoteCerts
	I0318 21:22:40.700605  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:22:40.700644  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:22:40.717346  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:22:43.409979  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:52910->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:43.410087  201439 provision.go:87] duration metric: took 3.070866851s to configureAuth
	W0318 21:22:43.410100  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52910->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:43.410120  201439 retry.go:31] will retry after 88.396µs: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52910->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:43.409987  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58340->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:43.411267  201439 provision.go:84] configureAuth start
	I0318 21:22:43.411345  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:22:43.429579  201439 provision.go:143] copyHostCerts
	I0318 21:22:43.429643  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:22:43.429651  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:22:43.429729  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:22:43.429919  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:22:43.429933  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:22:43.429977  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:22:43.430071  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:22:43.430083  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:22:43.430113  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:22:43.430194  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:22:43.504916  201439 provision.go:177] copyRemoteCerts
	I0318 21:22:43.504983  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:22:43.505031  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:22:43.523441  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:22:46.481954  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58352->127.0.0.1:33029: read: connection reset by peer
	W0318 21:22:46.482006  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:58348->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:46.482066  201439 provision.go:87] duration metric: took 3.070775939s to configureAuth
	W0318 21:22:46.482076  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58348->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:46.482085  201439 retry.go:31] will retry after 299.881µs: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58348->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:46.483249  201439 provision.go:84] configureAuth start
	I0318 21:22:46.483326  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:22:46.502122  201439 provision.go:143] copyHostCerts
	I0318 21:22:46.502180  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:22:46.502188  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:22:46.502254  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:22:46.502349  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:22:46.502358  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:22:46.502380  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:22:46.502437  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:22:46.502445  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:22:46.502464  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:22:46.502510  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:22:46.595613  201439 provision.go:177] copyRemoteCerts
	I0318 21:22:46.595682  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:22:46.595720  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:22:46.612704  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:22:49.553954  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58374->127.0.0.1:33029: read: connection reset by peer
	W0318 21:22:49.554004  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:58358->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:49.554066  201439 provision.go:87] duration metric: took 3.070798155s to configureAuth
	W0318 21:22:49.554072  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58358->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:49.554085  201439 retry.go:31] will retry after 270.202µs: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58358->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:49.555241  201439 provision.go:84] configureAuth start
	I0318 21:22:49.555343  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:22:49.573080  201439 provision.go:143] copyHostCerts
	I0318 21:22:49.573157  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:22:49.573168  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:22:49.573230  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:22:49.573356  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:22:49.573365  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:22:49.573398  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:22:49.573462  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:22:49.573469  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:22:49.573511  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:22:49.573587  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:22:49.821920  201439 provision.go:177] copyRemoteCerts
	I0318 21:22:49.821978  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:22:49.822017  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:22:49.839213  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:22:52.626086  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:58378->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:52.626100  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58390->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:52.626163  201439 provision.go:87] duration metric: took 3.070900768s to configureAuth
	W0318 21:22:52.626172  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58378->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:52.626184  201439 retry.go:31] will retry after 256.225µs: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58378->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:52.627336  201439 provision.go:84] configureAuth start
	I0318 21:22:52.627420  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:22:52.645095  201439 provision.go:143] copyHostCerts
	I0318 21:22:52.645152  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:22:52.645160  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:22:52.645221  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:22:52.645296  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:22:52.645305  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:22:52.645328  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:22:52.645408  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:22:52.645416  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:22:52.645437  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:22:52.645513  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:22:52.764919  201439 provision.go:177] copyRemoteCerts
	I0318 21:22:52.764977  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:22:52.765010  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:22:52.782282  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:22:55.698047  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:58346->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:55.698138  201439 provision.go:87] duration metric: took 3.070787914s to configureAuth
	W0318 21:22:55.698145  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58346->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:55.698160  201439 retry.go:31] will retry after 1.129126ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58346->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:55.698061  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58354->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:55.700352  201439 provision.go:84] configureAuth start
	I0318 21:22:55.700428  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:22:55.717194  201439 provision.go:143] copyHostCerts
	I0318 21:22:55.717252  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:22:55.717268  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:22:55.717334  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:22:55.717428  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:22:55.717438  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:22:55.717468  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:22:55.717560  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:22:55.717570  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:22:55.717596  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:22:55.717654  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:22:56.142396  201439 provision.go:177] copyRemoteCerts
	I0318 21:22:56.142459  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:22:56.142493  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:22:56.159848  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:22:58.770044  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58362->127.0.0.1:33029: read: connection reset by peer
	W0318 21:22:58.770117  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:58358->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:58.770197  201439 provision.go:87] duration metric: took 3.069826548s to configureAuth
	W0318 21:22:58.770210  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58358->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:58.770247  201439 retry.go:31] will retry after 836.886µs: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58358->127.0.0.1:33029: read: connection reset by peer
	I0318 21:22:58.771364  201439 provision.go:84] configureAuth start
	I0318 21:22:58.771452  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:22:58.788028  201439 provision.go:143] copyHostCerts
	I0318 21:22:58.788112  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:22:58.788123  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:22:58.788185  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:22:58.788287  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:22:58.788299  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:22:58.788326  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:22:58.788396  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:22:58.788408  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:22:58.788437  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:22:58.788499  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:22:58.963657  201439 provision.go:177] copyRemoteCerts
	I0318 21:22:58.963720  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:22:58.963752  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:22:58.980903  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:23:01.842036  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:58388->127.0.0.1:33029: read: connection reset by peer
	W0318 21:23:01.842063  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:58372->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:01.842153  201439 provision.go:87] duration metric: took 3.070777666s to configureAuth
	W0318 21:23:01.842166  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58372->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:01.842179  201439 retry.go:31] will retry after 2.096917ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58372->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:01.844306  201439 provision.go:84] configureAuth start
	I0318 21:23:01.844377  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:01.861697  201439 provision.go:143] copyHostCerts
	I0318 21:23:01.861774  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:01.861782  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:01.861836  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:01.861919  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:01.861929  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:01.861949  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:01.862014  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:01.862021  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:01.862041  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:01.862086  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:01.963382  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:01.963441  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:01.963474  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:01.981036  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:23:04.913992  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52450->127.0.0.1:33029: read: connection reset by peer
	W0318 21:23:04.914057  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:58390->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:04.914124  201439 provision.go:87] duration metric: took 3.069799753s to configureAuth
	W0318 21:23:04.914133  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58390->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:04.914143  201439 retry.go:31] will retry after 2.370677ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:58390->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:04.917398  201439 provision.go:84] configureAuth start
	I0318 21:23:04.917482  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:04.935073  201439 provision.go:143] copyHostCerts
	I0318 21:23:04.935135  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:04.935145  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:04.935197  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:04.935279  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:04.935287  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:04.935311  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:04.935368  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:04.935376  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:04.935396  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:04.935442  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:05.034733  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:05.034798  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:05.034832  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:05.052184  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:07.985952  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:52454->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:07.985981  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52456->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:07.986041  201439 provision.go:87] duration metric: took 3.068615827s to configureAuth
	W0318 21:23:07.986053  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52454->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:07.986065  201439 retry.go:31] will retry after 4.265772ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52454->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:07.991247  201439 provision.go:84] configureAuth start
	I0318 21:23:07.991320  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:08.008813  201439 provision.go:143] copyHostCerts
	I0318 21:23:08.008883  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:08.008916  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:08.008987  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:08.009195  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:08.009219  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:08.009263  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:08.009349  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:08.009359  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:08.009399  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:08.009482  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:08.146775  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:08.146851  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:08.146909  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:08.164326  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:11.057978  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:52468->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:11.058032  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52472->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:11.058062  201439 provision.go:87] duration metric: took 3.066799375s to configureAuth
	W0318 21:23:11.058072  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52468->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:11.058082  201439 retry.go:31] will retry after 4.527842ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52468->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:11.063318  201439 provision.go:84] configureAuth start
	I0318 21:23:11.063432  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:11.080452  201439 provision.go:143] copyHostCerts
	I0318 21:23:11.080508  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:11.080516  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:11.080564  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:11.080642  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:11.080651  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:11.080670  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:11.080737  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:11.080745  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:11.080763  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:11.080808  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:11.156116  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:11.156170  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:11.156211  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:11.173045  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:14.129988  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:52482->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:14.130012  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60620->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:14.130086  201439 provision.go:87] duration metric: took 3.066742854s to configureAuth
	W0318 21:23:14.130100  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52482->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:14.130112  201439 retry.go:31] will retry after 5.860539ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52482->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:14.136346  201439 provision.go:84] configureAuth start
	I0318 21:23:14.136430  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:14.153441  201439 provision.go:143] copyHostCerts
	I0318 21:23:14.153536  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:14.153552  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:14.153618  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:14.153731  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:14.153741  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:14.153773  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:14.153852  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:14.153861  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:14.153889  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:14.153989  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:14.241119  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:14.241185  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:14.241236  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:14.258347  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:17.202009  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:60632->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:17.202096  201439 provision.go:87] duration metric: took 3.06572922s to configureAuth
	W0318 21:23:17.202103  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:60632->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:17.202112  201439 retry.go:31] will retry after 8.105001ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:60632->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:17.202012  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60634->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:17.211389  201439 provision.go:84] configureAuth start
	I0318 21:23:17.211517  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:17.228298  201439 provision.go:143] copyHostCerts
	I0318 21:23:17.228366  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:17.228376  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:17.228435  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:17.228516  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:17.228525  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:17.228545  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:17.228624  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:17.228632  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:17.228652  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:17.228697  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:17.333015  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:17.333070  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:17.333113  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:17.350293  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:23:20.203143  201439 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0318 21:23:20.203249  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:20.220708  201439 main.go:141] libmachine: Using SSH client type: native
	I0318 21:23:20.220884  201439 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 33029 <nil> <nil>}
	I0318 21:23:20.220901  201439 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\smissing-upgrade-365693' /etc/hosts; then
				if grep -xq '127.0.1.1\s.*' /etc/hosts; then
					sudo sed -i 's/^127.0.1.1\s.*/127.0.1.1 missing-upgrade-365693/g' /etc/hosts;
				else 
					echo '127.0.1.1 missing-upgrade-365693' | sudo tee -a /etc/hosts; 
				fi
			fi
	W0318 21:23:20.273934  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:60638->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:20.274019  201439 provision.go:87] duration metric: took 3.062602012s to configureAuth
	W0318 21:23:20.274028  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:60638->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:20.274038  201439 retry.go:31] will retry after 16.545674ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:60638->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:20.273934  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:60650->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:20.291254  201439 provision.go:84] configureAuth start
	I0318 21:23:20.291345  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:20.308014  201439 provision.go:143] copyHostCerts
	I0318 21:23:20.308091  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:20.308107  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:20.308169  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:20.308274  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:20.308285  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:20.308328  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:20.308413  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:20.308427  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:20.308458  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:20.308540  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:20.425663  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:20.425732  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:20.425775  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:20.442087  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:23.346010  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:60654->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:23.346100  201439 provision.go:87] duration metric: took 3.054823192s to configureAuth
	W0318 21:23:23.346111  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:60654->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:23.346122  201439 retry.go:31] will retry after 17.144478ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:60654->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:23.346020  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45022->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:23.364352  201439 provision.go:84] configureAuth start
	I0318 21:23:23.364440  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:23.382191  201439 provision.go:143] copyHostCerts
	I0318 21:23:23.382270  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:23.382282  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:23.382330  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:23.382426  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:23.382434  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:23.382455  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:23.382523  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:23.382530  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:23.382555  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:23.382614  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:23.464476  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:23.464533  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:23.464572  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:23.481684  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:23:26.417933  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45042->127.0.0.1:33029: read: connection reset by peer
	W0318 21:23:26.417983  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:45028->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:26.418043  201439 provision.go:87] duration metric: took 3.053664487s to configureAuth
	W0318 21:23:26.418052  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:45028->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:26.418061  201439 retry.go:31] will retry after 50.231147ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:45028->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:26.469323  201439 provision.go:84] configureAuth start
	I0318 21:23:26.469456  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:26.487808  201439 provision.go:143] copyHostCerts
	I0318 21:23:26.487869  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:26.487880  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:26.487932  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:26.488023  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:26.488032  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:26.488066  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:26.488135  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:26.488143  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:26.488169  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:26.488229  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:26.708085  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:26.708152  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:26.708185  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:26.724732  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:29.489974  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:45058->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:29.490020  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45070->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:29.490072  201439 provision.go:87] duration metric: took 3.020710799s to configureAuth
	W0318 21:23:29.490086  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:45058->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:29.490098  201439 retry.go:31] will retry after 68.389459ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:45058->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:29.559351  201439 provision.go:84] configureAuth start
	I0318 21:23:29.559522  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:29.576005  201439 provision.go:143] copyHostCerts
	I0318 21:23:29.576077  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:29.576099  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:29.576156  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:29.576262  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:29.576273  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:29.576306  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:29.576373  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:29.576383  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:29.576423  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:29.576489  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:29.753666  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:29.753725  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:29.753767  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:29.770683  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:23:32.562014  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:45084->127.0.0.1:33029: read: connection reset by peer
	W0318 21:23:32.562072  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:45072->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:32.562144  201439 provision.go:87] duration metric: took 3.002764643s to configureAuth
	W0318 21:23:32.562158  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:45072->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:32.562178  201439 retry.go:31] will retry after 146.105558ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:45072->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:32.708493  201439 provision.go:84] configureAuth start
	I0318 21:23:32.708599  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:32.725439  201439 provision.go:143] copyHostCerts
	I0318 21:23:32.725506  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:32.725520  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:32.725570  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:32.725672  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:32.725681  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:32.725701  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:32.725753  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:32.725761  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:32.725778  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:32.725826  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:32.829787  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:32.829845  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:32.829877  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:32.846714  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:35.633922  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:51846->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:35.633986  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:51848->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:35.634000  201439 provision.go:87] duration metric: took 2.925479202s to configureAuth
	W0318 21:23:35.634007  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:51846->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:35.634020  201439 retry.go:31] will retry after 179.764283ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:51846->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:35.814410  201439 provision.go:84] configureAuth start
	I0318 21:23:35.814498  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:35.831084  201439 provision.go:143] copyHostCerts
	I0318 21:23:35.831150  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:35.831158  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:35.831216  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:35.831321  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:35.831336  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:35.831365  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:35.831435  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:35.831449  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:35.831473  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:35.831538  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:36.115722  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:36.115782  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:36.115814  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:36.133563  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:38.705982  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:51858->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:38.706031  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:51874->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:38.706079  201439 provision.go:87] duration metric: took 2.891639032s to configureAuth
	W0318 21:23:38.706090  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:51858->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:38.706107  201439 retry.go:31] will retry after 244.861334ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:51858->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:38.951586  201439 provision.go:84] configureAuth start
	I0318 21:23:38.951682  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:38.968664  201439 provision.go:143] copyHostCerts
	I0318 21:23:38.968726  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:38.968734  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:38.968792  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:38.968870  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:38.968878  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:38.968902  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:38.968952  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:38.968959  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:38.968979  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:38.969033  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:39.053983  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:39.054038  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:39.054076  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:39.070518  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:41.777966  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:51884->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:41.778020  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:51886->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:41.778046  201439 provision.go:87] duration metric: took 2.826429934s to configureAuth
	W0318 21:23:41.778057  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:51884->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:41.778070  201439 retry.go:31] will retry after 482.948377ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:51884->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:42.261767  201439 provision.go:84] configureAuth start
	I0318 21:23:42.261900  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:42.278786  201439 provision.go:143] copyHostCerts
	I0318 21:23:42.278858  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:42.278871  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:42.278935  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:42.279035  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:42.279047  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:42.279073  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:42.279144  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:42.279153  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:42.279179  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:42.279242  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:42.389964  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:42.390028  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:42.390063  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:42.406312  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:44.849944  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:51892->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:44.850041  201439 provision.go:87] duration metric: took 2.588243885s to configureAuth
	I0318 21:23:44.849948  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52956->127.0.0.1:33029: read: connection reset by peer
	W0318 21:23:44.850052  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:51892->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:44.850064  201439 retry.go:31] will retry after 715.958816ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:51892->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:45.566126  201439 provision.go:84] configureAuth start
	I0318 21:23:45.566233  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:45.583144  201439 provision.go:143] copyHostCerts
	I0318 21:23:45.583199  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:45.583206  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:45.583269  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:45.583348  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:45.583356  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:45.583381  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:45.583431  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:45.583439  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:45.583464  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:45.583538  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:45.751643  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:45.751700  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:45.751732  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:45.768573  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:23:47.921989  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52964->127.0.0.1:33029: read: connection reset by peer
	W0318 21:23:47.922002  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:52960->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:47.922099  201439 provision.go:87] duration metric: took 2.355928194s to configureAuth
	W0318 21:23:47.922114  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52960->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:47.922130  201439 retry.go:31] will retry after 425.210405ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52960->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:48.347689  201439 provision.go:84] configureAuth start
	I0318 21:23:48.347800  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:48.364853  201439 provision.go:143] copyHostCerts
	I0318 21:23:48.364931  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:48.364944  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:48.365003  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:48.365083  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:48.365091  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:48.365115  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:48.365166  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:48.365174  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:48.365193  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:48.365240  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:48.551377  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:48.551437  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:48.551475  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:48.569319  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:50.993954  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:52966->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:50.994063  201439 provision.go:87] duration metric: took 2.646341733s to configureAuth
	W0318 21:23:50.994075  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52966->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:50.993957  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:52980->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:50.994091  201439 retry.go:31] will retry after 1.092881655s: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52966->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:52.087307  201439 provision.go:84] configureAuth start
	I0318 21:23:52.087405  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:52.104352  201439 provision.go:143] copyHostCerts
	I0318 21:23:52.104416  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:52.104424  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:52.104479  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:52.104562  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:52.104571  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:52.104591  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:52.104660  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:52.104667  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:52.104686  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:52.104734  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:52.246056  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:52.246110  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:52.246141  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:52.263115  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:23:54.066009  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44580->127.0.0.1:33029: read: connection reset by peer
	W0318 21:23:54.066060  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:52982->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:54.066120  201439 provision.go:87] duration metric: took 1.978781937s to configureAuth
	W0318 21:23:54.066129  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52982->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:54.066142  201439 retry.go:31] will retry after 893.832729ms: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:52982->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:54.960192  201439 provision.go:84] configureAuth start
	I0318 21:23:54.960329  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:23:54.976655  201439 provision.go:143] copyHostCerts
	I0318 21:23:54.976714  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:23:54.976724  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:23:54.976791  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:23:54.976878  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:23:54.976886  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:23:54.976910  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:23:54.976973  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:23:54.976981  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:23:54.977002  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:23:54.977063  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:23:55.226870  201439 provision.go:177] copyRemoteCerts
	I0318 21:23:55.226932  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:23:55.226968  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:23:55.243807  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:23:57.137979  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:44592->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:57.138034  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44600->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:57.138066  201439 provision.go:87] duration metric: took 2.177822864s to configureAuth
	W0318 21:23:57.138079  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:44592->127.0.0.1:33029: read: connection reset by peer
	I0318 21:23:57.138094  201439 retry.go:31] will retry after 3.078103557s: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:44592->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:00.209928  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:44610->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:00.216299  201439 provision.go:84] configureAuth start
	I0318 21:24:00.216415  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:24:00.232543  201439 provision.go:143] copyHostCerts
	I0318 21:24:00.232597  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:24:00.232607  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:24:00.232662  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:24:00.232737  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:24:00.232745  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:24:00.232765  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:24:00.232814  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:24:00.232822  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:24:00.232840  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:24:00.232889  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:24:00.314946  201439 provision.go:177] copyRemoteCerts
	I0318 21:24:00.315003  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:24:00.315035  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:24:00.332222  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:24:03.409955  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38816->127.0.0.1:33029: read: connection reset by peer
	W0318 21:24:03.410012  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:44616->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:03.410089  201439 provision.go:87] duration metric: took 3.19376457s to configureAuth
	W0318 21:24:03.410100  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:44616->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:03.410113  201439 retry.go:31] will retry after 3.023754931s: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:44616->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:06.434008  201439 provision.go:84] configureAuth start
	I0318 21:24:06.434137  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:24:06.450852  201439 provision.go:143] copyHostCerts
	I0318 21:24:06.450917  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:24:06.450929  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:24:06.451012  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:24:06.451110  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:24:06.451120  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:24:06.451153  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:24:06.451230  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:24:06.451240  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:24:06.451278  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:24:06.451367  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:24:06.481869  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38830->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:06.936445  201439 provision.go:177] copyRemoteCerts
	I0318 21:24:06.936504  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:24:06.936539  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:24:06.953955  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:24:10.034078  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:38846->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:10.034163  201439 provision.go:87] duration metric: took 3.60012628s to configureAuth
	W0318 21:24:10.034176  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:38846->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:10.034086  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:38860->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:10.034192  201439 retry.go:31] will retry after 7.809154877s: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:38846->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:13.105985  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:48992->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:17.844416  201439 provision.go:84] configureAuth start
	I0318 21:24:17.844528  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:24:17.861057  201439 provision.go:143] copyHostCerts
	I0318 21:24:17.861115  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:24:17.861123  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:24:17.861191  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:24:17.861277  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:24:17.861285  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:24:17.861310  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:24:17.861371  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:24:17.861381  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:24:17.861408  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:24:17.861466  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:24:18.060372  201439 provision.go:177] copyRemoteCerts
	I0318 21:24:18.060437  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:24:18.060472  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:24:18.077195  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	I0318 21:24:19.185947  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:48996->127.0.0.1:33029: read: connection reset by peer
	W0318 21:24:19.185981  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:49006->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:19.186018  201439 retry.go:31] will retry after 265.720822ms: ssh: handshake failed: read tcp 127.0.0.1:49006->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:22.257994  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:49024->127.0.0.1:33029: read: connection reset by peer
	W0318 21:24:22.258056  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:49020->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:22.258128  201439 provision.go:87] duration metric: took 4.41368445s to configureAuth
	W0318 21:24:22.258139  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:49020->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:22.258153  201439 retry.go:31] will retry after 8.871127271s: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:49020->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:25.329984  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55604->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:31.129461  201439 provision.go:84] configureAuth start
	I0318 21:24:31.129615  201439 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" missing-upgrade-365693
	I0318 21:24:31.146603  201439 provision.go:143] copyHostCerts
	I0318 21:24:31.146665  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem, removing ...
	I0318 21:24:31.146676  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem
	I0318 21:24:31.146745  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/key.pem (1679 bytes)
	I0318 21:24:31.146839  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem, removing ...
	I0318 21:24:31.146848  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem
	I0318 21:24:31.146875  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/ca.pem (1082 bytes)
	I0318 21:24:31.146929  201439 exec_runner.go:144] found /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem, removing ...
	I0318 21:24:31.146936  201439 exec_runner.go:203] rm: /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem
	I0318 21:24:31.146958  201439 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18421-5129/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18421-5129/.minikube/cert.pem (1123 bytes)
	I0318 21:24:31.147006  201439 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18421-5129/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18421-5129/.minikube/certs/ca-key.pem org=jenkins.missing-upgrade-365693 san=[127.0.0.1 172.17.0.2 localhost minikube missing-upgrade-365693]
	I0318 21:24:31.382893  201439 provision.go:177] copyRemoteCerts
	I0318 21:24:31.382952  201439 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0318 21:24:31.382986  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:24:31.400725  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:24:31.413863  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:55628->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:31.413898  201439 retry.go:31] will retry after 372.453948ms: ssh: handshake failed: read tcp 127.0.0.1:55628->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:31.413873  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:55618->127.0.0.1:33029: read: connection reset by peer
	W0318 21:24:34.481975  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:55634->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:34.482017  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:53772->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:34.482073  201439 provision.go:87] duration metric: took 3.35254985s to configureAuth
	W0318 21:24:34.482084  201439 ubuntu.go:180] configureAuth failed: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:55634->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:34.482095  201439 ubuntu.go:189] Error configuring auth during provisioning Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:55634->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:34.482103  201439 machine.go:97] duration metric: took 15m22.776119392s to provisionDockerMachine
	I0318 21:24:34.482161  201439 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0318 21:24:34.482200  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:24:34.501620  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:24:37.554066  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:53786->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:37.554087  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:53790->127.0.0.1:33029: read: connection reset by peer
	W0318 21:24:37.554139  201439 start.go:268] error running df -h /var: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:53786->127.0.0.1:33029: read: connection reset by peer
	W0318 21:24:37.554156  201439 start.go:235] error getting percentage of /var that is free: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:53786->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:37.554199  201439 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0318 21:24:37.554241  201439 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" missing-upgrade-365693
	I0318 21:24:37.572711  201439 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:33029 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/missing-upgrade-365693/id_rsa Username:docker}
	W0318 21:24:40.626039  201439 sshutil.go:64] dial failure (will retry): ssh: handshake failed: read tcp 127.0.0.1:53806->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:40.626051  201439 main.go:141] libmachine: Error dialing TCP: ssh: handshake failed: read tcp 127.0.0.1:53822->127.0.0.1:33029: read: connection reset by peer
	W0318 21:24:40.626115  201439 start.go:283] error running df -BG /var: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:53806->127.0.0.1:33029: read: connection reset by peer
	W0318 21:24:40.626127  201439 start.go:240] error getting GiB of /var that is available: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:53806->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:40.626133  201439 fix.go:56] duration metric: took 15m28.95081923s for fixHost
	I0318 21:24:40.626142  201439 start.go:83] releasing machines lock for "missing-upgrade-365693", held for 15m28.950850719s
	W0318 21:24:40.626234  201439 out.go:239] * Failed to start docker container. Running "minikube delete -p missing-upgrade-365693" may fix it: provision: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:55634->127.0.0.1:33029: read: connection reset by peer
	* Failed to start docker container. Running "minikube delete -p missing-upgrade-365693" may fix it: provision: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:55634->127.0.0.1:33029: read: connection reset by peer
	I0318 21:24:40.628538  201439 out.go:177] 
	W0318 21:24:40.630290  201439 out.go:239] X Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: provision: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:55634->127.0.0.1:33029: read: connection reset by peer
	X Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: provision: Temporary Error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:55634->127.0.0.1:33029: read: connection reset by peer
	W0318 21:24:40.630310  201439 out.go:239] * 
	* 
	W0318 21:24:40.631140  201439 out.go:239] ╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * 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.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	╭─────────────────────────────────────────────────────────────────────────────────────────────╮
	│                                                                                             │
	│    * 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.    │
	│                                                                                             │
	╰─────────────────────────────────────────────────────────────────────────────────────────────╯
	I0318 21:24:40.632640  201439 out.go:177] 

                                                
                                                
** /stderr **
version_upgrade_test.go:331: failed missing container upgrade from v1.26.0. args: out/minikube-linux-amd64 start -p missing-upgrade-365693 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio : exit status 80
version_upgrade_test.go:333: *** TestMissingContainerUpgrade FAILED at 2024-03-18 21:24:40.710766517 +0000 UTC m=+3340.656320277
helpers_test.go:222: -----------------------post-mortem--------------------------------
helpers_test.go:230: ======>  post-mortem[TestMissingContainerUpgrade]: docker inspect <======
helpers_test.go:231: (dbg) Run:  docker inspect missing-upgrade-365693
helpers_test.go:235: (dbg) docker inspect missing-upgrade-365693:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "744bcccb895e4f441bbbb49da2b405f57ec7f4b07b9c73c7de1ddca976d36fa2",
	        "Created": "2024-03-18T21:03:04.568407423Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 208189,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-03-18T21:03:05.2587427Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:ff7b11088f07b5cc3be2087261aee1627a466228279acbafdb95902df26942d2",
	        "ResolvConfPath": "/var/lib/docker/containers/744bcccb895e4f441bbbb49da2b405f57ec7f4b07b9c73c7de1ddca976d36fa2/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/744bcccb895e4f441bbbb49da2b405f57ec7f4b07b9c73c7de1ddca976d36fa2/hostname",
	        "HostsPath": "/var/lib/docker/containers/744bcccb895e4f441bbbb49da2b405f57ec7f4b07b9c73c7de1ddca976d36fa2/hosts",
	        "LogPath": "/var/lib/docker/containers/744bcccb895e4f441bbbb49da2b405f57ec7f4b07b9c73c7de1ddca976d36fa2/744bcccb895e4f441bbbb49da2b405f57ec7f4b07b9c73c7de1ddca976d36fa2-json.log",
	        "Name": "/missing-upgrade-365693",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "missing-upgrade-365693:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "default",
	            "PortBindings": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": ""
	                    }
	                ]
	            },
	            "RestartPolicy": {
	                "Name": "no",
	                "MaximumRetryCount": 0
	            },
	            "AutoRemove": false,
	            "VolumeDriver": "",
	            "VolumesFrom": null,
	            "ConsoleSize": [
	                0,
	                0
	            ],
	            "CapAdd": null,
	            "CapDrop": null,
	            "CgroupnsMode": "host",
	            "Dns": [],
	            "DnsOptions": [],
	            "DnsSearch": [],
	            "ExtraHosts": null,
	            "GroupAdd": null,
	            "IpcMode": "private",
	            "Cgroup": "",
	            "Links": null,
	            "OomScoreAdj": 0,
	            "PidMode": "",
	            "Privileged": true,
	            "PublishAllPorts": false,
	            "ReadonlyRootfs": false,
	            "SecurityOpt": [
	                "seccomp=unconfined",
	                "apparmor=unconfined",
	                "label=disable"
	            ],
	            "Tmpfs": {
	                "/run": "",
	                "/tmp": ""
	            },
	            "UTSMode": "",
	            "UsernsMode": "",
	            "ShmSize": 67108864,
	            "Runtime": "runc",
	            "Isolation": "",
	            "CpuShares": 0,
	            "Memory": 2306867200,
	            "NanoCpus": 2000000000,
	            "CgroupParent": "",
	            "BlkioWeight": 0,
	            "BlkioWeightDevice": [],
	            "BlkioDeviceReadBps": [],
	            "BlkioDeviceWriteBps": [],
	            "BlkioDeviceReadIOps": [],
	            "BlkioDeviceWriteIOps": [],
	            "CpuPeriod": 0,
	            "CpuQuota": 0,
	            "CpuRealtimePeriod": 0,
	            "CpuRealtimeRuntime": 0,
	            "CpusetCpus": "",
	            "CpusetMems": "",
	            "Devices": [],
	            "DeviceCgroupRules": null,
	            "DeviceRequests": null,
	            "MemoryReservation": 0,
	            "MemorySwap": 4613734400,
	            "MemorySwappiness": null,
	            "OomKillDisable": false,
	            "PidsLimit": null,
	            "Ulimits": [],
	            "CpuCount": 0,
	            "CpuPercent": 0,
	            "IOMaximumIOps": 0,
	            "IOMaximumBandwidth": 0,
	            "MaskedPaths": null,
	            "ReadonlyPaths": null
	        },
	        "GraphDriver": {
	            "Data": {
	                "LowerDir": "/var/lib/docker/overlay2/45b5b2ee009666f7a26c95420366cb097692fd48283b0fde1dd0c328578ea035-init/diff:/var/lib/docker/overlay2/54a6818a2d2194cc652a047299c5db980a110f58f5954dfcd09508048ea51905/diff:/var/lib/docker/overlay2/4db7cdce043bc2b1f9ef494d0750b21df07c5c0a0b788a012aac3c9a5b6c9420/diff:/var/lib/docker/overlay2/7e98f7b4acae8d5002ffc6773d29b809e6bba5afe95fddb86b04196a7cd34079/diff:/var/lib/docker/overlay2/35226ac2a55c8a6fbb20c798f07ecc4697b3124d7f413cef33a87b5daccb1cb0/diff:/var/lib/docker/overlay2/056be6c8840b29516d12819a134ed475aebe99dc10950b6ef4bbda62c276648b/diff:/var/lib/docker/overlay2/310ed3953d1fd2ecf0fee4d3ed45099031da7649aff3ab46db20583475e5a326/diff:/var/lib/docker/overlay2/d1666097216a6c89e5bdca00b6a12c584e2a656eae8ca0926bda8ecee5d92a1d/diff:/var/lib/docker/overlay2/f1a467a5b6db0e824fab39a9a33b8e7582c61e60a3c3f0c1dbcb67442776fefd/diff:/var/lib/docker/overlay2/d6cd28adc4d3582ffd2d14544af16715774ab5cbd4a1eba823d72ca4eeb74ac3/diff:/var/lib/docker/overlay2/cb2baf
13a2ce81c17d264a854a011b26c851e2f4e44fbf89e0503136bc320fdd/diff:/var/lib/docker/overlay2/68483b50a50529184dbf6cbb09447a96a04a85a63c38f46dc093a9699464a596/diff:/var/lib/docker/overlay2/ec1a2f595737ec8d23edd735fc5e790ad49f3dd823f22768705c5a0ed5a5f1f6/diff:/var/lib/docker/overlay2/e6fa7ab121ca47686016b1108f6dad6402d0f2a1f8c6e0c70d49ba8b6feec511/diff:/var/lib/docker/overlay2/8b316cbda390928686bd165cd741138afbc3dd0fff1da476a400780b8fd0f438/diff:/var/lib/docker/overlay2/e43314b869331848a1046864251b5bed8a5a528dfd0b8fca238f80a994600742/diff:/var/lib/docker/overlay2/ef2141870556465afc263bbad6f60d61681cbbb326073f0aee12ed8ae1e8b1f5/diff:/var/lib/docker/overlay2/496c90b77cdc6d80cdff639d37255641aa45fb3c682016b7b67f4745554c3582/diff:/var/lib/docker/overlay2/1e95acbf759f3ea7e74dd49c0fb8636f4f4725177a4dbce0041e56ace142049a/diff:/var/lib/docker/overlay2/9827a31cc2eecb709a21f028e781e44f2ae9fc5beb8a43381e3c54a35b2d103a/diff:/var/lib/docker/overlay2/152b438e885ebde38b97df545b132583bd7a6ffe2557e725501bb125d3d29f2b/diff:/var/lib/d
ocker/overlay2/8b770db53f49b5e5165d6405262308e4afd7689466ea067a0f330f971785ae54/diff:/var/lib/docker/overlay2/57c4db7464124a2c82dd75c6afa62959bcbe882733c140242bd59c2c595d704b/diff:/var/lib/docker/overlay2/6a99050b124ed97893f4a15abb6d00176e0414af16afdbba2c6f3f878e7bc97c/diff:/var/lib/docker/overlay2/8b48ebced264095577b449291aae869621f1b199560f325d1e20d7cf56a745be/diff:/var/lib/docker/overlay2/243806a2157d2fa71131e5b2cfaca81a95f35c2ec2e2d90f25c60f6a53253df2/diff:/var/lib/docker/overlay2/c9be843b9c6f7add5ee68e7ec47655941a2fe52e14d9b0da9293fdf0c3e7b0dd/diff:/var/lib/docker/overlay2/f1bcc34c128fc73435b0fd42ced5b89f288e634c8825b36bcb8ba9b6385ec44d/diff:/var/lib/docker/overlay2/d4d7d19dd5d161bd50f05ef12e040f711d1edae032da68a132f4bc6d4d1df0cc/diff:/var/lib/docker/overlay2/40465eb63824d506e6565e7e87e5f48087008f624be13e6f9b1f55413d7b1f3e/diff:/var/lib/docker/overlay2/53168c8ff137f2a9c21a01b9057cc65582930a32e8a4ac13fc635fc768d48d8e/diff:/var/lib/docker/overlay2/5e366049624fe675306b65943ba13139f095ac099279212e06bab35687c
a16a5/diff:/var/lib/docker/overlay2/a02498332fa013a90bca8f39a178a0f356313a30ea36c4ade17d5d111da59e3d/diff:/var/lib/docker/overlay2/3e192586c30f840527beeb85008139ffcb1f734db0e9295244ec22594e0b1f0e/diff:/var/lib/docker/overlay2/8919ff04c761e8bee04c11461e233d298976de0bf2ab826ebd284ad89f697bd7/diff:/var/lib/docker/overlay2/e110975bdf7c6d8657a7621cd93f5f586fc9b41c575434cb54beb0860b999c78/diff:/var/lib/docker/overlay2/52dc14f9060025bc5fe798816a642e5605ee6d14856ab1fa33cff60e67e6e6e8/diff:/var/lib/docker/overlay2/3a1fb3621edd7c74cb0b0e92a95c9bffbdafad8022eba81e08fb563c6ef714b1/diff:/var/lib/docker/overlay2/97ccec9694c5da30f7b86a9c1d409fd717eed232e36bd162a3ddf5a3609ce207/diff:/var/lib/docker/overlay2/ce98296b8593ac634d7587c12f918e389e8bf358fb46bb50bb4c09ecf6466752/diff:/var/lib/docker/overlay2/1e6f55e2c533fba7459a9093c8f244698ca4f616f6d49a12ad84c569c3652234/diff:/var/lib/docker/overlay2/82b3d3d48f55eef0a39ed5ae3cdc24d1a8afe6fb28fbd73aafb35b5413666e39/diff",
	                "MergedDir": "/var/lib/docker/overlay2/45b5b2ee009666f7a26c95420366cb097692fd48283b0fde1dd0c328578ea035/merged",
	                "UpperDir": "/var/lib/docker/overlay2/45b5b2ee009666f7a26c95420366cb097692fd48283b0fde1dd0c328578ea035/diff",
	                "WorkDir": "/var/lib/docker/overlay2/45b5b2ee009666f7a26c95420366cb097692fd48283b0fde1dd0c328578ea035/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "volume",
	                "Name": "missing-upgrade-365693",
	                "Source": "/var/lib/docker/volumes/missing-upgrade-365693/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            },
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            }
	        ],
	        "Config": {
	            "Hostname": "missing-upgrade-365693",
	            "Domainname": "",
	            "User": "root",
	            "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.32@sha256:9190bd2393eae887316c97a74370b7d5dad8f0b2ef91ac2662bc36f7ef8e0b95",
	            "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": "missing-upgrade-365693",
	                "name.minikube.sigs.k8s.io": "missing-upgrade-365693",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "7361b6892a01b8df62079163c2575fdf393892e41c632172a3284dfa33d044a2",
	            "SandboxKey": "/var/run/docker/netns/7361b6892a01",
	            "Ports": {
	                "22/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33029"
	                    }
	                ],
	                "2376/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33028"
	                    }
	                ],
	                "32443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33025"
	                    }
	                ],
	                "5000/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33027"
	                    }
	                ],
	                "8443/tcp": [
	                    {
	                        "HostIp": "127.0.0.1",
	                        "HostPort": "33026"
	                    }
	                ]
	            },
	            "HairpinMode": false,
	            "LinkLocalIPv6Address": "",
	            "LinkLocalIPv6PrefixLen": 0,
	            "SecondaryIPAddresses": null,
	            "SecondaryIPv6Addresses": null,
	            "EndpointID": "e17e2b590f7953defeb62cc7883c563bd8c3809d6c03f9422e87297263b2499c",
	            "Gateway": "172.17.0.1",
	            "GlobalIPv6Address": "",
	            "GlobalIPv6PrefixLen": 0,
	            "IPAddress": "172.17.0.2",
	            "IPPrefixLen": 16,
	            "IPv6Gateway": "",
	            "MacAddress": "02:42:ac:11:00:02",
	            "Networks": {
	                "bridge": {
	                    "IPAMConfig": null,
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:ac:11:00:02",
	                    "NetworkID": "7456f028875dd65f612386cda917d4f816137a053486d23cfafde7769f895063",
	                    "EndpointID": "e17e2b590f7953defeb62cc7883c563bd8c3809d6c03f9422e87297263b2499c",
	                    "Gateway": "172.17.0.1",
	                    "IPAddress": "172.17.0.2",
	                    "IPPrefixLen": 16,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DriverOpts": null,
	                    "DNSNames": null
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p missing-upgrade-365693 -n missing-upgrade-365693
helpers_test.go:239: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Host}} -p missing-upgrade-365693 -n missing-upgrade-365693: exit status 3 (2.970952375s)

                                                
                                                
-- stdout --
	Error

                                                
                                                
-- /stdout --
** stderr ** 
	E0318 21:24:43.698086  348426 status.go:376] failed to get storage capacity of /var: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:53832->127.0.0.1:33029: read: connection reset by peer
	E0318 21:24:43.698104  348426 status.go:249] status error: NewSession: new client: new client: ssh: handshake failed: read tcp 127.0.0.1:53832->127.0.0.1:33029: read: connection reset by peer

                                                
                                                
** /stderr **
helpers_test.go:239: status error: exit status 3 (may be ok)
helpers_test.go:241: "missing-upgrade-365693" host is not running, skipping log retrieval (state="Error")
helpers_test.go:175: Cleaning up "missing-upgrade-365693" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p missing-upgrade-365693
E0318 21:24:50.223896   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p missing-upgrade-365693: (7.657843022s)
--- FAIL: TestMissingContainerUpgrade (1414.17s)

                                                
                                    

Test pass (306/335)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 15.1
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.21
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.14
12 TestDownloadOnly/v1.28.4/json-events 5.02
13 TestDownloadOnly/v1.28.4/preload-exists 0
17 TestDownloadOnly/v1.28.4/LogsDuration 0.07
18 TestDownloadOnly/v1.28.4/DeleteAll 0.21
19 TestDownloadOnly/v1.28.4/DeleteAlwaysSucceeds 0.13
21 TestDownloadOnly/v1.29.0-rc.2/json-events 8.9
22 TestDownloadOnly/v1.29.0-rc.2/preload-exists 0
26 TestDownloadOnly/v1.29.0-rc.2/LogsDuration 0.07
27 TestDownloadOnly/v1.29.0-rc.2/DeleteAll 0.21
28 TestDownloadOnly/v1.29.0-rc.2/DeleteAlwaysSucceeds 0.14
29 TestDownloadOnlyKic 1.22
30 TestBinaryMirror 0.76
31 TestOffline 56.23
34 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.06
35 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.06
36 TestAddons/Setup 130.19
38 TestAddons/parallel/Registry 15.02
40 TestAddons/parallel/InspektorGadget 11.02
41 TestAddons/parallel/MetricsServer 5.71
42 TestAddons/parallel/HelmTiller 9.44
44 TestAddons/parallel/CSI 57.59
45 TestAddons/parallel/Headlamp 13.2
46 TestAddons/parallel/CloudSpanner 5.77
47 TestAddons/parallel/LocalPath 53.34
48 TestAddons/parallel/NvidiaDevicePlugin 5.49
49 TestAddons/parallel/Yakd 6
52 TestAddons/serial/GCPAuth/Namespaces 0.11
53 TestAddons/StoppedEnableDisable 12.13
54 TestCertOptions 27.89
55 TestCertExpiration 221.39
57 TestForceSystemdFlag 23.74
58 TestForceSystemdEnv 35.21
60 TestKVMDriverInstallOrUpdate 3.27
64 TestErrorSpam/setup 21.33
65 TestErrorSpam/start 0.61
66 TestErrorSpam/status 0.9
67 TestErrorSpam/pause 1.51
68 TestErrorSpam/unpause 1.51
69 TestErrorSpam/stop 1.38
72 TestFunctional/serial/CopySyncFile 0
73 TestFunctional/serial/StartWithProxy 40.76
74 TestFunctional/serial/AuditLog 0
75 TestFunctional/serial/SoftStart 25.76
76 TestFunctional/serial/KubeContext 0.05
77 TestFunctional/serial/KubectlGetPods 0.07
80 TestFunctional/serial/CacheCmd/cache/add_remote 2.94
81 TestFunctional/serial/CacheCmd/cache/add_local 1.2
82 TestFunctional/serial/CacheCmd/cache/CacheDelete 0.06
83 TestFunctional/serial/CacheCmd/cache/list 0.06
84 TestFunctional/serial/CacheCmd/cache/verify_cache_inside_node 0.28
85 TestFunctional/serial/CacheCmd/cache/cache_reload 1.55
86 TestFunctional/serial/CacheCmd/cache/delete 0.12
87 TestFunctional/serial/MinikubeKubectlCmd 0.12
88 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.11
89 TestFunctional/serial/ExtraConfig 32.91
90 TestFunctional/serial/ComponentHealth 0.06
91 TestFunctional/serial/LogsCmd 1.37
92 TestFunctional/serial/LogsFileCmd 1.39
93 TestFunctional/serial/InvalidService 4.18
95 TestFunctional/parallel/ConfigCmd 0.51
96 TestFunctional/parallel/DashboardCmd 9.34
97 TestFunctional/parallel/DryRun 0.49
98 TestFunctional/parallel/InternationalLanguage 0.17
99 TestFunctional/parallel/StatusCmd 1.06
103 TestFunctional/parallel/ServiceCmdConnect 10.64
104 TestFunctional/parallel/AddonsCmd 0.15
105 TestFunctional/parallel/PersistentVolumeClaim 31.99
107 TestFunctional/parallel/SSHCmd 0.65
108 TestFunctional/parallel/CpCmd 1.63
109 TestFunctional/parallel/MySQL 20.89
110 TestFunctional/parallel/FileSync 0.29
111 TestFunctional/parallel/CertSync 1.87
115 TestFunctional/parallel/NodeLabels 0.07
117 TestFunctional/parallel/NonActiveRuntimeDisabled 0.54
119 TestFunctional/parallel/License 0.22
120 TestFunctional/parallel/Version/short 0.07
121 TestFunctional/parallel/Version/components 0.75
122 TestFunctional/parallel/ProfileCmd/profile_not_create 0.48
124 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.58
125 TestFunctional/parallel/ProfileCmd/profile_list 0.4
126 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
128 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 12.26
129 TestFunctional/parallel/ProfileCmd/profile_json_output 0.44
130 TestFunctional/parallel/ServiceCmd/DeployApp 11.15
131 TestFunctional/parallel/ImageCommands/ImageListShort 0.27
132 TestFunctional/parallel/ImageCommands/ImageListTable 0.25
133 TestFunctional/parallel/ImageCommands/ImageListJson 0.28
134 TestFunctional/parallel/ImageCommands/ImageListYaml 0.26
135 TestFunctional/parallel/ImageCommands/ImageBuild 3.79
136 TestFunctional/parallel/ImageCommands/Setup 0.81
137 TestFunctional/parallel/ServiceCmd/List 0.52
138 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 5.16
139 TestFunctional/parallel/ServiceCmd/JSONOutput 0.57
140 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.07
141 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
145 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
146 TestFunctional/parallel/UpdateContextCmd/no_changes 0.16
147 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.16
148 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.16
149 TestFunctional/parallel/ServiceCmd/HTTPS 0.5
150 TestFunctional/parallel/ServiceCmd/Format 0.39
151 TestFunctional/parallel/ServiceCmd/URL 0.37
152 TestFunctional/parallel/MountCmd/any-port 12.61
153 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 8.01
154 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 7.13
155 TestFunctional/parallel/MountCmd/specific-port 2.01
156 TestFunctional/parallel/MountCmd/VerifyCleanup 1.9
157 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.91
158 TestFunctional/parallel/ImageCommands/ImageRemove 0.55
159 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 1.9
160 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.8
161 TestFunctional/delete_addon-resizer_images 0.08
162 TestFunctional/delete_my-image_image 0.02
163 TestFunctional/delete_minikube_cached_images 0.02
167 TestMultiControlPlane/serial/StartCluster 110.87
168 TestMultiControlPlane/serial/DeployApp 4.12
169 TestMultiControlPlane/serial/PingHostFromPods 1.13
170 TestMultiControlPlane/serial/AddWorkerNode 27.06
171 TestMultiControlPlane/serial/NodeLabels 0.06
172 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.65
173 TestMultiControlPlane/serial/CopyFile 16.34
174 TestMultiControlPlane/serial/StopSecondaryNode 12.48
175 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.48
176 TestMultiControlPlane/serial/RestartSecondaryNode 21.14
177 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 2.97
178 TestMultiControlPlane/serial/RestartClusterKeepsNodes 191.07
179 TestMultiControlPlane/serial/DeleteSecondaryNode 11.83
180 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.48
181 TestMultiControlPlane/serial/StopCluster 35.6
182 TestMultiControlPlane/serial/RestartCluster 91.66
183 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.48
184 TestMultiControlPlane/serial/AddSecondaryNode 34.52
185 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.65
189 TestJSONOutput/start/Command 50.48
190 TestJSONOutput/start/Audit 0
192 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
193 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
195 TestJSONOutput/pause/Command 0.66
196 TestJSONOutput/pause/Audit 0
198 TestJSONOutput/pause/parallel/DistinctCurrentSteps 0
199 TestJSONOutput/pause/parallel/IncreasingCurrentSteps 0
201 TestJSONOutput/unpause/Command 0.59
202 TestJSONOutput/unpause/Audit 0
204 TestJSONOutput/unpause/parallel/DistinctCurrentSteps 0
205 TestJSONOutput/unpause/parallel/IncreasingCurrentSteps 0
207 TestJSONOutput/stop/Command 5.78
208 TestJSONOutput/stop/Audit 0
210 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
211 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
212 TestErrorJSONOutput 0.23
214 TestKicCustomNetwork/create_custom_network 33.18
215 TestKicCustomNetwork/use_default_bridge_network 25.4
216 TestKicExistingNetwork 27.94
217 TestKicCustomSubnet 24.75
218 TestKicStaticIP 25.05
219 TestMainNoArgs 0.06
220 TestMinikubeProfile 52.14
223 TestMountStart/serial/StartWithMountFirst 8.45
224 TestMountStart/serial/VerifyMountFirst 0.25
225 TestMountStart/serial/StartWithMountSecond 5.28
226 TestMountStart/serial/VerifyMountSecond 0.26
227 TestMountStart/serial/DeleteFirst 1.61
228 TestMountStart/serial/VerifyMountPostDelete 0.25
229 TestMountStart/serial/Stop 1.18
230 TestMountStart/serial/RestartStopped 7.44
231 TestMountStart/serial/VerifyMountPostStop 0.25
234 TestMultiNode/serial/FreshStart2Nodes 64.57
235 TestMultiNode/serial/DeployApp2Nodes 3.21
236 TestMultiNode/serial/PingHostFrom2Pods 0.78
237 TestMultiNode/serial/AddNode 21.1
238 TestMultiNode/serial/MultiNodeLabels 0.06
239 TestMultiNode/serial/ProfileList 0.3
240 TestMultiNode/serial/CopyFile 9.32
241 TestMultiNode/serial/StopNode 2.12
242 TestMultiNode/serial/StartAfterStop 8.98
243 TestMultiNode/serial/RestartKeepsNodes 103.65
244 TestMultiNode/serial/DeleteNode 5.37
245 TestMultiNode/serial/StopMultiNode 23.67
246 TestMultiNode/serial/RestartMultiNode 45.67
247 TestMultiNode/serial/ValidateNameConflict 24.91
252 TestPreload 108.11
254 TestScheduledStopUnix 98.08
257 TestInsufficientStorage 10.47
258 TestRunningBinaryUpgrade 68.6
260 TestKubernetesUpgrade 360.47
263 TestNoKubernetes/serial/StartNoK8sWithVersion 0.08
264 TestStoppedBinaryUpgrade/Setup 0.52
265 TestNoKubernetes/serial/StartWithK8s 38.82
266 TestStoppedBinaryUpgrade/Upgrade 101.85
267 TestNoKubernetes/serial/StartWithStopK8s 11.66
268 TestNoKubernetes/serial/Start 4.87
269 TestNoKubernetes/serial/VerifyK8sNotRunning 0.31
270 TestNoKubernetes/serial/ProfileList 1.26
278 TestNoKubernetes/serial/Stop 1.33
279 TestNoKubernetes/serial/StartNoArgs 6.86
280 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.35
281 TestStoppedBinaryUpgrade/MinikubeLogs 1.1
289 TestNetworkPlugins/group/false 3.5
294 TestPause/serial/Start 46.08
295 TestPause/serial/SecondStartNoReconfiguration 28.86
296 TestPause/serial/Pause 0.67
297 TestPause/serial/VerifyStatus 0.28
298 TestPause/serial/Unpause 0.59
299 TestPause/serial/PauseAgain 0.8
300 TestPause/serial/DeletePaused 2.51
301 TestPause/serial/VerifyDeletedResources 18.64
303 TestStartStop/group/old-k8s-version/serial/FirstStart 132.33
305 TestStartStop/group/no-preload/serial/FirstStart 63.84
306 TestStartStop/group/old-k8s-version/serial/DeployApp 8.35
307 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 0.83
308 TestStartStop/group/old-k8s-version/serial/Stop 11.88
309 TestStartStop/group/no-preload/serial/DeployApp 8.24
310 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 0.86
311 TestStartStop/group/no-preload/serial/Stop 15.08
312 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.22
313 TestStartStop/group/old-k8s-version/serial/SecondStart 146.9
314 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.24
315 TestStartStop/group/no-preload/serial/SecondStart 262.08
317 TestStartStop/group/embed-certs/serial/FirstStart 48.6
318 TestStartStop/group/embed-certs/serial/DeployApp 7.25
319 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 0.97
320 TestStartStop/group/embed-certs/serial/Stop 11.84
321 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.23
322 TestStartStop/group/embed-certs/serial/SecondStart 278.48
323 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6.01
324 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.07
325 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.23
326 TestStartStop/group/old-k8s-version/serial/Pause 2.59
328 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 47.94
329 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 7.24
330 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 0.88
331 TestStartStop/group/default-k8s-diff-port/serial/Stop 11.83
332 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.19
333 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 262.71
334 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6
335 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.07
336 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.23
337 TestStartStop/group/no-preload/serial/Pause 2.61
339 TestStartStop/group/newest-cni/serial/FirstStart 34.42
340 TestStartStop/group/newest-cni/serial/DeployApp 0
341 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 1.09
342 TestStartStop/group/newest-cni/serial/Stop 1.21
343 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.19
344 TestStartStop/group/newest-cni/serial/SecondStart 13.01
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.46
349 TestNetworkPlugins/group/auto/Start 47.21
350 TestNetworkPlugins/group/auto/KubeletFlags 0.29
351 TestNetworkPlugins/group/auto/NetCatPod 9.22
352 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
353 TestNetworkPlugins/group/auto/DNS 0.13
354 TestNetworkPlugins/group/auto/Localhost 0.1
355 TestNetworkPlugins/group/auto/HairPin 0.11
356 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.07
357 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.24
358 TestStartStop/group/embed-certs/serial/Pause 2.87
359 TestNetworkPlugins/group/kindnet/Start 45.15
360 TestNetworkPlugins/group/calico/Start 61.56
361 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
362 TestNetworkPlugins/group/kindnet/KubeletFlags 0.27
363 TestNetworkPlugins/group/kindnet/NetCatPod 10.18
364 TestNetworkPlugins/group/kindnet/DNS 0.12
365 TestNetworkPlugins/group/kindnet/Localhost 0.1
366 TestNetworkPlugins/group/kindnet/HairPin 0.1
367 TestNetworkPlugins/group/calico/ControllerPod 6.01
368 TestNetworkPlugins/group/calico/KubeletFlags 0.29
369 TestNetworkPlugins/group/calico/NetCatPod 13.2
370 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6
371 TestNetworkPlugins/group/custom-flannel/Start 56.99
372 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.07
373 TestNetworkPlugins/group/calico/DNS 0.16
374 TestNetworkPlugins/group/calico/Localhost 0.12
375 TestNetworkPlugins/group/calico/HairPin 0.11
376 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.24
377 TestStartStop/group/default-k8s-diff-port/serial/Pause 2.79
378 TestNetworkPlugins/group/enable-default-cni/Start 46.73
379 TestNetworkPlugins/group/flannel/Start 54.93
380 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.28
381 TestNetworkPlugins/group/custom-flannel/NetCatPod 9.18
382 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.31
383 TestNetworkPlugins/group/enable-default-cni/NetCatPod 10.21
384 TestNetworkPlugins/group/custom-flannel/DNS 0.14
385 TestNetworkPlugins/group/custom-flannel/Localhost 0.13
386 TestNetworkPlugins/group/custom-flannel/HairPin 0.12
387 TestNetworkPlugins/group/enable-default-cni/DNS 0.14
388 TestNetworkPlugins/group/enable-default-cni/Localhost 0.12
389 TestNetworkPlugins/group/enable-default-cni/HairPin 0.12
390 TestNetworkPlugins/group/flannel/ControllerPod 6.01
391 TestNetworkPlugins/group/bridge/Start 65.74
392 TestNetworkPlugins/group/flannel/KubeletFlags 0.32
393 TestNetworkPlugins/group/flannel/NetCatPod 12.22
394 TestNetworkPlugins/group/flannel/DNS 0.14
395 TestNetworkPlugins/group/flannel/Localhost 0.11
396 TestNetworkPlugins/group/flannel/HairPin 0.1
397 TestNetworkPlugins/group/bridge/KubeletFlags 0.28
398 TestNetworkPlugins/group/bridge/NetCatPod 10.17
399 TestNetworkPlugins/group/bridge/DNS 0.12
400 TestNetworkPlugins/group/bridge/Localhost 0.1
401 TestNetworkPlugins/group/bridge/HairPin 0.11
x
+
TestDownloadOnly/v1.20.0/json-events (15.1s)

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

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

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

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-570163 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC |          |
	|         | -p download-only-570163        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/03/18 20:29:00
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.1 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0318 20:29:00.153546   11958 out.go:291] Setting OutFile to fd 1 ...
	I0318 20:29:00.153645   11958 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:29:00.153652   11958 out.go:304] Setting ErrFile to fd 2...
	I0318 20:29:00.153656   11958 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:29:00.153834   11958 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	W0318 20:29:00.153942   11958 root.go:314] Error reading config file at /home/jenkins/minikube-integration/18421-5129/.minikube/config/config.json: open /home/jenkins/minikube-integration/18421-5129/.minikube/config/config.json: no such file or directory
	I0318 20:29:00.154494   11958 out.go:298] Setting JSON to true
	I0318 20:29:00.155334   11958 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":679,"bootTime":1710793061,"procs":174,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1054-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0318 20:29:00.155396   11958 start.go:139] virtualization: kvm guest
	I0318 20:29:00.158001   11958 out.go:97] [download-only-570163] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0318 20:29:00.159797   11958 out.go:169] MINIKUBE_LOCATION=18421
	W0318 20:29:00.158108   11958 preload.go:294] Failed to list preload files: open /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball: no such file or directory
	I0318 20:29:00.158216   11958 notify.go:220] Checking for updates...
	I0318 20:29:00.163210   11958 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0318 20:29:00.164958   11958 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	I0318 20:29:00.166642   11958 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube
	I0318 20:29:00.168459   11958 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0318 20:29:00.171785   11958 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0318 20:29:00.172023   11958 driver.go:392] Setting default libvirt URI to qemu:///system
	I0318 20:29:00.192598   11958 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
	I0318 20:29:00.192674   11958 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:29:00.554652   11958 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:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:57 SystemTime:2024-03-18 20:29:00.545812631 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:29:00.554759   11958 docker.go:295] overlay module found
	I0318 20:29:00.556874   11958 out.go:97] Using the docker driver based on user configuration
	I0318 20:29:00.556912   11958 start.go:297] selected driver: docker
	I0318 20:29:00.556919   11958 start.go:901] validating driver "docker" against <nil>
	I0318 20:29:00.557011   11958 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:29:00.607048   11958 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:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:57 SystemTime:2024-03-18 20:29:00.598789446 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:29:00.607199   11958 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0318 20:29:00.607671   11958 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0318 20:29:00.607813   11958 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0318 20:29:00.610157   11958 out.go:169] Using Docker driver with root privileges
	I0318 20:29:00.611603   11958 cni.go:84] Creating CNI manager for ""
	I0318 20:29:00.611622   11958 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0318 20:29:00.611633   11958 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0318 20:29:00.611707   11958 start.go:340] cluster config:
	{Name:download-only-570163 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.20.0 ClusterName:download-only-570163 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local Co
ntainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.20.0 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0318 20:29:00.613665   11958 out.go:97] Starting "download-only-570163" primary control-plane node in "download-only-570163" cluster
	I0318 20:29:00.613693   11958 cache.go:121] Beginning downloading kic base image for docker with crio
	I0318 20:29:00.615641   11958 out.go:97] Pulling base image v0.0.42-1710284843-18375 ...
	I0318 20:29:00.615670   11958 preload.go:132] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0318 20:29:00.615736   11958 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local docker daemon
	I0318 20:29:00.632910   11958 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f to local cache
	I0318 20:29:00.633147   11958 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local cache directory
	I0318 20:29:00.633265   11958 image.go:118] Writing gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f to local cache
	I0318 20:29:00.647400   11958 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	I0318 20:29:00.647437   11958 cache.go:56] Caching tarball of preloaded images
	I0318 20:29:00.647574   11958 preload.go:132] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0318 20:29:00.649692   11958 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0318 20:29:00.649714   11958 preload.go:237] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0318 20:29:00.681260   11958 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.20.0/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4?checksum=md5:f93b07cde9c3289306cbaeb7a1803c19 -> /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	I0318 20:29:03.891657   11958 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f as a tarball
	I0318 20:29:09.553335   11958 preload.go:248] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0318 20:29:09.553425   11958 preload.go:255] verifying checksum of /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0318 20:29:10.463809   11958 cache.go:59] Finished verifying existence of preloaded tar for v1.20.0 on crio
	I0318 20:29:10.464142   11958 profile.go:142] Saving config to /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/download-only-570163/config.json ...
	I0318 20:29:10.464177   11958 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/download-only-570163/config.json: {Name:mk41940525ec67d163be02e22279f190ca66c2d9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0318 20:29:10.464363   11958 preload.go:132] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0318 20:29:10.464534   11958 download.go:107] Downloading: https://dl.k8s.io/release/v1.20.0/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.20.0/bin/linux/amd64/kubectl.sha256 -> /home/jenkins/minikube-integration/18421-5129/.minikube/cache/linux/amd64/v1.20.0/kubectl
	
	
	* The control-plane node download-only-570163 host does not exist
	  To start a cluster, run: "minikube start -p download-only-570163"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.28.4/json-events (5.02s)

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

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

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

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

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-570163 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC |                     |
	|         | -p download-only-570163        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:29 UTC |
	| delete  | -p download-only-570163        | download-only-570163 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:29 UTC |
	| start   | -o=json --download-only        | download-only-614115 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC |                     |
	|         | -p download-only-614115        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.28.4   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/03/18 20:29:15
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.1 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0318 20:29:15.673547   12268 out.go:291] Setting OutFile to fd 1 ...
	I0318 20:29:15.673668   12268 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:29:15.673677   12268 out.go:304] Setting ErrFile to fd 2...
	I0318 20:29:15.673681   12268 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:29:15.673869   12268 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 20:29:15.674431   12268 out.go:298] Setting JSON to true
	I0318 20:29:15.675271   12268 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":695,"bootTime":1710793061,"procs":172,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1054-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0318 20:29:15.675336   12268 start.go:139] virtualization: kvm guest
	I0318 20:29:15.678194   12268 out.go:97] [download-only-614115] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0318 20:29:15.680177   12268 out.go:169] MINIKUBE_LOCATION=18421
	I0318 20:29:15.678446   12268 notify.go:220] Checking for updates...
	I0318 20:29:15.683629   12268 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0318 20:29:15.685770   12268 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	I0318 20:29:15.687771   12268 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube
	I0318 20:29:15.689645   12268 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0318 20:29:15.692666   12268 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0318 20:29:15.692918   12268 driver.go:392] Setting default libvirt URI to qemu:///system
	I0318 20:29:15.713616   12268 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
	I0318 20:29:15.713748   12268 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:29:15.764183   12268 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:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:50 SystemTime:2024-03-18 20:29:15.755814653 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:29:15.764288   12268 docker.go:295] overlay module found
	I0318 20:29:15.766397   12268 out.go:97] Using the docker driver based on user configuration
	I0318 20:29:15.766424   12268 start.go:297] selected driver: docker
	I0318 20:29:15.766429   12268 start.go:901] validating driver "docker" against <nil>
	I0318 20:29:15.766514   12268 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:29:15.817269   12268 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:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:50 SystemTime:2024-03-18 20:29:15.808936561 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:29:15.817420   12268 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0318 20:29:15.817902   12268 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0318 20:29:15.818041   12268 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0318 20:29:15.820193   12268 out.go:169] Using Docker driver with root privileges
	
	
	* The control-plane node download-only-614115 host does not exist
	  To start a cluster, run: "minikube start -p download-only-614115"

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/json-events (8.9s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.29.0-rc.2/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-828256 --force --alsologtostderr --kubernetes-version=v1.29.0-rc.2 --container-runtime=crio --driver=docker  --container-runtime=crio
aaa_download_only_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -o=json --download-only -p download-only-828256 --force --alsologtostderr --kubernetes-version=v1.29.0-rc.2 --container-runtime=crio --driver=docker  --container-runtime=crio: (8.900619072s)
--- PASS: TestDownloadOnly/v1.29.0-rc.2/json-events (8.90s)

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/preload-exists (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.29.0-rc.2/preload-exists
--- PASS: TestDownloadOnly/v1.29.0-rc.2/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/LogsDuration (0.07s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.29.0-rc.2/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-amd64 logs -p download-only-828256
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-amd64 logs -p download-only-828256: exit status 85 (74.182513ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|-----------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |               Args                |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|-----------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only           | download-only-570163 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC |                     |
	|         | -p download-only-570163           |                      |         |         |                     |                     |
	|         | --force --alsologtostderr         |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0      |                      |         |         |                     |                     |
	|         | --container-runtime=crio          |                      |         |         |                     |                     |
	|         | --driver=docker                   |                      |         |         |                     |                     |
	|         | --container-runtime=crio          |                      |         |         |                     |                     |
	| delete  | --all                             | minikube             | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:29 UTC |
	| delete  | -p download-only-570163           | download-only-570163 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:29 UTC |
	| start   | -o=json --download-only           | download-only-614115 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC |                     |
	|         | -p download-only-614115           |                      |         |         |                     |                     |
	|         | --force --alsologtostderr         |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.28.4      |                      |         |         |                     |                     |
	|         | --container-runtime=crio          |                      |         |         |                     |                     |
	|         | --driver=docker                   |                      |         |         |                     |                     |
	|         | --container-runtime=crio          |                      |         |         |                     |                     |
	| delete  | --all                             | minikube             | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:29 UTC |
	| delete  | -p download-only-614115           | download-only-614115 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC | 18 Mar 24 20:29 UTC |
	| start   | -o=json --download-only           | download-only-828256 | jenkins | v1.32.0 | 18 Mar 24 20:29 UTC |                     |
	|         | -p download-only-828256           |                      |         |         |                     |                     |
	|         | --force --alsologtostderr         |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.29.0-rc.2 |                      |         |         |                     |                     |
	|         | --container-runtime=crio          |                      |         |         |                     |                     |
	|         | --driver=docker                   |                      |         |         |                     |                     |
	|         | --container-runtime=crio          |                      |         |         |                     |                     |
	|---------|-----------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/03/18 20:29:21
	Running on machine: ubuntu-20-agent-15
	Binary: Built with gc go1.22.1 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0318 20:29:21.112985   12558 out.go:291] Setting OutFile to fd 1 ...
	I0318 20:29:21.113150   12558 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:29:21.113163   12558 out.go:304] Setting ErrFile to fd 2...
	I0318 20:29:21.113169   12558 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:29:21.113375   12558 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 20:29:21.113959   12558 out.go:298] Setting JSON to true
	I0318 20:29:21.114767   12558 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":700,"bootTime":1710793061,"procs":172,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1054-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0318 20:29:21.114829   12558 start.go:139] virtualization: kvm guest
	I0318 20:29:21.117229   12558 out.go:97] [download-only-828256] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0318 20:29:21.118980   12558 out.go:169] MINIKUBE_LOCATION=18421
	I0318 20:29:21.117455   12558 notify.go:220] Checking for updates...
	I0318 20:29:21.120723   12558 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0318 20:29:21.122289   12558 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	I0318 20:29:21.123718   12558 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube
	I0318 20:29:21.125078   12558 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0318 20:29:21.127765   12558 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0318 20:29:21.127989   12558 driver.go:392] Setting default libvirt URI to qemu:///system
	I0318 20:29:21.150110   12558 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
	I0318 20:29:21.150207   12558 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:29:21.203825   12558 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:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:50 SystemTime:2024-03-18 20:29:21.195211026 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:29:21.203936   12558 docker.go:295] overlay module found
	I0318 20:29:21.206019   12558 out.go:97] Using the docker driver based on user configuration
	I0318 20:29:21.206049   12558 start.go:297] selected driver: docker
	I0318 20:29:21.206055   12558 start.go:901] validating driver "docker" against <nil>
	I0318 20:29:21.206140   12558 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:29:21.257723   12558 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:true BridgeNfIP6Tables:true Debug:false NFd:29 OomKillDisable:true NGoroutines:50 SystemTime:2024-03-18 20:29:21.249053388 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:29:21.257892   12558 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0318 20:29:21.258377   12558 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0318 20:29:21.258529   12558 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0318 20:29:21.260751   12558 out.go:169] Using Docker driver with root privileges
	I0318 20:29:21.262440   12558 cni.go:84] Creating CNI manager for ""
	I0318 20:29:21.262462   12558 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0318 20:29:21.262475   12558 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0318 20:29:21.262557   12558 start.go:340] cluster config:
	{Name:download-only-828256 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f Memory:8000 CPUs:2 DiskSize:20000 Driver:docker HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.29.0-rc.2 ClusterName:download-only-828256 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.loc
al ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP: Port:8443 KubernetesVersion:v1.29.0-rc.2 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0318 20:29:21.264210   12558 out.go:97] Starting "download-only-828256" primary control-plane node in "download-only-828256" cluster
	I0318 20:29:21.264230   12558 cache.go:121] Beginning downloading kic base image for docker with crio
	I0318 20:29:21.265765   12558 out.go:97] Pulling base image v0.0.42-1710284843-18375 ...
	I0318 20:29:21.265792   12558 preload.go:132] Checking if preload exists for k8s version v1.29.0-rc.2 and runtime crio
	I0318 20:29:21.265896   12558 image.go:79] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local docker daemon
	I0318 20:29:21.280764   12558 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f to local cache
	I0318 20:29:21.280964   12558 image.go:63] Checking for gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local cache directory
	I0318 20:29:21.280984   12558 image.go:66] Found gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f in local cache directory, skipping pull
	I0318 20:29:21.280988   12558 image.go:105] gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f exists in cache, skipping pull
	I0318 20:29:21.280995   12558 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f as a tarball
	I0318 20:29:21.304282   12558 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.29.0-rc.2/preloaded-images-k8s-v18-v1.29.0-rc.2-cri-o-overlay-amd64.tar.lz4
	I0318 20:29:21.304663   12558 cache.go:56] Caching tarball of preloaded images
	I0318 20:29:21.304835   12558 preload.go:132] Checking if preload exists for k8s version v1.29.0-rc.2 and runtime crio
	I0318 20:29:21.306982   12558 out.go:97] Downloading Kubernetes v1.29.0-rc.2 preload ...
	I0318 20:29:21.307024   12558 preload.go:237] getting checksum for preloaded-images-k8s-v18-v1.29.0-rc.2-cri-o-overlay-amd64.tar.lz4 ...
	I0318 20:29:21.338319   12558 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.29.0-rc.2/preloaded-images-k8s-v18-v1.29.0-rc.2-cri-o-overlay-amd64.tar.lz4?checksum=md5:9e0f57288adacc30aad3ff7e72a8dc68 -> /home/jenkins/minikube-integration/18421-5129/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.0-rc.2-cri-o-overlay-amd64.tar.lz4
	
	
	* The control-plane node download-only-828256 host does not exist
	  To start a cluster, run: "minikube start -p download-only-828256"

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

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/DeleteAll (0.21s)

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

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/DeleteAlwaysSucceeds (0.14s)

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

                                                
                                    
x
+
TestDownloadOnlyKic (1.22s)

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

                                                
                                    
x
+
TestBinaryMirror (0.76s)

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

                                                
                                    
x
+
TestOffline (56.23s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

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

                                                
                                    
x
+
TestAddons/PreSetup/EnablingAddonOnNonExistingCluster (0.06s)

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

                                                
                                                

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

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

                                                
                                                
-- /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:939: (dbg) Run:  out/minikube-linux-amd64 addons disable dashboard -p addons-089833
addons_test.go:939: (dbg) Non-zero exit: out/minikube-linux-amd64 addons disable dashboard -p addons-089833: exit status 85 (63.847845ms)

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

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

                                                
                                    
x
+
TestAddons/Setup (130.19s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:109: (dbg) Run:  out/minikube-linux-amd64 start -p addons-089833 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=storage-provisioner-rancher --addons=nvidia-device-plugin --addons=yakd --driver=docker  --container-runtime=crio --addons=ingress --addons=ingress-dns --addons=helm-tiller
addons_test.go:109: (dbg) Done: out/minikube-linux-amd64 start -p addons-089833 --wait=true --memory=4000 --alsologtostderr --addons=registry --addons=metrics-server --addons=volumesnapshots --addons=csi-hostpath-driver --addons=gcp-auth --addons=cloud-spanner --addons=inspektor-gadget --addons=storage-provisioner-rancher --addons=nvidia-device-plugin --addons=yakd --driver=docker  --container-runtime=crio --addons=ingress --addons=ingress-dns --addons=helm-tiller: (2m10.191918523s)
--- PASS: TestAddons/Setup (130.19s)

                                                
                                    
x
+
TestAddons/parallel/Registry (15.02s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:330: registry stabilized in 14.31582ms
addons_test.go:332: (dbg) TestAddons/parallel/Registry: waiting 6m0s for pods matching "actual-registry=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-jzk5w" [7608db94-4315-494d-a6f0-e1e15ca3dd15] Running
addons_test.go:332: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.108802179s
addons_test.go:335: (dbg) TestAddons/parallel/Registry: waiting 10m0s for pods matching "registry-proxy=true" in namespace "kube-system" ...
helpers_test.go:344: "registry-proxy-x9hzd" [70cc9d2e-7d41-42bd-840b-c068f50d8dc3] Running
addons_test.go:335: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 6.00463982s
addons_test.go:340: (dbg) Run:  kubectl --context addons-089833 delete po -l run=registry-test --now
addons_test.go:345: (dbg) Run:  kubectl --context addons-089833 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:345: (dbg) Done: kubectl --context addons-089833 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": (2.69770222s)
addons_test.go:359: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 ip
2024/03/18 20:31:57 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:388: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (15.02s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.02s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/InspektorGadget
addons_test.go:838: (dbg) TestAddons/parallel/InspektorGadget: waiting 8m0s for pods matching "k8s-app=gadget" in namespace "gadget" ...
helpers_test.go:344: "gadget-rlkhf" [f3f43e61-7b05-4d95-8bab-23c20b67fb37] Running / Ready:ContainersNotReady (containers with unready status: [gadget]) / ContainersReady:ContainersNotReady (containers with unready status: [gadget])
addons_test.go:838: (dbg) TestAddons/parallel/InspektorGadget: k8s-app=gadget healthy within 5.004562565s
addons_test.go:841: (dbg) Run:  out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-089833
addons_test.go:841: (dbg) Done: out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-089833: (6.014725519s)
--- PASS: TestAddons/parallel/InspektorGadget (11.02s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (5.71s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:407: metrics-server stabilized in 3.014951ms
addons_test.go:409: (dbg) TestAddons/parallel/MetricsServer: waiting 6m0s for pods matching "k8s-app=metrics-server" in namespace "kube-system" ...
helpers_test.go:344: "metrics-server-69cf46c98-9mmbt" [7d8cebee-abdf-4686-b6d0-1a0de2e1feba] Running
addons_test.go:409: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.004363765s
addons_test.go:415: (dbg) Run:  kubectl --context addons-089833 top pods -n kube-system
addons_test.go:432: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (5.71s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (9.44s)

                                                
                                                
=== RUN   TestAddons/parallel/HelmTiller
=== PAUSE TestAddons/parallel/HelmTiller

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:456: tiller-deploy stabilized in 12.972935ms
addons_test.go:458: (dbg) TestAddons/parallel/HelmTiller: waiting 6m0s for pods matching "app=helm" in namespace "kube-system" ...
helpers_test.go:344: "tiller-deploy-7b677967b9-ffwpr" [dfab3268-2e84-4374-82c0-40f980be9eaf] Running
addons_test.go:458: (dbg) TestAddons/parallel/HelmTiller: app=helm healthy within 5.108590945s
addons_test.go:473: (dbg) Run:  kubectl --context addons-089833 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version
addons_test.go:473: (dbg) Done: kubectl --context addons-089833 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version: (3.74604243s)
addons_test.go:490: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 addons disable helm-tiller --alsologtostderr -v=1
--- PASS: TestAddons/parallel/HelmTiller (9.44s)

                                                
                                    
x
+
TestAddons/parallel/CSI (57.59s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:561: csi-hostpath-driver pods stabilized in 14.014867ms
addons_test.go:564: (dbg) Run:  kubectl --context addons-089833 create -f testdata/csi-hostpath-driver/pvc.yaml
addons_test.go:569: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:574: (dbg) Run:  kubectl --context addons-089833 create -f testdata/csi-hostpath-driver/pv-pod.yaml
addons_test.go:579: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pods matching "app=task-pv-pod" in namespace "default" ...
helpers_test.go:344: "task-pv-pod" [f3784724-9435-4bf7-bb27-d398c2b46b9d] Pending
helpers_test.go:344: "task-pv-pod" [f3784724-9435-4bf7-bb27-d398c2b46b9d] 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" [f3784724-9435-4bf7-bb27-d398c2b46b9d] Running
addons_test.go:579: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 11.004062876s
addons_test.go:584: (dbg) Run:  kubectl --context addons-089833 create -f testdata/csi-hostpath-driver/snapshot.yaml
addons_test.go:589: (dbg) TestAddons/parallel/CSI: waiting 6m0s for volume snapshot "new-snapshot-demo" in namespace "default" ...
helpers_test.go:419: (dbg) Run:  kubectl --context addons-089833 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-089833 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:594: (dbg) Run:  kubectl --context addons-089833 delete pod task-pv-pod
addons_test.go:600: (dbg) Run:  kubectl --context addons-089833 delete pvc hpvc
addons_test.go:606: (dbg) Run:  kubectl --context addons-089833 create -f testdata/csi-hostpath-driver/pvc-restore.yaml
addons_test.go:611: (dbg) TestAddons/parallel/CSI: waiting 6m0s for pvc "hpvc-restore" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:616: (dbg) Run:  kubectl --context addons-089833 create -f testdata/csi-hostpath-driver/pv-pod-restore.yaml
addons_test.go:621: (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" [88136b61-4d30-49fc-bef7-7fc2ed665a1a] Pending
helpers_test.go:344: "task-pv-pod-restore" [88136b61-4d30-49fc-bef7-7fc2ed665a1a] 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" [88136b61-4d30-49fc-bef7-7fc2ed665a1a] Running
addons_test.go:621: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.003765757s
addons_test.go:626: (dbg) Run:  kubectl --context addons-089833 delete pod task-pv-pod-restore
addons_test.go:630: (dbg) Run:  kubectl --context addons-089833 delete pvc hpvc-restore
addons_test.go:634: (dbg) Run:  kubectl --context addons-089833 delete volumesnapshot new-snapshot-demo
addons_test.go:638: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:638: (dbg) Done: out/minikube-linux-amd64 -p addons-089833 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.594732108s)
addons_test.go:642: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (57.59s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (13.2s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Headlamp
addons_test.go:824: (dbg) Run:  out/minikube-linux-amd64 addons enable headlamp -p addons-089833 --alsologtostderr -v=1
addons_test.go:824: (dbg) Done: out/minikube-linux-amd64 addons enable headlamp -p addons-089833 --alsologtostderr -v=1: (1.195787582s)
addons_test.go:829: (dbg) TestAddons/parallel/Headlamp: waiting 8m0s for pods matching "app.kubernetes.io/name=headlamp" in namespace "headlamp" ...
helpers_test.go:344: "headlamp-5485c556b-66qjr" [3360ea50-b595-4960-9078-18bea0a83691] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-5485c556b-66qjr" [3360ea50-b595-4960-9078-18bea0a83691] Running
addons_test.go:829: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 12.003479779s
--- PASS: TestAddons/parallel/Headlamp (13.20s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.77s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CloudSpanner
addons_test.go:857: (dbg) TestAddons/parallel/CloudSpanner: waiting 6m0s for pods matching "app=cloud-spanner-emulator" in namespace "default" ...
helpers_test.go:344: "cloud-spanner-emulator-5446596998-cdklz" [54950724-fb64-4d30-8901-e130f78f5f28] Running
addons_test.go:857: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.032266263s
addons_test.go:860: (dbg) Run:  out/minikube-linux-amd64 addons disable cloud-spanner -p addons-089833
--- PASS: TestAddons/parallel/CloudSpanner (5.77s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (53.34s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:873: (dbg) Run:  kubectl --context addons-089833 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:879: (dbg) Run:  kubectl --context addons-089833 apply -f testdata/storage-provisioner-rancher/pod.yaml
addons_test.go:883: (dbg) TestAddons/parallel/LocalPath: waiting 5m0s for pvc "test-pvc" in namespace "default" ...
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-089833 get pvc test-pvc -o jsonpath={.status.phase} -n default
addons_test.go:886: (dbg) TestAddons/parallel/LocalPath: waiting 3m0s for pods matching "run=test-local-path" in namespace "default" ...
helpers_test.go:344: "test-local-path" [a3f94f73-ec22-45c7-8310-f81817f90f22] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [a3f94f73-ec22-45c7-8310-f81817f90f22] Pending: Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [a3f94f73-ec22-45c7-8310-f81817f90f22] Succeeded: Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:886: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 4.003926954s
addons_test.go:891: (dbg) Run:  kubectl --context addons-089833 get pvc test-pvc -o=json
addons_test.go:900: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 ssh "cat /opt/local-path-provisioner/pvc-c036789c-0c27-4a41-b57b-e2e8429c0754_default_test-pvc/file1"
addons_test.go:912: (dbg) Run:  kubectl --context addons-089833 delete pod test-local-path
addons_test.go:916: (dbg) Run:  kubectl --context addons-089833 delete pvc test-pvc
addons_test.go:920: (dbg) Run:  out/minikube-linux-amd64 -p addons-089833 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:920: (dbg) Done: out/minikube-linux-amd64 -p addons-089833 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.350529669s)
--- PASS: TestAddons/parallel/LocalPath (53.34s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (5.49s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/NvidiaDevicePlugin
addons_test.go:952: (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-l246d" [9e72a283-0cbb-425f-94ac-377a5cec5686] Running
addons_test.go:952: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 5.004905532s
addons_test.go:955: (dbg) Run:  out/minikube-linux-amd64 addons disable nvidia-device-plugin -p addons-089833
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (5.49s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (6s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Yakd
addons_test.go:963: (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-9947fc6bf-5gv6c" [5bed0e4c-17c4-4173-9027-382fb13e9648] Running
addons_test.go:963: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 6.003456726s
--- PASS: TestAddons/parallel/Yakd (6.00s)

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

                                                
                                                
=== RUN   TestAddons/serial/GCPAuth/Namespaces
addons_test.go:650: (dbg) Run:  kubectl --context addons-089833 create ns new-namespace
addons_test.go:664: (dbg) Run:  kubectl --context addons-089833 get secret gcp-auth -n new-namespace
--- PASS: TestAddons/serial/GCPAuth/Namespaces (0.11s)

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.13s)

                                                
                                                
=== RUN   TestAddons/StoppedEnableDisable
addons_test.go:172: (dbg) Run:  out/minikube-linux-amd64 stop -p addons-089833
addons_test.go:172: (dbg) Done: out/minikube-linux-amd64 stop -p addons-089833: (11.846865145s)
addons_test.go:176: (dbg) Run:  out/minikube-linux-amd64 addons enable dashboard -p addons-089833
addons_test.go:180: (dbg) Run:  out/minikube-linux-amd64 addons disable dashboard -p addons-089833
addons_test.go:185: (dbg) Run:  out/minikube-linux-amd64 addons disable gvisor -p addons-089833
--- PASS: TestAddons/StoppedEnableDisable (12.13s)

                                                
                                    
x
+
TestCertOptions (27.89s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (221.39s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdFlag (23.74s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

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

                                                
                                    
x
+
TestForceSystemdEnv (35.21s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-env-204562 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=crio
docker_test.go:155: (dbg) Done: out/minikube-linux-amd64 start -p force-systemd-env-204562 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (26.488985002s)
helpers_test.go:175: Cleaning up "force-systemd-env-204562" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-env-204562
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-env-204562: (8.717985436s)
--- PASS: TestForceSystemdEnv (35.21s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (3.27s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
=== PAUSE TestKVMDriverInstallOrUpdate

                                                
                                                

                                                
                                                
=== CONT  TestKVMDriverInstallOrUpdate
--- PASS: TestKVMDriverInstallOrUpdate (3.27s)

                                                
                                    
x
+
TestErrorSpam/setup (21.33s)

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

                                                
                                    
x
+
TestErrorSpam/start (0.61s)

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

                                                
                                    
x
+
TestErrorSpam/status (0.9s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.51s)

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

                                                
                                    
x
+
TestErrorSpam/unpause (1.51s)

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

                                                
                                    
x
+
TestErrorSpam/stop (1.38s)

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

                                                
                                    
x
+
TestFunctional/serial/CopySyncFile (0s)

                                                
                                                
=== RUN   TestFunctional/serial/CopySyncFile
functional_test.go:1851: local sync path: /home/jenkins/minikube-integration/18421-5129/.minikube/files/etc/test/nested/copy/11946/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (40.76s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2230: (dbg) Run:  out/minikube-linux-amd64 start -p functional-692415 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio
functional_test.go:2230: (dbg) Done: out/minikube-linux-amd64 start -p functional-692415 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (40.756172466s)
--- PASS: TestFunctional/serial/StartWithProxy (40.76s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (25.76s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
functional_test.go:655: (dbg) Run:  out/minikube-linux-amd64 start -p functional-692415 --alsologtostderr -v=8
functional_test.go:655: (dbg) Done: out/minikube-linux-amd64 start -p functional-692415 --alsologtostderr -v=8: (25.753736553s)
functional_test.go:659: soft start took 25.755528147s for "functional-692415" cluster.
--- PASS: TestFunctional/serial/SoftStart (25.76s)

                                                
                                    
x
+
TestFunctional/serial/KubeContext (0.05s)

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

                                                
                                    
x
+
TestFunctional/serial/KubectlGetPods (0.07s)

                                                
                                                
=== RUN   TestFunctional/serial/KubectlGetPods
functional_test.go:692: (dbg) Run:  kubectl --context functional-692415 get po -A
--- PASS: TestFunctional/serial/KubectlGetPods (0.07s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1045: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 cache add registry.k8s.io/pause:3.1
functional_test.go:1045: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 cache add registry.k8s.io/pause:3.3
E0318 20:36:43.027770   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 20:36:43.033523   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 20:36:43.043843   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 20:36:43.064139   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 20:36:43.104427   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 20:36:43.184802   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 20:36:43.345215   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
functional_test.go:1045: (dbg) Done: out/minikube-linux-amd64 -p functional-692415 cache add registry.k8s.io/pause:3.3: (1.056628403s)
functional_test.go:1045: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 cache add registry.k8s.io/pause:latest
E0318 20:36:43.665392   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 20:36:44.306359   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (2.94s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1073: (dbg) Run:  docker build -t minikube-local-cache-test:functional-692415 /tmp/TestFunctionalserialCacheCmdcacheadd_local1728820406/001
functional_test.go:1085: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 cache add minikube-local-cache-test:functional-692415
functional_test.go:1090: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 cache delete minikube-local-cache-test:functional-692415
E0318 20:36:45.586712   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
functional_test.go:1079: (dbg) Run:  docker rmi minikube-local-cache-test:functional-692415
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (1.20s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/CacheDelete
functional_test.go:1098: (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.06s)

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

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

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.12s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.11s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (32.91s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:753: (dbg) Run:  out/minikube-linux-amd64 start -p functional-692415 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E0318 20:36:48.147735   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 20:36:53.268777   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 20:37:03.509219   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
functional_test.go:753: (dbg) Done: out/minikube-linux-amd64 start -p functional-692415 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (32.906444829s)
functional_test.go:757: restart took 32.90656383s for "functional-692415" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (32.91s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.06s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.37s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsCmd
functional_test.go:1232: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 logs
functional_test.go:1232: (dbg) Done: out/minikube-linux-amd64 -p functional-692415 logs: (1.368718448s)
--- PASS: TestFunctional/serial/LogsCmd (1.37s)

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.39s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1246: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 logs --file /tmp/TestFunctionalserialLogsFileCmd1846286238/001/logs.txt
functional_test.go:1246: (dbg) Done: out/minikube-linux-amd64 -p functional-692415 logs --file /tmp/TestFunctionalserialLogsFileCmd1846286238/001/logs.txt: (1.390871805s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.39s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (4.18s)

                                                
                                                
=== RUN   TestFunctional/serial/InvalidService
functional_test.go:2317: (dbg) Run:  kubectl --context functional-692415 apply -f testdata/invalidsvc.yaml
E0318 20:37:23.990385   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
functional_test.go:2331: (dbg) Run:  out/minikube-linux-amd64 service invalid-svc -p functional-692415
functional_test.go:2331: (dbg) Non-zero exit: out/minikube-linux-amd64 service invalid-svc -p functional-692415: exit status 115 (337.417902ms)

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

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

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.51s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (9.34s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.49s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0318 20:38:01.463459   49932 out.go:291] Setting OutFile to fd 1 ...
	I0318 20:38:01.463728   49932 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:38:01.463738   49932 out.go:304] Setting ErrFile to fd 2...
	I0318 20:38:01.463744   49932 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:38:01.464016   49932 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 20:38:01.464590   49932 out.go:298] Setting JSON to false
	I0318 20:38:01.465685   49932 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":1220,"bootTime":1710793061,"procs":244,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1054-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0318 20:38:01.465747   49932 start.go:139] virtualization: kvm guest
	I0318 20:38:01.468566   49932 out.go:177] * [functional-692415] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0318 20:38:01.470466   49932 out.go:177]   - MINIKUBE_LOCATION=18421
	I0318 20:38:01.472235   49932 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0318 20:38:01.470510   49932 notify.go:220] Checking for updates...
	I0318 20:38:01.475800   49932 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	I0318 20:38:01.477739   49932 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube
	I0318 20:38:01.479751   49932 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0318 20:38:01.482107   49932 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0318 20:38:01.484233   49932 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
	I0318 20:38:01.484942   49932 driver.go:392] Setting default libvirt URI to qemu:///system
	I0318 20:38:01.512643   49932 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
	I0318 20:38:01.512752   49932 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:38:01.597877   49932 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:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:32 OomKillDisable:true NGoroutines:58 SystemTime:2024-03-18 20:38:01.585712653 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:38:01.598004   49932 docker.go:295] overlay module found
	I0318 20:38:01.600945   49932 out.go:177] * Using the docker driver based on existing profile
	I0318 20:38:01.603199   49932 start.go:297] selected driver: docker
	I0318 20:38:01.603217   49932 start.go:901] validating driver "docker" against &{Name:functional-692415 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f 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.28.4 ClusterName:functional-692415 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0318 20:38:01.603338   49932 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0318 20:38:01.606513   49932 out.go:177] 
	W0318 20:38:01.608323   49932 out.go:239] 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
	I0318 20:38:01.610246   49932 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.17s)

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

                                                
                                                

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0318 20:37:44.705659   46735 out.go:291] Setting OutFile to fd 1 ...
	I0318 20:37:44.705929   46735 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:37:44.705938   46735 out.go:304] Setting ErrFile to fd 2...
	I0318 20:37:44.705942   46735 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:37:44.706205   46735 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 20:37:44.706756   46735 out.go:298] Setting JSON to false
	I0318 20:37:44.707669   46735 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":1204,"bootTime":1710793061,"procs":237,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1054-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0318 20:37:44.707742   46735 start.go:139] virtualization: kvm guest
	I0318 20:37:44.710540   46735 out.go:177] * [functional-692415] minikube v1.32.0 sur Ubuntu 20.04 (kvm/amd64)
	I0318 20:37:44.712155   46735 out.go:177]   - MINIKUBE_LOCATION=18421
	I0318 20:37:44.712186   46735 notify.go:220] Checking for updates...
	I0318 20:37:44.713802   46735 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0318 20:37:44.715394   46735 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	I0318 20:37:44.717004   46735 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube
	I0318 20:37:44.718635   46735 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0318 20:37:44.720224   46735 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0318 20:37:44.722217   46735 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
	I0318 20:37:44.722670   46735 driver.go:392] Setting default libvirt URI to qemu:///system
	I0318 20:37:44.747103   46735 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
	I0318 20:37:44.747208   46735 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:37:44.799248   46735 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:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:34 OomKillDisable:true NGoroutines:60 SystemTime:2024-03-18 20:37:44.790782677 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:37:44.799344   46735 docker.go:295] overlay module found
	I0318 20:37:44.802272   46735 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0318 20:37:44.803707   46735 start.go:297] selected driver: docker
	I0318 20:37:44.803725   46735 start.go:901] validating driver "docker" against &{Name:functional-692415 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.42-1710284843-18375@sha256:d67c38c9fc2ad14c48d95e17cbac49314325db5758d8f7b3de60b927e62ce94f 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.28.4 ClusterName:functional-692415 Namespace:default APIServerHAVIP: APIServerNa
me:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:crio CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.28.4 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP
: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0318 20:37:44.803821   46735 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0318 20:37:44.806062   46735 out.go:177] 
	W0318 20:37:44.807452   46735 out.go:239] 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
	I0318 20:37:44.808927   46735 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.06s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/StatusCmd
functional_test.go:850: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 status
functional_test.go:856: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 status -f host:{{.Host}},kublet:{{.Kubelet}},apiserver:{{.APIServer}},kubeconfig:{{.Kubeconfig}}
functional_test.go:868: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 status -o json
--- PASS: TestFunctional/parallel/StatusCmd (1.06s)

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (10.64s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1625: (dbg) Run:  kubectl --context functional-692415 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1631: (dbg) Run:  kubectl --context functional-692415 expose deployment hello-node-connect --type=NodePort --port=8080
functional_test.go:1636: (dbg) TestFunctional/parallel/ServiceCmdConnect: waiting 10m0s for pods matching "app=hello-node-connect" in namespace "default" ...
helpers_test.go:344: "hello-node-connect-55497b8b78-lm6cr" [2a261166-08e4-4f92-8c3c-2ee6879a5e6e] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-55497b8b78-lm6cr" [2a261166-08e4-4f92-8c3c-2ee6879a5e6e] Running
functional_test.go:1636: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 10.003875096s
functional_test.go:1645: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 service hello-node-connect --url
functional_test.go:1651: found endpoint for hello-node-connect: http://192.168.49.2:32715
functional_test.go:1671: http://192.168.49.2:32715: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-55497b8b78-lm6cr

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.15s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (31.99s)

                                                
                                                
=== 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" [fc0e3718-2270-4285-992c-4e90a38056de] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.004078008s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-692415 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-692415 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-692415 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-692415 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" [6d28cd64-6d16-456a-b7f7-0c5e5db58aac] Pending
helpers_test.go:344: "sp-pod" [6d28cd64-6d16-456a-b7f7-0c5e5db58aac] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [6d28cd64-6d16-456a-b7f7-0c5e5db58aac] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 11.012983538s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-692415 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-692415 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:106: (dbg) Done: kubectl --context functional-692415 delete -f testdata/storage-provisioner/pod.yaml: (1.923576848s)
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-692415 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" [2a96c4a0-bfc6-44df-954c-8cbe1a433c17] Pending
helpers_test.go:344: "sp-pod" [2a96c4a0-bfc6-44df-954c-8cbe1a433c17] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [2a96c4a0-bfc6-44df-954c-8cbe1a433c17] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 12.005745091s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-692415 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (31.99s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.65s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/SSHCmd
functional_test.go:1721: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "echo hello"
functional_test.go:1738: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "cat /etc/hostname"
--- PASS: TestFunctional/parallel/SSHCmd (0.65s)

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (1.63s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (20.89s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1789: (dbg) Run:  kubectl --context functional-692415 replace --force -f testdata/mysql.yaml
functional_test.go:1795: (dbg) TestFunctional/parallel/MySQL: waiting 10m0s for pods matching "app=mysql" in namespace "default" ...
helpers_test.go:344: "mysql-859648c796-kkg62" [04404de8-cacf-4eb5-9226-2b66365bb2de] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-859648c796-kkg62" [04404de8-cacf-4eb5-9226-2b66365bb2de] Running
functional_test.go:1795: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 17.077242263s
functional_test.go:1803: (dbg) Run:  kubectl --context functional-692415 exec mysql-859648c796-kkg62 -- mysql -ppassword -e "show databases;"
functional_test.go:1803: (dbg) Non-zero exit: kubectl --context functional-692415 exec mysql-859648c796-kkg62 -- mysql -ppassword -e "show databases;": exit status 1 (243.230136ms)

                                                
                                                
** 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 **
functional_test.go:1803: (dbg) Run:  kubectl --context functional-692415 exec mysql-859648c796-kkg62 -- mysql -ppassword -e "show databases;"
functional_test.go:1803: (dbg) Non-zero exit: kubectl --context functional-692415 exec mysql-859648c796-kkg62 -- mysql -ppassword -e "show databases;": exit status 1 (153.333929ms)

                                                
                                                
** 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 **
functional_test.go:1803: (dbg) Run:  kubectl --context functional-692415 exec mysql-859648c796-kkg62 -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (20.89s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.29s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/FileSync
functional_test.go:1925: Checking for existence of /etc/test/nested/copy/11946/hosts within VM
functional_test.go:1927: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "sudo cat /etc/test/nested/copy/11946/hosts"
functional_test.go:1932: file sync test content: Test file for checking file sync process
--- PASS: TestFunctional/parallel/FileSync (0.29s)

                                                
                                    
x
+
TestFunctional/parallel/CertSync (1.87s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1968: Checking for existence of /etc/ssl/certs/11946.pem within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "sudo cat /etc/ssl/certs/11946.pem"
functional_test.go:1968: Checking for existence of /usr/share/ca-certificates/11946.pem within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "sudo cat /usr/share/ca-certificates/11946.pem"
functional_test.go:1968: Checking for existence of /etc/ssl/certs/51391683.0 within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:1995: Checking for existence of /etc/ssl/certs/119462.pem within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "sudo cat /etc/ssl/certs/119462.pem"
functional_test.go:1995: Checking for existence of /usr/share/ca-certificates/119462.pem within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "sudo cat /usr/share/ca-certificates/119462.pem"
functional_test.go:1995: Checking for existence of /etc/ssl/certs/3ec20f2e.0 within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (1.87s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.07s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.54s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

                                                
                                                
** /stderr **
functional_test.go:2023: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "sudo systemctl is-active containerd"
functional_test.go:2023: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-692415 ssh "sudo systemctl is-active containerd": exit status 1 (267.484008ms)

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.22s)

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1306: (dbg) Run:  out/minikube-linux-amd64 profile list
functional_test.go:1311: Took "315.867568ms" to run "out/minikube-linux-amd64 profile list"
functional_test.go:1320: (dbg) Run:  out/minikube-linux-amd64 profile list -l
functional_test.go:1325: Took "79.282921ms" to run "out/minikube-linux-amd64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.40s)

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-692415 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" [6f30bdd1-eafb-4fb7-88f3-140151647771] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [6f30bdd1-eafb-4fb7-88f3-140151647771] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 12.004142247s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (12.26s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_json_output
functional_test.go:1357: (dbg) Run:  out/minikube-linux-amd64 profile list -o json
functional_test.go:1362: Took "380.25635ms" to run "out/minikube-linux-amd64 profile list -o json"
functional_test.go:1370: (dbg) Run:  out/minikube-linux-amd64 profile list -o json --light
functional_test.go:1375: Took "61.357987ms" to run "out/minikube-linux-amd64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.44s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1435: (dbg) Run:  kubectl --context functional-692415 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1441: (dbg) Run:  kubectl --context functional-692415 expose deployment hello-node --type=NodePort --port=8080
functional_test.go:1446: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: waiting 10m0s for pods matching "app=hello-node" in namespace "default" ...
helpers_test.go:344: "hello-node-d7447cc7f-mxstz" [b70b9edf-5bd0-413a-af95-1b44f8a43651] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-d7447cc7f-mxstz" [b70b9edf-5bd0-413a-af95-1b44f8a43651] Running
functional_test.go:1446: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 11.003952061s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (11.15s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListShort
functional_test.go:260: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image ls --format short --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-692415 image ls --format short --alsologtostderr:
registry.k8s.io/pause:latest
registry.k8s.io/pause:3.9
registry.k8s.io/pause:3.3
registry.k8s.io/pause:3.1
registry.k8s.io/kube-scheduler:v1.28.4
registry.k8s.io/kube-proxy:v1.28.4
registry.k8s.io/kube-controller-manager:v1.28.4
registry.k8s.io/kube-apiserver:v1.28.4
registry.k8s.io/etcd:3.5.9-0
registry.k8s.io/echoserver:1.8
registry.k8s.io/coredns/coredns:v1.10.1
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
gcr.io/google-containers/addon-resizer:functional-692415
docker.io/library/nginx:latest
docker.io/library/nginx:alpine
docker.io/library/mysql:5.7
docker.io/kindest/kindnetd:v20240202-8f1494ea
docker.io/kindest/kindnetd:v20230809-80a64d96
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-692415 image ls --format short --alsologtostderr:
I0318 20:38:05.140520   51073 out.go:291] Setting OutFile to fd 1 ...
I0318 20:38:05.140636   51073 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0318 20:38:05.140646   51073 out.go:304] Setting ErrFile to fd 2...
I0318 20:38:05.140652   51073 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0318 20:38:05.140875   51073 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
I0318 20:38:05.141443   51073 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0318 20:38:05.141584   51073 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0318 20:38:05.142024   51073 cli_runner.go:164] Run: docker container inspect functional-692415 --format={{.State.Status}}
I0318 20:38:05.160306   51073 ssh_runner.go:195] Run: systemctl --version
I0318 20:38:05.160366   51073 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-692415
I0318 20:38:05.179142   51073 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32782 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/functional-692415/id_rsa Username:docker}
I0318 20:38:05.269932   51073 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.27s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListTable
functional_test.go:260: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image ls --format table --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-692415 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| docker.io/kindest/kindnetd              | v20230809-80a64d96 | c7d1297425461 | 65.3MB |
| registry.k8s.io/echoserver              | 1.8                | 82e4c8a736a4f | 97.8MB |
| registry.k8s.io/kube-controller-manager | v1.28.4            | d058aa5ab969c | 123MB  |
| registry.k8s.io/pause                   | 3.1                | da86e6ba6ca19 | 747kB  |
| registry.k8s.io/pause                   | 3.3                | 0184c1613d929 | 686kB  |
| registry.k8s.io/pause                   | 3.9                | e6f1816883972 | 750kB  |
| docker.io/library/nginx                 | alpine             | e289a478ace02 | 44.4MB |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | 6e38f40d628db | 31.5MB |
| registry.k8s.io/etcd                    | 3.5.9-0            | 73deb9a3f7025 | 295MB  |
| registry.k8s.io/kube-proxy              | v1.28.4            | 83f6cc407eed8 | 74.7MB |
| registry.k8s.io/kube-scheduler          | v1.28.4            | e3db313c6dbc0 | 61.6MB |
| gcr.io/google-containers/addon-resizer  | functional-692415  | ffd4cfbbe753e | 34.1MB |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 56cc512116c8f | 4.63MB |
| registry.k8s.io/coredns/coredns         | v1.10.1            | ead0a4a53df89 | 53.6MB |
| registry.k8s.io/pause                   | latest             | 350b164e7ae1d | 247kB  |
| docker.io/kindest/kindnetd              | v20240202-8f1494ea | 4950bb10b3f87 | 65.3MB |
| docker.io/library/mysql                 | 5.7                | 5107333e08a87 | 520MB  |
| docker.io/library/nginx                 | latest             | 92b11f67642b6 | 191MB  |
| registry.k8s.io/kube-apiserver          | v1.28.4            | 7fe0e6f37db33 | 127MB  |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-692415 image ls --format table --alsologtostderr:
I0318 20:38:05.403380   51196 out.go:291] Setting OutFile to fd 1 ...
I0318 20:38:05.403511   51196 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0318 20:38:05.403534   51196 out.go:304] Setting ErrFile to fd 2...
I0318 20:38:05.403541   51196 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0318 20:38:05.403778   51196 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
I0318 20:38:05.405020   51196 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0318 20:38:05.405233   51196 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0318 20:38:05.406497   51196 cli_runner.go:164] Run: docker container inspect functional-692415 --format={{.State.Status}}
I0318 20:38:05.425085   51196 ssh_runner.go:195] Run: systemctl --version
I0318 20:38:05.425136   51196 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-692415
I0318 20:38:05.445302   51196 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32782 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/functional-692415/id_rsa Username:docker}
I0318 20:38:05.541928   51196 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.25s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListJson
functional_test.go:260: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image ls --format json --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-692415 image ls --format json --alsologtostderr:
[{"id":"e3db313c6dbc065d4ac3b32c7a6f2a878949031b881d217b63881a109c5cfba1","repoDigests":["registry.k8s.io/kube-scheduler@sha256:335bba9e861b88fa8b7bb9250bcd69b7a33f83da4fee93f9fc0eedc6f34e28ba","registry.k8s.io/kube-scheduler@sha256:d994c8a78e8cb1ec189fabfd258ff002cccdeb63678fad08ec0fba32298ffe32"],"repoTags":["registry.k8s.io/kube-scheduler:v1.28.4"],"size":"61551410"},{"id":"5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933","repoDigests":["docker.io/library/mysql@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb","docker.io/library/mysql@sha256:dab0a802b44617303694fb17d166501de279c3031ddeb28c56ecf7fcab5ef0da"],"repoTags":["docker.io/library/mysql:5.7"],"size":"519571821"},{"id":"ffd4cfbbe753e62419e129ee2ac618beb94e51baa7471df5038b0b516b59cf91","repoDigests":["gcr.io/google-containers/addon-resizer@sha256:0ce7cf4876524f069adf654e4dd3c95fe4bfc889c8bbc03cd6ecd061d9392126"],"repoTags":["gcr.io/google-containers/addon-resizer:functional-692415"],"size":"34114467"},{"
id":"56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c","repoDigests":["gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e","gcr.io/k8s-minikube/busybox@sha256:a85c92d5aa82aa6db0f92e5af591c2670a60a762da6bdfec52d960d55295f998"],"repoTags":["gcr.io/k8s-minikube/busybox:1.28.4-glibc"],"size":"4631262"},{"id":"73deb9a3f702532592a4167455f8bf2e5f5d900bcc959ba2fd2d35c321de1af9","repoDigests":["registry.k8s.io/etcd@sha256:6c54bcd6cf6de7760c17ddfb31dd76f5ac64c5d8609d66829b542eb0b6b7ab15","registry.k8s.io/etcd@sha256:e013d0d5e4e25d00c61a7ff839927a1f36479678f11e49502b53a5e0b14f10c3"],"repoTags":["registry.k8s.io/etcd:3.5.9-0"],"size":"295456551"},{"id":"7fe0e6f37db33464725e616a12ccc4e36970370005a2b09683a974db6350c257","repoDigests":["registry.k8s.io/kube-apiserver@sha256:3993d654a91d922a7ea098b2f4b3ff2853c200e3387c66c8a1e84f7222c85499","registry.k8s.io/kube-apiserver@sha256:5b28a364467cf7e134343bb3ee2c6d40682b473a743a72142c7bbe25767d36eb"],"repoTags":["regi
stry.k8s.io/kube-apiserver:v1.28.4"],"size":"127226832"},{"id":"c7d1297425461d3e24fe0ba658818593be65d13a2dd45a4c02d8768d6c8c18cc","repoDigests":["docker.io/kindest/kindnetd@sha256:4a58d1cd2b45bf2460762a51a4aa9c80861f460af35800c05baab0573f923052","docker.io/kindest/kindnetd@sha256:a315b9c49a50d5e126e1b5fa5ef0eae2a9b367c9c4f868e897d772b142372bb4"],"repoTags":["docker.io/kindest/kindnetd:v20230809-80a64d96"],"size":"65258016"},{"id":"92b11f67642b62bbb98e7e49169c346b30e20cd3c1c034d31087e46924b9312e","repoDigests":["docker.io/library/nginx@sha256:52478f8cd6a142fd462f0a7614a7bb064e969a4c083648235d6943c786df8cc7","docker.io/library/nginx@sha256:6db391d1c0cfb30588ba0bf72ea999404f2764febf0f1f196acd5867ac7efa7e"],"repoTags":["docker.io/library/nginx:latest"],"size":"190865876"},{"id":"ead0a4a53df89fd173874b46093b6e62d8c72967bbf606d672c9e8c9b601a4fc","repoDigests":["registry.k8s.io/coredns/coredns@sha256:a0ead06651cf580044aeb0a0feba63591858fb2e43ade8c9dea45a6a89ae7e5e","registry.k8s.io/coredns/coredns@sha256:be7652ce0b4
3b1339f3d14d9b14af9f588578011092c1f7893bd55432d83a378"],"repoTags":["registry.k8s.io/coredns/coredns:v1.10.1"],"size":"53621675"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":["registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969"],"repoTags":["registry.k8s.io/echoserver:1.8"],"size":"97846543"},{"id":"d058aa5ab969ce7b84d25e7188be1f80633b18db8ea7d02d9d0a78e676236591","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:65486c8c338f96dc022dd1a0abe8763e38f35095b84b208c78f44d9e99447d1c","registry.k8s.io/kube-controller-manager@sha256:c173b92b1ac1ac50de36a9d8d3af6377cbb7bbd930f42d4332cbaea521c57232"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.28.4"],"size":"123261750"},{"id":"4950bb10b3f87e8d4a8f772a0d8934625cac4ccfa3675fea34cad0dab83fd5a5","repoDigests":["docker.io/kindest/kindnetd@sha256:61f9956af8019caf6dcc4d39b31857b868aaab80521432ddcc216b805c4f7988","docker.io/kindest/kindnetd@sha256:bdddbe20c61d325
166b48dd517059f5b93c21526eb74c5c80d86cd6d37236bac"],"repoTags":["docker.io/kindest/kindnetd:v20240202-8f1494ea"],"size":"65291810"},{"id":"e289a478ace02cd72f0a71a5b2ec0594495e1fae85faa10aae3b0da530812608","repoDigests":["docker.io/library/nginx@sha256:02d8d94023878cedf3e3acc55372932a9ba1478b6e2f3357786d916c2af743ba","docker.io/library/nginx@sha256:cb3218c8a053881bd00f4fa93e9f87e2c6204761e391b3aafc942f104362e538"],"repoTags":["docker.io/library/nginx:alpine"],"size":"44394342"},{"id":"e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c","repoDigests":["registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097","registry.k8s.io/pause@sha256:8d4106c88ec0bd28001e34c975d65175d994072d65341f62a8ab0754b0fafe10"],"repoTags":["registry.k8s.io/pause:3.9"],"size":"750414"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":["registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9"],"repoTags":["regis
try.k8s.io/pause:latest"],"size":"247077"},{"id":"6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562","repoDigests":["gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944","gcr.io/k8s-minikube/storage-provisioner@sha256:c4c05d6ad6c0f24d87b39e596d4dddf64bec3e0d84f5b36e4511d4ebf583f38f"],"repoTags":["gcr.io/k8s-minikube/storage-provisioner:v5"],"size":"31470524"},{"id":"83f6cc407eed88d214aad97f3539bde5c8e485ff14424cd021a3a2899304398e","repoDigests":["registry.k8s.io/kube-proxy@sha256:b68e9ff5bed1103e0659277256d805ab9313c8b7856ee45d0d3eea0227760f7e","registry.k8s.io/kube-proxy@sha256:e63408a0f5068a7e9d4b34fd72b4a2b0e5512509b53cd2123a37fc991b0ef532"],"repoTags":["registry.k8s.io/kube-proxy:v1.28.4"],"size":"74749335"},{"id":"da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e","repoDigests":["registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e"],"repoTags":["registry.k8s.io/pause:3.1"],"
size":"746911"},{"id":"0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da","repoDigests":["registry.k8s.io/pause@sha256:1000de19145c53d83aab989956fa8fca08dcbcc5b0208bdc193517905e6ccd04"],"repoTags":["registry.k8s.io/pause:3.3"],"size":"686139"}]
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-692415 image ls --format json --alsologtostderr:
I0318 20:38:05.141516   51072 out.go:291] Setting OutFile to fd 1 ...
I0318 20:38:05.141633   51072 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0318 20:38:05.141644   51072 out.go:304] Setting ErrFile to fd 2...
I0318 20:38:05.141649   51072 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0318 20:38:05.141856   51072 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
I0318 20:38:05.142511   51072 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0318 20:38:05.142649   51072 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0318 20:38:05.143047   51072 cli_runner.go:164] Run: docker container inspect functional-692415 --format={{.State.Status}}
I0318 20:38:05.163416   51072 ssh_runner.go:195] Run: systemctl --version
I0318 20:38:05.163476   51072 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-692415
I0318 20:38:05.183629   51072 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32782 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/functional-692415/id_rsa Username:docker}
I0318 20:38:05.281986   51072 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.28s)

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

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ImageCommands/ImageListYaml
functional_test.go:260: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image ls --format yaml --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-692415 image ls --format yaml --alsologtostderr:
- id: e289a478ace02cd72f0a71a5b2ec0594495e1fae85faa10aae3b0da530812608
repoDigests:
- docker.io/library/nginx@sha256:02d8d94023878cedf3e3acc55372932a9ba1478b6e2f3357786d916c2af743ba
- docker.io/library/nginx@sha256:cb3218c8a053881bd00f4fa93e9f87e2c6204761e391b3aafc942f104362e538
repoTags:
- docker.io/library/nginx:alpine
size: "44394342"
- id: ffd4cfbbe753e62419e129ee2ac618beb94e51baa7471df5038b0b516b59cf91
repoDigests:
- gcr.io/google-containers/addon-resizer@sha256:0ce7cf4876524f069adf654e4dd3c95fe4bfc889c8bbc03cd6ecd061d9392126
repoTags:
- gcr.io/google-containers/addon-resizer:functional-692415
size: "34114467"
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests:
- registry.k8s.io/pause@sha256:1000de19145c53d83aab989956fa8fca08dcbcc5b0208bdc193517905e6ccd04
repoTags:
- registry.k8s.io/pause:3.3
size: "686139"
- id: e6f1816883972d4be47bd48879a08919b96afcd344132622e4d444987919323c
repoDigests:
- registry.k8s.io/pause@sha256:7031c1b283388d2c2e09b57badb803c05ebed362dc88d84b480cc47f72a21097
- registry.k8s.io/pause@sha256:8d4106c88ec0bd28001e34c975d65175d994072d65341f62a8ab0754b0fafe10
repoTags:
- registry.k8s.io/pause:3.9
size: "750414"
- id: 92b11f67642b62bbb98e7e49169c346b30e20cd3c1c034d31087e46924b9312e
repoDigests:
- docker.io/library/nginx@sha256:52478f8cd6a142fd462f0a7614a7bb064e969a4c083648235d6943c786df8cc7
- docker.io/library/nginx@sha256:6db391d1c0cfb30588ba0bf72ea999404f2764febf0f1f196acd5867ac7efa7e
repoTags:
- docker.io/library/nginx:latest
size: "190865876"
- id: 6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562
repoDigests:
- gcr.io/k8s-minikube/storage-provisioner@sha256:18eb69d1418e854ad5a19e399310e52808a8321e4c441c1dddad8977a0d7a944
- gcr.io/k8s-minikube/storage-provisioner@sha256:c4c05d6ad6c0f24d87b39e596d4dddf64bec3e0d84f5b36e4511d4ebf583f38f
repoTags:
- gcr.io/k8s-minikube/storage-provisioner:v5
size: "31470524"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests:
- registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e
repoTags:
- registry.k8s.io/pause:3.1
size: "746911"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests:
- registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9
repoTags:
- registry.k8s.io/pause:latest
size: "247077"
- id: 83f6cc407eed88d214aad97f3539bde5c8e485ff14424cd021a3a2899304398e
repoDigests:
- registry.k8s.io/kube-proxy@sha256:b68e9ff5bed1103e0659277256d805ab9313c8b7856ee45d0d3eea0227760f7e
- registry.k8s.io/kube-proxy@sha256:e63408a0f5068a7e9d4b34fd72b4a2b0e5512509b53cd2123a37fc991b0ef532
repoTags:
- registry.k8s.io/kube-proxy:v1.28.4
size: "74749335"
- id: e3db313c6dbc065d4ac3b32c7a6f2a878949031b881d217b63881a109c5cfba1
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:335bba9e861b88fa8b7bb9250bcd69b7a33f83da4fee93f9fc0eedc6f34e28ba
- registry.k8s.io/kube-scheduler@sha256:d994c8a78e8cb1ec189fabfd258ff002cccdeb63678fad08ec0fba32298ffe32
repoTags:
- registry.k8s.io/kube-scheduler:v1.28.4
size: "61551410"
- id: 56cc512116c8f894f11ce1995460aef1ee0972d48bc2a3bdb1faaac7c020289c
repoDigests:
- gcr.io/k8s-minikube/busybox@sha256:2d03e6ceeb99250061dd110530b0ece7998cd84121f952adef120ea7c5a6f00e
- gcr.io/k8s-minikube/busybox@sha256:a85c92d5aa82aa6db0f92e5af591c2670a60a762da6bdfec52d960d55295f998
repoTags:
- gcr.io/k8s-minikube/busybox:1.28.4-glibc
size: "4631262"
- id: ead0a4a53df89fd173874b46093b6e62d8c72967bbf606d672c9e8c9b601a4fc
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:a0ead06651cf580044aeb0a0feba63591858fb2e43ade8c9dea45a6a89ae7e5e
- registry.k8s.io/coredns/coredns@sha256:be7652ce0b43b1339f3d14d9b14af9f588578011092c1f7893bd55432d83a378
repoTags:
- registry.k8s.io/coredns/coredns:v1.10.1
size: "53621675"
- id: 73deb9a3f702532592a4167455f8bf2e5f5d900bcc959ba2fd2d35c321de1af9
repoDigests:
- registry.k8s.io/etcd@sha256:6c54bcd6cf6de7760c17ddfb31dd76f5ac64c5d8609d66829b542eb0b6b7ab15
- registry.k8s.io/etcd@sha256:e013d0d5e4e25d00c61a7ff839927a1f36479678f11e49502b53a5e0b14f10c3
repoTags:
- registry.k8s.io/etcd:3.5.9-0
size: "295456551"
- id: 7fe0e6f37db33464725e616a12ccc4e36970370005a2b09683a974db6350c257
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:3993d654a91d922a7ea098b2f4b3ff2853c200e3387c66c8a1e84f7222c85499
- registry.k8s.io/kube-apiserver@sha256:5b28a364467cf7e134343bb3ee2c6d40682b473a743a72142c7bbe25767d36eb
repoTags:
- registry.k8s.io/kube-apiserver:v1.28.4
size: "127226832"
- id: d058aa5ab969ce7b84d25e7188be1f80633b18db8ea7d02d9d0a78e676236591
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:65486c8c338f96dc022dd1a0abe8763e38f35095b84b208c78f44d9e99447d1c
- registry.k8s.io/kube-controller-manager@sha256:c173b92b1ac1ac50de36a9d8d3af6377cbb7bbd930f42d4332cbaea521c57232
repoTags:
- registry.k8s.io/kube-controller-manager:v1.28.4
size: "123261750"
- id: c7d1297425461d3e24fe0ba658818593be65d13a2dd45a4c02d8768d6c8c18cc
repoDigests:
- docker.io/kindest/kindnetd@sha256:4a58d1cd2b45bf2460762a51a4aa9c80861f460af35800c05baab0573f923052
- docker.io/kindest/kindnetd@sha256:a315b9c49a50d5e126e1b5fa5ef0eae2a9b367c9c4f868e897d772b142372bb4
repoTags:
- docker.io/kindest/kindnetd:v20230809-80a64d96
size: "65258016"
- id: 4950bb10b3f87e8d4a8f772a0d8934625cac4ccfa3675fea34cad0dab83fd5a5
repoDigests:
- docker.io/kindest/kindnetd@sha256:61f9956af8019caf6dcc4d39b31857b868aaab80521432ddcc216b805c4f7988
- docker.io/kindest/kindnetd@sha256:bdddbe20c61d325166b48dd517059f5b93c21526eb74c5c80d86cd6d37236bac
repoTags:
- docker.io/kindest/kindnetd:v20240202-8f1494ea
size: "65291810"
- id: 5107333e08a87b836d48ff7528b1e84b9c86781cc9f1748bbc1b8c42a870d933
repoDigests:
- docker.io/library/mysql@sha256:4bc6bc963e6d8443453676cae56536f4b8156d78bae03c0145cbe47c2aad73bb
- docker.io/library/mysql@sha256:dab0a802b44617303694fb17d166501de279c3031ddeb28c56ecf7fcab5ef0da
repoTags:
- docker.io/library/mysql:5.7
size: "519571821"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests:
- registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969
repoTags:
- registry.k8s.io/echoserver:1.8
size: "97846543"

                                                
                                                
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-692415 image ls --format yaml --alsologtostderr:
I0318 20:38:05.138180   51071 out.go:291] Setting OutFile to fd 1 ...
I0318 20:38:05.138413   51071 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0318 20:38:05.138452   51071 out.go:304] Setting ErrFile to fd 2...
I0318 20:38:05.138465   51071 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0318 20:38:05.138696   51071 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
I0318 20:38:05.139325   51071 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0318 20:38:05.139465   51071 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0318 20:38:05.139887   51071 cli_runner.go:164] Run: docker container inspect functional-692415 --format={{.State.Status}}
I0318 20:38:05.157850   51071 ssh_runner.go:195] Run: systemctl --version
I0318 20:38:05.157918   51071 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-692415
I0318 20:38:05.176642   51071 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32782 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/functional-692415/id_rsa Username:docker}
I0318 20:38:05.269828   51071 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.26s)

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

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

                                                
                                                

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

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

                                                
                                                
** /stderr **
functional_test.go:314: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image build -t localhost/my-image:functional-692415 testdata/build --alsologtostderr
functional_test.go:314: (dbg) Done: out/minikube-linux-amd64 -p functional-692415 image build -t localhost/my-image:functional-692415 testdata/build --alsologtostderr: (3.256679168s)
functional_test.go:319: (dbg) Stdout: out/minikube-linux-amd64 -p functional-692415 image build -t localhost/my-image:functional-692415 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> 1165560db42
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-692415
--> 12541d3599f
Successfully tagged localhost/my-image:functional-692415
12541d3599fb83c05b3e2add047eef3b0edb320d8aa758d3474906075b0bc2b1
functional_test.go:322: (dbg) Stderr: out/minikube-linux-amd64 -p functional-692415 image build -t localhost/my-image:functional-692415 testdata/build --alsologtostderr:
I0318 20:38:05.695049   51313 out.go:291] Setting OutFile to fd 1 ...
I0318 20:38:05.695233   51313 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0318 20:38:05.695245   51313 out.go:304] Setting ErrFile to fd 2...
I0318 20:38:05.695252   51313 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0318 20:38:05.695599   51313 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
I0318 20:38:05.696467   51313 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0318 20:38:05.697238   51313 config.go:182] Loaded profile config "functional-692415": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
I0318 20:38:05.697723   51313 cli_runner.go:164] Run: docker container inspect functional-692415 --format={{.State.Status}}
I0318 20:38:05.715892   51313 ssh_runner.go:195] Run: systemctl --version
I0318 20:38:05.715951   51313 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-692415
I0318 20:38:05.733825   51313 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32782 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/functional-692415/id_rsa Username:docker}
I0318 20:38:05.826204   51313 build_images.go:161] Building image from path: /tmp/build.2103847528.tar
I0318 20:38:05.826271   51313 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0318 20:38:05.835028   51313 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.2103847528.tar
I0318 20:38:05.838521   51313 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.2103847528.tar: stat -c "%s %y" /var/lib/minikube/build/build.2103847528.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.2103847528.tar': No such file or directory
I0318 20:38:05.838556   51313 ssh_runner.go:362] scp /tmp/build.2103847528.tar --> /var/lib/minikube/build/build.2103847528.tar (3072 bytes)
I0318 20:38:05.861358   51313 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.2103847528
I0318 20:38:05.870349   51313 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.2103847528 -xf /var/lib/minikube/build/build.2103847528.tar
I0318 20:38:05.878777   51313 crio.go:315] Building image: /var/lib/minikube/build/build.2103847528
I0318 20:38:05.878828   51313 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-692415 /var/lib/minikube/build/build.2103847528 --cgroup-manager=cgroupfs
Trying to pull gcr.io/k8s-minikube/busybox:latest...
Getting image source signatures
Copying blob sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa
Copying blob sha256:5cc84ad355aaa64f46ea9c7bbcc319a9d808ab15088a27209c9e70ef86e5a2aa
Copying config sha256:beae173ccac6ad749f76713cf4440fe3d21d1043fe616dfbe30775815d1d0f6a
Writing manifest to image destination
Storing signatures
I0318 20:38:08.867019   51313 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-692415 /var/lib/minikube/build/build.2103847528 --cgroup-manager=cgroupfs: (2.988172348s)
I0318 20:38:08.867081   51313 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.2103847528
I0318 20:38:08.875924   51313 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.2103847528.tar
I0318 20:38:08.884632   51313 build_images.go:217] Built localhost/my-image:functional-692415 from /tmp/build.2103847528.tar
I0318 20:38:08.884663   51313 build_images.go:133] succeeded building to: functional-692415
I0318 20:38:08.884667   51313 build_images.go:134] failed building to: 
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image ls
2024/03/18 20:38:10 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (3.79s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/Setup
functional_test.go:341: (dbg) Run:  docker pull gcr.io/google-containers/addon-resizer:1.8.8
functional_test.go:346: (dbg) Run:  docker tag gcr.io/google-containers/addon-resizer:1.8.8 gcr.io/google-containers/addon-resizer:functional-692415
--- PASS: TestFunctional/parallel/ImageCommands/Setup (0.81s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadDaemon
functional_test.go:354: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image load --daemon gcr.io/google-containers/addon-resizer:functional-692415 --alsologtostderr
functional_test.go:354: (dbg) Done: out/minikube-linux-amd64 -p functional-692415 image load --daemon gcr.io/google-containers/addon-resizer:functional-692415 --alsologtostderr: (4.821219028s)
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadDaemon (5.16s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/JSONOutput
functional_test.go:1485: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 service list -o json
functional_test.go:1490: Took "573.667698ms" to run "out/minikube-linux-amd64 -p functional-692415 service list -o json"
--- PASS: TestFunctional/parallel/ServiceCmd/JSONOutput (0.57s)

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

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

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

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
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:2115: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.16s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/HTTPS
functional_test.go:1505: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 service --namespace=default --https --url hello-node
functional_test.go:1518: found endpoint: https://192.168.49.2:31137
--- PASS: TestFunctional/parallel/ServiceCmd/HTTPS (0.50s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/URL
functional_test.go:1555: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 service hello-node --url
functional_test.go:1561: found endpoint for hello-node: http://192.168.49.2:31137
--- PASS: TestFunctional/parallel/ServiceCmd/URL (0.37s)

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh -- ls -la /mount-9p
functional_test_mount_test.go:133: guest mount directory contents
total 2
-rw-r--r-- 1 docker docker 24 Mar 18 20:37 created-by-test
-rw-r--r-- 1 docker docker 24 Mar 18 20:37 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Mar 18 20:37 test-1710794264815145336
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh cat /mount-9p/test-1710794264815145336
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-692415 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" [c7553045-81c7-470b-a077-ccd0f6de32c9] Pending
helpers_test.go:344: "busybox-mount" [c7553045-81c7-470b-a077-ccd0f6de32c9] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [c7553045-81c7-470b-a077-ccd0f6de32c9] Pending: Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [c7553045-81c7-470b-a077-ccd0f6de32c9] 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 9.00411112s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-692415 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-692415 /tmp/TestFunctionalparallelMountCmdany-port1947777909/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (12.61s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageReloadDaemon
functional_test.go:364: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image load --daemon gcr.io/google-containers/addon-resizer:functional-692415 --alsologtostderr
functional_test.go:364: (dbg) Done: out/minikube-linux-amd64 -p functional-692415 image load --daemon gcr.io/google-containers/addon-resizer:functional-692415 --alsologtostderr: (7.768877166s)
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageReloadDaemon (8.01s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon
functional_test.go:234: (dbg) Run:  docker pull gcr.io/google-containers/addon-resizer:1.8.9
functional_test.go:239: (dbg) Run:  docker tag gcr.io/google-containers/addon-resizer:1.8.9 gcr.io/google-containers/addon-resizer:functional-692415
functional_test.go:244: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image load --daemon gcr.io/google-containers/addon-resizer:functional-692415 --alsologtostderr
functional_test.go:244: (dbg) Done: out/minikube-linux-amd64 -p functional-692415 image load --daemon gcr.io/google-containers/addon-resizer:functional-692415 --alsologtostderr: (5.932212326s)
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (7.13s)

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:243: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:257: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 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-692415 /tmp/TestFunctionalparallelMountCmdspecific-port1977612465/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-692415 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:230: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-692415 ssh "sudo umount -f /mount-9p": exit status 1 (284.440875ms)

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveToFile
functional_test.go:379: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image save gcr.io/google-containers/addon-resizer:functional-692415 /home/jenkins/workspace/Docker_Linux_crio_integration/addon-resizer-save.tar --alsologtostderr
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveToFile (0.91s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageRemove
functional_test.go:391: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image rm gcr.io/google-containers/addon-resizer:functional-692415 --alsologtostderr
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageRemove (0.55s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageLoadFromFile
functional_test.go:408: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image load /home/jenkins/workspace/Docker_Linux_crio_integration/addon-resizer-save.tar --alsologtostderr
functional_test.go:408: (dbg) Done: out/minikube-linux-amd64 -p functional-692415 image load /home/jenkins/workspace/Docker_Linux_crio_integration/addon-resizer-save.tar --alsologtostderr: (1.679950034s)
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageLoadFromFile (1.90s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ImageCommands/ImageSaveDaemon
functional_test.go:418: (dbg) Run:  docker rmi gcr.io/google-containers/addon-resizer:functional-692415
functional_test.go:423: (dbg) Run:  out/minikube-linux-amd64 -p functional-692415 image save --daemon gcr.io/google-containers/addon-resizer:functional-692415 --alsologtostderr
E0318 20:38:04.950828   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
functional_test.go:428: (dbg) Run:  docker image inspect gcr.io/google-containers/addon-resizer:functional-692415
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.80s)

                                                
                                    
x
+
TestFunctional/delete_addon-resizer_images (0.08s)

                                                
                                                
=== RUN   TestFunctional/delete_addon-resizer_images
functional_test.go:189: (dbg) Run:  docker rmi -f gcr.io/google-containers/addon-resizer:1.8.8
functional_test.go:189: (dbg) Run:  docker rmi -f gcr.io/google-containers/addon-resizer:functional-692415
--- PASS: TestFunctional/delete_addon-resizer_images (0.08s)

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.02s)

                                                
                                                
=== RUN   TestFunctional/delete_my-image_image
functional_test.go:197: (dbg) Run:  docker rmi -f localhost/my-image:functional-692415
--- 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:205: (dbg) Run:  docker rmi -f minikube-local-cache-test:functional-692415
--- PASS: TestFunctional/delete_minikube_cached_images (0.02s)

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (110.87s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-amd64 start -p ha-112851 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0318 20:39:26.871836   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
ha_test.go:101: (dbg) Done: out/minikube-linux-amd64 start -p ha-112851 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m50.183037176s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (110.87s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (4.12s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.13s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/PingHostFromPods
ha_test.go:199: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-112851 -- get pods -o jsonpath='{.items[*].metadata.name}'
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-112851 -- exec busybox-5b5d89c9d6-cmr48 -- 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-112851 -- exec busybox-5b5d89c9d6-cmr48 -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-112851 -- exec busybox-5b5d89c9d6-jswxf -- 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-112851 -- exec busybox-5b5d89c9d6-jswxf -- sh -c "ping -c 1 192.168.49.1"
ha_test.go:207: (dbg) Run:  out/minikube-linux-amd64 kubectl -p ha-112851 -- exec busybox-5b5d89c9d6-zgbkc -- 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-112851 -- exec busybox-5b5d89c9d6-zgbkc -- sh -c "ping -c 1 192.168.49.1"
--- PASS: TestMultiControlPlane/serial/PingHostFromPods (1.13s)

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (27.06s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.65s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (16.34s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.48s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopSecondaryNode
ha_test.go:363: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 node stop m02 -v=7 --alsologtostderr
ha_test.go:363: (dbg) Done: out/minikube-linux-amd64 -p ha-112851 node stop m02 -v=7 --alsologtostderr: (11.830023216s)
ha_test.go:369: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 status -v=7 --alsologtostderr
ha_test.go:369: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-112851 status -v=7 --alsologtostderr: exit status 7 (644.915935ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0318 20:41:06.363503   71066 out.go:291] Setting OutFile to fd 1 ...
	I0318 20:41:06.363765   71066 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:41:06.363777   71066 out.go:304] Setting ErrFile to fd 2...
	I0318 20:41:06.363781   71066 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:41:06.363991   71066 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 20:41:06.364172   71066 out.go:298] Setting JSON to false
	I0318 20:41:06.364201   71066 mustload.go:65] Loading cluster: ha-112851
	I0318 20:41:06.364324   71066 notify.go:220] Checking for updates...
	I0318 20:41:06.364726   71066 config.go:182] Loaded profile config "ha-112851": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
	I0318 20:41:06.364747   71066 status.go:255] checking status of ha-112851 ...
	I0318 20:41:06.365259   71066 cli_runner.go:164] Run: docker container inspect ha-112851 --format={{.State.Status}}
	I0318 20:41:06.383319   71066 status.go:330] ha-112851 host status = "Running" (err=<nil>)
	I0318 20:41:06.383370   71066 host.go:66] Checking if "ha-112851" exists ...
	I0318 20:41:06.383625   71066 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-112851
	I0318 20:41:06.403124   71066 host.go:66] Checking if "ha-112851" exists ...
	I0318 20:41:06.403365   71066 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0318 20:41:06.403441   71066 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-112851
	I0318 20:41:06.421102   71066 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32787 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/ha-112851/id_rsa Username:docker}
	I0318 20:41:06.510613   71066 ssh_runner.go:195] Run: systemctl --version
	I0318 20:41:06.514457   71066 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0318 20:41:06.525081   71066 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:41:06.574253   71066 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:true BridgeNfIP6Tables:true Debug:false NFd:50 OomKillDisable:true NGoroutines:77 SystemTime:2024-03-18 20:41:06.565196716 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:41:06.574807   71066 kubeconfig.go:125] found "ha-112851" server: "https://192.168.49.254:8443"
	I0318 20:41:06.574838   71066 api_server.go:166] Checking apiserver status ...
	I0318 20:41:06.574868   71066 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0318 20:41:06.585230   71066 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1571/cgroup
	I0318 20:41:06.593973   71066 api_server.go:182] apiserver freezer: "7:freezer:/docker/dcc9432f5ba2b2ed5951342be5d2dfd3dffb822d866d3064db2430c6fe8062bd/crio/crio-92646f429187a6a95302210989872944ff57714cfb8cf5040f8f072d7d925634"
	I0318 20:41:06.594042   71066 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/dcc9432f5ba2b2ed5951342be5d2dfd3dffb822d866d3064db2430c6fe8062bd/crio/crio-92646f429187a6a95302210989872944ff57714cfb8cf5040f8f072d7d925634/freezer.state
	I0318 20:41:06.601986   71066 api_server.go:204] freezer state: "THAWED"
	I0318 20:41:06.602011   71066 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0318 20:41:06.606080   71066 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0318 20:41:06.606104   71066 status.go:422] ha-112851 apiserver status = Running (err=<nil>)
	I0318 20:41:06.606114   71066 status.go:257] ha-112851 status: &{Name:ha-112851 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0318 20:41:06.606130   71066 status.go:255] checking status of ha-112851-m02 ...
	I0318 20:41:06.606380   71066 cli_runner.go:164] Run: docker container inspect ha-112851-m02 --format={{.State.Status}}
	I0318 20:41:06.622766   71066 status.go:330] ha-112851-m02 host status = "Stopped" (err=<nil>)
	I0318 20:41:06.622787   71066 status.go:343] host is not running, skipping remaining checks
	I0318 20:41:06.622795   71066 status.go:257] ha-112851-m02 status: &{Name:ha-112851-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0318 20:41:06.622819   71066 status.go:255] checking status of ha-112851-m03 ...
	I0318 20:41:06.623049   71066 cli_runner.go:164] Run: docker container inspect ha-112851-m03 --format={{.State.Status}}
	I0318 20:41:06.639550   71066 status.go:330] ha-112851-m03 host status = "Running" (err=<nil>)
	I0318 20:41:06.639573   71066 host.go:66] Checking if "ha-112851-m03" exists ...
	I0318 20:41:06.639887   71066 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-112851-m03
	I0318 20:41:06.656149   71066 host.go:66] Checking if "ha-112851-m03" exists ...
	I0318 20:41:06.656414   71066 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0318 20:41:06.656472   71066 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-112851-m03
	I0318 20:41:06.673228   71066 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32797 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/ha-112851-m03/id_rsa Username:docker}
	I0318 20:41:06.762484   71066 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0318 20:41:06.773522   71066 kubeconfig.go:125] found "ha-112851" server: "https://192.168.49.254:8443"
	I0318 20:41:06.773549   71066 api_server.go:166] Checking apiserver status ...
	I0318 20:41:06.773588   71066 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0318 20:41:06.783357   71066 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1445/cgroup
	I0318 20:41:06.791915   71066 api_server.go:182] apiserver freezer: "7:freezer:/docker/b5aec571a10f7cd6b2b29eb8d585ab567689b58dd9cd0cd5c0ca87d8c07f261b/crio/crio-ba77a70bc17fb77aa3d158d4ae48c9943cdd902147f998e8c7a94f9f1827418f"
	I0318 20:41:06.791963   71066 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/b5aec571a10f7cd6b2b29eb8d585ab567689b58dd9cd0cd5c0ca87d8c07f261b/crio/crio-ba77a70bc17fb77aa3d158d4ae48c9943cdd902147f998e8c7a94f9f1827418f/freezer.state
	I0318 20:41:06.799475   71066 api_server.go:204] freezer state: "THAWED"
	I0318 20:41:06.799501   71066 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0318 20:41:06.803221   71066 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0318 20:41:06.803244   71066 status.go:422] ha-112851-m03 apiserver status = Running (err=<nil>)
	I0318 20:41:06.803256   71066 status.go:257] ha-112851-m03 status: &{Name:ha-112851-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0318 20:41:06.803279   71066 status.go:255] checking status of ha-112851-m04 ...
	I0318 20:41:06.803590   71066 cli_runner.go:164] Run: docker container inspect ha-112851-m04 --format={{.State.Status}}
	I0318 20:41:06.820875   71066 status.go:330] ha-112851-m04 host status = "Running" (err=<nil>)
	I0318 20:41:06.820902   71066 host.go:66] Checking if "ha-112851-m04" exists ...
	I0318 20:41:06.821181   71066 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-112851-m04
	I0318 20:41:06.837111   71066 host.go:66] Checking if "ha-112851-m04" exists ...
	I0318 20:41:06.837442   71066 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0318 20:41:06.837485   71066 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-112851-m04
	I0318 20:41:06.853291   71066 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32802 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/ha-112851-m04/id_rsa Username:docker}
	I0318 20:41:06.942133   71066 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0318 20:41:06.952312   71066 status.go:257] ha-112851-m04 status: &{Name:ha-112851-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.48s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (21.14s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 node start m02 -v=7 --alsologtostderr
ha_test.go:420: (dbg) Done: out/minikube-linux-amd64 -p ha-112851 node start m02 -v=7 --alsologtostderr: (19.91804752s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 status -v=7 --alsologtostderr
ha_test.go:428: (dbg) Done: out/minikube-linux-amd64 -p ha-112851 status -v=7 --alsologtostderr: (1.149168967s)
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (21.14s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (2.97s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (191.07s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-112851 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-amd64 stop -p ha-112851 -v=7 --alsologtostderr
E0318 20:41:43.027875   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
ha_test.go:462: (dbg) Done: out/minikube-linux-amd64 stop -p ha-112851 -v=7 --alsologtostderr: (36.45084737s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-amd64 start -p ha-112851 --wait=true -v=7 --alsologtostderr
E0318 20:42:10.712270   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 20:42:28.352840   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:28.358165   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:28.368453   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:28.388706   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:28.429007   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:28.509341   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:28.669779   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:28.990442   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:29.630696   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:30.911337   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:33.472226   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:38.593123   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:42:48.833498   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:43:09.314537   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:43:50.274719   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
ha_test.go:467: (dbg) Done: out/minikube-linux-amd64 start -p ha-112851 --wait=true -v=7 --alsologtostderr: (2m34.500753858s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-112851
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (191.07s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (11.83s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:487: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 node delete m03 -v=7 --alsologtostderr
ha_test.go:487: (dbg) Done: out/minikube-linux-amd64 -p ha-112851 node delete m03 -v=7 --alsologtostderr: (11.071054306s)
ha_test.go:493: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 status -v=7 --alsologtostderr
ha_test.go:511: (dbg) Run:  kubectl get nodes
ha_test.go:519: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/DeleteSecondaryNode (11.83s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.48s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.6s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:531: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 stop -v=7 --alsologtostderr
E0318 20:45:12.196364   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
ha_test.go:531: (dbg) Done: out/minikube-linux-amd64 -p ha-112851 stop -v=7 --alsologtostderr: (35.487188264s)
ha_test.go:537: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 status -v=7 --alsologtostderr
ha_test.go:537: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-112851 status -v=7 --alsologtostderr: exit status 7 (109.058512ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0318 20:45:30.475330   87932 out.go:291] Setting OutFile to fd 1 ...
	I0318 20:45:30.475481   87932 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:45:30.475491   87932 out.go:304] Setting ErrFile to fd 2...
	I0318 20:45:30.475498   87932 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:45:30.475745   87932 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 20:45:30.475981   87932 out.go:298] Setting JSON to false
	I0318 20:45:30.476011   87932 mustload.go:65] Loading cluster: ha-112851
	I0318 20:45:30.476124   87932 notify.go:220] Checking for updates...
	I0318 20:45:30.476501   87932 config.go:182] Loaded profile config "ha-112851": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
	I0318 20:45:30.476518   87932 status.go:255] checking status of ha-112851 ...
	I0318 20:45:30.476989   87932 cli_runner.go:164] Run: docker container inspect ha-112851 --format={{.State.Status}}
	I0318 20:45:30.493889   87932 status.go:330] ha-112851 host status = "Stopped" (err=<nil>)
	I0318 20:45:30.493909   87932 status.go:343] host is not running, skipping remaining checks
	I0318 20:45:30.493915   87932 status.go:257] ha-112851 status: &{Name:ha-112851 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0318 20:45:30.493957   87932 status.go:255] checking status of ha-112851-m02 ...
	I0318 20:45:30.494188   87932 cli_runner.go:164] Run: docker container inspect ha-112851-m02 --format={{.State.Status}}
	I0318 20:45:30.511175   87932 status.go:330] ha-112851-m02 host status = "Stopped" (err=<nil>)
	I0318 20:45:30.511198   87932 status.go:343] host is not running, skipping remaining checks
	I0318 20:45:30.511205   87932 status.go:257] ha-112851-m02 status: &{Name:ha-112851-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0318 20:45:30.511224   87932 status.go:255] checking status of ha-112851-m04 ...
	I0318 20:45:30.511490   87932 cli_runner.go:164] Run: docker container inspect ha-112851-m04 --format={{.State.Status}}
	I0318 20:45:30.527239   87932 status.go:330] ha-112851-m04 host status = "Stopped" (err=<nil>)
	I0318 20:45:30.527269   87932 status.go:343] host is not running, skipping remaining checks
	I0318 20:45:30.527275   87932 status.go:257] ha-112851-m04 status: &{Name:ha-112851-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (91.66s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-amd64 start -p ha-112851 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0318 20:46:43.028046   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
ha_test.go:560: (dbg) Done: out/minikube-linux-amd64 start -p ha-112851 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m30.891747748s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 status -v=7 --alsologtostderr
ha_test.go:584: (dbg) Run:  kubectl get nodes
ha_test.go:592: (dbg) Run:  kubectl get nodes -o "go-template='{{range .items}}{{range .status.conditions}}{{if eq .type "Ready"}} {{.status}}{{"\n"}}{{end}}{{end}}{{end}}'"
--- PASS: TestMultiControlPlane/serial/RestartCluster (91.66s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.48s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (34.52s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-112851 --control-plane -v=7 --alsologtostderr
E0318 20:47:28.350961   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
ha_test.go:605: (dbg) Done: out/minikube-linux-amd64 node add -p ha-112851 --control-plane -v=7 --alsologtostderr: (33.70311412s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-amd64 -p ha-112851 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (34.52s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.65s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (50.48s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 start -p json-output-422752 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio
E0318 20:47:56.036582   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
json_output_test.go:63: (dbg) Done: out/minikube-linux-amd64 start -p json-output-422752 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio: (50.482678803s)
--- PASS: TestJSONOutput/start/Command (50.48s)

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

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

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.59s)

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

                                                
                                    
x
+
TestJSONOutput/unpause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/stop/Command (5.78s)

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

                                                
                                    
x
+
TestJSONOutput/stop/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestErrorJSONOutput (0.23s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"960c31ed-8b9e-435b-9978-14c38990276c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-767497] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"43642db7-e91d-453f-b0cd-900fe4897a59","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=18421"}}
	{"specversion":"1.0","id":"df20543f-1893-40fc-8645-349630968af7","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":"5e52fc3b-5426-4dd0-948e-c68ec926ec45","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig"}}
	{"specversion":"1.0","id":"93e79583-49c9-4f03-a189-1875e6514cd8","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube"}}
	{"specversion":"1.0","id":"67f1e2ba-e412-41c6-bbc8-fdc2f2cc3652","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":"379b751e-d181-4132-b1ba-7a567366c3b3","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"a01672ec-55d7-463a-a778-65800371a865","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-767497" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p json-output-error-767497
--- PASS: TestErrorJSONOutput (0.23s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (33.18s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (25.4s)

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

                                                
                                    
x
+
TestKicExistingNetwork (27.94s)

                                                
                                                
=== RUN   TestKicExistingNetwork
kic_custom_network_test.go:150: (dbg) Run:  docker network ls --format {{.Name}}
kic_custom_network_test.go:93: (dbg) Run:  out/minikube-linux-amd64 start -p existing-network-261409 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-amd64 start -p existing-network-261409 --network=existing-network: (25.857738417s)
helpers_test.go:175: Cleaning up "existing-network-261409" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p existing-network-261409
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p existing-network-261409: (1.945064513s)
--- PASS: TestKicExistingNetwork (27.94s)

                                                
                                    
x
+
TestKicCustomSubnet (24.75s)

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

                                                
                                    
x
+
TestKicStaticIP (25.05s)

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

                                                
                                    
x
+
TestMainNoArgs (0.06s)

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

                                                
                                    
x
+
TestMinikubeProfile (52.14s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p first-829297 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p first-829297 --driver=docker  --container-runtime=crio: (24.657042521s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p second-834642 --driver=docker  --container-runtime=crio
E0318 20:51:43.028543   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p second-834642 --driver=docker  --container-runtime=crio: (22.295026158s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile first-829297
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-834642
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
helpers_test.go:175: Cleaning up "second-834642" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p second-834642
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p second-834642: (1.848758605s)
helpers_test.go:175: Cleaning up "first-829297" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p first-829297
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p first-829297: (2.242216197s)
--- PASS: TestMinikubeProfile (52.14s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (8.45s)

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

                                                
                                    
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-070649 ssh -- ls /minikube-host
--- PASS: TestMountStart/serial/VerifyMountFirst (0.25s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (5.28s)

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

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.26s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.61s)

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

                                                
                                    
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-081694 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-081694
mount_start_test.go:155: (dbg) Done: out/minikube-linux-amd64 stop -p mount-start-2-081694: (1.180016986s)
--- PASS: TestMountStart/serial/Stop (1.18s)

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.44s)

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

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (64.57s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-233244 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0318 20:52:28.353024   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 20:53:06.073398   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
multinode_test.go:96: (dbg) Done: out/minikube-linux-amd64 start -p multinode-233244 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m4.114859173s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-amd64 -p multinode-233244 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (64.57s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (3.21s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.78s)

                                                
                                                
=== RUN   TestMultiNode/serial/PingHostFrom2Pods
multinode_test.go:564: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-233244 -- get pods -o jsonpath='{.items[*].metadata.name}'
multinode_test.go:572: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-233244 -- exec busybox-5b5d89c9d6-6q4rv -- 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-233244 -- exec busybox-5b5d89c9d6-6q4rv -- sh -c "ping -c 1 192.168.67.1"
multinode_test.go:572: (dbg) Run:  out/minikube-linux-amd64 kubectl -p multinode-233244 -- exec busybox-5b5d89c9d6-hxft6 -- 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-233244 -- exec busybox-5b5d89c9d6-hxft6 -- sh -c "ping -c 1 192.168.67.1"
--- PASS: TestMultiNode/serial/PingHostFrom2Pods (0.78s)

                                                
                                    
x
+
TestMultiNode/serial/AddNode (21.1s)

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

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.3s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (9.32s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.12s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0318 20:54:03.959744  150554 out.go:291] Setting OutFile to fd 1 ...
	I0318 20:54:03.959998  150554 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:54:03.960007  150554 out.go:304] Setting ErrFile to fd 2...
	I0318 20:54:03.960011  150554 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:54:03.960187  150554 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 20:54:03.960364  150554 out.go:298] Setting JSON to false
	I0318 20:54:03.960390  150554 mustload.go:65] Loading cluster: multinode-233244
	I0318 20:54:03.960449  150554 notify.go:220] Checking for updates...
	I0318 20:54:03.960845  150554 config.go:182] Loaded profile config "multinode-233244": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
	I0318 20:54:03.960862  150554 status.go:255] checking status of multinode-233244 ...
	I0318 20:54:03.961384  150554 cli_runner.go:164] Run: docker container inspect multinode-233244 --format={{.State.Status}}
	I0318 20:54:03.978682  150554 status.go:330] multinode-233244 host status = "Running" (err=<nil>)
	I0318 20:54:03.978716  150554 host.go:66] Checking if "multinode-233244" exists ...
	I0318 20:54:03.978962  150554 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-233244
	I0318 20:54:03.996664  150554 host.go:66] Checking if "multinode-233244" exists ...
	I0318 20:54:03.996968  150554 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0318 20:54:03.997011  150554 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-233244
	I0318 20:54:04.013382  150554 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32913 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/multinode-233244/id_rsa Username:docker}
	I0318 20:54:04.106629  150554 ssh_runner.go:195] Run: systemctl --version
	I0318 20:54:04.110576  150554 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0318 20:54:04.120860  150554 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 20:54:04.169602  150554 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:true BridgeNfIP6Tables:true Debug:false NFd:40 OomKillDisable:true NGoroutines:67 SystemTime:2024-03-18 20:54:04.160511149 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 20:54:04.170381  150554 kubeconfig.go:125] found "multinode-233244" server: "https://192.168.67.2:8443"
	I0318 20:54:04.170410  150554 api_server.go:166] Checking apiserver status ...
	I0318 20:54:04.170448  150554 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0318 20:54:04.180607  150554 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1529/cgroup
	I0318 20:54:04.189007  150554 api_server.go:182] apiserver freezer: "7:freezer:/docker/3872bf13fbf32db44b7ea63438801cae547b7d08b00304607827cd930d2841de/crio/crio-a40e4e32c82787aa432ea598fdb617a2e938547d83a4b807fe5468ad655d191d"
	I0318 20:54:04.189086  150554 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/3872bf13fbf32db44b7ea63438801cae547b7d08b00304607827cd930d2841de/crio/crio-a40e4e32c82787aa432ea598fdb617a2e938547d83a4b807fe5468ad655d191d/freezer.state
	I0318 20:54:04.196889  150554 api_server.go:204] freezer state: "THAWED"
	I0318 20:54:04.196915  150554 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0318 20:54:04.200747  150554 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0318 20:54:04.200775  150554 status.go:422] multinode-233244 apiserver status = Running (err=<nil>)
	I0318 20:54:04.200784  150554 status.go:257] multinode-233244 status: &{Name:multinode-233244 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0318 20:54:04.200800  150554 status.go:255] checking status of multinode-233244-m02 ...
	I0318 20:54:04.201030  150554 cli_runner.go:164] Run: docker container inspect multinode-233244-m02 --format={{.State.Status}}
	I0318 20:54:04.217480  150554 status.go:330] multinode-233244-m02 host status = "Running" (err=<nil>)
	I0318 20:54:04.217524  150554 host.go:66] Checking if "multinode-233244-m02" exists ...
	I0318 20:54:04.217915  150554 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-233244-m02
	I0318 20:54:04.233714  150554 host.go:66] Checking if "multinode-233244-m02" exists ...
	I0318 20:54:04.233947  150554 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0318 20:54:04.233978  150554 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-233244-m02
	I0318 20:54:04.250047  150554 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32919 SSHKeyPath:/home/jenkins/minikube-integration/18421-5129/.minikube/machines/multinode-233244-m02/id_rsa Username:docker}
	I0318 20:54:04.338443  150554 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0318 20:54:04.349135  150554 status.go:257] multinode-233244-m02 status: &{Name:multinode-233244-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0318 20:54:04.349189  150554 status.go:255] checking status of multinode-233244-m03 ...
	I0318 20:54:04.349512  150554 cli_runner.go:164] Run: docker container inspect multinode-233244-m03 --format={{.State.Status}}
	I0318 20:54:04.367161  150554 status.go:330] multinode-233244-m03 host status = "Stopped" (err=<nil>)
	I0318 20:54:04.367182  150554 status.go:343] host is not running, skipping remaining checks
	I0318 20:54:04.367187  150554 status.go:257] multinode-233244-m03 status: &{Name:multinode-233244-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (8.98s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (103.65s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-233244
multinode_test.go:321: (dbg) Run:  out/minikube-linux-amd64 stop -p multinode-233244
multinode_test.go:321: (dbg) Done: out/minikube-linux-amd64 stop -p multinode-233244: (24.625336594s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-233244 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-amd64 start -p multinode-233244 --wait=true -v=8 --alsologtostderr: (1m18.906802683s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-233244
--- PASS: TestMultiNode/serial/RestartKeepsNodes (103.65s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (5.37s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.67s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0318 20:56:25.996950  159582 out.go:291] Setting OutFile to fd 1 ...
	I0318 20:56:25.997068  159582 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:56:25.997078  159582 out.go:304] Setting ErrFile to fd 2...
	I0318 20:56:25.997083  159582 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 20:56:25.997302  159582 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 20:56:25.997533  159582 out.go:298] Setting JSON to false
	I0318 20:56:25.997563  159582 mustload.go:65] Loading cluster: multinode-233244
	I0318 20:56:25.997611  159582 notify.go:220] Checking for updates...
	I0318 20:56:25.998010  159582 config.go:182] Loaded profile config "multinode-233244": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.28.4
	I0318 20:56:25.998027  159582 status.go:255] checking status of multinode-233244 ...
	I0318 20:56:25.998426  159582 cli_runner.go:164] Run: docker container inspect multinode-233244 --format={{.State.Status}}
	I0318 20:56:26.015041  159582 status.go:330] multinode-233244 host status = "Stopped" (err=<nil>)
	I0318 20:56:26.015108  159582 status.go:343] host is not running, skipping remaining checks
	I0318 20:56:26.015124  159582 status.go:257] multinode-233244 status: &{Name:multinode-233244 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0318 20:56:26.015163  159582 status.go:255] checking status of multinode-233244-m02 ...
	I0318 20:56:26.015516  159582 cli_runner.go:164] Run: docker container inspect multinode-233244-m02 --format={{.State.Status}}
	I0318 20:56:26.031668  159582 status.go:330] multinode-233244-m02 host status = "Stopped" (err=<nil>)
	I0318 20:56:26.031688  159582 status.go:343] host is not running, skipping remaining checks
	I0318 20:56:26.031694  159582 status.go:257] multinode-233244-m02 status: &{Name:multinode-233244-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (45.67s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-233244 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0318 20:56:43.027904   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
multinode_test.go:376: (dbg) Done: out/minikube-linux-amd64 start -p multinode-233244 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (45.101598634s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-amd64 -p multinode-233244 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 (45.67s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (24.91s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	! Profile name 'multinode-233244-m02' is duplicated with machine name 'multinode-233244-m02' in profile 'multinode-233244'
	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-233244-m03 --driver=docker  --container-runtime=crio
E0318 20:57:28.352727   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
multinode_test.go:472: (dbg) Done: out/minikube-linux-amd64 start -p multinode-233244-m03 --driver=docker  --container-runtime=crio: (22.652652756s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-233244
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-amd64 node add -p multinode-233244: exit status 80 (271.441092ms)

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

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

                                                
                                    
x
+
TestPreload (108.11s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-175300 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0318 20:58:51.397246   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
preload_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-175300 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (1m22.487895101s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-175300 image pull gcr.io/k8s-minikube/busybox
preload_test.go:58: (dbg) Run:  out/minikube-linux-amd64 stop -p test-preload-175300
preload_test.go:58: (dbg) Done: out/minikube-linux-amd64 stop -p test-preload-175300: (5.681681826s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-175300 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio
preload_test.go:66: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-175300 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (16.352030914s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-175300 image list
helpers_test.go:175: Cleaning up "test-preload-175300" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p test-preload-175300
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p test-preload-175300: (2.376382817s)
--- PASS: TestPreload (108.11s)

                                                
                                    
x
+
TestScheduledStopUnix (98.08s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-amd64 start -p scheduled-stop-665609 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-amd64 start -p scheduled-stop-665609 --memory=2048 --driver=docker  --container-runtime=crio: (21.357790363s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-665609 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-amd64 status --format={{.TimeToStop}} -p scheduled-stop-665609 -n scheduled-stop-665609
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-665609 --schedule 15s
scheduled_stop_test.go:169: signal error was:  os: process already finished
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-665609 --cancel-scheduled
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-665609 -n scheduled-stop-665609
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-665609
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-665609 --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-665609
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p scheduled-stop-665609: exit status 7 (78.942229ms)

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (10.47s)

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"b39e238a-275f-4adf-9be6-5f3b20c72736","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-553845] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"6a99072c-1e44-4869-b992-a32ab8589c7e","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=18421"}}
	{"specversion":"1.0","id":"6860add1-34eb-4c45-b194-466d8e276384","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":"fff74e91-a202-4090-851c-cfa8db5702dd","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig"}}
	{"specversion":"1.0","id":"03a00482-69a3-4a10-99a9-74da0521b9df","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube"}}
	{"specversion":"1.0","id":"ce784707-f241-4ab0-a350-76428ff46004","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":"10d6ea92-2a76-43ab-86d3-64b79a5b87cc","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"22ffcf76-2a07-4aab-95c1-675cbf80908a","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":"1451a6ff-6a72-482b-9381-2cd0548b4a74","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":"1d11d628-b9f5-49ae-abf7-c9e27ffac56e","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":"205fcd7c-5a81-4cfc-9738-53ddd4b5c240","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":"5fdd3992-2048-4400-a148-387f03a77fa7","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-553845\" primary control-plane node in \"insufficient-storage-553845\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"2c6c505a-ae87-4ec2-b177-277838335f63","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.42-1710284843-18375 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"ad2da567-c342-4abb-b925-dedadd517bcd","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":"cfb322f3-49b9-474f-a843-ec02b11909ad","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-553845 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p insufficient-storage-553845 --output=json --layout=cluster: exit status 7 (266.809955ms)

                                                
                                                
-- stdout --
	{"Name":"insufficient-storage-553845","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.32.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":500,"StatusName":"Error"}},"Nodes":[{"Name":"insufficient-storage-553845","StatusCode":507,"StatusName":"InsufficientStorage","Components":{"apiserver":{"Name":"apiserver","StatusCode":405,"StatusName":"Stopped"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

                                                
                                                
-- /stdout --
** stderr ** 
	E0318 21:01:15.087446  180446 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-553845" does not appear in /home/jenkins/minikube-integration/18421-5129/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0318 21:01:15.346550  180535 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-553845" does not appear in /home/jenkins/minikube-integration/18421-5129/kubeconfig
	E0318 21:01:15.355687  180535 status.go:560] unable to read event log: stat: stat /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/insufficient-storage-553845/events.json: no such file or directory

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

                                                
                                    
x
+
TestRunningBinaryUpgrade (68.6s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.1936606141 start -p running-upgrade-592478 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.1936606141 start -p running-upgrade-592478 --memory=2200 --vm-driver=docker  --container-runtime=crio: (25.763029202s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-amd64 start -p running-upgrade-592478 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:130: (dbg) Done: out/minikube-linux-amd64 start -p running-upgrade-592478 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (37.454893143s)
helpers_test.go:175: Cleaning up "running-upgrade-592478" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p running-upgrade-592478
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p running-upgrade-592478: (4.965547304s)
--- PASS: TestRunningBinaryUpgrade (68.60s)

                                                
                                    
x
+
TestKubernetesUpgrade (360.47s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

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

                                                
                                                
-- 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-652895 --memory=2200 --kubernetes-version=v1.29.0-rc.2 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:243: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-652895 --memory=2200 --kubernetes-version=v1.29.0-rc.2 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (4m30.200043674s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-652895 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-652895 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio
version_upgrade_test.go:269: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p kubernetes-upgrade-652895 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio: exit status 106 (78.749115ms)

                                                
                                                
-- stdout --
	* [kubernetes-upgrade-652895] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=18421
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.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.29.0-rc.2 cluster to v1.20.0
	* Suggestion: 
	
	    1) Recreate the cluster with Kubernetes 1.20.0, by running:
	    
	    minikube delete -p kubernetes-upgrade-652895
	    minikube start -p kubernetes-upgrade-652895 --kubernetes-version=v1.20.0
	    
	    2) Create a second cluster with Kubernetes 1.20.0, by running:
	    
	    minikube start -p kubernetes-upgrade-6528952 --kubernetes-version=v1.20.0
	    
	    3) Use the existing cluster at version Kubernetes 1.29.0-rc.2, by running:
	    
	    minikube start -p kubernetes-upgrade-652895 --kubernetes-version=v1.29.0-rc.2
	    

                                                
                                                
** /stderr **
version_upgrade_test.go:273: Attempting restart after unsuccessful downgrade
version_upgrade_test.go:275: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-652895 --memory=2200 --kubernetes-version=v1.29.0-rc.2 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-652895 --memory=2200 --kubernetes-version=v1.29.0-rc.2 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (41.251016738s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-652895" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p kubernetes-upgrade-652895
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p kubernetes-upgrade-652895: (4.010540093s)
--- PASS: TestKubernetesUpgrade (360.47s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

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

                                                
                                                
-- stdout --
	* [NoKubernetes-337520] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	  - MINIKUBE_LOCATION=18421
	  - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	  - KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	  - MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube
	  - MINIKUBE_BIN=out/minikube-linux-amd64
	  - MINIKUBE_FORCE_SYSTEMD=
	
	

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (0.52s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (38.82s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (101.85s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.2986797705 start -p stopped-upgrade-347843 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.2986797705 start -p stopped-upgrade-347843 --memory=2200 --vm-driver=docker  --container-runtime=crio: (1m7.33877988s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.2986797705 -p stopped-upgrade-347843 stop
E0318 21:02:28.351134   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.2986797705 -p stopped-upgrade-347843 stop: (4.986102166s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-amd64 start -p stopped-upgrade-347843 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:198: (dbg) Done: out/minikube-linux-amd64 start -p stopped-upgrade-347843 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (29.526294453s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (101.85s)

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (11.66s)

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (4.87s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.31s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.26s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.33s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (6.86s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.35s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (1.1s)

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (3.5s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0318 21:03:05.735544  208733 out.go:291] Setting OutFile to fd 1 ...
	I0318 21:03:05.735812  208733 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 21:03:05.735834  208733 out.go:304] Setting ErrFile to fd 2...
	I0318 21:03:05.735852  208733 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0318 21:03:05.736035  208733 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18421-5129/.minikube/bin
	I0318 21:03:05.736591  208733 out.go:298] Setting JSON to false
	I0318 21:03:05.737755  208733 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-15","uptime":2725,"bootTime":1710793061,"procs":290,"os":"linux","platform":"ubuntu","platformFamily":"debian","platformVersion":"20.04","kernelVersion":"5.15.0-1054-gcp","kernelArch":"x86_64","virtualizationSystem":"kvm","virtualizationRole":"guest","hostId":"591c9f12-2938-3743-e2bf-c56a050d43d1"}
	I0318 21:03:05.737818  208733 start.go:139] virtualization: kvm guest
	I0318 21:03:05.740585  208733 out.go:177] * [false-072873] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0318 21:03:05.742031  208733 out.go:177]   - MINIKUBE_LOCATION=18421
	I0318 21:03:05.742071  208733 notify.go:220] Checking for updates...
	I0318 21:03:05.743262  208733 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0318 21:03:05.744484  208733 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/18421-5129/kubeconfig
	I0318 21:03:05.745674  208733 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/18421-5129/.minikube
	I0318 21:03:05.746895  208733 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0318 21:03:05.748259  208733 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0318 21:03:05.750360  208733 config.go:182] Loaded profile config "missing-upgrade-365693": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.24.1
	I0318 21:03:05.750556  208733 config.go:182] Loaded profile config "running-upgrade-592478": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.24.1
	I0318 21:03:05.750783  208733 driver.go:392] Setting default libvirt URI to qemu:///system
	I0318 21:03:05.776565  208733 docker.go:122] docker version: linux-25.0.4:Docker Engine - Community
	I0318 21:03:05.776733  208733 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0318 21:03:05.831697  208733 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:2 ContainersRunning:2 ContainersPaused:0 ContainersStopped:0 Images:4 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:49 OomKillDisable:true NGoroutines:74 SystemTime:2024-03-18 21:03:05.821916204 +0000 UTC LoggingDriver:json-file CgroupDriver:cgroupfs NEventsListener:0 KernelVersion:5.15.0-1054-gcp OperatingSystem:Ubuntu 20.04.6 LTS OSType:linux Architecture:x86
_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:33647984640 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-15 Labels:[] ExperimentalBuild:false ServerVersion:25.0.4 ClusterStore: ClusterAdvertise: Runtimes:{Runc:{Path:runc}} DefaultRuntime:runc Swarm:{NodeID: NodeAddr: LocalNodeState:inactive ControlAvailable:false Error: RemoteManagers:<nil>} LiveRestoreEnabled:false Isolation: InitBinary:docker-init ContainerdCommit:{ID:ae07eda36dd25f8a1b98dfbf587313b99c0190bb Expected:ae07eda36dd25f8a1b98dfbf587313b99c0190bb} RuncCommit:{ID:v1.1.12-0-g51d5e94 Expected:v1.1.12-0-g51d5e94} 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.13.0] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.24.7] 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>}}
	I0318 21:03:05.831802  208733 docker.go:295] overlay module found
	I0318 21:03:05.833866  208733 out.go:177] * Using the docker driver based on user configuration
	I0318 21:03:05.835308  208733 start.go:297] selected driver: docker
	I0318 21:03:05.835349  208733 start.go:901] validating driver "docker" against <nil>
	I0318 21:03:05.835364  208733 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0318 21:03:05.837726  208733 out.go:177] 
	W0318 21:03:05.838963  208733 out.go:239] X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	X Exiting due to MK_USAGE: The "crio" container runtime requires CNI
	I0318 21:03:05.840567  208733 out.go:177] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:23 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: cluster_info
server: https://192.168.94.2:8443
name: missing-upgrade-365693
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:58 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.76.2:8443
name: running-upgrade-592478
contexts:
- context:
cluster: missing-upgrade-365693
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:23 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: context_info
namespace: default
user: missing-upgrade-365693
name: missing-upgrade-365693
- context:
cluster: running-upgrade-592478
user: running-upgrade-592478
name: running-upgrade-592478
current-context: ""
kind: Config
preferences: {}
users:
- name: missing-upgrade-365693
user:
client-certificate: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/missing-upgrade-365693/client.crt
client-key: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/missing-upgrade-365693/client.key
- name: running-upgrade-592478
user:
client-certificate: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/running-upgrade-592478/client.crt
client-key: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/running-upgrade-592478/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestPause/serial/Start (46.08s)

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

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (28.86s)

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

                                                
                                    
x
+
TestPause/serial/Pause (0.67s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.28s)

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

                                                
                                                
-- stdout --
	{"Name":"pause-214734","StatusCode":418,"StatusName":"Paused","Step":"Done","StepDetail":"* Paused 7 containers in: kube-system, kubernetes-dashboard, storage-gluster, istio-operator","BinaryVersion":"v1.32.0","Components":{"kubeconfig":{"Name":"kubeconfig","StatusCode":200,"StatusName":"OK"}},"Nodes":[{"Name":"pause-214734","StatusCode":200,"StatusName":"OK","Components":{"apiserver":{"Name":"apiserver","StatusCode":418,"StatusName":"Paused"},"kubelet":{"Name":"kubelet","StatusCode":405,"StatusName":"Stopped"}}}]}

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.59s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.8s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.51s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (18.64s)

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

                                                
                                                
-- stdout --
	[]

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p old-k8s-version-861453 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0
E0318 21:06:43.027818   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-861453 --memory=2200 --alsologtostderr --wait=true --kvm-network=default --kvm-qemu-uri=qemu:///system --disable-driver-mounts --keep-context=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.20.0: (2m12.327075268s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (132.33s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-242614 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.0-rc.2
E0318 21:07:28.351294   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-242614 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.0-rc.2: (1m3.838850435s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (63.84s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-861453 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [7a4fb4eb-f4ed-4e5f-927c-c99357c3411b] Pending
helpers_test.go:344: "busybox" [7a4fb4eb-f4ed-4e5f-927c-c99357c3411b] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [7a4fb4eb-f4ed-4e5f-927c-c99357c3411b] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 8.003526094s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-861453 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (8.35s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p old-k8s-version-861453 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p old-k8s-version-861453 --alsologtostderr -v=3: (11.875839598s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (11.88s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-242614 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [b6541dad-4fb1-42e9-80dd-4f11682b9de1] Pending
helpers_test.go:344: "busybox" [b6541dad-4fb1-42e9-80dd-4f11682b9de1] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [b6541dad-4fb1-42e9-80dd-4f11682b9de1] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 8.003385222s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-242614 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (8.24s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p no-preload-242614 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p no-preload-242614 --alsologtostderr -v=3: (15.08061869s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (15.08s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-242614 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.0-rc.2
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-242614 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.0-rc.2: (4m21.770480311s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p no-preload-242614 -n no-preload-242614
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (262.08s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-399217 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.28.4
E0318 21:09:46.073667   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-399217 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.28.4: (48.599669505s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (48.60s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-399217 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [5bbf234f-a5c5-46b1-b6e3-71fda4b33ebf] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [5bbf234f-a5c5-46b1-b6e3-71fda4b33ebf] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 7.003967342s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-399217 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (7.25s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p embed-certs-399217 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p embed-certs-399217 --alsologtostderr -v=3: (11.835161955s)
--- PASS: TestStartStop/group/embed-certs/serial/Stop (11.84s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-399217 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.28.4
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-399217 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.28.4: (4m38.183869598s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p embed-certs-399217 -n embed-certs-399217
--- PASS: TestStartStop/group/embed-certs/serial/SecondStart (278.48s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-dh29f" [0b2af17e-d43f-4e4f-8f98-33d967ed363f] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003380752s
--- 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:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-cd95d586-dh29f" [0b2af17e-d43f-4e4f-8f98-33d967ed363f] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003697975s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-861453 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.23s)

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

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-940034 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.28.4
E0318 21:11:43.028224   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-940034 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.28.4: (47.944768359s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (47.94s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-940034 create -f testdata/busybox.yaml
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: waiting 8m0s for pods matching "integration-test=busybox" in namespace "default" ...
helpers_test.go:344: "busybox" [e64c146f-5440-426b-8161-eb9cd5e12a0a] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [e64c146f-5440-426b-8161-eb9cd5e12a0a] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 7.004118038s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-940034 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (7.24s)

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

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

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

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

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p default-k8s-diff-port-940034 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.28.4
E0318 21:12:28.351627   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-940034 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.28.4: (4m22.400145574s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-940034 -n default-k8s-diff-port-940034
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (262.71s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-lvkkf" [8c88fb2b-274d-4481-8821-f1332a754647] Running
E0318 21:12:57.804811   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:12:57.810150   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:12:57.820375   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:12:57.840709   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:12:57.880977   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:12:57.961378   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:12:58.121788   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:12:58.442180   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:12:59.082336   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
start_stop_delete_test.go:274: (dbg) TestStartStop/group/no-preload/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003217783s
--- PASS: TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-lvkkf" [8c88fb2b-274d-4481-8821-f1332a754647] Running
E0318 21:13:00.363355   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:13:02.923767   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
start_stop_delete_test.go:287: (dbg) TestStartStop/group/no-preload/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.002902359s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-242614 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:304: (dbg) Run:  out/minikube-linux-amd64 -p no-preload-242614 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240202-8f1494ea
--- PASS: TestStartStop/group/no-preload/serial/VerifyKubernetesImages (0.23s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-339880 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.0-rc.2
E0318 21:13:18.285953   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:13:38.767058   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-339880 --memory=2200 --alsologtostderr --wait=apiserver,system_pods,default_sa --feature-gates ServerSideApply=true --network-plugin=cni --extra-config=kubeadm.pod-network-cidr=10.42.0.0/16 --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.0-rc.2: (34.418155463s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (34.42s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p newest-cni-339880 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p newest-cni-339880 --alsologtostderr -v=3: (1.208393726s)
--- PASS: TestStartStop/group/newest-cni/serial/Stop (1.21s)

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

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p newest-cni-339880 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20230809-80a64d96
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240202-8f1494ea
--- PASS: TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (0.25s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p auto-072873 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio
E0318 21:14:19.727952   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p auto-072873 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --driver=docker  --container-runtime=crio: (47.209210166s)
--- PASS: TestNetworkPlugins/group/auto/Start (47.21s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-072873 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-56589dfd74-x8v6k" [c9ee67dc-f6a9-443a-9bc9-cbbf9a7b9e70] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-x8v6k" [c9ee67dc-f6a9-443a-9bc9-cbbf9a7b9e70] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 9.004050171s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (9.22s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-p5z2d" [15c9a421-c627-473c-a4a7-d38bc478fb91] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.003457868s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/AddonExistsAfterStop
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-p5z2d" [15c9a421-c627-473c-a4a7-d38bc478fb91] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003423355s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-399217 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p embed-certs-399217 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20230809-80a64d96
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240202-8f1494ea
--- PASS: TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (0.24s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p calico-072873 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio
E0318 21:15:31.397740   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 21:15:41.648816   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p calico-072873 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio: (1m1.563470502s)
--- PASS: TestNetworkPlugins/group/calico/Start (61.56s)

                                                
                                    
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-pkrqz" [b0d72dcd-f986-41e7-a697-c4777581b290] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.005334446s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-072873 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-56589dfd74-br6jj" [935e1a69-7c99-43fe-ab19-9533a0121641] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-br6jj" [935e1a69-7c99-43fe-ab19-9533a0121641] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 10.00399112s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (10.18s)

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

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

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

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

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

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

                                                
                                    
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-bcg7c" [5ebfedc6-1c9a-499a-a633-304bf9ccddb2] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.005180251s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-072873 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-56589dfd74-fkz6k" [285b3f0f-cb69-436c-be1f-7d48d3cf7c64] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-fkz6k" [285b3f0f-cb69-436c-be1f-7d48d3cf7c64] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 13.004213078s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (13.20s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-2gwfw" [d5ee95f3-b61b-4741-b732-9d5db0228691] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.00356145s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.00s)

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

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

                                                
                                    
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:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: waiting 9m0s for pods matching "k8s-app=kubernetes-dashboard" in namespace "kubernetes-dashboard" ...
helpers_test.go:344: "kubernetes-dashboard-8694d4445c-2gwfw" [d5ee95f3-b61b-4741-b732-9d5db0228691] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003902249s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-940034 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.07s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/HairPin
net_test.go:264: (dbg) Run:  kubectl --context calico-072873 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
E0318 21:16:43.028163   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
--- PASS: TestNetworkPlugins/group/calico/HairPin (0.11s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p default-k8s-diff-port-940034 image list --format=json
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20230809-80a64d96
start_stop_delete_test.go:304: Found non-minikube image: gcr.io/k8s-minikube/busybox:1.28.4-glibc
start_stop_delete_test.go:304: Found non-minikube image: kindest/kindnetd:v20240202-8f1494ea
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages (0.24s)

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

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

                                                
                                                
-- stdout --
	Paused

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

                                                
                                                
-- stdout --
	Stopped

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p enable-default-cni-072873 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio
E0318 21:16:51.690027   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:16:51.695288   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:16:51.705597   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:16:51.726103   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:16:51.767057   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:16:51.848220   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:16:52.008746   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:16:52.329636   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:16:52.970469   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:16:54.250789   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:16:56.811182   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p enable-default-cni-072873 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --enable-default-cni=true --driver=docker  --container-runtime=crio: (46.727090624s)
--- PASS: TestNetworkPlugins/group/enable-default-cni/Start (46.73s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p flannel-072873 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio
E0318 21:17:12.172731   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:17:28.351796   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 21:17:32.653100   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p flannel-072873 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=flannel --driver=docker  --container-runtime=crio: (54.92929544s)
--- PASS: TestNetworkPlugins/group/flannel/Start (54.93s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-072873 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-56589dfd74-8zzsv" [4fce22f1-1eff-4dde-9f2e-22d4dec628ca] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-8zzsv" [4fce22f1-1eff-4dde-9f2e-22d4dec628ca] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 9.003834822s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (9.18s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-072873 replace --force -f testdata/netcat-deployment.yaml
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: waiting 15m0s for pods matching "app=netcat" in namespace "default" ...
helpers_test.go:344: "netcat-56589dfd74-rtg8l" [3632f55e-ddb3-4b4e-a068-f2c62a9034b1] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-rtg8l" [3632f55e-ddb3-4b4e-a068-f2c62a9034b1] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 10.004013059s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (10.21s)

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/ControllerPod
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: waiting 10m0s for pods matching "app=flannel" in namespace "kube-flannel" ...
helpers_test.go:344: "kube-flannel-ds-xstpt" [c3efc274-2243-48d6-892f-c61573bb4e16] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.003852748s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-072873 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-56589dfd74-7xqqp" [ab5649f2-d4e3-4ad0-bde4-ff44256019ac] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-7xqqp" [ab5649f2-d4e3-4ad0-bde4-ff44256019ac] Running
E0318 21:18:12.505547   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/no-preload-242614/client.crt: no such file or directory
E0318 21:18:13.613518   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 12.004086284s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (12.22s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/DNS
net_test.go:175: (dbg) Run:  kubectl --context flannel-072873 exec deployment/netcat -- nslookup kubernetes.default
E0318 21:18:17.625704   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/no-preload-242614/client.crt: no such file or directory
--- PASS: TestNetworkPlugins/group/flannel/DNS (0.14s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-072873 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-56589dfd74-bfchn" [52e4c325-c0ee-4379-a0eb-5fb22f5b9b05] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-bfchn" [52e4c325-c0ee-4379-a0eb-5fb22f5b9b05] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 10.003647931s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (10.17s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/HairPin
net_test.go:264: (dbg) Run:  kubectl --context bridge-072873 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/bridge/HairPin (0.11s)
E0318 21:19:52.795201   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:19:52.800525   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:19:52.810796   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:19:52.831112   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:19:52.871418   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:19:52.951785   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:19:53.112424   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:19:53.433189   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:19:54.074437   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:19:55.355018   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:19:57.915895   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:20:03.037017   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:20:13.277633   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:20:33.758610   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:20:51.228302   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/no-preload-242614/client.crt: no such file or directory
E0318 21:20:58.423978   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:20:58.429246   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:20:58.439504   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:20:58.459822   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:20:58.500098   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:20:58.580459   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:20:58.741167   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:20:59.061945   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:20:59.702261   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:21:00.983185   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:21:03.544061   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:21:08.664782   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:21:14.719759   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:21:18.905891   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:21:23.249936   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:23.255266   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:23.265617   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:23.285965   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:23.326359   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:23.406757   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:23.567291   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:23.887928   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:24.528948   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:25.809550   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:28.370051   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:33.490858   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:39.386321   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:21:43.028031   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/addons-089833/client.crt: no such file or directory
E0318 21:21:43.731237   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:21:51.690229   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:22:04.211700   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:22:19.375214   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/default-k8s-diff-port-940034/client.crt: no such file or directory
E0318 21:22:20.346809   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:22:28.351035   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/functional-692415/client.crt: no such file or directory
E0318 21:22:33.460252   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:33.465563   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:33.475835   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:33.496160   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:33.536468   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:33.616860   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:33.777341   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:34.097930   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:34.738777   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:36.019445   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:36.640203   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/auto-072873/client.crt: no such file or directory
E0318 21:22:38.579913   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:38.634256   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:38.639516   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:38.649763   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:38.670076   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:38.710418   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:38.790780   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:38.951220   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:39.272291   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:39.913280   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:41.194184   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:43.700915   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:43.755190   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:45.172785   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:22:48.876077   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:53.941441   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:22:57.805094   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/old-k8s-version-861453/client.crt: no such file or directory
E0318 21:22:59.033553   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:22:59.038850   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:22:59.049168   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:22:59.069532   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:22:59.109939   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:22:59.117258   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:22:59.190476   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:22:59.351041   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:22:59.671729   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:23:00.312874   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:23:01.593445   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:23:04.153659   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:23:07.385686   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/no-preload-242614/client.crt: no such file or directory
E0318 21:23:09.274807   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:23:14.421748   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:23:19.515019   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:23:19.598311   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:23:35.069691   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/no-preload-242614/client.crt: no such file or directory
E0318 21:23:39.995895   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:23:42.267187   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/kindnet-072873/client.crt: no such file or directory
E0318 21:23:55.382221   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/custom-flannel-072873/client.crt: no such file or directory
E0318 21:24:00.558695   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/enable-default-cni-072873/client.crt: no such file or directory
E0318 21:24:07.093567   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/calico-072873/client.crt: no such file or directory
E0318 21:24:09.262194   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:09.267488   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:09.277767   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:09.298041   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:09.338345   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:09.418742   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:09.579192   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:09.899775   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:10.540187   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:11.820819   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:14.381848   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:19.502795   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory
E0318 21:24:20.956578   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/flannel-072873/client.crt: no such file or directory
E0318 21:24:29.743023   11946 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/bridge-072873/client.crt: no such file or directory

                                                
                                    

Test skip (27/335)

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

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/cached-images (0s)

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

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/binaries (0s)

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

                                                
                                    
x
+
TestDownloadOnly/v1.29.0-rc.2/kubectl (0s)

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

                                                
                                    
x
+
TestAddons/parallel/Olm (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestDockerFlags (0s)

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

                                                
                                    
x
+
TestDockerEnvContainerd (0s)

                                                
                                                
=== RUN   TestDockerEnvContainerd
docker_test.go:170: running with crio true linux 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/DockerEnv (0s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PodmanEnv (0s)

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

                                                
                                                

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

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

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

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

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

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

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

                                                
                                    
x
+
TestGvisorAddon (0s)

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

                                                
                                    
x
+
TestImageBuild (0s)

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

                                                
                                    
x
+
TestChangeNoneUser (0s)

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

                                                
                                    
x
+
TestScheduledStopWindows (0s)

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

                                                
                                    
x
+
TestSkaffold (0s)

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestNetworkPlugins/group/kubenet (5.95s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:23 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: cluster_info
server: https://192.168.94.2:8443
name: missing-upgrade-365693
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:58 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.76.2:8443
name: running-upgrade-592478
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:58 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.103.2:8443
name: stopped-upgrade-347843
contexts:
- context:
cluster: missing-upgrade-365693
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:23 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: context_info
namespace: default
user: missing-upgrade-365693
name: missing-upgrade-365693
- context:
cluster: running-upgrade-592478
user: running-upgrade-592478
name: running-upgrade-592478
- context:
cluster: stopped-upgrade-347843
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:58 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: stopped-upgrade-347843
name: stopped-upgrade-347843
current-context: stopped-upgrade-347843
kind: Config
preferences: {}
users:
- name: missing-upgrade-365693
user:
client-certificate: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/missing-upgrade-365693/client.crt
client-key: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/missing-upgrade-365693/client.key
- name: running-upgrade-592478
user:
client-certificate: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/running-upgrade-592478/client.crt
client-key: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/running-upgrade-592478/client.key
- name: stopped-upgrade-347843
user:
client-certificate: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/stopped-upgrade-347843/client.crt
client-key: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/stopped-upgrade-347843/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (5.84s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:23 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: cluster_info
server: https://192.168.94.2:8443
name: missing-upgrade-365693
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18421-5129/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:58 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.76.2:8443
name: running-upgrade-592478
contexts:
- context:
cluster: missing-upgrade-365693
extensions:
- extension:
last-update: Mon, 18 Mar 2024 21:02:23 UTC
provider: minikube.sigs.k8s.io
version: v1.26.0
name: context_info
namespace: default
user: missing-upgrade-365693
name: missing-upgrade-365693
- context:
cluster: running-upgrade-592478
user: running-upgrade-592478
name: running-upgrade-592478
current-context: ""
kind: Config
preferences: {}
users:
- name: missing-upgrade-365693
user:
client-certificate: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/missing-upgrade-365693/client.crt
client-key: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/missing-upgrade-365693/client.key
- name: running-upgrade-592478
user:
client-certificate: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/running-upgrade-592478/client.crt
client-key: /home/jenkins/minikube-integration/18421-5129/.minikube/profiles/running-upgrade-592478/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
Copied to clipboard