Test Report: Docker_Linux_crio 18500

                    
                      a24a9a20f165ea8b5c4384dedc46d60e930b56eb:2024-03-25:33732
                    
                

Test fail (2/335)

Order failed test Duration
39 TestAddons/parallel/Ingress 153.35
64 TestErrorSpam/setup 21.14
x
+
TestAddons/parallel/Ingress (153.35s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Ingress
addons_test.go:207: (dbg) Run:  kubectl --context addons-863013 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-863013 replace --force -f testdata/nginx-ingress-v1.yaml
addons_test.go:245: (dbg) Run:  kubectl --context addons-863013 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" [39b6752f-3301-4639-9665-11cf2da8327a] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx" [39b6752f-3301-4639-9665-11cf2da8327a] Running
addons_test.go:250: (dbg) TestAddons/parallel/Ingress: run=nginx healthy within 12.003213031s
addons_test.go:262: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 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-863013 ssh "curl -s http://127.0.0.1/ -H 'Host: nginx.example.com'": exit status 1 (2m9.967205187s)

                                                
                                                
** 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-863013 replace --force -f testdata/ingress-dns-example-v1.yaml
addons_test.go:291: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 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-863013 addons disable ingress-dns --alsologtostderr -v=1
addons_test.go:311: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 addons disable ingress --alsologtostderr -v=1
addons_test.go:311: (dbg) Done: out/minikube-linux-amd64 -p addons-863013 addons disable ingress --alsologtostderr -v=1: (7.601497845s)
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-863013
helpers_test.go:235: (dbg) docker inspect addons-863013:

                                                
                                                
-- stdout --
	[
	    {
	        "Id": "e587acc38fdca93e10c9b86bc283645e20373debe5c3f7d36c4f82c3dbf357fe",
	        "Created": "2024-03-25T10:21:39.323224015Z",
	        "Path": "/usr/local/bin/entrypoint",
	        "Args": [
	            "/sbin/init"
	        ],
	        "State": {
	            "Status": "running",
	            "Running": true,
	            "Paused": false,
	            "Restarting": false,
	            "OOMKilled": false,
	            "Dead": false,
	            "Pid": 13061,
	            "ExitCode": 0,
	            "Error": "",
	            "StartedAt": "2024-03-25T10:21:39.571628925Z",
	            "FinishedAt": "0001-01-01T00:00:00Z"
	        },
	        "Image": "sha256:b996f21f49178ff2fe245f76f6456dad2526a49d03aceeb0006a00944f35aa38",
	        "ResolvConfPath": "/var/lib/docker/containers/e587acc38fdca93e10c9b86bc283645e20373debe5c3f7d36c4f82c3dbf357fe/resolv.conf",
	        "HostnamePath": "/var/lib/docker/containers/e587acc38fdca93e10c9b86bc283645e20373debe5c3f7d36c4f82c3dbf357fe/hostname",
	        "HostsPath": "/var/lib/docker/containers/e587acc38fdca93e10c9b86bc283645e20373debe5c3f7d36c4f82c3dbf357fe/hosts",
	        "LogPath": "/var/lib/docker/containers/e587acc38fdca93e10c9b86bc283645e20373debe5c3f7d36c4f82c3dbf357fe/e587acc38fdca93e10c9b86bc283645e20373debe5c3f7d36c4f82c3dbf357fe-json.log",
	        "Name": "/addons-863013",
	        "RestartCount": 0,
	        "Driver": "overlay2",
	        "Platform": "linux",
	        "MountLabel": "",
	        "ProcessLabel": "",
	        "AppArmorProfile": "unconfined",
	        "ExecIDs": null,
	        "HostConfig": {
	            "Binds": [
	                "/lib/modules:/lib/modules:ro",
	                "addons-863013:/var"
	            ],
	            "ContainerIDFile": "",
	            "LogConfig": {
	                "Type": "json-file",
	                "Config": {
	                    "max-size": "100m"
	                }
	            },
	            "NetworkMode": "addons-863013",
	            "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/38dddc76a211a7e60b3be615f97254df51ff2c30492ee3f78c1619a78fc0757e-init/diff:/var/lib/docker/overlay2/8a5bcc5c8a67b41e6c6c1baa48fc5e960a84854a33de36d1c4da1dbc9ea89cf0/diff",
	                "MergedDir": "/var/lib/docker/overlay2/38dddc76a211a7e60b3be615f97254df51ff2c30492ee3f78c1619a78fc0757e/merged",
	                "UpperDir": "/var/lib/docker/overlay2/38dddc76a211a7e60b3be615f97254df51ff2c30492ee3f78c1619a78fc0757e/diff",
	                "WorkDir": "/var/lib/docker/overlay2/38dddc76a211a7e60b3be615f97254df51ff2c30492ee3f78c1619a78fc0757e/work"
	            },
	            "Name": "overlay2"
	        },
	        "Mounts": [
	            {
	                "Type": "bind",
	                "Source": "/lib/modules",
	                "Destination": "/lib/modules",
	                "Mode": "ro",
	                "RW": false,
	                "Propagation": "rprivate"
	            },
	            {
	                "Type": "volume",
	                "Name": "addons-863013",
	                "Source": "/var/lib/docker/volumes/addons-863013/_data",
	                "Destination": "/var",
	                "Driver": "local",
	                "Mode": "z",
	                "RW": true,
	                "Propagation": ""
	            }
	        ],
	        "Config": {
	            "Hostname": "addons-863013",
	            "Domainname": "",
	            "User": "",
	            "AttachStdin": false,
	            "AttachStdout": false,
	            "AttachStderr": false,
	            "ExposedPorts": {
	                "22/tcp": {},
	                "2376/tcp": {},
	                "32443/tcp": {},
	                "5000/tcp": {},
	                "8443/tcp": {}
	            },
	            "Tty": true,
	            "OpenStdin": false,
	            "StdinOnce": false,
	            "Env": [
	                "container=docker",
	                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
	            ],
	            "Cmd": null,
	            "Image": "gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8",
	            "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-863013",
	                "name.minikube.sigs.k8s.io": "addons-863013",
	                "role.minikube.sigs.k8s.io": ""
	            },
	            "StopSignal": "SIGRTMIN+3"
	        },
	        "NetworkSettings": {
	            "Bridge": "",
	            "SandboxID": "e61ac8c41d18d36b88d878220be4fe63a038e56bd51368107409c8b0986c5cd0",
	            "SandboxKey": "/var/run/docker/netns/e61ac8c41d18",
	            "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-863013": {
	                    "IPAMConfig": {
	                        "IPv4Address": "192.168.49.2"
	                    },
	                    "Links": null,
	                    "Aliases": null,
	                    "MacAddress": "02:42:c0:a8:31:02",
	                    "NetworkID": "04cdade192dd8c7cf23b0f3e4c7e4948b69944e433c3d3db6c2acc00a16c8068",
	                    "EndpointID": "cbe8bce0b58326792f5501d719dd5a9f623c97e74753cfeecd1f27ca85fe4921",
	                    "Gateway": "192.168.49.1",
	                    "IPAddress": "192.168.49.2",
	                    "IPPrefixLen": 24,
	                    "IPv6Gateway": "",
	                    "GlobalIPv6Address": "",
	                    "GlobalIPv6PrefixLen": 0,
	                    "DriverOpts": null,
	                    "DNSNames": [
	                        "addons-863013",
	                        "e587acc38fdc"
	                    ]
	                }
	            }
	        }
	    }
	]

                                                
                                                
-- /stdout --
helpers_test.go:239: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p addons-863013 -n addons-863013
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-863013 logs -n 25
helpers_test.go:247: (dbg) Done: out/minikube-linux-amd64 -p addons-863013 logs -n 25: (1.152432014s)
helpers_test.go:252: TestAddons/parallel/Ingress logs: 
-- stdout --
	
	==> Audit <==
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| Command |                                            Args                                             |        Profile         |  User   | Version |     Start Time      |      End Time       |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	| delete  | -p download-only-575468                                                                     | download-only-575468   | jenkins | v1.32.0 | 25 Mar 24 10:21 UTC | 25 Mar 24 10:21 UTC |
	| delete  | -p download-only-690335                                                                     | download-only-690335   | jenkins | v1.32.0 | 25 Mar 24 10:21 UTC | 25 Mar 24 10:21 UTC |
	| start   | --download-only -p                                                                          | download-docker-490054 | jenkins | v1.32.0 | 25 Mar 24 10:21 UTC |                     |
	|         | download-docker-490054                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p download-docker-490054                                                                   | download-docker-490054 | jenkins | v1.32.0 | 25 Mar 24 10:21 UTC | 25 Mar 24 10:21 UTC |
	| start   | --download-only -p                                                                          | binary-mirror-262103   | jenkins | v1.32.0 | 25 Mar 24 10:21 UTC |                     |
	|         | binary-mirror-262103                                                                        |                        |         |         |                     |                     |
	|         | --alsologtostderr                                                                           |                        |         |         |                     |                     |
	|         | --binary-mirror                                                                             |                        |         |         |                     |                     |
	|         | http://127.0.0.1:42291                                                                      |                        |         |         |                     |                     |
	|         | --driver=docker                                                                             |                        |         |         |                     |                     |
	|         | --container-runtime=crio                                                                    |                        |         |         |                     |                     |
	| delete  | -p binary-mirror-262103                                                                     | binary-mirror-262103   | jenkins | v1.32.0 | 25 Mar 24 10:21 UTC | 25 Mar 24 10:21 UTC |
	| addons  | disable dashboard -p                                                                        | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:21 UTC |                     |
	|         | addons-863013                                                                               |                        |         |         |                     |                     |
	| addons  | enable dashboard -p                                                                         | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:21 UTC |                     |
	|         | addons-863013                                                                               |                        |         |         |                     |                     |
	| start   | -p addons-863013 --wait=true                                                                | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:21 UTC | 25 Mar 24 10:23 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  | enable headlamp                                                                             | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | 25 Mar 24 10:23 UTC |
	|         | -p addons-863013                                                                            |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | disable nvidia-device-plugin                                                                | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:23 UTC | 25 Mar 24 10:23 UTC |
	|         | -p addons-863013                                                                            |                        |         |         |                     |                     |
	| ssh     | addons-863013 ssh cat                                                                       | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:24 UTC | 25 Mar 24 10:24 UTC |
	|         | /opt/local-path-provisioner/pvc-07d4bfd1-e909-43c1-981b-0c3af5a9471e_default_test-pvc/file1 |                        |         |         |                     |                     |
	| addons  | addons-863013 addons disable                                                                | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:24 UTC | 25 Mar 24 10:24 UTC |
	|         | storage-provisioner-rancher                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-863013 ip                                                                            | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:24 UTC | 25 Mar 24 10:24 UTC |
	| addons  | addons-863013 addons disable                                                                | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:24 UTC | 25 Mar 24 10:24 UTC |
	|         | registry --alsologtostderr                                                                  |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-863013 addons                                                                        | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:24 UTC | 25 Mar 24 10:24 UTC |
	|         | disable metrics-server                                                                      |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-863013 addons disable                                                                | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:24 UTC | 25 Mar 24 10:24 UTC |
	|         | helm-tiller --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | disable inspektor-gadget -p                                                                 | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:24 UTC | 25 Mar 24 10:24 UTC |
	|         | addons-863013                                                                               |                        |         |         |                     |                     |
	| ssh     | addons-863013 ssh curl -s                                                                   | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:24 UTC |                     |
	|         | http://127.0.0.1/ -H 'Host:                                                                 |                        |         |         |                     |                     |
	|         | nginx.example.com'                                                                          |                        |         |         |                     |                     |
	| addons  | disable cloud-spanner -p                                                                    | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:24 UTC | 25 Mar 24 10:24 UTC |
	|         | addons-863013                                                                               |                        |         |         |                     |                     |
	| addons  | addons-863013 addons                                                                        | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:25 UTC | 25 Mar 24 10:25 UTC |
	|         | disable csi-hostpath-driver                                                                 |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| addons  | addons-863013 addons                                                                        | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:25 UTC | 25 Mar 24 10:25 UTC |
	|         | disable volumesnapshots                                                                     |                        |         |         |                     |                     |
	|         | --alsologtostderr -v=1                                                                      |                        |         |         |                     |                     |
	| ip      | addons-863013 ip                                                                            | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | 25 Mar 24 10:26 UTC |
	| addons  | addons-863013 addons disable                                                                | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | 25 Mar 24 10:26 UTC |
	|         | ingress-dns --alsologtostderr                                                               |                        |         |         |                     |                     |
	|         | -v=1                                                                                        |                        |         |         |                     |                     |
	| addons  | addons-863013 addons disable                                                                | addons-863013          | jenkins | v1.32.0 | 25 Mar 24 10:26 UTC | 25 Mar 24 10:26 UTC |
	|         | ingress --alsologtostderr -v=1                                                              |                        |         |         |                     |                     |
	|---------|---------------------------------------------------------------------------------------------|------------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/03/25 10:21:17
	Running on machine: ubuntu-20-agent-8
	Binary: Built with gc go1.22.1 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0325 10:21:17.624602   11971 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:21:17.624860   11971 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:21:17.624869   11971 out.go:304] Setting ErrFile to fd 2...
	I0325 10:21:17.624873   11971 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:21:17.625060   11971 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	I0325 10:21:17.625676   11971 out.go:298] Setting JSON to false
	I0325 10:21:17.626462   11971 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-8","uptime":223,"bootTime":1711361855,"procs":177,"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"}
	I0325 10:21:17.626523   11971 start.go:139] virtualization: kvm guest
	I0325 10:21:17.628847   11971 out.go:177] * [addons-863013] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0325 10:21:17.630638   11971 out.go:177]   - MINIKUBE_LOCATION=18500
	I0325 10:21:17.630595   11971 notify.go:220] Checking for updates...
	I0325 10:21:17.632350   11971 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0325 10:21:17.634088   11971 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/18500-3438/kubeconfig
	I0325 10:21:17.635890   11971 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-3438/.minikube
	I0325 10:21:17.637621   11971 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0325 10:21:17.639230   11971 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0325 10:21:17.641000   11971 driver.go:392] Setting default libvirt URI to qemu:///system
	I0325 10:21:17.662230   11971 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
	I0325 10:21:17.662340   11971 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:21:17.705841   11971 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:30 OomKillDisable:true NGoroutines:46 SystemTime:2024-03-25 10:21:17.697160783 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:21:17.705949   11971 docker.go:295] overlay module found
	I0325 10:21:17.708019   11971 out.go:177] * Using the docker driver based on user configuration
	I0325 10:21:17.709314   11971 start.go:297] selected driver: docker
	I0325 10:21:17.709327   11971 start.go:901] validating driver "docker" against <nil>
	I0325 10:21:17.709336   11971 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0325 10:21:17.710091   11971 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:21:17.755567   11971 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:30 OomKillDisable:true NGoroutines:46 SystemTime:2024-03-25 10:21:17.747462908 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:21:17.755733   11971 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0325 10:21:17.756006   11971 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]
	I0325 10:21:17.757811   11971 out.go:177] * Using Docker driver with root privileges
	I0325 10:21:17.759561   11971 cni.go:84] Creating CNI manager for ""
	I0325 10:21:17.759584   11971 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0325 10:21:17.759594   11971 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0325 10:21:17.759674   11971 start.go:340] cluster config:
	{Name:addons-863013 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.29.3 ClusterName:addons-863013 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.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs:
AutoPauseInterval:1m0s}
	I0325 10:21:17.761294   11971 out.go:177] * Starting "addons-863013" primary control-plane node in "addons-863013" cluster
	I0325 10:21:17.762695   11971 cache.go:121] Beginning downloading kic base image for docker with crio
	I0325 10:21:17.764112   11971 out.go:177] * Pulling base image v0.0.43-beta.0 ...
	I0325 10:21:17.765558   11971 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
	I0325 10:21:17.765595   11971 preload.go:147] Found local preload: /home/jenkins/minikube-integration/18500-3438/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-amd64.tar.lz4
	I0325 10:21:17.765604   11971 cache.go:56] Caching tarball of preloaded images
	I0325 10:21:17.765610   11971 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local docker daemon
	I0325 10:21:17.765668   11971 preload.go:173] Found /home/jenkins/minikube-integration/18500-3438/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-amd64.tar.lz4 in cache, skipping download
	I0325 10:21:17.765679   11971 cache.go:59] Finished verifying existence of preloaded tar for v1.29.3 on crio
	I0325 10:21:17.766039   11971 profile.go:142] Saving config to /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/config.json ...
	I0325 10:21:17.766062   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/config.json: {Name:mk98b0b05c8269dbe7cdc61917ec916e3d05542b Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:17.780075   11971 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 to local cache
	I0325 10:21:17.780192   11971 image.go:63] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory
	I0325 10:21:17.780208   11971 image.go:66] Found gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory, skipping pull
	I0325 10:21:17.780212   11971 image.go:105] gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 exists in cache, skipping pull
	I0325 10:21:17.780221   11971 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 as a tarball
	I0325 10:21:17.780228   11971 cache.go:162] Loading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 from local cache
	I0325 10:21:30.060966   11971 cache.go:164] successfully loaded and using gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 from cached tarball
	I0325 10:21:30.061025   11971 cache.go:194] Successfully downloaded all kic artifacts
	I0325 10:21:30.061084   11971 start.go:360] acquireMachinesLock for addons-863013: {Name:mk2f6984542a1174ab67d84a5820a6601ec37d61 Clock:{} Delay:500ms Timeout:10m0s Cancel:<nil>}
	I0325 10:21:30.061195   11971 start.go:364] duration metric: took 88.801µs to acquireMachinesLock for "addons-863013"
	I0325 10:21:30.061219   11971 start.go:93] Provisioning new machine with config: &{Name:addons-863013 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.29.3 ClusterName:addons-863013 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServer
Names:[] 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.29.3 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: S
ocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} &{Name: IP: Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0325 10:21:30.061303   11971 start.go:125] createHost starting for "" (driver="docker")
	I0325 10:21:30.063278   11971 out.go:204] * Creating docker container (CPUs=2, Memory=4000MB) ...
	I0325 10:21:30.063512   11971 start.go:159] libmachine.API.Create for "addons-863013" (driver="docker")
	I0325 10:21:30.063554   11971 client.go:168] LocalClient.Create starting
	I0325 10:21:30.063654   11971 main.go:141] libmachine: Creating CA: /home/jenkins/minikube-integration/18500-3438/.minikube/certs/ca.pem
	I0325 10:21:30.234582   11971 main.go:141] libmachine: Creating client certificate: /home/jenkins/minikube-integration/18500-3438/.minikube/certs/cert.pem
	I0325 10:21:30.385581   11971 cli_runner.go:164] Run: docker network inspect addons-863013 --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}}]}"
	W0325 10:21:30.401803   11971 cli_runner.go:211] docker network inspect addons-863013 --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
	I0325 10:21:30.401878   11971 network_create.go:281] running [docker network inspect addons-863013] to gather additional debugging logs...
	I0325 10:21:30.401911   11971 cli_runner.go:164] Run: docker network inspect addons-863013
	W0325 10:21:30.416250   11971 cli_runner.go:211] docker network inspect addons-863013 returned with exit code 1
	I0325 10:21:30.416282   11971 network_create.go:284] error running [docker network inspect addons-863013]: docker network inspect addons-863013: exit status 1
	stdout:
	[]
	
	stderr:
	Error response from daemon: network addons-863013 not found
	I0325 10:21:30.416297   11971 network_create.go:286] output of [docker network inspect addons-863013]: -- stdout --
	[]
	
	-- /stdout --
	** stderr ** 
	Error response from daemon: network addons-863013 not found
	
	** /stderr **
	I0325 10:21:30.416388   11971 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}}]}"
	I0325 10:21:30.431488   11971 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:0xc00075eca0}
	I0325 10:21:30.431537   11971 network_create.go:124] attempt to create docker network addons-863013 192.168.49.0/24 with gateway 192.168.49.1 and MTU of 1500 ...
	I0325 10:21:30.431594   11971 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-863013 addons-863013
	I0325 10:21:30.482804   11971 network_create.go:108] docker network addons-863013 192.168.49.0/24 created
	I0325 10:21:30.482840   11971 kic.go:121] calculated static IP "192.168.49.2" for the "addons-863013" container
	I0325 10:21:30.482908   11971 cli_runner.go:164] Run: docker ps -a --format {{.Names}}
	I0325 10:21:30.495286   11971 cli_runner.go:164] Run: docker volume create addons-863013 --label name.minikube.sigs.k8s.io=addons-863013 --label created_by.minikube.sigs.k8s.io=true
	I0325 10:21:30.510580   11971 oci.go:103] Successfully created a docker volume addons-863013
	I0325 10:21:30.510649   11971 cli_runner.go:164] Run: docker run --rm --name addons-863013-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-863013 --entrypoint /usr/bin/test -v addons-863013:/var gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -d /var/lib
	I0325 10:21:34.562404   11971 cli_runner.go:217] Completed: docker run --rm --name addons-863013-preload-sidecar --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-863013 --entrypoint /usr/bin/test -v addons-863013:/var gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -d /var/lib: (4.051712868s)
	I0325 10:21:34.562445   11971 oci.go:107] Successfully prepared a docker volume addons-863013
	I0325 10:21:34.562479   11971 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
	I0325 10:21:34.562502   11971 kic.go:194] Starting extracting preloaded images to volume ...
	I0325 10:21:34.562566   11971 cli_runner.go:164] Run: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18500-3438/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-863013:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -I lz4 -xf /preloaded.tar -C /extractDir
	I0325 10:21:39.260780   11971 cli_runner.go:217] Completed: docker run --rm --entrypoint /usr/bin/tar -v /home/jenkins/minikube-integration/18500-3438/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-amd64.tar.lz4:/preloaded.tar:ro -v addons-863013:/extractDir gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 -I lz4 -xf /preloaded.tar -C /extractDir: (4.698155921s)
	I0325 10:21:39.260816   11971 kic.go:203] duration metric: took 4.698313028s to extract preloaded images to volume ...
	W0325 10:21:39.260925   11971 cgroups_linux.go:77] Your kernel does not support swap limit capabilities or the cgroup is not mounted.
	I0325 10:21:39.261027   11971 cli_runner.go:164] Run: docker info --format "'{{json .SecurityOptions}}'"
	I0325 10:21:39.308592   11971 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-863013 --name addons-863013 --label created_by.minikube.sigs.k8s.io=true --label name.minikube.sigs.k8s.io=addons-863013 --label role.minikube.sigs.k8s.io= --label mode.minikube.sigs.k8s.io=addons-863013 --network addons-863013 --ip 192.168.49.2 --volume addons-863013:/var --security-opt apparmor=unconfined --memory=4000mb --cpus=2 -e container=docker --expose 8443 --publish=127.0.0.1::8443 --publish=127.0.0.1::22 --publish=127.0.0.1::2376 --publish=127.0.0.1::5000 --publish=127.0.0.1::32443 gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8
	I0325 10:21:39.579225   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Running}}
	I0325 10:21:39.596557   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:21:39.613168   11971 cli_runner.go:164] Run: docker exec addons-863013 stat /var/lib/dpkg/alternatives/iptables
	I0325 10:21:39.656992   11971 oci.go:144] the created container "addons-863013" has a running status.
	I0325 10:21:39.657018   11971 kic.go:225] Creating ssh key for kic: /home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa...
	I0325 10:21:39.824168   11971 kic_runner.go:191] docker (temp): /home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa.pub --> /home/docker/.ssh/authorized_keys (381 bytes)
	I0325 10:21:39.841975   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:21:39.862924   11971 kic_runner.go:93] Run: chown docker:docker /home/docker/.ssh/authorized_keys
	I0325 10:21:39.862951   11971 kic_runner.go:114] Args: [docker exec --privileged addons-863013 chown docker:docker /home/docker/.ssh/authorized_keys]
	I0325 10:21:39.910939   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:21:39.927165   11971 machine.go:94] provisionDockerMachine start ...
	I0325 10:21:39.927248   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:21:39.951063   11971 main.go:141] libmachine: Using SSH client type: native
	I0325 10:21:39.951311   11971 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 32772 <nil> <nil>}
	I0325 10:21:39.951323   11971 main.go:141] libmachine: About to run SSH command:
	hostname
	I0325 10:21:40.132730   11971 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-863013
	
	I0325 10:21:40.132757   11971 ubuntu.go:169] provisioning hostname "addons-863013"
	I0325 10:21:40.132822   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:21:40.151293   11971 main.go:141] libmachine: Using SSH client type: native
	I0325 10:21:40.151499   11971 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 32772 <nil> <nil>}
	I0325 10:21:40.151518   11971 main.go:141] libmachine: About to run SSH command:
	sudo hostname addons-863013 && echo "addons-863013" | sudo tee /etc/hostname
	I0325 10:21:40.310299   11971 main.go:141] libmachine: SSH cmd err, output: <nil>: addons-863013
	
	I0325 10:21:40.310377   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:21:40.327015   11971 main.go:141] libmachine: Using SSH client type: native
	I0325 10:21:40.327183   11971 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 32772 <nil> <nil>}
	I0325 10:21:40.327199   11971 main.go:141] libmachine: About to run SSH command:
	
			if ! grep -xq '.*\saddons-863013' /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-863013/g' /etc/hosts;
				else 
					echo '127.0.1.1 addons-863013' | sudo tee -a /etc/hosts; 
				fi
			fi
	I0325 10:21:40.449369   11971 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	I0325 10:21:40.449422   11971 ubuntu.go:175] set auth options {CertDir:/home/jenkins/minikube-integration/18500-3438/.minikube CaCertPath:/home/jenkins/minikube-integration/18500-3438/.minikube/certs/ca.pem CaPrivateKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/certs/ca-key.pem CaCertRemotePath:/etc/docker/ca.pem ServerCertPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/server.pem ServerKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/server-key.pem ClientKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/certs/key.pem ServerCertRemotePath:/etc/docker/server.pem ServerKeyRemotePath:/etc/docker/server-key.pem ClientCertPath:/home/jenkins/minikube-integration/18500-3438/.minikube/certs/cert.pem ServerCertSANs:[] StorePath:/home/jenkins/minikube-integration/18500-3438/.minikube}
	I0325 10:21:40.449459   11971 ubuntu.go:177] setting up certificates
	I0325 10:21:40.449472   11971 provision.go:84] configureAuth start
	I0325 10:21:40.449523   11971 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-863013
	I0325 10:21:40.464806   11971 provision.go:143] copyHostCerts
	I0325 10:21:40.464905   11971 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18500-3438/.minikube/certs/ca.pem --> /home/jenkins/minikube-integration/18500-3438/.minikube/ca.pem (1082 bytes)
	I0325 10:21:40.465042   11971 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18500-3438/.minikube/certs/cert.pem --> /home/jenkins/minikube-integration/18500-3438/.minikube/cert.pem (1123 bytes)
	I0325 10:21:40.465129   11971 exec_runner.go:151] cp: /home/jenkins/minikube-integration/18500-3438/.minikube/certs/key.pem --> /home/jenkins/minikube-integration/18500-3438/.minikube/key.pem (1679 bytes)
	I0325 10:21:40.465215   11971 provision.go:117] generating server cert: /home/jenkins/minikube-integration/18500-3438/.minikube/machines/server.pem ca-key=/home/jenkins/minikube-integration/18500-3438/.minikube/certs/ca.pem private-key=/home/jenkins/minikube-integration/18500-3438/.minikube/certs/ca-key.pem org=jenkins.addons-863013 san=[127.0.0.1 192.168.49.2 addons-863013 localhost minikube]
	I0325 10:21:40.852027   11971 provision.go:177] copyRemoteCerts
	I0325 10:21:40.852084   11971 ssh_runner.go:195] Run: sudo mkdir -p /etc/docker /etc/docker /etc/docker
	I0325 10:21:40.852125   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:21:40.868709   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:21:40.953311   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/certs/ca.pem --> /etc/docker/ca.pem (1082 bytes)
	I0325 10:21:40.974525   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/machines/server.pem --> /etc/docker/server.pem (1208 bytes)
	I0325 10:21:40.995353   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/machines/server-key.pem --> /etc/docker/server-key.pem (1679 bytes)
	I0325 10:21:41.015240   11971 provision.go:87] duration metric: took 565.754434ms to configureAuth
	I0325 10:21:41.015265   11971 ubuntu.go:193] setting minikube options for container-runtime
	I0325 10:21:41.015433   11971 config.go:182] Loaded profile config "addons-863013": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:21:41.015532   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:21:41.031896   11971 main.go:141] libmachine: Using SSH client type: native
	I0325 10:21:41.032073   11971 main.go:141] libmachine: &{{{<nil> 0 [] [] []} docker [0x82d4a0] 0x830200 <nil>  [] 0s} 127.0.0.1 32772 <nil> <nil>}
	I0325 10:21:41.032092   11971 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
	I0325 10:21:41.238115   11971 main.go:141] libmachine: SSH cmd err, output: <nil>: 
	CRIO_MINIKUBE_OPTIONS='--insecure-registry 10.96.0.0/12 '
	
	I0325 10:21:41.238145   11971 machine.go:97] duration metric: took 1.310958873s to provisionDockerMachine
	I0325 10:21:41.238155   11971 client.go:171] duration metric: took 11.174592369s to LocalClient.Create
	I0325 10:21:41.238174   11971 start.go:167] duration metric: took 11.174660895s to libmachine.API.Create "addons-863013"
	I0325 10:21:41.238184   11971 start.go:293] postStartSetup for "addons-863013" (driver="docker")
	I0325 10:21:41.238197   11971 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]
	I0325 10:21:41.238257   11971 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
	I0325 10:21:41.238293   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:21:41.254304   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:21:41.341800   11971 ssh_runner.go:195] Run: cat /etc/os-release
	I0325 10:21:41.344680   11971 main.go:141] libmachine: Couldn't set key VERSION_CODENAME, no corresponding struct field found
	I0325 10:21:41.344710   11971 main.go:141] libmachine: Couldn't set key PRIVACY_POLICY_URL, no corresponding struct field found
	I0325 10:21:41.344718   11971 main.go:141] libmachine: Couldn't set key UBUNTU_CODENAME, no corresponding struct field found
	I0325 10:21:41.344726   11971 info.go:137] Remote host: Ubuntu 22.04.4 LTS
	I0325 10:21:41.344735   11971 filesync.go:126] Scanning /home/jenkins/minikube-integration/18500-3438/.minikube/addons for local assets ...
	I0325 10:21:41.344788   11971 filesync.go:126] Scanning /home/jenkins/minikube-integration/18500-3438/.minikube/files for local assets ...
	I0325 10:21:41.344816   11971 start.go:296] duration metric: took 106.625465ms for postStartSetup
	I0325 10:21:41.345090   11971 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-863013
	I0325 10:21:41.360983   11971 profile.go:142] Saving config to /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/config.json ...
	I0325 10:21:41.361229   11971 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0325 10:21:41.361268   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:21:41.376693   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:21:41.461993   11971 ssh_runner.go:195] Run: sh -c "df -BG /var | awk 'NR==2{print $4}'"
	I0325 10:21:41.465956   11971 start.go:128] duration metric: took 11.404637707s to createHost
	I0325 10:21:41.465984   11971 start.go:83] releasing machines lock for "addons-863013", held for 11.404777415s
	I0325 10:21:41.466101   11971 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" addons-863013
	I0325 10:21:41.481828   11971 ssh_runner.go:195] Run: cat /version.json
	I0325 10:21:41.481875   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:21:41.481934   11971 ssh_runner.go:195] Run: curl -sS -m 2 https://registry.k8s.io/
	I0325 10:21:41.482004   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:21:41.496965   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:21:41.498499   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	W0325 10:21:41.662287   11971 out.go:239] ! Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: v1.33.0-beta.0 -> Actual minikube version: v1.32.0
	I0325 10:21:41.662371   11971 ssh_runner.go:195] Run: systemctl --version
	I0325 10:21:41.666613   11971 ssh_runner.go:195] Run: sudo sh -c "podman version >/dev/null"
	I0325 10:21:41.801949   11971 ssh_runner.go:195] Run: sh -c "stat /etc/cni/net.d/*loopback.conf*"
	I0325 10:21:41.805995   11971 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" ;
	I0325 10:21:41.822431   11971 cni.go:221] loopback cni configuration disabled: "/etc/cni/net.d/*loopback.conf*" found
	I0325 10:21:41.822499   11971 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" ;
	I0325 10:21:41.847964   11971 cni.go:262] disabled [/etc/cni/net.d/87-podman-bridge.conflist, /etc/cni/net.d/100-crio-bridge.conf] bridge cni config(s)
	I0325 10:21:41.847995   11971 start.go:494] detecting cgroup driver to use...
	I0325 10:21:41.848033   11971 detect.go:196] detected "cgroupfs" cgroup driver on host os
	I0325 10:21:41.848090   11971 ssh_runner.go:195] Run: sudo systemctl stop -f containerd
	I0325 10:21:41.862263   11971 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service containerd
	I0325 10:21:41.871937   11971 docker.go:217] disabling cri-docker service (if available) ...
	I0325 10:21:41.871992   11971 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.socket
	I0325 10:21:41.883153   11971 ssh_runner.go:195] Run: sudo systemctl stop -f cri-docker.service
	I0325 10:21:41.895362   11971 ssh_runner.go:195] Run: sudo systemctl disable cri-docker.socket
	I0325 10:21:41.957807   11971 ssh_runner.go:195] Run: sudo systemctl mask cri-docker.service
	I0325 10:21:42.033562   11971 docker.go:233] disabling docker service ...
	I0325 10:21:42.033626   11971 ssh_runner.go:195] Run: sudo systemctl stop -f docker.socket
	I0325 10:21:42.051067   11971 ssh_runner.go:195] Run: sudo systemctl stop -f docker.service
	I0325 10:21:42.061657   11971 ssh_runner.go:195] Run: sudo systemctl disable docker.socket
	I0325 10:21:42.133609   11971 ssh_runner.go:195] Run: sudo systemctl mask docker.service
	I0325 10:21:42.210523   11971 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service docker
	I0325 10:21:42.220661   11971 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"
	I0325 10:21:42.234762   11971 crio.go:59] configure cri-o to use "registry.k8s.io/pause:3.9" pause image...
	I0325 10:21:42.234821   11971 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"
	I0325 10:21:42.243503   11971 crio.go:70] configuring cri-o to use "cgroupfs" as cgroup driver...
	I0325 10:21:42.243565   11971 ssh_runner.go:195] Run: sh -c "sudo sed -i 's|^.*cgroup_manager = .*$|cgroup_manager = "cgroupfs"|' /etc/crio/crio.conf.d/02-crio.conf"
	I0325 10:21:42.252542   11971 ssh_runner.go:195] Run: sh -c "sudo sed -i '/conmon_cgroup = .*/d' /etc/crio/crio.conf.d/02-crio.conf"
	I0325 10:21:42.260915   11971 ssh_runner.go:195] Run: sh -c "sudo sed -i '/cgroup_manager = .*/a conmon_cgroup = "pod"' /etc/crio/crio.conf.d/02-crio.conf"
	I0325 10:21:42.269689   11971 ssh_runner.go:195] Run: sh -c "sudo rm -rf /etc/cni/net.mk"
	I0325 10:21:42.277599   11971 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"
	I0325 10:21:42.285818   11971 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"
	I0325 10:21:42.299643   11971 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"
	I0325 10:21:42.308738   11971 ssh_runner.go:195] Run: sudo sysctl net.bridge.bridge-nf-call-iptables
	I0325 10:21:42.316118   11971 ssh_runner.go:195] Run: sudo sh -c "echo 1 > /proc/sys/net/ipv4/ip_forward"
	I0325 10:21:42.323240   11971 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0325 10:21:42.394040   11971 ssh_runner.go:195] Run: sudo systemctl restart crio
	I0325 10:21:42.488381   11971 start.go:541] Will wait 60s for socket path /var/run/crio/crio.sock
	I0325 10:21:42.488465   11971 ssh_runner.go:195] Run: stat /var/run/crio/crio.sock
	I0325 10:21:42.491713   11971 start.go:562] Will wait 60s for crictl version
	I0325 10:21:42.491767   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:21:42.494609   11971 ssh_runner.go:195] Run: sudo /usr/bin/crictl version
	I0325 10:21:42.524393   11971 start.go:578] Version:  0.1.0
	RuntimeName:  cri-o
	RuntimeVersion:  1.24.6
	RuntimeApiVersion:  v1
	I0325 10:21:42.524510   11971 ssh_runner.go:195] Run: crio --version
	I0325 10:21:42.557508   11971 ssh_runner.go:195] Run: crio --version
	I0325 10:21:42.591428   11971 out.go:177] * Preparing Kubernetes v1.29.3 on CRI-O 1.24.6 ...
	I0325 10:21:42.593072   11971 cli_runner.go:164] Run: docker network inspect addons-863013 --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}}]}"
	I0325 10:21:42.607854   11971 ssh_runner.go:195] Run: grep 192.168.49.1	host.minikube.internal$ /etc/hosts
	I0325 10:21:42.611444   11971 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""
	I0325 10:21:42.621155   11971 kubeadm.go:877] updating cluster {Name:addons-863013 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.29.3 ClusterName:addons-863013 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerI
Ps:[] 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.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}] Addons:map[] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:<nil> ExposedPorts:[] ListenAddress: Network: Subnet: MultiNodeRequested:false ExtraDisks:0 CertExpiration:26280h0m0s Mount:false MountString:/home/jenkins:/minikube-host Mount9PVersion:9p2000.L MountGID:docker MountIP: MountMSize:262144 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVM
netClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s} ...
	I0325 10:21:42.621270   11971 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
	I0325 10:21:42.621322   11971 ssh_runner.go:195] Run: sudo crictl images --output json
	I0325 10:21:42.680229   11971 crio.go:514] all images are preloaded for cri-o runtime.
	I0325 10:21:42.680252   11971 crio.go:433] Images already preloaded, skipping extraction
	I0325 10:21:42.680301   11971 ssh_runner.go:195] Run: sudo crictl images --output json
	I0325 10:21:42.711169   11971 crio.go:514] all images are preloaded for cri-o runtime.
	I0325 10:21:42.711191   11971 cache_images.go:84] Images are preloaded, skipping loading
	I0325 10:21:42.711202   11971 kubeadm.go:928] updating node { 192.168.49.2 8443 v1.29.3 crio true true} ...
	I0325 10:21:42.711316   11971 kubeadm.go:940] kubelet [Unit]
	Wants=crio.service
	
	[Service]
	ExecStart=
	ExecStart=/var/lib/minikube/binaries/v1.29.3/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --cgroups-per-qos=false --config=/var/lib/kubelet/config.yaml --enforce-node-allocatable= --hostname-override=addons-863013 --kubeconfig=/etc/kubernetes/kubelet.conf --node-ip=192.168.49.2
	
	[Install]
	 config:
	{KubernetesVersion:v1.29.3 ClusterName:addons-863013 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:}
	I0325 10:21:42.711394   11971 ssh_runner.go:195] Run: crio config
	I0325 10:21:42.751421   11971 cni.go:84] Creating CNI manager for ""
	I0325 10:21:42.751441   11971 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0325 10:21:42.751454   11971 kubeadm.go:84] Using pod CIDR: 10.244.0.0/16
	I0325 10:21:42.751495   11971 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.29.3 EtcdDataDir:/var/lib/minikube/etcd EtcdExtraArgs:map[] ClusterName:addons-863013 NodeName:addons-863013 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}
	I0325 10:21:42.751628   11971 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-863013"
	  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.29.3
	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
	
	I0325 10:21:42.751682   11971 ssh_runner.go:195] Run: sudo ls /var/lib/minikube/binaries/v1.29.3
	I0325 10:21:42.759691   11971 binaries.go:44] Found k8s binaries, skipping transfer
	I0325 10:21:42.759769   11971 ssh_runner.go:195] Run: sudo mkdir -p /etc/systemd/system/kubelet.service.d /lib/systemd/system /var/tmp/minikube
	I0325 10:21:42.767124   11971 ssh_runner.go:362] scp memory --> /etc/systemd/system/kubelet.service.d/10-kubeadm.conf (363 bytes)
	I0325 10:21:42.782624   11971 ssh_runner.go:362] scp memory --> /lib/systemd/system/kubelet.service (352 bytes)
	I0325 10:21:42.798240   11971 ssh_runner.go:362] scp memory --> /var/tmp/minikube/kubeadm.yaml.new (2151 bytes)
	I0325 10:21:42.814049   11971 ssh_runner.go:195] Run: grep 192.168.49.2	control-plane.minikube.internal$ /etc/hosts
	I0325 10:21:42.817106   11971 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""
	I0325 10:21:42.826553   11971 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0325 10:21:42.897205   11971 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0325 10:21:42.908947   11971 certs.go:68] Setting up /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013 for IP: 192.168.49.2
	I0325 10:21:42.908984   11971 certs.go:194] generating shared ca certs ...
	I0325 10:21:42.909003   11971 certs.go:226] acquiring lock for ca certs: {Name:mk3ccbf0d2ebf5514ce2f28d3db6b5bb37a53a95 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:42.909133   11971 certs.go:240] generating "minikubeCA" ca cert: /home/jenkins/minikube-integration/18500-3438/.minikube/ca.key
	I0325 10:21:42.987227   11971 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt ...
	I0325 10:21:42.987259   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt: {Name:mka358199cd33a84fca3c40163aa1398d1b79f7f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:42.987459   11971 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18500-3438/.minikube/ca.key ...
	I0325 10:21:42.987475   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/ca.key: {Name:mk1968c7053c337583e92966a203e43a9767dff7 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:42.987586   11971 certs.go:240] generating "proxyClientCA" ca cert: /home/jenkins/minikube-integration/18500-3438/.minikube/proxy-client-ca.key
	I0325 10:21:43.494349   11971 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18500-3438/.minikube/proxy-client-ca.crt ...
	I0325 10:21:43.494377   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/proxy-client-ca.crt: {Name:mk578e2ff9369fea7150792ec6e4ffa6f3b537b9 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:43.494560   11971 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18500-3438/.minikube/proxy-client-ca.key ...
	I0325 10:21:43.494579   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/proxy-client-ca.key: {Name:mk3368304f83e9babc76fd49d3cdc262442e9706 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:43.494677   11971 certs.go:256] generating profile certs ...
	I0325 10:21:43.494749   11971 certs.go:363] generating signed profile cert for "minikube-user": /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.key
	I0325 10:21:43.494764   11971 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt with IP's: []
	I0325 10:21:43.621889   11971 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt ...
	I0325 10:21:43.621917   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: {Name:mkd87b0b04cc04efb65b6bae17baf5f637d1f341 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:43.622090   11971 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.key ...
	I0325 10:21:43.622107   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.key: {Name:mkd5e839270fdc62508018739421304c34c62f3e Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:43.622208   11971 certs.go:363] generating signed profile cert for "minikube": /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.key.6a06b16e
	I0325 10:21:43.622235   11971 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.crt.6a06b16e with IP's: [10.96.0.1 127.0.0.1 10.0.0.1 192.168.49.2]
	I0325 10:21:43.701162   11971 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.crt.6a06b16e ...
	I0325 10:21:43.701196   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.crt.6a06b16e: {Name:mk39186dfcc28482b83da6919b1b4a7d6bc437ca Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:43.701421   11971 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.key.6a06b16e ...
	I0325 10:21:43.701445   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.key.6a06b16e: {Name:mkf8666da72c111510bedaf8050af1c964cdea92 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:43.701556   11971 certs.go:381] copying /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.crt.6a06b16e -> /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.crt
	I0325 10:21:43.701664   11971 certs.go:385] copying /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.key.6a06b16e -> /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.key
	I0325 10:21:43.701756   11971 certs.go:363] generating signed profile cert for "aggregator": /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/proxy-client.key
	I0325 10:21:43.701786   11971 crypto.go:68] Generating cert /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/proxy-client.crt with IP's: []
	I0325 10:21:43.757881   11971 crypto.go:156] Writing cert to /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/proxy-client.crt ...
	I0325 10:21:43.757915   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/proxy-client.crt: {Name:mkdf2014ed69fdecad38597810aac1bab99f099f Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:43.758116   11971 crypto.go:164] Writing key to /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/proxy-client.key ...
	I0325 10:21:43.758132   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/proxy-client.key: {Name:mkc3be6665d757213d2e1094775f74bd0e66a9fe Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:21:43.758384   11971 certs.go:484] found cert: /home/jenkins/minikube-integration/18500-3438/.minikube/certs/ca-key.pem (1675 bytes)
	I0325 10:21:43.758426   11971 certs.go:484] found cert: /home/jenkins/minikube-integration/18500-3438/.minikube/certs/ca.pem (1082 bytes)
	I0325 10:21:43.758463   11971 certs.go:484] found cert: /home/jenkins/minikube-integration/18500-3438/.minikube/certs/cert.pem (1123 bytes)
	I0325 10:21:43.758500   11971 certs.go:484] found cert: /home/jenkins/minikube-integration/18500-3438/.minikube/certs/key.pem (1679 bytes)
	I0325 10:21:43.759082   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt --> /var/lib/minikube/certs/ca.crt (1111 bytes)
	I0325 10:21:43.782873   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/ca.key --> /var/lib/minikube/certs/ca.key (1679 bytes)
	I0325 10:21:43.803321   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/proxy-client-ca.crt --> /var/lib/minikube/certs/proxy-client-ca.crt (1119 bytes)
	I0325 10:21:43.823839   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/proxy-client-ca.key --> /var/lib/minikube/certs/proxy-client-ca.key (1675 bytes)
	I0325 10:21:43.843995   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.crt --> /var/lib/minikube/certs/apiserver.crt (1419 bytes)
	I0325 10:21:43.865452   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/apiserver.key --> /var/lib/minikube/certs/apiserver.key (1679 bytes)
	I0325 10:21:43.886253   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/proxy-client.crt --> /var/lib/minikube/certs/proxy-client.crt (1147 bytes)
	I0325 10:21:43.906481   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/proxy-client.key --> /var/lib/minikube/certs/proxy-client.key (1675 bytes)
	I0325 10:21:43.927030   11971 ssh_runner.go:362] scp /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt --> /usr/share/ca-certificates/minikubeCA.pem (1111 bytes)
	I0325 10:21:43.947016   11971 ssh_runner.go:362] scp memory --> /var/lib/minikube/kubeconfig (738 bytes)
	I0325 10:21:43.962099   11971 ssh_runner.go:195] Run: openssl version
	I0325 10:21:43.967121   11971 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"
	I0325 10:21:43.975906   11971 ssh_runner.go:195] Run: ls -la /usr/share/ca-certificates/minikubeCA.pem
	I0325 10:21:43.979302   11971 certs.go:528] hashing: -rw-r--r-- 1 root root 1111 Mar 25 10:21 /usr/share/ca-certificates/minikubeCA.pem
	I0325 10:21:43.979346   11971 ssh_runner.go:195] Run: openssl x509 -hash -noout -in /usr/share/ca-certificates/minikubeCA.pem
	I0325 10:21:43.985739   11971 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"
	I0325 10:21:43.994038   11971 ssh_runner.go:195] Run: stat /var/lib/minikube/certs/apiserver-kubelet-client.crt
	I0325 10:21:43.996784   11971 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
	I0325 10:21:43.996825   11971 kubeadm.go:391] StartCluster: {Name:addons-863013 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.29.3 ClusterName:addons-863013 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.29.3 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: SocketVMnet
ClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0325 10:21:43.996913   11971 cri.go:54] listing CRI containers in root : {State:paused Name: Namespaces:[kube-system]}
	I0325 10:21:43.996959   11971 ssh_runner.go:195] Run: sudo -s eval "crictl ps -a --quiet --label io.kubernetes.pod.namespace=kube-system"
	I0325 10:21:44.027703   11971 cri.go:89] found id: ""
	I0325 10:21:44.027758   11971 ssh_runner.go:195] Run: sudo ls /var/lib/kubelet/kubeadm-flags.env /var/lib/kubelet/config.yaml /var/lib/minikube/etcd
	I0325 10:21:44.035670   11971 ssh_runner.go:195] Run: sudo cp /var/tmp/minikube/kubeadm.yaml.new /var/tmp/minikube/kubeadm.yaml
	I0325 10:21:44.043274   11971 kubeadm.go:213] ignoring SystemVerification for kubeadm because of docker driver
	I0325 10:21:44.043333   11971 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
	I0325 10:21:44.051040   11971 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
	I0325 10:21:44.051059   11971 kubeadm.go:156] found existing configuration files:
	
	I0325 10:21:44.051093   11971 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/admin.conf
	I0325 10:21:44.058317   11971 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
	I0325 10:21:44.058365   11971 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/admin.conf
	I0325 10:21:44.065193   11971 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/kubelet.conf
	I0325 10:21:44.072240   11971 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
	I0325 10:21:44.072284   11971 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/kubelet.conf
	I0325 10:21:44.079573   11971 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/controller-manager.conf
	I0325 10:21:44.086973   11971 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
	I0325 10:21:44.087023   11971 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/controller-manager.conf
	I0325 10:21:44.094254   11971 ssh_runner.go:195] Run: sudo grep https://control-plane.minikube.internal:8443 /etc/kubernetes/scheduler.conf
	I0325 10:21:44.101629   11971 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
	I0325 10:21:44.101701   11971 ssh_runner.go:195] Run: sudo rm -f /etc/kubernetes/scheduler.conf
	I0325 10:21:44.109138   11971 ssh_runner.go:286] Start: /bin/bash -c "sudo env PATH="/var/lib/minikube/binaries/v1.29.3:$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"
	I0325 10:21:44.181072   11971 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
	I0325 10:21:44.235052   11971 kubeadm.go:309] 	[WARNING Service-Kubelet]: kubelet service is not enabled, please run 'systemctl enable kubelet.service'
	I0325 10:21:52.839020   11971 kubeadm.go:309] [init] Using Kubernetes version: v1.29.3
	I0325 10:21:52.839103   11971 kubeadm.go:309] [preflight] Running pre-flight checks
	I0325 10:21:52.839228   11971 kubeadm.go:309] [preflight] The system verification failed. Printing the output from the verification:
	I0325 10:21:52.839306   11971 kubeadm.go:309] KERNEL_VERSION: 5.15.0-1054-gcp
	I0325 10:21:52.839355   11971 kubeadm.go:309] OS: Linux
	I0325 10:21:52.839424   11971 kubeadm.go:309] CGROUPS_CPU: enabled
	I0325 10:21:52.839521   11971 kubeadm.go:309] CGROUPS_CPUACCT: enabled
	I0325 10:21:52.839592   11971 kubeadm.go:309] CGROUPS_CPUSET: enabled
	I0325 10:21:52.839668   11971 kubeadm.go:309] CGROUPS_DEVICES: enabled
	I0325 10:21:52.839735   11971 kubeadm.go:309] CGROUPS_FREEZER: enabled
	I0325 10:21:52.839806   11971 kubeadm.go:309] CGROUPS_MEMORY: enabled
	I0325 10:21:52.839846   11971 kubeadm.go:309] CGROUPS_PIDS: enabled
	I0325 10:21:52.839887   11971 kubeadm.go:309] CGROUPS_HUGETLB: enabled
	I0325 10:21:52.839928   11971 kubeadm.go:309] CGROUPS_BLKIO: enabled
	I0325 10:21:52.839993   11971 kubeadm.go:309] [preflight] Pulling images required for setting up a Kubernetes cluster
	I0325 10:21:52.840077   11971 kubeadm.go:309] [preflight] This might take a minute or two, depending on the speed of your internet connection
	I0325 10:21:52.840218   11971 kubeadm.go:309] [preflight] You can also perform this action in beforehand using 'kubeadm config images pull'
	I0325 10:21:52.840315   11971 kubeadm.go:309] [certs] Using certificateDir folder "/var/lib/minikube/certs"
	I0325 10:21:52.841905   11971 out.go:204]   - Generating certificates and keys ...
	I0325 10:21:52.842005   11971 kubeadm.go:309] [certs] Using existing ca certificate authority
	I0325 10:21:52.842089   11971 kubeadm.go:309] [certs] Using existing apiserver certificate and key on disk
	I0325 10:21:52.842171   11971 kubeadm.go:309] [certs] Generating "apiserver-kubelet-client" certificate and key
	I0325 10:21:52.842243   11971 kubeadm.go:309] [certs] Generating "front-proxy-ca" certificate and key
	I0325 10:21:52.842329   11971 kubeadm.go:309] [certs] Generating "front-proxy-client" certificate and key
	I0325 10:21:52.842401   11971 kubeadm.go:309] [certs] Generating "etcd/ca" certificate and key
	I0325 10:21:52.842482   11971 kubeadm.go:309] [certs] Generating "etcd/server" certificate and key
	I0325 10:21:52.842664   11971 kubeadm.go:309] [certs] etcd/server serving cert is signed for DNS names [addons-863013 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0325 10:21:52.842770   11971 kubeadm.go:309] [certs] Generating "etcd/peer" certificate and key
	I0325 10:21:52.842946   11971 kubeadm.go:309] [certs] etcd/peer serving cert is signed for DNS names [addons-863013 localhost] and IPs [192.168.49.2 127.0.0.1 ::1]
	I0325 10:21:52.843037   11971 kubeadm.go:309] [certs] Generating "etcd/healthcheck-client" certificate and key
	I0325 10:21:52.843124   11971 kubeadm.go:309] [certs] Generating "apiserver-etcd-client" certificate and key
	I0325 10:21:52.843187   11971 kubeadm.go:309] [certs] Generating "sa" key and public key
	I0325 10:21:52.843263   11971 kubeadm.go:309] [kubeconfig] Using kubeconfig folder "/etc/kubernetes"
	I0325 10:21:52.843337   11971 kubeadm.go:309] [kubeconfig] Writing "admin.conf" kubeconfig file
	I0325 10:21:52.843418   11971 kubeadm.go:309] [kubeconfig] Writing "super-admin.conf" kubeconfig file
	I0325 10:21:52.843498   11971 kubeadm.go:309] [kubeconfig] Writing "kubelet.conf" kubeconfig file
	I0325 10:21:52.843591   11971 kubeadm.go:309] [kubeconfig] Writing "controller-manager.conf" kubeconfig file
	I0325 10:21:52.843673   11971 kubeadm.go:309] [kubeconfig] Writing "scheduler.conf" kubeconfig file
	I0325 10:21:52.843794   11971 kubeadm.go:309] [etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests"
	I0325 10:21:52.843876   11971 kubeadm.go:309] [control-plane] Using manifest folder "/etc/kubernetes/manifests"
	I0325 10:21:52.845368   11971 out.go:204]   - Booting up control plane ...
	I0325 10:21:52.845534   11971 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-apiserver"
	I0325 10:21:52.845642   11971 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-controller-manager"
	I0325 10:21:52.845741   11971 kubeadm.go:309] [control-plane] Creating static Pod manifest for "kube-scheduler"
	I0325 10:21:52.845937   11971 kubeadm.go:309] [kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env"
	I0325 10:21:52.846057   11971 kubeadm.go:309] [kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml"
	I0325 10:21:52.846147   11971 kubeadm.go:309] [kubelet-start] Starting the kubelet
	I0325 10:21:52.846346   11971 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
	I0325 10:21:52.846460   11971 kubeadm.go:309] [apiclient] All control plane components are healthy after 4.501420 seconds
	I0325 10:21:52.846601   11971 kubeadm.go:309] [upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace
	I0325 10:21:52.846738   11971 kubeadm.go:309] [kubelet] Creating a ConfigMap "kubelet-config" in namespace kube-system with the configuration for the kubelets in the cluster
	I0325 10:21:52.846808   11971 kubeadm.go:309] [upload-certs] Skipping phase. Please see --upload-certs
	I0325 10:21:52.847042   11971 kubeadm.go:309] [mark-control-plane] Marking the node addons-863013 as control-plane by adding the labels: [node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers]
	I0325 10:21:52.847123   11971 kubeadm.go:309] [bootstrap-token] Using token: g3brdo.mkyuruozb36jev2b
	I0325 10:21:52.848717   11971 out.go:204]   - Configuring RBAC rules ...
	I0325 10:21:52.848834   11971 kubeadm.go:309] [bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles
	I0325 10:21:52.848909   11971 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow Node Bootstrap tokens to get nodes
	I0325 10:21:52.849087   11971 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
	I0325 10:21:52.849200   11971 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token
	I0325 10:21:52.849319   11971 kubeadm.go:309] [bootstrap-token] Configured RBAC rules to allow certificate rotation for all node client certificates in the cluster
	I0325 10:21:52.849459   11971 kubeadm.go:309] [bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace
	I0325 10:21:52.849609   11971 kubeadm.go:309] [kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key
	I0325 10:21:52.849677   11971 kubeadm.go:309] [addons] Applied essential addon: CoreDNS
	I0325 10:21:52.849765   11971 kubeadm.go:309] [addons] Applied essential addon: kube-proxy
	I0325 10:21:52.849778   11971 kubeadm.go:309] 
	I0325 10:21:52.849858   11971 kubeadm.go:309] Your Kubernetes control-plane has initialized successfully!
	I0325 10:21:52.849871   11971 kubeadm.go:309] 
	I0325 10:21:52.849967   11971 kubeadm.go:309] To start using your cluster, you need to run the following as a regular user:
	I0325 10:21:52.849980   11971 kubeadm.go:309] 
	I0325 10:21:52.850031   11971 kubeadm.go:309]   mkdir -p $HOME/.kube
	I0325 10:21:52.850134   11971 kubeadm.go:309]   sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
	I0325 10:21:52.850201   11971 kubeadm.go:309]   sudo chown $(id -u):$(id -g) $HOME/.kube/config
	I0325 10:21:52.850214   11971 kubeadm.go:309] 
	I0325 10:21:52.850278   11971 kubeadm.go:309] Alternatively, if you are the root user, you can run:
	I0325 10:21:52.850289   11971 kubeadm.go:309] 
	I0325 10:21:52.850344   11971 kubeadm.go:309]   export KUBECONFIG=/etc/kubernetes/admin.conf
	I0325 10:21:52.850380   11971 kubeadm.go:309] 
	I0325 10:21:52.850449   11971 kubeadm.go:309] You should now deploy a pod network to the cluster.
	I0325 10:21:52.850547   11971 kubeadm.go:309] Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at:
	I0325 10:21:52.850666   11971 kubeadm.go:309]   https://kubernetes.io/docs/concepts/cluster-administration/addons/
	I0325 10:21:52.850675   11971 kubeadm.go:309] 
	I0325 10:21:52.850780   11971 kubeadm.go:309] You can now join any number of control-plane nodes by copying certificate authorities
	I0325 10:21:52.850855   11971 kubeadm.go:309] and service account keys on each node and then running the following as root:
	I0325 10:21:52.850862   11971 kubeadm.go:309] 
	I0325 10:21:52.850929   11971 kubeadm.go:309]   kubeadm join control-plane.minikube.internal:8443 --token g3brdo.mkyuruozb36jev2b \
	I0325 10:21:52.851045   11971 kubeadm.go:309] 	--discovery-token-ca-cert-hash sha256:434f2a25e836e781add71b4412720e5e202724f66c8be67c21a5a9956b780d07 \
	I0325 10:21:52.851070   11971 kubeadm.go:309] 	--control-plane 
	I0325 10:21:52.851074   11971 kubeadm.go:309] 
	I0325 10:21:52.851165   11971 kubeadm.go:309] Then you can join any number of worker nodes by running the following on each as root:
	I0325 10:21:52.851173   11971 kubeadm.go:309] 
	I0325 10:21:52.851271   11971 kubeadm.go:309] kubeadm join control-plane.minikube.internal:8443 --token g3brdo.mkyuruozb36jev2b \
	I0325 10:21:52.851413   11971 kubeadm.go:309] 	--discovery-token-ca-cert-hash sha256:434f2a25e836e781add71b4412720e5e202724f66c8be67c21a5a9956b780d07 
	I0325 10:21:52.851431   11971 cni.go:84] Creating CNI manager for ""
	I0325 10:21:52.851439   11971 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0325 10:21:52.853072   11971 out.go:177] * Configuring CNI (Container Networking Interface) ...
	I0325 10:21:52.854250   11971 ssh_runner.go:195] Run: stat /opt/cni/bin/portmap
	I0325 10:21:52.857737   11971 cni.go:182] applying CNI manifest using /var/lib/minikube/binaries/v1.29.3/kubectl ...
	I0325 10:21:52.857753   11971 ssh_runner.go:362] scp memory --> /var/tmp/minikube/cni.yaml (2438 bytes)
	I0325 10:21:52.873193   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl apply --kubeconfig=/var/lib/minikube/kubeconfig -f /var/tmp/minikube/cni.yaml
	I0325 10:21:53.058272   11971 ssh_runner.go:195] Run: /bin/bash -c "cat /proc/$(pgrep kube-apiserver)/oom_adj"
	I0325 10:21:53.058347   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl create clusterrolebinding minikube-rbac --clusterrole=cluster-admin --serviceaccount=kube-system:default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:53.058372   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig label --overwrite nodes addons-863013 minikube.k8s.io/updated_at=2024_03_25T10_21_53_0700 minikube.k8s.io/version=v1.32.0 minikube.k8s.io/commit=528b39feb0b86a3109aa4b9637b5a9599eea22c0 minikube.k8s.io/name=addons-863013 minikube.k8s.io/primary=true
	I0325 10:21:53.064894   11971 ops.go:34] apiserver oom_adj: -16
	I0325 10:21:53.140035   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:53.641099   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:54.140707   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:54.640987   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:55.140783   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:55.640693   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:56.140977   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:56.640903   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:57.140712   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:57.640579   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:58.141052   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:58.640211   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:59.140583   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:21:59.640620   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:00.140992   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:00.640827   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:01.140740   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:01.640912   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:02.141068   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:02.640539   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:03.140964   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:03.641099   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:04.140633   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:04.640484   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:05.140875   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:05.640115   11971 ssh_runner.go:195] Run: sudo /var/lib/minikube/binaries/v1.29.3/kubectl get sa default --kubeconfig=/var/lib/minikube/kubeconfig
	I0325 10:22:05.700790   11971 kubeadm.go:1107] duration metric: took 12.642510182s to wait for elevateKubeSystemPrivileges
	W0325 10:22:05.700831   11971 kubeadm.go:286] apiserver tunnel failed: apiserver port not set
	I0325 10:22:05.700839   11971 kubeadm.go:393] duration metric: took 21.704017039s to StartCluster
	I0325 10:22:05.700857   11971 settings.go:142] acquiring lock: {Name:mk70532e3e41497245b305e93a2dccff9db37498 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:22:05.700991   11971 settings.go:150] Updating kubeconfig:  /home/jenkins/minikube-integration/18500-3438/kubeconfig
	I0325 10:22:05.701503   11971 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/kubeconfig: {Name:mk54c9bc9cc3bbc2fd718c24cadc6a9e0e6ca1a6 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:22:05.701721   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig -n kube-system get configmap coredns -o yaml"
	I0325 10:22:05.701749   11971 start.go:234] Will wait 6m0s for node &{Name: IP:192.168.49.2 Port:8443 KubernetesVersion:v1.29.3 ContainerRuntime:crio ControlPlane:true Worker:true}
	I0325 10:22:05.703852   11971 out.go:177] * Verifying Kubernetes components...
	I0325 10:22:05.701839   11971 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]
	I0325 10:22:05.701991   11971 config.go:182] Loaded profile config "addons-863013": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:22:05.705300   11971 ssh_runner.go:195] Run: sudo systemctl daemon-reload
	I0325 10:22:05.705315   11971 addons.go:69] Setting yakd=true in profile "addons-863013"
	I0325 10:22:05.705321   11971 addons.go:69] Setting ingress-dns=true in profile "addons-863013"
	I0325 10:22:05.705347   11971 addons.go:234] Setting addon yakd=true in "addons-863013"
	I0325 10:22:05.705352   11971 addons.go:234] Setting addon ingress-dns=true in "addons-863013"
	I0325 10:22:05.705366   11971 addons.go:69] Setting registry=true in profile "addons-863013"
	I0325 10:22:05.705399   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.705405   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.705415   11971 addons.go:69] Setting inspektor-gadget=true in profile "addons-863013"
	I0325 10:22:05.705435   11971 addons.go:234] Setting addon inspektor-gadget=true in "addons-863013"
	I0325 10:22:05.705459   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.705813   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.705822   11971 addons.go:69] Setting storage-provisioner=true in profile "addons-863013"
	I0325 10:22:05.705839   11971 addons.go:234] Setting addon storage-provisioner=true in "addons-863013"
	I0325 10:22:05.705855   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.705885   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.705892   11971 addons.go:69] Setting storage-provisioner-rancher=true in profile "addons-863013"
	I0325 10:22:05.705918   11971 addons_storage_classes.go:33] enableOrDisableStorageClasses storage-provisioner-rancher=true on "addons-863013"
	I0325 10:22:05.706184   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.706245   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.705813   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.706710   11971 addons.go:69] Setting helm-tiller=true in profile "addons-863013"
	I0325 10:22:05.706748   11971 addons.go:234] Setting addon helm-tiller=true in "addons-863013"
	I0325 10:22:05.706780   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.707206   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.707386   11971 addons.go:69] Setting metrics-server=true in profile "addons-863013"
	I0325 10:22:05.707421   11971 addons.go:234] Setting addon metrics-server=true in "addons-863013"
	I0325 10:22:05.707451   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.705406   11971 addons.go:234] Setting addon registry=true in "addons-863013"
	I0325 10:22:05.707860   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.707868   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.707887   11971 addons.go:69] Setting volumesnapshots=true in profile "addons-863013"
	I0325 10:22:05.707916   11971 addons.go:234] Setting addon volumesnapshots=true in "addons-863013"
	I0325 10:22:05.707958   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.708129   11971 addons.go:69] Setting csi-hostpath-driver=true in profile "addons-863013"
	I0325 10:22:05.708228   11971 addons.go:234] Setting addon csi-hostpath-driver=true in "addons-863013"
	I0325 10:22:05.708267   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.708273   11971 addons.go:69] Setting cloud-spanner=true in profile "addons-863013"
	I0325 10:22:05.708292   11971 addons.go:234] Setting addon cloud-spanner=true in "addons-863013"
	I0325 10:22:05.708311   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.708425   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.708549   11971 addons.go:69] Setting nvidia-device-plugin=true in profile "addons-863013"
	I0325 10:22:05.708608   11971 addons.go:234] Setting addon nvidia-device-plugin=true in "addons-863013"
	I0325 10:22:05.708665   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.708737   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.709164   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.709267   11971 addons.go:69] Setting default-storageclass=true in profile "addons-863013"
	I0325 10:22:05.709324   11971 addons_storage_classes.go:33] enableOrDisableStorageClasses default-storageclass=true on "addons-863013"
	I0325 10:22:05.710644   11971 addons.go:69] Setting gcp-auth=true in profile "addons-863013"
	I0325 10:22:05.710703   11971 mustload.go:65] Loading cluster: addons-863013
	I0325 10:22:05.710786   11971 addons.go:69] Setting ingress=true in profile "addons-863013"
	I0325 10:22:05.708268   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.717353   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.717614   11971 addons.go:234] Setting addon ingress=true in "addons-863013"
	I0325 10:22:05.717674   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.734388   11971 addons.go:234] Setting addon storage-provisioner-rancher=true in "addons-863013"
	I0325 10:22:05.734434   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.734887   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.741263   11971 out.go:177]   - Using image registry.k8s.io/metrics-server/metrics-server:v0.7.0
	I0325 10:22:05.743013   11971 addons.go:426] installing /etc/kubernetes/addons/metrics-apiservice.yaml
	I0325 10:22:05.743065   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-apiservice.yaml (424 bytes)
	I0325 10:22:05.744649   11971 out.go:177]   - Using image ghcr.io/inspektor-gadget/inspektor-gadget:v0.26.0
	I0325 10:22:05.746497   11971 addons.go:426] installing /etc/kubernetes/addons/ig-namespace.yaml
	I0325 10:22:05.746527   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-namespace.yaml (55 bytes)
	I0325 10:22:05.746573   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.745479   11971 out.go:177]   - Using image docker.io/marcnuri/yakd:0.0.4
	I0325 10:22:05.745578   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.751073   11971 config.go:182] Loaded profile config "addons-863013": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:22:05.751192   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.751347   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.765686   11971 addons.go:426] installing /etc/kubernetes/addons/yakd-ns.yaml
	I0325 10:22:05.765700   11971 out.go:177]   - Using image gcr.io/k8s-minikube/storage-provisioner:v5
	I0325 10:22:05.766586   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.766596   11971 out.go:177]   - Using image gcr.io/k8s-minikube/minikube-ingress-dns:0.0.2
	I0325 10:22:05.767585   11971 out.go:177]   - Using image ghcr.io/helm/tiller:v2.17.0
	I0325 10:22:05.769043   11971 addons.go:426] installing /etc/kubernetes/addons/helm-tiller-dp.yaml
	I0325 10:22:05.769059   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-dp.yaml (2422 bytes)
	I0325 10:22:05.769112   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.773116   11971 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner.yaml
	I0325 10:22:05.773137   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner.yaml (2676 bytes)
	I0325 10:22:05.773191   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.767696   11971 out.go:177]   - Using image docker.io/registry:2.8.3
	I0325 10:22:05.767709   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-ns.yaml (171 bytes)
	I0325 10:22:05.774928   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.776221   11971 out.go:177]   - Using image docker.io/rancher/local-path-provisioner:v0.0.22
	I0325 10:22:05.777502   11971 out.go:177]   - Using image docker.io/busybox:stable
	I0325 10:22:05.776951   11971 out.go:177]   - Using image gcr.io/k8s-minikube/kube-registry-proxy:0.0.6
	I0325 10:22:05.777009   11971 addons.go:426] installing /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0325 10:22:05.779001   11971 addons.go:426] installing /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0325 10:22:05.779981   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storage-provisioner-rancher.yaml (3113 bytes)
	I0325 10:22:05.780039   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.780283   11971 addons.go:426] installing /etc/kubernetes/addons/registry-rc.yaml
	I0325 10:22:05.780295   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-rc.yaml (798 bytes)
	I0325 10:22:05.780354   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.781887   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-dns-pod.yaml (2442 bytes)
	I0325 10:22:05.781959   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.793952   11971 out.go:177]   - Using image registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
	I0325 10:22:05.795240   11971 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml
	I0325 10:22:05.795261   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml (934 bytes)
	I0325 10:22:05.796529   11971 out.go:177]   - Using image nvcr.io/nvidia/k8s-device-plugin:v0.14.5
	I0325 10:22:05.795322   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.798073   11971 addons.go:426] installing /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0325 10:22:05.798088   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/nvidia-device-plugin.yaml (1966 bytes)
	I0325 10:22:05.798141   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.805867   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.815910   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.820480   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.824582   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.826804   11971 out.go:177]   - Using image registry.k8s.io/sig-storage/hostpathplugin:v1.9.0
	I0325 10:22:05.824932   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.826121   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.827565   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.834710   11971 out.go:177]   - Using image gcr.io/cloud-spanner-emulator/emulator:1.5.15
	I0325 10:22:05.830156   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.837708   11971 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
	I0325 10:22:05.836264   11971 addons.go:426] installing /etc/kubernetes/addons/deployment.yaml
	I0325 10:22:05.836385   11971 out.go:177]   - Using image registry.k8s.io/sig-storage/livenessprobe:v2.8.0
	I0325 10:22:05.839151   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/deployment.yaml (1004 bytes)
	I0325 10:22:05.840709   11971 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-resizer:v1.6.0
	I0325 10:22:05.841022   11971 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
	I0325 10:22:05.841183   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.842484   11971 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
	I0325 10:22:05.844775   11971 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
	I0325 10:22:05.844164   11971 addons.go:234] Setting addon default-storageclass=true in "addons-863013"
	I0325 10:22:05.846126   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:05.846634   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:05.848081   11971 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-attacher:v4.0.0
	I0325 10:22:05.854646   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.857630   11971 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.7.0
	I0325 10:22:05.859632   11971 out.go:177]   - Using image registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
	I0325 10:22:05.861314   11971 addons.go:426] installing /etc/kubernetes/addons/rbac-external-attacher.yaml
	I0325 10:22:05.859237   11971 out.go:177]   - Using image registry.k8s.io/ingress-nginx/controller:v1.10.0
	I0325 10:22:05.861361   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-attacher.yaml (3073 bytes)
	I0325 10:22:05.862881   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.862964   11971 addons.go:426] installing /etc/kubernetes/addons/ingress-deploy.yaml
	I0325 10:22:05.861902   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.862980   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ingress-deploy.yaml (16078 bytes)
	I0325 10:22:05.863031   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.871110   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.881148   11971 addons.go:426] installing /etc/kubernetes/addons/storageclass.yaml
	I0325 10:22:05.881170   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/storageclass.yaml (271 bytes)
	I0325 10:22:05.881224   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:05.884310   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.887866   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.893860   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.899723   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:05.954811   11971 ssh_runner.go:195] Run: sudo systemctl start kubelet
	I0325 10:22:05.954939   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/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.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -"
	I0325 10:22:06.234200   11971 addons.go:426] installing /etc/kubernetes/addons/registry-svc.yaml
	I0325 10:22:06.234227   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-svc.yaml (398 bytes)
	I0325 10:22:06.247106   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml
	I0325 10:22:06.249238   11971 addons.go:426] installing /etc/kubernetes/addons/helm-tiller-rbac.yaml
	I0325 10:22:06.249261   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-rbac.yaml (1188 bytes)
	I0325 10:22:06.334287   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml
	I0325 10:22:06.431044   11971 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
	I0325 10:22:06.431091   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml (6471 bytes)
	I0325 10:22:06.431483   11971 addons.go:426] installing /etc/kubernetes/addons/metrics-server-deployment.yaml
	I0325 10:22:06.431516   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-deployment.yaml (1907 bytes)
	I0325 10:22:06.431761   11971 addons.go:426] installing /etc/kubernetes/addons/rbac-hostpath.yaml
	I0325 10:22:06.431781   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-hostpath.yaml (4266 bytes)
	I0325 10:22:06.435122   11971 addons.go:426] installing /etc/kubernetes/addons/yakd-sa.yaml
	I0325 10:22:06.435179   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-sa.yaml (247 bytes)
	I0325 10:22:06.441693   11971 addons.go:426] installing /etc/kubernetes/addons/ig-serviceaccount.yaml
	I0325 10:22:06.441732   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-serviceaccount.yaml (80 bytes)
	I0325 10:22:06.447562   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml
	I0325 10:22:06.450519   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml
	I0325 10:22:06.531013   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml
	I0325 10:22:06.532386   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml
	I0325 10:22:06.532580   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml
	I0325 10:22:06.539774   11971 addons.go:426] installing /etc/kubernetes/addons/helm-tiller-svc.yaml
	I0325 10:22:06.539848   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/helm-tiller-svc.yaml (951 bytes)
	I0325 10:22:06.551954   11971 addons.go:426] installing /etc/kubernetes/addons/registry-proxy.yaml
	I0325 10:22:06.552032   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/registry-proxy.yaml (947 bytes)
	I0325 10:22:06.637810   11971 addons.go:426] installing /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml
	I0325 10:22:06.637839   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-health-monitor-controller.yaml (3038 bytes)
	I0325 10:22:06.637945   11971 addons.go:426] installing /etc/kubernetes/addons/metrics-server-rbac.yaml
	I0325 10:22:06.637959   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-rbac.yaml (2175 bytes)
	I0325 10:22:06.643019   11971 addons.go:426] installing /etc/kubernetes/addons/ig-role.yaml
	I0325 10:22:06.643060   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-role.yaml (210 bytes)
	I0325 10:22:06.646306   11971 addons.go:426] installing /etc/kubernetes/addons/yakd-crb.yaml
	I0325 10:22:06.646340   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-crb.yaml (422 bytes)
	I0325 10:22:06.652180   11971 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml
	I0325 10:22:06.652259   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml (23126 bytes)
	I0325 10:22:06.730215   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
	I0325 10:22:06.848292   11971 addons.go:426] installing /etc/kubernetes/addons/ig-rolebinding.yaml
	I0325 10:22:06.848335   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-rolebinding.yaml (244 bytes)
	I0325 10:22:06.849686   11971 addons.go:426] installing /etc/kubernetes/addons/rbac-external-provisioner.yaml
	I0325 10:22:06.849707   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-provisioner.yaml (4442 bytes)
	I0325 10:22:06.930052   11971 addons.go:426] installing /etc/kubernetes/addons/metrics-server-service.yaml
	I0325 10:22:06.930082   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/metrics-server-service.yaml (446 bytes)
	I0325 10:22:06.937602   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml
	I0325 10:22:06.939785   11971 addons.go:426] installing /etc/kubernetes/addons/yakd-svc.yaml
	I0325 10:22:06.939805   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-svc.yaml (412 bytes)
	I0325 10:22:06.951232   11971 addons.go:426] installing /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml
	I0325 10:22:06.951259   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml (19582 bytes)
	I0325 10:22:07.045736   11971 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrole.yaml
	I0325 10:22:07.045789   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrole.yaml (1485 bytes)
	I0325 10:22:07.130953   11971 addons.go:426] installing /etc/kubernetes/addons/rbac-external-resizer.yaml
	I0325 10:22:07.130982   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-resizer.yaml (2943 bytes)
	I0325 10:22:07.148330   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
	I0325 10:22:07.244822   11971 addons.go:426] installing /etc/kubernetes/addons/yakd-dp.yaml
	I0325 10:22:07.244857   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/yakd-dp.yaml (2017 bytes)
	I0325 10:22:07.330378   11971 addons.go:426] installing /etc/kubernetes/addons/ig-clusterrolebinding.yaml
	I0325 10:22:07.330407   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-clusterrolebinding.yaml (274 bytes)
	I0325 10:22:07.344391   11971 addons.go:426] installing /etc/kubernetes/addons/rbac-external-snapshotter.yaml
	I0325 10:22:07.344419   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-external-snapshotter.yaml (3149 bytes)
	I0325 10:22:07.646188   11971 addons.go:426] installing /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml
	I0325 10:22:07.646216   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml (3545 bytes)
	I0325 10:22:07.748150   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
	I0325 10:22:07.831196   11971 ssh_runner.go:235] Completed: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/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.29.3/kubectl --kubeconfig=/var/lib/minikube/kubeconfig replace -f -": (1.876224164s)
	I0325 10:22:07.831307   11971 start.go:948] {"host.minikube.internal": 192.168.49.1} host record injected into CoreDNS's ConfigMap
	I0325 10:22:07.831570   11971 ssh_runner.go:235] Completed: sudo systemctl start kubelet: (1.876710598s)
	I0325 10:22:07.833482   11971 node_ready.go:35] waiting up to 6m0s for node "addons-863013" to be "Ready" ...
	I0325 10:22:07.839785   11971 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-attacher.yaml
	I0325 10:22:07.839850   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-attacher.yaml (2143 bytes)
	I0325 10:22:07.932546   11971 addons.go:426] installing /etc/kubernetes/addons/ig-crd.yaml
	I0325 10:22:07.932628   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-crd.yaml (5216 bytes)
	I0325 10:22:07.948366   11971 addons.go:426] installing /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml
	I0325 10:22:07.948395   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml (1475 bytes)
	I0325 10:22:08.040178   11971 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml
	I0325 10:22:08.040209   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-driverinfo.yaml (1274 bytes)
	I0325 10:22:08.053914   11971 addons.go:426] installing /etc/kubernetes/addons/ig-daemonset.yaml
	I0325 10:22:08.053939   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/ig-daemonset.yaml (7735 bytes)
	I0325 10:22:08.345424   11971 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-plugin.yaml
	I0325 10:22:08.345449   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-plugin.yaml (8201 bytes)
	I0325 10:22:08.433204   11971 kapi.go:248] "coredns" deployment in "kube-system" namespace and "addons-863013" context rescaled to 1 replicas
	I0325 10:22:08.446887   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
	I0325 10:22:08.452393   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
	I0325 10:22:08.541996   11971 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-resizer.yaml
	I0325 10:22:08.542022   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-resizer.yaml (2191 bytes)
	I0325 10:22:08.831720   11971 addons.go:426] installing /etc/kubernetes/addons/csi-hostpath-storageclass.yaml
	I0325 10:22:08.831748   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/csi-hostpath-storageclass.yaml (846 bytes)
	I0325 10:22:09.244746   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
	I0325 10:22:09.842073   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:10.543830   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner-rancher.yaml: (4.296678047s)
	I0325 10:22:10.544224   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storage-provisioner.yaml: (4.209902754s)
	I0325 10:22:11.848045   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-deploy.yaml: (5.400396315s)
	I0325 10:22:11.848078   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/nvidia-device-plugin.yaml: (5.39747998s)
	I0325 10:22:11.848087   11971 addons.go:470] Verifying addon ingress=true in "addons-863013"
	I0325 10:22:11.848145   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/storageclass.yaml: (5.317049218s)
	I0325 10:22:11.849964   11971 out.go:177] * Verifying ingress addon...
	I0325 10:22:11.848352   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/deployment.yaml: (5.315733666s)
	I0325 10:22:11.848398   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/ingress-dns-pod.yaml: (5.315941358s)
	I0325 10:22:11.848455   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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: (5.118149505s)
	I0325 10:22:11.848484   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/registry-rc.yaml -f /etc/kubernetes/addons/registry-svc.yaml -f /etc/kubernetes/addons/registry-proxy.yaml: (4.910852284s)
	I0325 10:22:11.848560   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply -f /etc/kubernetes/addons/metrics-apiservice.yaml -f /etc/kubernetes/addons/metrics-server-deployment.yaml -f /etc/kubernetes/addons/metrics-server-rbac.yaml -f /etc/kubernetes/addons/metrics-server-service.yaml: (4.700184579s)
	I0325 10:22:11.848599   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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: (4.100419788s)
	I0325 10:22:11.848661   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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: (3.401675288s)
	I0325 10:22:11.852375   11971 addons.go:470] Verifying addon metrics-server=true in "addons-863013"
	I0325 10:22:11.852401   11971 addons.go:470] Verifying addon registry=true in "addons-863013"
	I0325 10:22:11.853875   11971 out.go:177] * To access YAKD - Kubernetes Dashboard, wait for Pod to be ready and run the following command:
	
		minikube -p addons-863013 service yakd-dashboard -n yakd-dashboard
	
	I0325 10:22:11.852450   11971 kapi.go:75] Waiting for pod with label "app.kubernetes.io/name=ingress-nginx" in ns "ingress-nginx" ...
	I0325 10:22:11.856550   11971 out.go:177] * Verifying registry addon...
	I0325 10:22:11.858559   11971 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=registry" in ns "kube-system" ...
	I0325 10:22:11.860229   11971 kapi.go:86] Found 3 Pods for label selector app.kubernetes.io/name=ingress-nginx
	I0325 10:22:11.860248   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:11.861353   11971 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=registry
	I0325 10:22:11.861367   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:12.337812   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:12.359515   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:12.361790   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:12.371875   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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: (3.91938665s)
	W0325 10:22:12.371918   11971 addons.go:452] apply failed, will retry: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
	I0325 10:22:12.371942   11971 retry.go:31] will retry after 248.216325ms: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
	I0325 10:22:12.621346   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
	I0325 10:22:12.733604   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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.488754359s)
	I0325 10:22:12.733649   11971 addons.go:470] Verifying addon csi-hostpath-driver=true in "addons-863013"
	I0325 10:22:12.735542   11971 out.go:177] * Verifying csi-hostpath-driver addon...
	I0325 10:22:12.737782   11971 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=csi-hostpath-driver" in ns "kube-system" ...
	I0325 10:22:12.741793   11971 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0325 10:22:12.741815   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:12.813057   11971 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_application_credentials.json (162 bytes)
	I0325 10:22:12.813148   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:12.829159   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:12.859775   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:12.862318   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:12.946231   11971 ssh_runner.go:362] scp memory --> /var/lib/minikube/google_cloud_project (12 bytes)
	I0325 10:22:12.963331   11971 addons.go:234] Setting addon gcp-auth=true in "addons-863013"
	I0325 10:22:12.963393   11971 host.go:66] Checking if "addons-863013" exists ...
	I0325 10:22:12.963883   11971 cli_runner.go:164] Run: docker container inspect addons-863013 --format={{.State.Status}}
	I0325 10:22:12.979748   11971 ssh_runner.go:195] Run: cat /var/lib/minikube/google_application_credentials.json
	I0325 10:22:12.979810   11971 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" addons-863013
	I0325 10:22:12.995069   11971 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32772 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/addons-863013/id_rsa Username:docker}
	I0325 10:22:13.241537   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:13.358874   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:13.361550   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:13.742303   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:13.858923   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:13.861632   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:14.242345   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:14.358511   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:14.361763   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:14.741364   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:14.836585   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:14.858620   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:14.861178   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:15.196291   11971 ssh_runner.go:235] Completed: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/kubectl apply --force -f /etc/kubernetes/addons/csi-hostpath-snapshotclass.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotclasses.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshotcontents.yaml -f /etc/kubernetes/addons/snapshot.storage.k8s.io_volumesnapshots.yaml -f /etc/kubernetes/addons/rbac-volume-snapshot-controller.yaml -f /etc/kubernetes/addons/volume-snapshot-controller-deployment.yaml: (2.574903936s)
	I0325 10:22:15.196394   11971 ssh_runner.go:235] Completed: cat /var/lib/minikube/google_application_credentials.json: (2.216610996s)
	I0325 10:22:15.198289   11971 out.go:177]   - Using image registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.4.0
	I0325 10:22:15.199602   11971 out.go:177]   - Using image gcr.io/k8s-minikube/gcp-auth-webhook:v0.1.2
	I0325 10:22:15.200856   11971 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-ns.yaml
	I0325 10:22:15.200868   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-ns.yaml (700 bytes)
	I0325 10:22:15.217056   11971 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-service.yaml
	I0325 10:22:15.217079   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-service.yaml (788 bytes)
	I0325 10:22:15.232758   11971 addons.go:426] installing /etc/kubernetes/addons/gcp-auth-webhook.yaml
	I0325 10:22:15.232778   11971 ssh_runner.go:362] scp memory --> /etc/kubernetes/addons/gcp-auth-webhook.yaml (5421 bytes)
	I0325 10:22:15.242242   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:15.248652   11971 ssh_runner.go:195] Run: sudo KUBECONFIG=/var/lib/minikube/kubeconfig /var/lib/minikube/binaries/v1.29.3/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
	I0325 10:22:15.358280   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:15.361851   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:15.550736   11971 addons.go:470] Verifying addon gcp-auth=true in "addons-863013"
	I0325 10:22:15.552177   11971 out.go:177] * Verifying gcp-auth addon...
	I0325 10:22:15.554368   11971 kapi.go:75] Waiting for pod with label "kubernetes.io/minikube-addons=gcp-auth" in ns "gcp-auth" ...
	I0325 10:22:15.556439   11971 kapi.go:86] Found 1 Pods for label selector kubernetes.io/minikube-addons=gcp-auth
	I0325 10:22:15.556458   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:15.741775   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:15.859036   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:15.861753   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:16.057658   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:16.246220   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:16.360028   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:16.362416   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:16.557813   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:16.742257   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:16.837186   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:16.859908   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:16.862418   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:17.058002   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:17.241699   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:17.359432   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:17.361864   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:17.558942   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:17.742308   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:17.859555   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:17.861900   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:18.058046   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:18.242249   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:18.358696   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:18.361773   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:18.557780   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:18.742382   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:18.858869   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:18.861746   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:19.057632   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:19.242097   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:19.336884   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:19.359298   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:19.362575   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:19.557247   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:19.741569   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:19.858646   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:19.861520   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:20.057367   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:20.241802   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:20.358712   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:20.361230   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:20.558190   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:20.741946   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:20.859414   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:20.861578   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:21.057248   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:21.241835   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:21.337381   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:21.359477   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:21.361430   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:21.558056   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:21.741476   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:21.858493   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:21.861794   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:22.057621   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:22.242218   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:22.358580   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:22.361143   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:22.558165   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:22.741695   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:22.858971   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:22.861750   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:23.057785   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:23.242371   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:23.358890   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:23.361657   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:23.557254   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:23.741908   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:23.837068   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:23.859340   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:23.862459   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:24.057817   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:24.241646   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:24.359098   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:24.362129   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:24.558038   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:24.741597   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:24.859113   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:24.861863   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:25.057806   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:25.242201   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:25.358467   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:25.361764   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:25.557690   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:25.742318   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:25.858836   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:25.861685   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:26.057317   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:26.241771   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:26.338577   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:26.358817   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:26.361646   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:26.557249   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:26.741707   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:26.859051   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:26.862127   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:27.058170   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:27.241809   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:27.359206   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:27.361259   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:27.558156   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:27.742021   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:27.859262   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:27.861337   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:28.058362   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:28.241971   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:28.358550   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:28.361770   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:28.557685   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:28.741964   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:28.836295   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:28.859546   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:28.861538   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:29.057476   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:29.243334   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:29.358646   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:29.361573   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:29.557327   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:29.741724   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:29.859496   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:29.861755   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:30.057724   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:30.242295   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:30.358319   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:30.361356   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:30.558442   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:30.742306   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:30.836607   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:30.858752   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:30.861435   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:31.057154   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:31.241843   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:31.358128   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:31.362069   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:31.557956   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:31.741583   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:31.858685   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:31.861365   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:32.058176   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:32.241868   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:32.358313   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:32.361473   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:32.557219   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:32.741689   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:32.837347   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:32.858317   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:32.861738   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:33.057678   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:33.241938   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:33.359381   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:33.361557   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:33.557366   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:33.741910   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:33.859891   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:33.861705   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:34.057571   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:34.241920   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:34.359129   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:34.361717   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:34.557493   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:34.741889   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:34.859399   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:34.861268   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:35.058377   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:35.241770   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:35.337172   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:35.359380   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:35.361426   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:35.556832   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:35.741615   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:35.859221   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:35.861628   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:36.057463   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:36.242223   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:36.358646   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:36.361441   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:36.558227   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:36.741996   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:36.858558   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:36.861288   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:37.058386   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:37.241827   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:37.337202   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:37.359600   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:37.361693   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:37.557457   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:37.742458   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:37.858779   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:37.861368   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:38.058333   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:38.243342   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:38.358919   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:38.361716   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:38.557651   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:38.741965   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:38.858827   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:38.861590   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:39.057402   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:39.251131   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:39.359020   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:39.361807   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:39.557725   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:39.742639   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:39.836884   11971 node_ready.go:53] node "addons-863013" has status "Ready":"False"
	I0325 10:22:39.858891   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:39.861729   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:40.057326   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:40.242655   11971 kapi.go:86] Found 3 Pods for label selector kubernetes.io/minikube-addons=csi-hostpath-driver
	I0325 10:22:40.242683   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:40.337612   11971 node_ready.go:49] node "addons-863013" has status "Ready":"True"
	I0325 10:22:40.337638   11971 node_ready.go:38] duration metric: took 32.503996133s for node "addons-863013" to be "Ready" ...
	I0325 10:22:40.337649   11971 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" ...
	I0325 10:22:40.348185   11971 pod_ready.go:78] waiting up to 6m0s for pod "coredns-76f75df574-6jjdg" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:40.359087   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:40.362534   11971 kapi.go:86] Found 2 Pods for label selector kubernetes.io/minikube-addons=registry
	I0325 10:22:40.362559   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:40.558966   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:40.744551   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:40.861890   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:40.864369   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:41.057463   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:41.243177   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:41.358260   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:41.363356   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:41.558581   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:41.744534   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:41.859537   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:41.863636   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:42.058790   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:42.243636   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:42.353689   11971 pod_ready.go:92] pod "coredns-76f75df574-6jjdg" in "kube-system" namespace has status "Ready":"True"
	I0325 10:22:42.353710   11971 pod_ready.go:81] duration metric: took 2.005498248s for pod "coredns-76f75df574-6jjdg" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.353731   11971 pod_ready.go:78] waiting up to 6m0s for pod "etcd-addons-863013" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.358221   11971 pod_ready.go:92] pod "etcd-addons-863013" in "kube-system" namespace has status "Ready":"True"
	I0325 10:22:42.358243   11971 pod_ready.go:81] duration metric: took 4.50455ms for pod "etcd-addons-863013" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.358259   11971 pod_ready.go:78] waiting up to 6m0s for pod "kube-apiserver-addons-863013" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.358644   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:42.362048   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:42.362601   11971 pod_ready.go:92] pod "kube-apiserver-addons-863013" in "kube-system" namespace has status "Ready":"True"
	I0325 10:22:42.362622   11971 pod_ready.go:81] duration metric: took 4.355485ms for pod "kube-apiserver-addons-863013" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.362635   11971 pod_ready.go:78] waiting up to 6m0s for pod "kube-controller-manager-addons-863013" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.366693   11971 pod_ready.go:92] pod "kube-controller-manager-addons-863013" in "kube-system" namespace has status "Ready":"True"
	I0325 10:22:42.366712   11971 pod_ready.go:81] duration metric: took 4.066357ms for pod "kube-controller-manager-addons-863013" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.366725   11971 pod_ready.go:78] waiting up to 6m0s for pod "kube-proxy-6gvpd" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.371126   11971 pod_ready.go:92] pod "kube-proxy-6gvpd" in "kube-system" namespace has status "Ready":"True"
	I0325 10:22:42.371151   11971 pod_ready.go:81] duration metric: took 4.417769ms for pod "kube-proxy-6gvpd" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.371162   11971 pod_ready.go:78] waiting up to 6m0s for pod "kube-scheduler-addons-863013" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.557540   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:42.742877   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:42.753762   11971 pod_ready.go:92] pod "kube-scheduler-addons-863013" in "kube-system" namespace has status "Ready":"True"
	I0325 10:22:42.753788   11971 pod_ready.go:81] duration metric: took 382.618524ms for pod "kube-scheduler-addons-863013" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.753799   11971 pod_ready.go:78] waiting up to 6m0s for pod "metrics-server-69cf46c98-dpjm5" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:42.859579   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:42.863130   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:43.057749   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:43.242629   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:43.359869   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:43.363179   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:43.557762   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:43.743079   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:43.891186   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:43.891354   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:44.058202   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:44.243188   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:44.359055   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:44.362866   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:44.558802   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:44.743877   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:44.761105   11971 pod_ready.go:102] pod "metrics-server-69cf46c98-dpjm5" in "kube-system" namespace has status "Ready":"False"
	I0325 10:22:44.859936   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:44.862622   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:45.058251   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:45.243231   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:45.359601   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:45.363549   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:45.558187   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:45.742336   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:45.860249   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:45.862328   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:46.058172   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:46.243286   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:46.360230   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:46.363199   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:46.558053   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:46.743587   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:46.859790   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:46.863124   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:47.057786   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:47.243177   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:47.259252   11971 pod_ready.go:102] pod "metrics-server-69cf46c98-dpjm5" in "kube-system" namespace has status "Ready":"False"
	I0325 10:22:47.359666   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:47.362365   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:47.558153   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:47.743023   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:47.859508   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:47.862975   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:48.058583   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:48.243347   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:48.259731   11971 pod_ready.go:92] pod "metrics-server-69cf46c98-dpjm5" in "kube-system" namespace has status "Ready":"True"
	I0325 10:22:48.259756   11971 pod_ready.go:81] duration metric: took 5.505949673s for pod "metrics-server-69cf46c98-dpjm5" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:48.259769   11971 pod_ready.go:78] waiting up to 6m0s for pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace to be "Ready" ...
	I0325 10:22:48.359317   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:48.362604   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:48.557860   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:48.743942   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:48.860193   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:48.862971   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:49.058789   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:49.243962   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:49.360275   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:49.363597   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:49.558469   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:49.743222   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:49.858915   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:49.862953   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:50.057331   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:50.243103   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:50.265416   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:22:50.359482   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:50.362029   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:50.558380   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:50.743114   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:50.858897   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:50.863018   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:51.057352   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:51.243513   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:51.360520   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:51.363113   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:51.557791   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:51.743218   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:51.858656   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:51.863118   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:52.057773   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:52.244179   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:52.360567   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:52.364629   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:52.558769   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:52.744996   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:52.831049   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:22:52.933001   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:52.936123   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:53.058946   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:53.244269   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:53.359608   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:53.362694   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:53.558886   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:53.744100   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:53.860548   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:53.863057   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:54.058525   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:54.243972   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:54.359178   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:54.363388   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:54.558128   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:54.742877   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:54.859241   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:54.863271   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:55.058179   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:55.243629   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:55.266320   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:22:55.361159   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:55.363546   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:55.558672   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:55.744079   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:55.859903   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:55.862119   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:56.057975   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:56.243043   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:56.360182   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:56.363440   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:56.558391   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:56.743305   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:56.859790   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:56.862029   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:57.057112   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:57.242468   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:57.359916   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:57.362092   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:57.558028   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:57.742770   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:57.764895   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:22:57.859786   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:57.862311   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:58.058095   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:58.244251   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:58.359423   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:58.363367   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:58.557680   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:58.743178   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:58.859770   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:58.862371   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:59.057980   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:59.244241   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:59.360112   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:59.362683   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:22:59.558293   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:22:59.744049   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:22:59.765196   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:22:59.860197   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:22:59.862530   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:00.058224   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:00.242356   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:00.359554   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:00.363569   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:00.558428   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:00.743171   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:00.860216   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:00.864853   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:01.058150   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:01.242702   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:01.360298   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:01.363853   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:01.557907   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:01.743594   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:01.766320   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:01.859986   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:01.862754   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:02.057620   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:02.243147   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:02.358863   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:02.362299   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:02.558281   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:02.745056   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:02.859632   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:02.862231   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:03.057828   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:03.244124   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:03.358907   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:03.362792   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:03.557313   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:03.743040   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:03.859309   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:03.862702   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:04.057250   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:04.242634   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:04.264377   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:04.358859   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:04.362309   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:04.558257   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:04.743308   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:04.860011   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:04.862950   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:05.057457   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:05.243529   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:05.360026   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:05.363643   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:05.558729   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:05.742873   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:05.860243   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:05.862805   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:06.057445   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:06.243153   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:06.265430   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:06.359379   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:06.363074   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:06.557479   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:06.743081   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:06.859629   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:06.862804   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:07.057213   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:07.242441   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:07.359586   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:07.362047   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:07.557749   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:07.742185   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:07.859768   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:07.862210   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:08.058001   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:08.242410   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:08.359445   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:08.362432   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:08.558057   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:08.743224   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:08.765250   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:08.860108   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:08.862712   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:09.057220   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:09.242508   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:09.358516   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:09.362200   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:09.557953   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:09.743882   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:09.859386   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:09.861971   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:10.057833   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:10.244138   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:10.359780   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:10.362034   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:10.558364   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:10.743592   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:10.766228   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:10.860048   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:10.863281   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:11.058576   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:11.243562   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:11.359924   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:11.363178   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:11.557342   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:11.743799   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:11.863160   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:11.864151   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:12.058154   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:12.243277   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:12.359484   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:12.363012   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:12.557919   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:12.742403   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:12.859678   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:12.862774   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:13.057293   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:13.242984   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:13.265347   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:13.358565   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:13.362131   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:13.557691   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:13.742970   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:13.859798   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:13.862374   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:14.058167   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:14.242413   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:14.359464   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:14.362445   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:14.557919   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:14.742823   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:14.859618   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:14.932126   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:15.058069   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:15.244081   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:15.336535   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:15.360357   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:15.364167   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:15.558032   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:15.742641   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:15.859386   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:15.862935   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:16.057565   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:16.245865   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:16.359028   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:16.362314   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:16.558000   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:16.743523   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:16.859073   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:16.862358   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:17.058027   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:17.242667   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:17.359385   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:17.362703   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:17.557411   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:17.744089   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:17.766077   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:17.859365   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:17.863415   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:18.058053   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:18.243214   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:18.360024   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:18.362903   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:18.558404   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:18.743624   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:18.860138   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:18.863170   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:19.058296   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:19.243672   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:19.360349   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:19.363339   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:19.558734   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:19.743327   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:19.766857   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:19.859942   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:19.863635   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:20.058457   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:20.244383   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:20.360045   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:20.364793   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:20.558295   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:20.743622   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:20.859681   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:20.863218   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:21.058238   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:21.243282   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:21.358788   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:21.362835   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:21.558781   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:21.743913   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:21.859867   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:21.863447   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=registry", current state: Pending: [<nil>]
	I0325 10:23:22.057578   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:22.243205   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:22.265044   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:22.359350   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:22.362972   11971 kapi.go:107] duration metric: took 1m10.504412285s to wait for kubernetes.io/minikube-addons=registry ...
	I0325 10:23:22.557536   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:22.743092   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:22.859977   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:23.058629   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:23.243233   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:23.359864   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:23.558207   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:23.742548   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:23.859471   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:24.057849   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:24.243708   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:24.265320   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:24.359739   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:24.558055   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:24.742508   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:24.859015   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:25.057589   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:25.242728   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:25.359360   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:25.558143   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:25.743515   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:25.858707   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:26.058360   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:26.243362   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:26.265888   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:26.359563   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:26.557891   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:26.743753   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:26.859135   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:27.057664   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:27.243256   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:27.359427   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:27.557925   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:27.742981   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:27.859371   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:28.059332   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:28.243397   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:28.359886   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:28.558264   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:28.743090   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:28.765297   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:28.860617   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:29.058879   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:29.244232   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:29.360005   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:29.558818   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:29.744249   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:29.859278   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:30.058600   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:30.243852   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:30.360330   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:30.558554   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:30.744068   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:30.765944   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:30.859898   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:31.058707   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:31.244336   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:31.359794   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:31.559028   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:31.744546   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:31.859845   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:32.058456   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:32.243738   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:32.359202   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:32.557924   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:32.743266   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:32.859751   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:33.058512   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:33.243608   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:33.266569   11971 pod_ready.go:102] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"False"
	I0325 10:23:33.359149   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:33.558735   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:33.743270   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:33.858966   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:34.057562   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:34.243021   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:34.264466   11971 pod_ready.go:92] pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace has status "Ready":"True"
	I0325 10:23:34.264487   11971 pod_ready.go:81] duration metric: took 46.004709682s for pod "nvidia-device-plugin-daemonset-8qz8z" in "kube-system" namespace to be "Ready" ...
	I0325 10:23:34.264506   11971 pod_ready.go:38] duration metric: took 53.926843383s 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" ...
	I0325 10:23:34.264523   11971 api_server.go:52] waiting for apiserver process to appear ...
	I0325 10:23:34.264548   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0325 10:23:34.264592   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0325 10:23:34.297504   11971 cri.go:89] found id: "0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171"
	I0325 10:23:34.297528   11971 cri.go:89] found id: ""
	I0325 10:23:34.297536   11971 logs.go:276] 1 containers: [0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171]
	I0325 10:23:34.297577   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:34.300785   11971 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0325 10:23:34.300858   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0325 10:23:34.342609   11971 cri.go:89] found id: "7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81"
	I0325 10:23:34.342671   11971 cri.go:89] found id: ""
	I0325 10:23:34.342684   11971 logs.go:276] 1 containers: [7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81]
	I0325 10:23:34.342732   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:34.347296   11971 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0325 10:23:34.347377   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0325 10:23:34.360987   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:34.545843   11971 cri.go:89] found id: "2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b"
	I0325 10:23:34.545871   11971 cri.go:89] found id: ""
	I0325 10:23:34.545883   11971 logs.go:276] 1 containers: [2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b]
	I0325 10:23:34.545933   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:34.550455   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0325 10:23:34.550519   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0325 10:23:34.558251   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:34.750626   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:34.753713   11971 cri.go:89] found id: "c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233"
	I0325 10:23:34.753740   11971 cri.go:89] found id: ""
	I0325 10:23:34.753751   11971 logs.go:276] 1 containers: [c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233]
	I0325 10:23:34.753802   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:34.837948   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0325 10:23:34.838056   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0325 10:23:34.933588   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:35.046999   11971 cri.go:89] found id: "6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87"
	I0325 10:23:35.047023   11971 cri.go:89] found id: ""
	I0325 10:23:35.047034   11971 logs.go:276] 1 containers: [6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87]
	I0325 10:23:35.047082   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:35.050975   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0325 10:23:35.051047   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0325 10:23:35.058635   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:35.167034   11971 cri.go:89] found id: "77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85"
	I0325 10:23:35.167059   11971 cri.go:89] found id: ""
	I0325 10:23:35.167068   11971 logs.go:276] 1 containers: [77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85]
	I0325 10:23:35.167117   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:35.170625   11971 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0325 10:23:35.170690   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0325 10:23:35.244563   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:35.336512   11971 cri.go:89] found id: "9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556"
	I0325 10:23:35.336539   11971 cri.go:89] found id: ""
	I0325 10:23:35.336548   11971 logs.go:276] 1 containers: [9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556]
	I0325 10:23:35.336598   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:35.340317   11971 logs.go:123] Gathering logs for dmesg ...
	I0325 10:23:35.340342   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0325 10:23:35.354148   11971 logs.go:123] Gathering logs for describe nodes ...
	I0325 10:23:35.354174   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0325 10:23:35.359653   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:35.632439   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:35.747243   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:35.845137   11971 logs.go:123] Gathering logs for kube-apiserver [0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171] ...
	I0325 10:23:35.845226   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171"
	I0325 10:23:35.934535   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:36.059250   11971 logs.go:123] Gathering logs for etcd [7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81] ...
	I0325 10:23:36.059281   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81"
	I0325 10:23:36.059852   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:36.244560   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:36.258232   11971 logs.go:123] Gathering logs for coredns [2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b] ...
	I0325 10:23:36.258267   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b"
	I0325 10:23:36.359938   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:36.437733   11971 logs.go:123] Gathering logs for kube-proxy [6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87] ...
	I0325 10:23:36.437772   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87"
	I0325 10:23:36.552457   11971 logs.go:123] Gathering logs for kube-controller-manager [77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85] ...
	I0325 10:23:36.552489   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85"
	I0325 10:23:36.557743   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:36.745163   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:36.772060   11971 logs.go:123] Gathering logs for kindnet [9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556] ...
	I0325 10:23:36.772103   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556"
	I0325 10:23:36.860060   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:36.935764   11971 logs.go:123] Gathering logs for container status ...
	I0325 10:23:36.935802   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0325 10:23:37.050902   11971 logs.go:123] Gathering logs for kubelet ...
	I0325 10:23:37.050935   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0325 10:23:37.058413   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:37.129934   11971 logs.go:123] Gathering logs for kube-scheduler [c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233] ...
	I0325 10:23:37.129979   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233"
	I0325 10:23:37.240789   11971 logs.go:123] Gathering logs for CRI-O ...
	I0325 10:23:37.240829   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0325 10:23:37.244054   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:37.358839   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:37.558585   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:37.744812   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:37.859883   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:38.058364   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:38.243631   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:38.359891   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:38.558212   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:38.743022   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:38.859206   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:39.057754   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:39.243364   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:39.359178   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:39.556939   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:39.743581   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:39.828907   11971 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0325 10:23:39.841453   11971 api_server.go:72] duration metric: took 1m34.139666707s to wait for apiserver process to appear ...
	I0325 10:23:39.841481   11971 api_server.go:88] waiting for apiserver healthz status ...
	I0325 10:23:39.841522   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0325 10:23:39.841570   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0325 10:23:39.859898   11971 kapi.go:96] waiting for pod "app.kubernetes.io/name=ingress-nginx", current state: Pending: [<nil>]
	I0325 10:23:39.875296   11971 cri.go:89] found id: "0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171"
	I0325 10:23:39.875314   11971 cri.go:89] found id: ""
	I0325 10:23:39.875321   11971 logs.go:276] 1 containers: [0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171]
	I0325 10:23:39.875368   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:39.878583   11971 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0325 10:23:39.878658   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0325 10:23:39.936697   11971 cri.go:89] found id: "7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81"
	I0325 10:23:39.936719   11971 cri.go:89] found id: ""
	I0325 10:23:39.936728   11971 logs.go:276] 1 containers: [7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81]
	I0325 10:23:39.936771   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:39.940240   11971 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0325 10:23:39.940323   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0325 10:23:39.975834   11971 cri.go:89] found id: "2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b"
	I0325 10:23:39.975853   11971 cri.go:89] found id: ""
	I0325 10:23:39.975862   11971 logs.go:276] 1 containers: [2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b]
	I0325 10:23:39.975928   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:39.979077   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0325 10:23:39.979128   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0325 10:23:40.011835   11971 cri.go:89] found id: "c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233"
	I0325 10:23:40.011855   11971 cri.go:89] found id: ""
	I0325 10:23:40.011862   11971 logs.go:276] 1 containers: [c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233]
	I0325 10:23:40.011912   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:40.015262   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0325 10:23:40.015310   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0325 10:23:40.050928   11971 cri.go:89] found id: "6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87"
	I0325 10:23:40.050951   11971 cri.go:89] found id: ""
	I0325 10:23:40.050957   11971 logs.go:276] 1 containers: [6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87]
	I0325 10:23:40.050992   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:40.054223   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0325 10:23:40.054268   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0325 10:23:40.057367   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:40.086604   11971 cri.go:89] found id: "77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85"
	I0325 10:23:40.086626   11971 cri.go:89] found id: ""
	I0325 10:23:40.086635   11971 logs.go:276] 1 containers: [77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85]
	I0325 10:23:40.086676   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:40.089891   11971 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0325 10:23:40.089935   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0325 10:23:40.121432   11971 cri.go:89] found id: "9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556"
	I0325 10:23:40.121450   11971 cri.go:89] found id: ""
	I0325 10:23:40.121459   11971 logs.go:276] 1 containers: [9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556]
	I0325 10:23:40.121514   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:40.124791   11971 logs.go:123] Gathering logs for kubelet ...
	I0325 10:23:40.124813   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0325 10:23:40.199291   11971 logs.go:123] Gathering logs for kube-apiserver [0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171] ...
	I0325 10:23:40.199322   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171"
	I0325 10:23:40.241089   11971 logs.go:123] Gathering logs for etcd [7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81] ...
	I0325 10:23:40.241116   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81"
	I0325 10:23:40.243047   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:40.289372   11971 logs.go:123] Gathering logs for coredns [2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b] ...
	I0325 10:23:40.289416   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b"
	I0325 10:23:40.322621   11971 logs.go:123] Gathering logs for kube-controller-manager [77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85] ...
	I0325 10:23:40.322651   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85"
	I0325 10:23:40.359963   11971 kapi.go:107] duration metric: took 1m28.507510368s to wait for app.kubernetes.io/name=ingress-nginx ...
	I0325 10:23:40.378333   11971 logs.go:123] Gathering logs for kindnet [9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556] ...
	I0325 10:23:40.378375   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556"
	I0325 10:23:40.412368   11971 logs.go:123] Gathering logs for dmesg ...
	I0325 10:23:40.412392   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0325 10:23:40.423635   11971 logs.go:123] Gathering logs for describe nodes ...
	I0325 10:23:40.423661   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0325 10:23:40.517804   11971 logs.go:123] Gathering logs for kube-scheduler [c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233] ...
	I0325 10:23:40.517837   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233"
	I0325 10:23:40.557000   11971 logs.go:123] Gathering logs for kube-proxy [6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87] ...
	I0325 10:23:40.557027   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87"
	I0325 10:23:40.557784   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:40.589115   11971 logs.go:123] Gathering logs for CRI-O ...
	I0325 10:23:40.589140   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0325 10:23:40.669737   11971 logs.go:123] Gathering logs for container status ...
	I0325 10:23:40.669768   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0325 10:23:40.743552   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:41.057647   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:41.243836   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:41.558067   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:41.743664   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:42.058133   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:42.242421   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:42.557875   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:42.742889   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:43.058214   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:43.213992   11971 api_server.go:253] Checking apiserver healthz at https://192.168.49.2:8443/healthz ...
	I0325 10:23:43.217777   11971 api_server.go:279] https://192.168.49.2:8443/healthz returned 200:
	ok
	I0325 10:23:43.218725   11971 api_server.go:141] control plane version: v1.29.3
	I0325 10:23:43.218748   11971 api_server.go:131] duration metric: took 3.377258617s to wait for apiserver health ...
	I0325 10:23:43.218756   11971 system_pods.go:43] waiting for kube-system pods to appear ...
	I0325 10:23:43.218775   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-apiserver Namespaces:[]}
	I0325 10:23:43.218814   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-apiserver
	I0325 10:23:43.245838   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:43.253551   11971 cri.go:89] found id: "0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171"
	I0325 10:23:43.253570   11971 cri.go:89] found id: ""
	I0325 10:23:43.253580   11971 logs.go:276] 1 containers: [0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171]
	I0325 10:23:43.253632   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:43.256940   11971 cri.go:54] listing CRI containers in root : {State:all Name:etcd Namespaces:[]}
	I0325 10:23:43.257004   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=etcd
	I0325 10:23:43.294426   11971 cri.go:89] found id: "7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81"
	I0325 10:23:43.294447   11971 cri.go:89] found id: ""
	I0325 10:23:43.294457   11971 logs.go:276] 1 containers: [7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81]
	I0325 10:23:43.294514   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:43.298157   11971 cri.go:54] listing CRI containers in root : {State:all Name:coredns Namespaces:[]}
	I0325 10:23:43.298216   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=coredns
	I0325 10:23:43.329890   11971 cri.go:89] found id: "2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b"
	I0325 10:23:43.329908   11971 cri.go:89] found id: ""
	I0325 10:23:43.329916   11971 logs.go:276] 1 containers: [2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b]
	I0325 10:23:43.329973   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:43.333244   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-scheduler Namespaces:[]}
	I0325 10:23:43.333301   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-scheduler
	I0325 10:23:43.367054   11971 cri.go:89] found id: "c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233"
	I0325 10:23:43.367079   11971 cri.go:89] found id: ""
	I0325 10:23:43.367090   11971 logs.go:276] 1 containers: [c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233]
	I0325 10:23:43.367146   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:43.370285   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-proxy Namespaces:[]}
	I0325 10:23:43.370336   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-proxy
	I0325 10:23:43.403743   11971 cri.go:89] found id: "6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87"
	I0325 10:23:43.403767   11971 cri.go:89] found id: ""
	I0325 10:23:43.403775   11971 logs.go:276] 1 containers: [6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87]
	I0325 10:23:43.403822   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:43.406953   11971 cri.go:54] listing CRI containers in root : {State:all Name:kube-controller-manager Namespaces:[]}
	I0325 10:23:43.407009   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kube-controller-manager
	I0325 10:23:43.439083   11971 cri.go:89] found id: "77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85"
	I0325 10:23:43.439108   11971 cri.go:89] found id: ""
	I0325 10:23:43.439118   11971 logs.go:276] 1 containers: [77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85]
	I0325 10:23:43.439162   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:43.442342   11971 cri.go:54] listing CRI containers in root : {State:all Name:kindnet Namespaces:[]}
	I0325 10:23:43.442393   11971 ssh_runner.go:195] Run: sudo crictl ps -a --quiet --name=kindnet
	I0325 10:23:43.474874   11971 cri.go:89] found id: "9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556"
	I0325 10:23:43.474904   11971 cri.go:89] found id: ""
	I0325 10:23:43.474913   11971 logs.go:276] 1 containers: [9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556]
	I0325 10:23:43.474965   11971 ssh_runner.go:195] Run: which crictl
	I0325 10:23:43.478154   11971 logs.go:123] Gathering logs for kube-controller-manager [77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85] ...
	I0325 10:23:43.478178   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85"
	I0325 10:23:43.532451   11971 logs.go:123] Gathering logs for kubelet ...
	I0325 10:23:43.532483   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u kubelet -n 400"
	I0325 10:23:43.558133   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:43.611400   11971 logs.go:123] Gathering logs for describe nodes ...
	I0325 10:23:43.611432   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /var/lib/minikube/binaries/v1.29.3/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig"
	I0325 10:23:43.743862   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:43.749869   11971 logs.go:123] Gathering logs for kube-apiserver [0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171] ...
	I0325 10:23:43.749903   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171"
	I0325 10:23:43.799990   11971 logs.go:123] Gathering logs for kube-proxy [6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87] ...
	I0325 10:23:43.800023   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87"
	I0325 10:23:43.860469   11971 logs.go:123] Gathering logs for kindnet [9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556] ...
	I0325 10:23:43.860500   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556"
	I0325 10:23:43.936282   11971 logs.go:123] Gathering logs for CRI-O ...
	I0325 10:23:43.936314   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo journalctl -u crio -n 400"
	I0325 10:23:44.010905   11971 logs.go:123] Gathering logs for container status ...
	I0325 10:23:44.010952   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo `which crictl || echo crictl` ps -a || sudo docker ps -a"
	I0325 10:23:44.058561   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:44.080025   11971 logs.go:123] Gathering logs for dmesg ...
	I0325 10:23:44.080063   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo dmesg -PH -L=never --level warn,err,crit,alert,emerg | tail -n 400"
	I0325 10:23:44.131681   11971 logs.go:123] Gathering logs for etcd [7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81] ...
	I0325 10:23:44.131711   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81"
	I0325 10:23:44.243959   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:44.261850   11971 logs.go:123] Gathering logs for coredns [2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b] ...
	I0325 10:23:44.261878   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b"
	I0325 10:23:44.347103   11971 logs.go:123] Gathering logs for kube-scheduler [c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233] ...
	I0325 10:23:44.347134   11971 ssh_runner.go:195] Run: /bin/bash -c "sudo /usr/bin/crictl logs --tail 400 c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233"
	I0325 10:23:44.558316   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:44.743593   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:45.057737   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=gcp-auth", current state: Pending: [<nil>]
	I0325 10:23:45.242939   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:45.558236   11971 kapi.go:107] duration metric: took 1m30.00386249s to wait for kubernetes.io/minikube-addons=gcp-auth ...
	I0325 10:23:45.562058   11971 out.go:177] * Your GCP credentials will now be mounted into every pod created in the addons-863013 cluster.
	I0325 10:23:45.563552   11971 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.
	I0325 10:23:45.565042   11971 out.go:177] * If you want existing pods to be mounted with credentials, either recreate them or rerun addons enable with --refresh.
	I0325 10:23:45.744043   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:46.243160   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:46.744507   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:46.956553   11971 system_pods.go:59] 19 kube-system pods found
	I0325 10:23:46.956591   11971 system_pods.go:61] "coredns-76f75df574-6jjdg" [2d90cfe5-240c-4042-925d-6058df34fc97] Running
	I0325 10:23:46.956599   11971 system_pods.go:61] "csi-hostpath-attacher-0" [14dad42e-ac9a-4bcb-b789-a6484ab9c079] Running
	I0325 10:23:46.956605   11971 system_pods.go:61] "csi-hostpath-resizer-0" [97b782a5-4769-4040-b004-b502b2b8e7f5] Running
	I0325 10:23:46.956615   11971 system_pods.go:61] "csi-hostpathplugin-rwp85" [192b0ba5-d366-418c-b80f-3b6be7d224fb] 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])
	I0325 10:23:46.956625   11971 system_pods.go:61] "etcd-addons-863013" [e6a7b1bb-54e8-4e0a-86a3-52181e2b08ea] Running
	I0325 10:23:46.956634   11971 system_pods.go:61] "kindnet-cv6ld" [4bd560d3-1905-4a3b-b6f4-2e81040c8729] Running
	I0325 10:23:46.956639   11971 system_pods.go:61] "kube-apiserver-addons-863013" [8f7d2126-4f60-4a4f-8122-660cda3a0291] Running
	I0325 10:23:46.956645   11971 system_pods.go:61] "kube-controller-manager-addons-863013" [eeb40ef2-5a4a-462a-89e8-b8b1e76bcfdb] Running
	I0325 10:23:46.956654   11971 system_pods.go:61] "kube-ingress-dns-minikube" [06cd804f-47da-4509-bc86-fbebe8458ce5] Running
	I0325 10:23:46.956659   11971 system_pods.go:61] "kube-proxy-6gvpd" [ac54a08e-4945-4791-bafd-fec4800e40d8] Running
	I0325 10:23:46.956671   11971 system_pods.go:61] "kube-scheduler-addons-863013" [3b5ee65d-ee3f-447e-aa65-9f1b1f1eeb02] Running
	I0325 10:23:46.956676   11971 system_pods.go:61] "metrics-server-69cf46c98-dpjm5" [93b868d9-3f2e-4a51-b9a3-31875b50c1bc] Running
	I0325 10:23:46.956686   11971 system_pods.go:61] "nvidia-device-plugin-daemonset-8qz8z" [bb35fb7c-2955-4d6a-aecd-19a18e758747] Running
	I0325 10:23:46.956691   11971 system_pods.go:61] "registry-8lcds" [f3ca3dd0-b58f-43fa-9bed-75531aa978b2] Running
	I0325 10:23:46.956697   11971 system_pods.go:61] "registry-proxy-bmwld" [6093ee07-eab4-48c5-a8ea-2402c98e103d] Running
	I0325 10:23:46.956705   11971 system_pods.go:61] "snapshot-controller-58dbcc7b99-njvm7" [5e13a9cd-50f1-49ad-a62b-7aff32fdf8d8] Running
	I0325 10:23:46.956711   11971 system_pods.go:61] "snapshot-controller-58dbcc7b99-ps4r2" [818346b5-7f38-4693-9106-ae56263a462e] Running
	I0325 10:23:46.956719   11971 system_pods.go:61] "storage-provisioner" [1d1291ac-e264-471b-aca9-43c07c68a44e] Running
	I0325 10:23:46.956724   11971 system_pods.go:61] "tiller-deploy-7b677967b9-cn92w" [7c20ba98-388b-4dfd-bd98-ca5755729a6c] Running
	I0325 10:23:46.956736   11971 system_pods.go:74] duration metric: took 3.73797382s to wait for pod list to return data ...
	I0325 10:23:46.956745   11971 default_sa.go:34] waiting for default service account to be created ...
	I0325 10:23:46.959154   11971 default_sa.go:45] found service account: "default"
	I0325 10:23:46.959176   11971 default_sa.go:55] duration metric: took 2.420364ms for default service account to be created ...
	I0325 10:23:46.959187   11971 system_pods.go:116] waiting for k8s-apps to be running ...
	I0325 10:23:46.970766   11971 system_pods.go:86] 19 kube-system pods found
	I0325 10:23:46.970799   11971 system_pods.go:89] "coredns-76f75df574-6jjdg" [2d90cfe5-240c-4042-925d-6058df34fc97] Running
	I0325 10:23:46.970809   11971 system_pods.go:89] "csi-hostpath-attacher-0" [14dad42e-ac9a-4bcb-b789-a6484ab9c079] Running
	I0325 10:23:46.970815   11971 system_pods.go:89] "csi-hostpath-resizer-0" [97b782a5-4769-4040-b004-b502b2b8e7f5] Running
	I0325 10:23:46.970826   11971 system_pods.go:89] "csi-hostpathplugin-rwp85" [192b0ba5-d366-418c-b80f-3b6be7d224fb] 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])
	I0325 10:23:46.970840   11971 system_pods.go:89] "etcd-addons-863013" [e6a7b1bb-54e8-4e0a-86a3-52181e2b08ea] Running
	I0325 10:23:46.970855   11971 system_pods.go:89] "kindnet-cv6ld" [4bd560d3-1905-4a3b-b6f4-2e81040c8729] Running
	I0325 10:23:46.970867   11971 system_pods.go:89] "kube-apiserver-addons-863013" [8f7d2126-4f60-4a4f-8122-660cda3a0291] Running
	I0325 10:23:46.970879   11971 system_pods.go:89] "kube-controller-manager-addons-863013" [eeb40ef2-5a4a-462a-89e8-b8b1e76bcfdb] Running
	I0325 10:23:46.970891   11971 system_pods.go:89] "kube-ingress-dns-minikube" [06cd804f-47da-4509-bc86-fbebe8458ce5] Running
	I0325 10:23:46.970901   11971 system_pods.go:89] "kube-proxy-6gvpd" [ac54a08e-4945-4791-bafd-fec4800e40d8] Running
	I0325 10:23:46.970910   11971 system_pods.go:89] "kube-scheduler-addons-863013" [3b5ee65d-ee3f-447e-aa65-9f1b1f1eeb02] Running
	I0325 10:23:46.970921   11971 system_pods.go:89] "metrics-server-69cf46c98-dpjm5" [93b868d9-3f2e-4a51-b9a3-31875b50c1bc] Running
	I0325 10:23:46.970930   11971 system_pods.go:89] "nvidia-device-plugin-daemonset-8qz8z" [bb35fb7c-2955-4d6a-aecd-19a18e758747] Running
	I0325 10:23:46.970942   11971 system_pods.go:89] "registry-8lcds" [f3ca3dd0-b58f-43fa-9bed-75531aa978b2] Running
	I0325 10:23:46.970952   11971 system_pods.go:89] "registry-proxy-bmwld" [6093ee07-eab4-48c5-a8ea-2402c98e103d] Running
	I0325 10:23:46.970959   11971 system_pods.go:89] "snapshot-controller-58dbcc7b99-njvm7" [5e13a9cd-50f1-49ad-a62b-7aff32fdf8d8] Running
	I0325 10:23:46.970968   11971 system_pods.go:89] "snapshot-controller-58dbcc7b99-ps4r2" [818346b5-7f38-4693-9106-ae56263a462e] Running
	I0325 10:23:46.970974   11971 system_pods.go:89] "storage-provisioner" [1d1291ac-e264-471b-aca9-43c07c68a44e] Running
	I0325 10:23:46.970981   11971 system_pods.go:89] "tiller-deploy-7b677967b9-cn92w" [7c20ba98-388b-4dfd-bd98-ca5755729a6c] Running
	I0325 10:23:46.970990   11971 system_pods.go:126] duration metric: took 11.79558ms to wait for k8s-apps to be running ...
	I0325 10:23:46.971000   11971 system_svc.go:44] waiting for kubelet service to be running ....
	I0325 10:23:46.971053   11971 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0325 10:23:47.044410   11971 system_svc.go:56] duration metric: took 73.399676ms WaitForService to wait for kubelet
	I0325 10:23:47.044442   11971 kubeadm.go:576] duration metric: took 1m41.342658582s to wait for: map[apiserver:true apps_running:true default_sa:true extra:true kubelet:true node_ready:true system_pods:true]
	I0325 10:23:47.044466   11971 node_conditions.go:102] verifying NodePressure condition ...
	I0325 10:23:47.047697   11971 node_conditions.go:122] node storage ephemeral capacity is 304681132Ki
	I0325 10:23:47.047728   11971 node_conditions.go:123] node cpu capacity is 8
	I0325 10:23:47.047743   11971 node_conditions.go:105] duration metric: took 3.27037ms to run NodePressure ...
	I0325 10:23:47.047758   11971 start.go:240] waiting for startup goroutines ...
	I0325 10:23:47.244196   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:47.743474   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:48.242780   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:48.743329   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:49.242898   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:49.744009   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:50.243712   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:50.743113   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:51.243531   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:51.744129   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:52.242958   11971 kapi.go:96] waiting for pod "kubernetes.io/minikube-addons=csi-hostpath-driver", current state: Pending: [<nil>]
	I0325 10:23:52.744071   11971 kapi.go:107] duration metric: took 1m40.006284694s to wait for kubernetes.io/minikube-addons=csi-hostpath-driver ...
	I0325 10:23:52.746549   11971 out.go:177] * Enabled addons: storage-provisioner, storage-provisioner-rancher, nvidia-device-plugin, inspektor-gadget, helm-tiller, cloud-spanner, ingress-dns, metrics-server, yakd, default-storageclass, volumesnapshots, registry, ingress, gcp-auth, csi-hostpath-driver
	I0325 10:23:52.748946   11971 addons.go:505] duration metric: took 1m47.047100876s for enable addons: enabled=[storage-provisioner storage-provisioner-rancher nvidia-device-plugin inspektor-gadget helm-tiller cloud-spanner ingress-dns metrics-server yakd default-storageclass volumesnapshots registry ingress gcp-auth csi-hostpath-driver]
	I0325 10:23:52.748999   11971 start.go:245] waiting for cluster config update ...
	I0325 10:23:52.749026   11971 start.go:254] writing updated cluster config ...
	I0325 10:23:52.749315   11971 ssh_runner.go:195] Run: rm -f paused
	I0325 10:23:52.807703   11971 start.go:600] kubectl: 1.29.3, cluster: 1.29.3 (minor skew: 0)
	I0325 10:23:52.810985   11971 out.go:177] * Done! kubectl is now configured to use "addons-863013" cluster and "default" namespace by default
	
	
	==> CRI-O <==
	Mar 25 10:26:42 addons-863013 crio[973]: time="2024-03-25 10:26:42.751952099Z" level=info msg="Removing container: fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741" id=eb2fad48-2925-4ee1-80c3-c3ea56cc9e8c name=/runtime.v1.RuntimeService/RemoveContainer
	Mar 25 10:26:42 addons-863013 crio[973]: time="2024-03-25 10:26:42.766039974Z" level=info msg="Removed container fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741: kube-system/kube-ingress-dns-minikube/minikube-ingress-dns" id=eb2fad48-2925-4ee1-80c3-c3ea56cc9e8c name=/runtime.v1.RuntimeService/RemoveContainer
	Mar 25 10:26:44 addons-863013 crio[973]: time="2024-03-25 10:26:44.433635098Z" level=info msg="Stopping container: 4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970 (timeout: 2s)" id=bd9a160c-4508-4455-bfb9-7c1287633fa3 name=/runtime.v1.RuntimeService/StopContainer
	Mar 25 10:26:44 addons-863013 crio[973]: time="2024-03-25 10:26:44.548810273Z" level=info msg="Pulled image: gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7" id=13f6e103-fe83-43e9-8f69-9bba43fa702f name=/runtime.v1.ImageService/PullImage
	Mar 25 10:26:44 addons-863013 crio[973]: time="2024-03-25 10:26:44.549637913Z" level=info msg="Checking image status: gcr.io/google-samples/hello-app:1.0" id=6314824b-97be-4377-838b-626c55d49d39 name=/runtime.v1.ImageService/ImageStatus
	Mar 25 10:26:44 addons-863013 crio[973]: time="2024-03-25 10:26:44.550512738Z" 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=6314824b-97be-4377-838b-626c55d49d39 name=/runtime.v1.ImageService/ImageStatus
	Mar 25 10:26:44 addons-863013 crio[973]: time="2024-03-25 10:26:44.551379363Z" level=info msg="Creating container: default/hello-world-app-5d77478584-9zxx6/hello-world-app" id=f7f07854-a171-4618-b908-2de52ea560c5 name=/runtime.v1.RuntimeService/CreateContainer
	Mar 25 10:26:44 addons-863013 crio[973]: time="2024-03-25 10:26:44.551467929Z" level=warning msg="Allowed annotations are specified for workload []"
	Mar 25 10:26:44 addons-863013 crio[973]: time="2024-03-25 10:26:44.599185381Z" level=info msg="Created container f1515f5afdf172107929b53f2ef80a43fc2074dbfeac6c2f0e741a30744dbd67: default/hello-world-app-5d77478584-9zxx6/hello-world-app" id=f7f07854-a171-4618-b908-2de52ea560c5 name=/runtime.v1.RuntimeService/CreateContainer
	Mar 25 10:26:44 addons-863013 crio[973]: time="2024-03-25 10:26:44.599683154Z" level=info msg="Starting container: f1515f5afdf172107929b53f2ef80a43fc2074dbfeac6c2f0e741a30744dbd67" id=3e3b9262-03c3-4be0-8847-0a5b73b782aa name=/runtime.v1.RuntimeService/StartContainer
	Mar 25 10:26:44 addons-863013 crio[973]: time="2024-03-25 10:26:44.605274839Z" level=info msg="Started container" PID=11263 containerID=f1515f5afdf172107929b53f2ef80a43fc2074dbfeac6c2f0e741a30744dbd67 description=default/hello-world-app-5d77478584-9zxx6/hello-world-app id=3e3b9262-03c3-4be0-8847-0a5b73b782aa name=/runtime.v1.RuntimeService/StartContainer sandboxID=c84e69a9c917927f87637f96afe15bfa5080414d20501705d13e1b1e29b89547
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.441118687Z" level=warning msg="Stopping container 4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970 with stop signal timed out: timeout reached after 2 seconds waiting for container process to exit" id=bd9a160c-4508-4455-bfb9-7c1287633fa3 name=/runtime.v1.RuntimeService/StopContainer
	Mar 25 10:26:46 addons-863013 conmon[6214]: conmon 4d5823abcb7179ae8f51 <ninfo>: container 6226 exited with status 137
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.572094087Z" level=info msg="Stopped container 4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970: ingress-nginx/ingress-nginx-controller-65496f9567-442mj/controller" id=bd9a160c-4508-4455-bfb9-7c1287633fa3 name=/runtime.v1.RuntimeService/StopContainer
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.572634313Z" level=info msg="Stopping pod sandbox: 9c1bede01e7269f74fb7b606957266f99a899f3c3a58cbe36ba01599fdfffe85" id=3c65b253-2528-466b-9961-de406c197dd0 name=/runtime.v1.RuntimeService/StopPodSandbox
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.575521975Z" level=info msg="Restoring iptables rules: *nat\n:KUBE-HP-HMGLLLZTHJHG4Y4K - [0:0]\n:KUBE-HP-NA2Q2JKTHBC4MO6W - [0:0]\n:KUBE-HOSTPORTS - [0:0]\n-X KUBE-HP-NA2Q2JKTHBC4MO6W\n-X KUBE-HP-HMGLLLZTHJHG4Y4K\nCOMMIT\n"
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.576796966Z" level=info msg="Closing host port tcp:80"
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.576830034Z" level=info msg="Closing host port tcp:443"
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.578194353Z" level=info msg="Host port tcp:80 does not have an open socket"
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.578213183Z" level=info msg="Host port tcp:443 does not have an open socket"
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.578353687Z" level=info msg="Got pod network &{Name:ingress-nginx-controller-65496f9567-442mj Namespace:ingress-nginx ID:9c1bede01e7269f74fb7b606957266f99a899f3c3a58cbe36ba01599fdfffe85 UID:a5eb768a-cdaa-46f3-980f-c1670363a83b NetNS:/var/run/netns/feca1ccd-8ec8-49ab-8a38-c1318d28cfeb Networks:[{Name:kindnet Ifname:eth0}] RuntimeConfig:map[kindnet:{IP: MAC: PortMappings:[] Bandwidth:<nil> IpRanges:[]}] Aliases:map[]}"
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.578470417Z" level=info msg="Deleting pod ingress-nginx_ingress-nginx-controller-65496f9567-442mj from CNI network \"kindnet\" (type=ptp)"
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.618894623Z" level=info msg="Stopped pod sandbox: 9c1bede01e7269f74fb7b606957266f99a899f3c3a58cbe36ba01599fdfffe85" id=3c65b253-2528-466b-9961-de406c197dd0 name=/runtime.v1.RuntimeService/StopPodSandbox
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.765455105Z" level=info msg="Removing container: 4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970" id=1ad6f22a-0869-4c3b-8d9b-185acd4d74f5 name=/runtime.v1.RuntimeService/RemoveContainer
	Mar 25 10:26:46 addons-863013 crio[973]: time="2024-03-25 10:26:46.779324996Z" level=info msg="Removed container 4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970: ingress-nginx/ingress-nginx-controller-65496f9567-442mj/controller" id=1ad6f22a-0869-4c3b-8d9b-185acd4d74f5 name=/runtime.v1.RuntimeService/RemoveContainer
	
	
	==> container status <==
	CONTAINER           IMAGE                                                                                                                        CREATED             STATE               NAME                      ATTEMPT             POD ID              POD
	f1515f5afdf17       gcr.io/google-samples/hello-app@sha256:b1455e1c4fcc5ea1023c9e3b584cd84b64eb920e332feff690a2829696e379e7                      6 seconds ago       Running             hello-world-app           0                   c84e69a9c9179       hello-world-app-5d77478584-9zxx6
	cb5d1307a02a1       docker.io/library/nginx@sha256:31bad00311cb5eeb8a6648beadcf67277a175da89989f14727420a80e2e76742                              2 minutes ago       Running             nginx                     0                   db3fb7b1375f2       nginx
	76f7424351610       ghcr.io/headlamp-k8s/headlamp@sha256:19628eec9aaecf7944a049b6ab67f45e818365b9ec68cb7808ce1f6feb52d750                        2 minutes ago       Running             headlamp                  0                   0cdd7400150ae       headlamp-5485c556b-425rn
	d2c3b888e4556       gcr.io/k8s-minikube/gcp-auth-webhook@sha256:507b9d2f77a65700ff2462a02aa2c83780ff74ecb06c9275c5b5b9b1fa44269b                 3 minutes ago       Running             gcp-auth                  0                   a689c79799b2c       gcp-auth-7d69788767-zflj5
	302a17e987cd1       docker.io/marcnuri/yakd@sha256:a3f540278e4c11373e15605311851dd9c64d208f4d63e727bccc0e39f9329310                              3 minutes ago       Running             yakd                      0                   56f92fdf3e2c6       yakd-dashboard-9947fc6bf-hgw82
	3ffc129d00118       b29d748098e32a42a2ac743679dd53501184ba9c4a1009248b6f60a370895135                                                             3 minutes ago       Exited              patch                     2                   e1d5cc7aebf43       ingress-nginx-admission-patch-279kw
	f894cf4d82627       registry.k8s.io/ingress-nginx/kube-webhook-certgen@sha256:261843b59d96d7e8a91e89545c7f27a066b1ab5cddbea8236cf1695c31889023   4 minutes ago       Exited              create                    0                   8ac635e3a8e56       ingress-nginx-admission-create-9sckk
	ce627c1cd7808       6e38f40d628db3002f5617342c8872c935de530d867d0f709a2fbda1a302a562                                                             4 minutes ago       Running             storage-provisioner       0                   5795fdbc0d9b3       storage-provisioner
	2dc36b1cc1450       cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4                                                             4 minutes ago       Running             coredns                   0                   9abbf6f7c910f       coredns-76f75df574-6jjdg
	6bc33a6b1c9a4       a1d263b5dc5b0acea099d5e91a3a041b6704392ad95e5ea3b5bbe4f71784e392                                                             4 minutes ago       Running             kube-proxy                0                   250e45d4109a4       kube-proxy-6gvpd
	9d0a3714ce5fc       4950bb10b3f87e8d4a8f772a0d8934625cac4ccfa3675fea34cad0dab83fd5a5                                                             4 minutes ago       Running             kindnet-cni               0                   fb97c7172e604       kindnet-cv6ld
	c69348a9e3223       8c390d98f50c0b8f564e172a80565384dc9eeb7e16b5a6794c616706206dee3b                                                             5 minutes ago       Running             kube-scheduler            0                   5030435e8e4b4       kube-scheduler-addons-863013
	0ef226e3652fa       39f995c9f199675725a38b0d9f19f99652f978861e631729f2ec4fd8efaab533                                                             5 minutes ago       Running             kube-apiserver            0                   e2c5c81940b36       kube-apiserver-addons-863013
	7d5c4578b15ff       3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899                                                             5 minutes ago       Running             etcd                      0                   101ae6eaeb214       etcd-addons-863013
	77e5baba7536c       6052a25da3f97387a8a5a9711fbff373801dcea4b0487add79dc3903c4bf14b3                                                             5 minutes ago       Running             kube-controller-manager   0                   3f5fb265ed868       kube-controller-manager-addons-863013
	
	
	==> coredns [2dc36b1cc1450096b8025703928a5c428333be31d4992c9ba3cbd445252d468b] <==
	[INFO] 10.244.0.17:48134 - 20825 "A IN registry.kube-system.svc.cluster.local.cluster.local. udp 70 false 512" NXDOMAIN qr,aa,rd 163 0.000056363s
	[INFO] 10.244.0.17:52133 - 27135 "AAAA IN registry.kube-system.svc.cluster.local.europe-west2-a.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.004094952s
	[INFO] 10.244.0.17:52133 - 48890 "A IN registry.kube-system.svc.cluster.local.europe-west2-a.c.k8s-minikube.internal. udp 95 false 512" NXDOMAIN qr,rd,ra 95 0.004186451s
	[INFO] 10.244.0.17:50597 - 16580 "AAAA IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.003157812s
	[INFO] 10.244.0.17:50597 - 22977 "A IN registry.kube-system.svc.cluster.local.c.k8s-minikube.internal. udp 80 false 512" NXDOMAIN qr,rd,ra 80 0.003684214s
	[INFO] 10.244.0.17:48823 - 28570 "AAAA IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.002667166s
	[INFO] 10.244.0.17:48823 - 46492 "A IN registry.kube-system.svc.cluster.local.google.internal. udp 72 false 512" NXDOMAIN qr,rd,ra 72 0.003450492s
	[INFO] 10.244.0.17:60975 - 16925 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000077219s
	[INFO] 10.244.0.17:60975 - 33567 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000121096s
	[INFO] 10.244.0.21:57309 - 37444 "AAAA IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.00019216s
	[INFO] 10.244.0.21:42312 - 19177 "A IN storage.googleapis.com.gcp-auth.svc.cluster.local. udp 78 false 1232" NXDOMAIN qr,aa,rd 160 0.000167802s
	[INFO] 10.244.0.21:41791 - 64417 "AAAA IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.00011553s
	[INFO] 10.244.0.21:40801 - 41770 "A IN storage.googleapis.com.svc.cluster.local. udp 69 false 1232" NXDOMAIN qr,aa,rd 151 0.000145562s
	[INFO] 10.244.0.21:39594 - 389 "AAAA IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000085823s
	[INFO] 10.244.0.21:56306 - 56321 "A IN storage.googleapis.com.cluster.local. udp 65 false 1232" NXDOMAIN qr,aa,rd 147 0.000111954s
	[INFO] 10.244.0.21:54971 - 15772 "AAAA IN storage.googleapis.com.europe-west2-a.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.006305796s
	[INFO] 10.244.0.21:45252 - 32683 "A IN storage.googleapis.com.europe-west2-a.c.k8s-minikube.internal. udp 90 false 1232" NXDOMAIN qr,rd,ra 79 0.006833029s
	[INFO] 10.244.0.21:48235 - 56992 "AAAA IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.004528439s
	[INFO] 10.244.0.21:53438 - 15283 "A IN storage.googleapis.com.c.k8s-minikube.internal. udp 75 false 1232" NXDOMAIN qr,rd,ra 64 0.004928949s
	[INFO] 10.244.0.21:44883 - 47446 "AAAA IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.003808513s
	[INFO] 10.244.0.21:33197 - 48230 "A IN storage.googleapis.com.google.internal. udp 67 false 1232" NXDOMAIN qr,rd,ra 56 0.00440846s
	[INFO] 10.244.0.21:42109 - 8304 "AAAA IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 240 0.00075027s
	[INFO] 10.244.0.21:37870 - 36228 "A IN storage.googleapis.com. udp 51 false 1232" NOERROR qr,rd,ra 534 0.000911895s
	[INFO] 10.244.0.25:44237 - 2 "AAAA IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 149 0.000198098s
	[INFO] 10.244.0.25:54407 - 3 "A IN registry.kube-system.svc.cluster.local. udp 56 false 512" NOERROR qr,aa,rd 110 0.000147629s
	
	
	==> describe nodes <==
	Name:               addons-863013
	Roles:              control-plane
	Labels:             beta.kubernetes.io/arch=amd64
	                    beta.kubernetes.io/os=linux
	                    kubernetes.io/arch=amd64
	                    kubernetes.io/hostname=addons-863013
	                    kubernetes.io/os=linux
	                    minikube.k8s.io/commit=528b39feb0b86a3109aa4b9637b5a9599eea22c0
	                    minikube.k8s.io/name=addons-863013
	                    minikube.k8s.io/primary=true
	                    minikube.k8s.io/updated_at=2024_03_25T10_21_53_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-863013
	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, 25 Mar 2024 10:21:50 +0000
	Taints:             <none>
	Unschedulable:      false
	Lease:
	  HolderIdentity:  addons-863013
	  AcquireTime:     <unset>
	  RenewTime:       Mon, 25 Mar 2024 10:26:48 +0000
	Conditions:
	  Type             Status  LastHeartbeatTime                 LastTransitionTime                Reason                       Message
	  ----             ------  -----------------                 ------------------                ------                       -------
	  MemoryPressure   False   Mon, 25 Mar 2024 10:24:56 +0000   Mon, 25 Mar 2024 10:21:48 +0000   KubeletHasSufficientMemory   kubelet has sufficient memory available
	  DiskPressure     False   Mon, 25 Mar 2024 10:24:56 +0000   Mon, 25 Mar 2024 10:21:48 +0000   KubeletHasNoDiskPressure     kubelet has no disk pressure
	  PIDPressure      False   Mon, 25 Mar 2024 10:24:56 +0000   Mon, 25 Mar 2024 10:21:48 +0000   KubeletHasSufficientPID      kubelet has sufficient PID available
	  Ready            True    Mon, 25 Mar 2024 10:24:56 +0000   Mon, 25 Mar 2024 10:22:40 +0000   KubeletReady                 kubelet is posting ready status
	Addresses:
	  InternalIP:  192.168.49.2
	  Hostname:    addons-863013
	Capacity:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859364Ki
	  pods:               110
	Allocatable:
	  cpu:                8
	  ephemeral-storage:  304681132Ki
	  hugepages-1Gi:      0
	  hugepages-2Mi:      0
	  memory:             32859364Ki
	  pods:               110
	System Info:
	  Machine ID:                 98db277b2343464f8b153115d78cbd5c
	  System UUID:                7ec9d475-703b-47f6-98bc-be4014d1aaea
	  Boot ID:                    c7d21c2f-403a-4463-841a-ed59032ba6bd
	  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.29.3
	  Kube-Proxy Version:         v1.29.3
	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-9zxx6         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         10s
	  default                     nginx                                    0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m32s
	  gcp-auth                    gcp-auth-7d69788767-zflj5                0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m36s
	  headlamp                    headlamp-5485c556b-425rn                 0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         2m58s
	  kube-system                 coredns-76f75df574-6jjdg                 100m (1%!)(MISSING)     0 (0%!)(MISSING)      70Mi (0%!)(MISSING)        170Mi (0%!)(MISSING)     4m45s
	  kube-system                 etcd-addons-863013                       100m (1%!)(MISSING)     0 (0%!)(MISSING)      100Mi (0%!)(MISSING)       0 (0%!)(MISSING)         4m59s
	  kube-system                 kindnet-cv6ld                            100m (1%!)(MISSING)     100m (1%!)(MISSING)   50Mi (0%!)(MISSING)        50Mi (0%!)(MISSING)      4m45s
	  kube-system                 kube-apiserver-addons-863013             250m (3%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m59s
	  kube-system                 kube-controller-manager-addons-863013    200m (2%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m59s
	  kube-system                 kube-proxy-6gvpd                         0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m45s
	  kube-system                 kube-scheduler-addons-863013             100m (1%!)(MISSING)     0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         5m
	  kube-system                 storage-provisioner                      0 (0%!)(MISSING)        0 (0%!)(MISSING)      0 (0%!)(MISSING)           0 (0%!)(MISSING)         4m41s
	  yakd-dashboard              yakd-dashboard-9947fc6bf-hgw82           0 (0%!)(MISSING)        0 (0%!)(MISSING)      128Mi (0%!)(MISSING)       256Mi (0%!)(MISSING)     4m41s
	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                 4m41s  kube-proxy       
	  Normal  Starting                 4m59s  kubelet          Starting kubelet.
	  Normal  NodeHasSufficientMemory  4m59s  kubelet          Node addons-863013 status is now: NodeHasSufficientMemory
	  Normal  NodeHasNoDiskPressure    4m59s  kubelet          Node addons-863013 status is now: NodeHasNoDiskPressure
	  Normal  NodeHasSufficientPID     4m59s  kubelet          Node addons-863013 status is now: NodeHasSufficientPID
	  Normal  RegisteredNode           4m46s  node-controller  Node addons-863013 event: Registered Node addons-863013 in Controller
	  Normal  NodeReady                4m11s  kubelet          Node addons-863013 status is now: NodeReady
	
	
	==> dmesg <==
	[  +0.000951] platform eisa.0: Cannot allocate resource for EISA slot 4
	[  +0.000644] platform eisa.0: Cannot allocate resource for EISA slot 5
	[  +0.001011] platform eisa.0: Cannot allocate resource for EISA slot 6
	[  +0.000780] platform eisa.0: Cannot allocate resource for EISA slot 7
	[  +0.001340] platform eisa.0: Cannot allocate resource for EISA slot 8
	[  +0.658034] systemd[1]: /lib/systemd/system/cloud-init-local.service:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.005969] systemd[1]: /lib/systemd/system/cloud-init.service:19: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.013114] systemd[1]: /lib/systemd/system/cloud-final.service:9: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.002700] systemd[1]: /lib/systemd/system/cloud-config.service:8: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +0.014882] systemd[1]: /lib/systemd/system/cloud-init.target:15: Unknown key name 'ConditionEnvironment' in section 'Unit', ignoring.
	[  +8.845525] kauditd_printk_skb: 37 callbacks suppressed
	[Mar25 10:24] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: fa 47 8d 5f 95 09 9a 91 e5 c9 b9 3f 08 00
	[  +1.023663] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000023] ll header: 00000000: fa 47 8d 5f 95 09 9a 91 e5 c9 b9 3f 08 00
	[  +2.015785] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000006] ll header: 00000000: fa 47 8d 5f 95 09 9a 91 e5 c9 b9 3f 08 00
	[  +4.031689] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000008] ll header: 00000000: fa 47 8d 5f 95 09 9a 91 e5 c9 b9 3f 08 00
	[  +8.191367] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000017] ll header: 00000000: fa 47 8d 5f 95 09 9a 91 e5 c9 b9 3f 08 00
	[Mar25 10:25] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000007] ll header: 00000000: fa 47 8d 5f 95 09 9a 91 e5 c9 b9 3f 08 00
	[ +32.765474] IPv4: martian source 10.244.0.20 from 127.0.0.1, on dev eth0
	[  +0.000028] ll header: 00000000: fa 47 8d 5f 95 09 9a 91 e5 c9 b9 3f 08 00
	
	
	==> etcd [7d5c4578b15ffa2a5f328faf79ef6b316fbe6ed34c42a38671c175afbcdb5e81] <==
	{"level":"info","ts":"2024-03-25T10:22:09.649027Z","caller":"traceutil/trace.go:171","msg":"trace[2020075537] transaction","detail":"{read_only:false; response_revision:420; number_of_response:1; }","duration":"110.389794ms","start":"2024-03-25T10:22:09.538627Z","end":"2024-03-25T10:22:09.649017Z","steps":["trace[2020075537] 'process raft request'  (duration: 109.79117ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-25T10:22:09.649174Z","caller":"traceutil/trace.go:171","msg":"trace[1026335367] transaction","detail":"{read_only:false; response_revision:417; number_of_response:1; }","duration":"110.962754ms","start":"2024-03-25T10:22:09.538204Z","end":"2024-03-25T10:22:09.649167Z","steps":["trace[1026335367] 'process raft request'  (duration: 110.11651ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-25T10:22:09.649168Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"111.255543ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/deployments/default/cloud-spanner-emulator\" ","response":"range_response_count:1 size:3455"}
	{"level":"info","ts":"2024-03-25T10:22:09.730378Z","caller":"traceutil/trace.go:171","msg":"trace[1672425080] range","detail":"{range_begin:/registry/deployments/default/cloud-spanner-emulator; range_end:; response_count:1; response_revision:424; }","duration":"192.49574ms","start":"2024-03-25T10:22:09.537864Z","end":"2024-03-25T10:22:09.73036Z","steps":["trace[1672425080] 'agreement among raft nodes before linearized reading'  (duration: 111.258463ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-25T10:22:09.649259Z","caller":"traceutil/trace.go:171","msg":"trace[916663009] transaction","detail":"{read_only:false; response_revision:418; number_of_response:1; }","duration":"110.866602ms","start":"2024-03-25T10:22:09.538386Z","end":"2024-03-25T10:22:09.649253Z","steps":["trace[916663009] 'process raft request'  (duration: 109.968926ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-25T10:22:09.649279Z","caller":"traceutil/trace.go:171","msg":"trace[111174730] transaction","detail":"{read_only:false; response_revision:419; number_of_response:1; }","duration":"110.709195ms","start":"2024-03-25T10:22:09.538566Z","end":"2024-03-25T10:22:09.649275Z","steps":["trace[111174730] 'process raft request'  (duration: 109.825522ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-25T10:22:09.649462Z","caller":"traceutil/trace.go:171","msg":"trace[1996988716] transaction","detail":"{read_only:false; response_revision:421; number_of_response:1; }","duration":"110.791791ms","start":"2024-03-25T10:22:09.538663Z","end":"2024-03-25T10:22:09.649455Z","steps":["trace[1996988716] 'process raft request'  (duration: 109.778914ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-25T10:22:09.649599Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"199.900331ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/clusterrolebindings/storage-provisioner\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-03-25T10:22:09.730856Z","caller":"traceutil/trace.go:171","msg":"trace[1227110819] range","detail":"{range_begin:/registry/clusterrolebindings/storage-provisioner; range_end:; response_count:0; response_revision:424; }","duration":"281.179321ms","start":"2024-03-25T10:22:09.449666Z","end":"2024-03-25T10:22:09.730846Z","steps":["trace[1227110819] 'agreement among raft nodes before linearized reading'  (duration: 199.903934ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-25T10:23:53.721437Z","caller":"traceutil/trace.go:171","msg":"trace[472097776] transaction","detail":"{read_only:false; response_revision:1272; number_of_response:1; }","duration":"140.403214ms","start":"2024-03-25T10:23:53.581012Z","end":"2024-03-25T10:23:53.721415Z","steps":["trace[472097776] 'process raft request'  (duration: 140.321055ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-25T10:23:53.721465Z","caller":"traceutil/trace.go:171","msg":"trace[2132520804] transaction","detail":"{read_only:false; response_revision:1271; number_of_response:1; }","duration":"141.713246ms","start":"2024-03-25T10:23:53.579733Z","end":"2024-03-25T10:23:53.721447Z","steps":["trace[2132520804] 'process raft request'  (duration: 141.494224ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-25T10:23:53.721632Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"126.929762ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath\" ","response":"range_response_count:1 size:1113"}
	{"level":"info","ts":"2024-03-25T10:23:53.721675Z","caller":"traceutil/trace.go:171","msg":"trace[135160138] range","detail":"{range_begin:/registry/services/endpoints/kube-system/k8s.io-minikube-hostpath; range_end:; response_count:1; response_revision:1272; }","duration":"127.01515ms","start":"2024-03-25T10:23:53.594645Z","end":"2024-03-25T10:23:53.721661Z","steps":["trace[135160138] 'agreement among raft nodes before linearized reading'  (duration: 126.900219ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-25T10:24:10.204839Z","caller":"traceutil/trace.go:171","msg":"trace[989310576] linearizableReadLoop","detail":"{readStateIndex:1453; appliedIndex:1451; }","duration":"130.950535ms","start":"2024-03-25T10:24:10.073871Z","end":"2024-03-25T10:24:10.204822Z","steps":["trace[989310576] 'read index received'  (duration: 70.631596ms)","trace[989310576] 'applied index is now lower than readState.Index'  (duration: 60.317998ms)"],"step_count":2}
	{"level":"info","ts":"2024-03-25T10:24:10.204884Z","caller":"traceutil/trace.go:171","msg":"trace[963292938] transaction","detail":"{read_only:false; response_revision:1403; number_of_response:1; }","duration":"131.586714ms","start":"2024-03-25T10:24:10.07328Z","end":"2024-03-25T10:24:10.204867Z","steps":["trace[963292938] 'process raft request'  (duration: 71.238235ms)","trace[963292938] 'compare'  (duration: 60.157942ms)"],"step_count":2}
	{"level":"info","ts":"2024-03-25T10:24:10.204939Z","caller":"traceutil/trace.go:171","msg":"trace[1591628209] transaction","detail":"{read_only:false; number_of_response:1; response_revision:1404; }","duration":"131.447502ms","start":"2024-03-25T10:24:10.073486Z","end":"2024-03-25T10:24:10.204933Z","steps":["trace[1591628209] 'process raft request'  (duration: 131.285352ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-25T10:24:10.205015Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"130.392303ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/services/endpoints/kube-system/registry\" ","response":"range_response_count:0 size:5"}
	{"level":"info","ts":"2024-03-25T10:24:10.205081Z","caller":"traceutil/trace.go:171","msg":"trace[449412279] range","detail":"{range_begin:/registry/services/endpoints/kube-system/registry; range_end:; response_count:0; response_revision:1404; }","duration":"130.477419ms","start":"2024-03-25T10:24:10.074592Z","end":"2024-03-25T10:24:10.20507Z","steps":["trace[449412279] 'agreement among raft nodes before linearized reading'  (duration: 130.386509ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-25T10:24:10.205082Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"131.198988ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/endpointslices/kube-system/registry-fns98\" ","response":"range_response_count:1 size:1283"}
	{"level":"info","ts":"2024-03-25T10:24:10.205163Z","caller":"traceutil/trace.go:171","msg":"trace[1465824670] range","detail":"{range_begin:/registry/endpointslices/kube-system/registry-fns98; range_end:; response_count:1; response_revision:1404; }","duration":"131.297678ms","start":"2024-03-25T10:24:10.073854Z","end":"2024-03-25T10:24:10.205152Z","steps":["trace[1465824670] 'agreement among raft nodes before linearized reading'  (duration: 131.137966ms)"],"step_count":1}
	{"level":"info","ts":"2024-03-25T10:24:10.39055Z","caller":"traceutil/trace.go:171","msg":"trace[383845496] linearizableReadLoop","detail":"{readStateIndex:1455; appliedIndex:1453; }","duration":"181.729381ms","start":"2024-03-25T10:24:10.208802Z","end":"2024-03-25T10:24:10.390531Z","steps":["trace[383845496] 'read index received'  (duration: 79.200435ms)","trace[383845496] 'applied index is now lower than readState.Index'  (duration: 102.528342ms)"],"step_count":2}
	{"level":"info","ts":"2024-03-25T10:24:10.390556Z","caller":"traceutil/trace.go:171","msg":"trace[2081535359] transaction","detail":"{read_only:false; number_of_response:1; response_revision:1406; }","duration":"181.835204ms","start":"2024-03-25T10:24:10.208709Z","end":"2024-03-25T10:24:10.390544Z","steps":["trace[2081535359] 'process raft request'  (duration: 140.852345ms)","trace[2081535359] 'compare'  (duration: 40.815483ms)"],"step_count":2}
	{"level":"info","ts":"2024-03-25T10:24:10.390639Z","caller":"traceutil/trace.go:171","msg":"trace[901293221] transaction","detail":"{read_only:false; response_revision:1407; number_of_response:1; }","duration":"181.249721ms","start":"2024-03-25T10:24:10.209368Z","end":"2024-03-25T10:24:10.390618Z","steps":["trace[901293221] 'process raft request'  (duration: 181.12078ms)"],"step_count":1}
	{"level":"warn","ts":"2024-03-25T10:24:10.390832Z","caller":"etcdserver/util.go:170","msg":"apply request took too long","took":"182.009759ms","expected-duration":"100ms","prefix":"read-only range ","request":"key:\"/registry/pods/kube-system/registry-8lcds\" ","response":"range_response_count:1 size:3517"}
	{"level":"info","ts":"2024-03-25T10:24:10.390885Z","caller":"traceutil/trace.go:171","msg":"trace[1862418122] range","detail":"{range_begin:/registry/pods/kube-system/registry-8lcds; range_end:; response_count:1; response_revision:1407; }","duration":"182.088504ms","start":"2024-03-25T10:24:10.208783Z","end":"2024-03-25T10:24:10.390871Z","steps":["trace[1862418122] 'agreement among raft nodes before linearized reading'  (duration: 181.906659ms)"],"step_count":1}
	
	
	==> gcp-auth [d2c3b888e4556ef1b3240fa7190d4cdf5f7da3496a96198122e8278325118314] <==
	2024/03/25 10:23:44 GCP Auth Webhook started!
	2024/03/25 10:23:53 Ready to marshal response ...
	2024/03/25 10:23:53 Ready to write response ...
	2024/03/25 10:23:53 Ready to marshal response ...
	2024/03/25 10:23:53 Ready to write response ...
	2024/03/25 10:23:53 Ready to marshal response ...
	2024/03/25 10:23:53 Ready to write response ...
	2024/03/25 10:23:53 Ready to marshal response ...
	2024/03/25 10:23:53 Ready to write response ...
	2024/03/25 10:23:53 Ready to marshal response ...
	2024/03/25 10:23:53 Ready to write response ...
	2024/03/25 10:24:02 Ready to marshal response ...
	2024/03/25 10:24:02 Ready to write response ...
	2024/03/25 10:24:08 Ready to marshal response ...
	2024/03/25 10:24:08 Ready to write response ...
	2024/03/25 10:24:13 Ready to marshal response ...
	2024/03/25 10:24:13 Ready to write response ...
	2024/03/25 10:24:19 Ready to marshal response ...
	2024/03/25 10:24:19 Ready to write response ...
	2024/03/25 10:24:28 Ready to marshal response ...
	2024/03/25 10:24:28 Ready to write response ...
	2024/03/25 10:24:58 Ready to marshal response ...
	2024/03/25 10:24:58 Ready to write response ...
	2024/03/25 10:26:41 Ready to marshal response ...
	2024/03/25 10:26:41 Ready to write response ...
	
	
	==> kernel <==
	 10:26:51 up 9 min,  0 users,  load average: 0.25, 0.92, 0.55
	Linux addons-863013 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 [9d0a3714ce5fc4cd9720741ed024cfc72b0197a104ee44d585f11f4811012556] <==
	I0325 10:24:49.900550       1 main.go:227] handling current node
	I0325 10:24:59.904642       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:24:59.904666       1 main.go:227] handling current node
	I0325 10:25:09.916836       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:25:09.916858       1 main.go:227] handling current node
	I0325 10:25:19.930053       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:25:19.930078       1 main.go:227] handling current node
	I0325 10:25:29.934480       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:25:29.934503       1 main.go:227] handling current node
	I0325 10:25:39.937881       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:25:39.937905       1 main.go:227] handling current node
	I0325 10:25:49.948334       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:25:49.948358       1 main.go:227] handling current node
	I0325 10:25:59.951785       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:25:59.951807       1 main.go:227] handling current node
	I0325 10:26:09.960308       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:26:09.960332       1 main.go:227] handling current node
	I0325 10:26:19.964420       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:26:19.964445       1 main.go:227] handling current node
	I0325 10:26:29.977374       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:26:29.977425       1 main.go:227] handling current node
	I0325 10:26:39.980728       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:26:39.980750       1 main.go:227] handling current node
	I0325 10:26:49.992824       1 main.go:223] Handling node with IPs: map[192.168.49.2:{}]
	I0325 10:26:49.992847       1 main.go:227] handling current node
	
	
	==> kube-apiserver [0ef226e3652fab72f0d4875ffb8b6199e09adfd01e11f9616a1d0523ac40e171] <==
	, Header: map[Content-Type:[text/plain; charset=utf-8] X-Content-Type-Options:[nosniff]]
	E0325 10:22:48.000896       1 available_controller.go:460] v1beta1.metrics.k8s.io failed with: failing or missing response from https://10.102.159.65:443/apis/metrics.k8s.io/v1beta1: Get "https://10.102.159.65:443/apis/metrics.k8s.io/v1beta1": dial tcp 10.102.159.65:443: connect: connection refused
	I0325 10:22:48.027757       1 handler.go:275] Adding GroupVersion metrics.k8s.io v1beta1 to ResourceManager
	I0325 10:23:53.778399       1 alloc.go:330] "allocated clusterIPs" service="headlamp/headlamp" clusterIPs={"IPv4":"10.102.78.17"}
	I0325 10:24:19.231054       1 controller.go:624] quota admission added evaluator for: ingresses.networking.k8s.io
	I0325 10:24:19.405518       1 alloc.go:330] "allocated clusterIPs" service="default/nginx" clusterIPs={"IPv4":"10.109.26.220"}
	I0325 10:24:22.644242       1 handler.go:275] Adding GroupVersion gadget.kinvolk.io v1alpha1 to ResourceManager
	W0325 10:24:23.658887       1 cacher.go:168] Terminating all watchers from cacher traces.gadget.kinvolk.io
	E0325 10:24:24.715952       1 authentication.go:73] "Unable to authenticate the request" err="[invalid bearer token, serviceaccounts \"local-path-provisioner-service-account\" not found]"
	I0325 10:24:37.634762       1 controller.go:624] quota admission added evaluator for: volumesnapshots.snapshot.storage.k8s.io
	I0325 10:24:49.042887       1 controller.go:129] OpenAPI AggregationController: action for item v1beta1.metrics.k8s.io: Nothing (removed from the queue).
	I0325 10:25:13.848439       1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0325 10:25:13.848481       1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0325 10:25:13.863392       1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0325 10:25:13.865424       1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0325 10:25:13.867663       1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0325 10:25:13.867955       1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0325 10:25:13.939107       1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0325 10:25:13.939227       1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	I0325 10:25:13.957898       1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1 to ResourceManager
	I0325 10:25:13.958010       1 handler.go:275] Adding GroupVersion snapshot.storage.k8s.io v1beta1 to ResourceManager
	W0325 10:25:14.867925       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotclasses.snapshot.storage.k8s.io
	W0325 10:25:14.958544       1 cacher.go:168] Terminating all watchers from cacher volumesnapshotcontents.snapshot.storage.k8s.io
	W0325 10:25:14.958749       1 cacher.go:168] Terminating all watchers from cacher volumesnapshots.snapshot.storage.k8s.io
	I0325 10:26:41.649492       1 alloc.go:330] "allocated clusterIPs" service="default/hello-world-app" clusterIPs={"IPv4":"10.100.162.190"}
	
	
	==> kube-controller-manager [77e5baba7536c3c560f7828b7a49f569ad9cfd40a486ce8ddb2ea5ac9a552a85] <==
	W0325 10:25:54.760437       1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0325 10:25:54.760469       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0325 10:25:56.260264       1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0325 10:25:56.260297       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0325 10:26:01.308513       1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0325 10:26:01.308545       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0325 10:26:08.280768       1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0325 10:26:08.280797       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0325 10:26:24.690099       1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0325 10:26:24.690128       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0325 10:26:31.315736       1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0325 10:26:31.315767       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	W0325 10:26:38.190911       1 reflector.go:539] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	E0325 10:26:38.190953       1 reflector.go:147] vendor/k8s.io/client-go/metadata/metadatainformer/informer.go:138: Failed to watch *v1.PartialObjectMetadata: failed to list *v1.PartialObjectMetadata: the server could not find the requested resource
	I0325 10:26:41.495397       1 event.go:376] "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"
	I0325 10:26:41.503637       1 event.go:376] "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-9zxx6"
	I0325 10:26:41.512724       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="17.877864ms"
	I0325 10:26:41.517888       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="5.10685ms"
	I0325 10:26:41.517965       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="31.216µs"
	I0325 10:26:41.521078       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="70.493µs"
	I0325 10:26:43.361757       1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-create"
	I0325 10:26:43.364642       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="ingress-nginx/ingress-nginx-controller-65496f9567" duration="4.895µs"
	I0325 10:26:43.365887       1 job_controller.go:554] "enqueueing job" key="ingress-nginx/ingress-nginx-admission-patch"
	I0325 10:26:44.773655       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="5.189614ms"
	I0325 10:26:44.773730       1 replica_set.go:676] "Finished syncing" kind="ReplicaSet" key="default/hello-world-app-5d77478584" duration="28.613µs"
	
	
	==> kube-proxy [6bc33a6b1c9a47452208f77a68a7fa35bff6a48d00c7ebe35eade88978380d87] <==
	I0325 10:22:09.631700       1 server_others.go:72] "Using iptables proxy"
	I0325 10:22:09.733740       1 server.go:1050] "Successfully retrieved node IP(s)" IPs=["192.168.49.2"]
	I0325 10:22:10.347703       1 server.go:652] "kube-proxy running in dual-stack mode" primary ipFamily="IPv4"
	I0325 10:22:10.347738       1 server_others.go:168] "Using iptables Proxier"
	I0325 10:22:10.350325       1 server_others.go:512] "Detect-local-mode set to ClusterCIDR, but no cluster CIDR for family" ipFamily="IPv6"
	I0325 10:22:10.350385       1 server_others.go:529] "Defaulting to no-op detect-local"
	I0325 10:22:10.350427       1 proxier.go:245] "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"
	I0325 10:22:10.350693       1 server.go:865] "Version info" version="v1.29.3"
	I0325 10:22:10.350707       1 server.go:867] "Golang settings" GOGC="" GOMAXPROCS="" GOTRACEBACK=""
	I0325 10:22:10.351851       1 config.go:188] "Starting service config controller"
	I0325 10:22:10.353579       1 shared_informer.go:311] Waiting for caches to sync for service config
	I0325 10:22:10.352830       1 config.go:97] "Starting endpoint slice config controller"
	I0325 10:22:10.353623       1 shared_informer.go:311] Waiting for caches to sync for endpoint slice config
	I0325 10:22:10.353296       1 config.go:315] "Starting node config controller"
	I0325 10:22:10.353634       1 shared_informer.go:311] Waiting for caches to sync for node config
	I0325 10:22:10.454109       1 shared_informer.go:318] Caches are synced for node config
	I0325 10:22:10.454154       1 shared_informer.go:318] Caches are synced for service config
	I0325 10:22:10.454188       1 shared_informer.go:318] Caches are synced for endpoint slice config
	
	
	==> kube-scheduler [c69348a9e322316adab94498237bd85218f6c2fa5ca32f83d28020d1a5e8e233] <==
	W0325 10:21:50.033928       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
	E0325 10:21:50.034226       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
	W0325 10:21:50.033984       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	E0325 10:21:50.034240       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.CSIDriver: failed to list *v1.CSIDriver: csidrivers.storage.k8s.io is forbidden: User "system:kube-scheduler" cannot list resource "csidrivers" in API group "storage.k8s.io" at the cluster scope
	W0325 10:21:50.034052       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0325 10:21:50.034254       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	W0325 10:21:50.034039       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0325 10:21:50.034270       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
	W0325 10:21:50.854738       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Namespace: namespaces is forbidden: User "system:kube-scheduler" cannot list resource "namespaces" in API group "" at the cluster scope
	E0325 10:21:50.854769       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
	W0325 10:21:50.893085       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	E0325 10:21:50.893122       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.ReplicationController: failed to list *v1.ReplicationController: replicationcontrollers is forbidden: User "system:kube-scheduler" cannot list resource "replicationcontrollers" in API group "" at the cluster scope
	W0325 10:21:50.963048       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Pod: pods is forbidden: User "system:kube-scheduler" cannot list resource "pods" in API group "" at the cluster scope
	E0325 10:21:50.963092       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
	W0325 10:21:50.996244       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.Service: services is forbidden: User "system:kube-scheduler" cannot list resource "services" in API group "" at the cluster scope
	E0325 10:21:50.996272       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
	W0325 10:21:51.057477       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	E0325 10:21:51.057536       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: Failed to watch *v1.PersistentVolumeClaim: failed to list *v1.PersistentVolumeClaim: persistentvolumeclaims is forbidden: User "system:kube-scheduler" cannot list resource "persistentvolumeclaims" in API group "" at the cluster scope
	W0325 10:21:51.065970       1 reflector.go:539] 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"
	E0325 10:21:51.066017       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"
	W0325 10:21:51.069888       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
	E0325 10:21:51.069913       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
	W0325 10:21:51.098304       1 reflector.go:539] vendor/k8s.io/client-go/informers/factory.go:159: 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
	E0325 10:21:51.098344       1 reflector.go:147] vendor/k8s.io/client-go/informers/factory.go:159: 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
	I0325 10:21:53.658800       1 shared_informer.go:318] Caches are synced for client-ca::kube-system::extension-apiserver-authentication::client-ca-file
	
	
	==> kubelet <==
	Mar 25 10:26:41 addons-863013 kubelet[1684]: I0325 10:26:41.689593    1684 reconciler_common.go:258] "operationExecutor.VerifyControllerAttachedVolume started for volume \"gcp-creds\" (UniqueName: \"kubernetes.io/host-path/715cedd2-f874-4e63-8553-e84693a59a76-gcp-creds\") pod \"hello-world-app-5d77478584-9zxx6\" (UID: \"715cedd2-f874-4e63-8553-e84693a59a76\") " pod="default/hello-world-app-5d77478584-9zxx6"
	Mar 25 10:26:41 addons-863013 kubelet[1684]: I0325 10:26:41.689648    1684 reconciler_common.go:258] "operationExecutor.VerifyControllerAttachedVolume started for volume \"kube-api-access-mhjh5\" (UniqueName: \"kubernetes.io/projected/715cedd2-f874-4e63-8553-e84693a59a76-kube-api-access-mhjh5\") pod \"hello-world-app-5d77478584-9zxx6\" (UID: \"715cedd2-f874-4e63-8553-e84693a59a76\") " pod="default/hello-world-app-5d77478584-9zxx6"
	Mar 25 10:26:41 addons-863013 kubelet[1684]: W0325 10:26:41.853939    1684 manager.go:1169] Failed to process watch event {EventType:0 Name:/docker/e587acc38fdca93e10c9b86bc283645e20373debe5c3f7d36c4f82c3dbf357fe/crio-c84e69a9c917927f87637f96afe15bfa5080414d20501705d13e1b1e29b89547 WatchSource:0}: Error finding container c84e69a9c917927f87637f96afe15bfa5080414d20501705d13e1b1e29b89547: Status 404 returned error can't find the container with id c84e69a9c917927f87637f96afe15bfa5080414d20501705d13e1b1e29b89547
	Mar 25 10:26:42 addons-863013 kubelet[1684]: I0325 10:26:42.595776    1684 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-dprws\" (UniqueName: \"kubernetes.io/projected/06cd804f-47da-4509-bc86-fbebe8458ce5-kube-api-access-dprws\") pod \"06cd804f-47da-4509-bc86-fbebe8458ce5\" (UID: \"06cd804f-47da-4509-bc86-fbebe8458ce5\") "
	Mar 25 10:26:42 addons-863013 kubelet[1684]: I0325 10:26:42.597507    1684 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/06cd804f-47da-4509-bc86-fbebe8458ce5-kube-api-access-dprws" (OuterVolumeSpecName: "kube-api-access-dprws") pod "06cd804f-47da-4509-bc86-fbebe8458ce5" (UID: "06cd804f-47da-4509-bc86-fbebe8458ce5"). InnerVolumeSpecName "kube-api-access-dprws". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Mar 25 10:26:42 addons-863013 kubelet[1684]: I0325 10:26:42.696227    1684 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-dprws\" (UniqueName: \"kubernetes.io/projected/06cd804f-47da-4509-bc86-fbebe8458ce5-kube-api-access-dprws\") on node \"addons-863013\" DevicePath \"\""
	Mar 25 10:26:42 addons-863013 kubelet[1684]: I0325 10:26:42.751005    1684 scope.go:117] "RemoveContainer" containerID="fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741"
	Mar 25 10:26:42 addons-863013 kubelet[1684]: I0325 10:26:42.766373    1684 scope.go:117] "RemoveContainer" containerID="fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741"
	Mar 25 10:26:42 addons-863013 kubelet[1684]: E0325 10:26:42.766787    1684 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741\": container with ID starting with fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741 not found: ID does not exist" containerID="fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741"
	Mar 25 10:26:42 addons-863013 kubelet[1684]: I0325 10:26:42.766837    1684 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741"} err="failed to get container status \"fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741\": rpc error: code = NotFound desc = could not find container \"fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741\": container with ID starting with fcc80b68967589c38f11f9a79fa15780e0c325b6509fc3af5f87be2b4e430741 not found: ID does not exist"
	Mar 25 10:26:44 addons-863013 kubelet[1684]: I0325 10:26:44.745755    1684 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="06cd804f-47da-4509-bc86-fbebe8458ce5" path="/var/lib/kubelet/pods/06cd804f-47da-4509-bc86-fbebe8458ce5/volumes"
	Mar 25 10:26:44 addons-863013 kubelet[1684]: I0325 10:26:44.746258    1684 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="b5facbd8-9466-44e4-b48b-10646f742837" path="/var/lib/kubelet/pods/b5facbd8-9466-44e4-b48b-10646f742837/volumes"
	Mar 25 10:26:44 addons-863013 kubelet[1684]: I0325 10:26:44.746680    1684 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="ba6530f9-ea40-40d0-b2da-b91ae9b95782" path="/var/lib/kubelet/pods/ba6530f9-ea40-40d0-b2da-b91ae9b95782/volumes"
	Mar 25 10:26:44 addons-863013 kubelet[1684]: I0325 10:26:44.768577    1684 pod_startup_latency_tracker.go:102] "Observed pod startup duration" pod="default/hello-world-app-5d77478584-9zxx6" podStartSLOduration=1.07566308 podStartE2EDuration="3.768536411s" podCreationTimestamp="2024-03-25 10:26:41 +0000 UTC" firstStartedPulling="2024-03-25 10:26:41.856203868 +0000 UTC m=+289.231133140" lastFinishedPulling="2024-03-25 10:26:44.549077205 +0000 UTC m=+291.924006471" observedRunningTime="2024-03-25 10:26:44.768301567 +0000 UTC m=+292.143230848" watchObservedRunningTime="2024-03-25 10:26:44.768536411 +0000 UTC m=+292.143465691"
	Mar 25 10:26:46 addons-863013 kubelet[1684]: I0325 10:26:46.751847    1684 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/a5eb768a-cdaa-46f3-980f-c1670363a83b-webhook-cert\") pod \"a5eb768a-cdaa-46f3-980f-c1670363a83b\" (UID: \"a5eb768a-cdaa-46f3-980f-c1670363a83b\") "
	Mar 25 10:26:46 addons-863013 kubelet[1684]: I0325 10:26:46.751911    1684 reconciler_common.go:172] "operationExecutor.UnmountVolume started for volume \"kube-api-access-k4rjr\" (UniqueName: \"kubernetes.io/projected/a5eb768a-cdaa-46f3-980f-c1670363a83b-kube-api-access-k4rjr\") pod \"a5eb768a-cdaa-46f3-980f-c1670363a83b\" (UID: \"a5eb768a-cdaa-46f3-980f-c1670363a83b\") "
	Mar 25 10:26:46 addons-863013 kubelet[1684]: I0325 10:26:46.753733    1684 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/projected/a5eb768a-cdaa-46f3-980f-c1670363a83b-kube-api-access-k4rjr" (OuterVolumeSpecName: "kube-api-access-k4rjr") pod "a5eb768a-cdaa-46f3-980f-c1670363a83b" (UID: "a5eb768a-cdaa-46f3-980f-c1670363a83b"). InnerVolumeSpecName "kube-api-access-k4rjr". PluginName "kubernetes.io/projected", VolumeGidValue ""
	Mar 25 10:26:46 addons-863013 kubelet[1684]: I0325 10:26:46.753747    1684 operation_generator.go:887] UnmountVolume.TearDown succeeded for volume "kubernetes.io/secret/a5eb768a-cdaa-46f3-980f-c1670363a83b-webhook-cert" (OuterVolumeSpecName: "webhook-cert") pod "a5eb768a-cdaa-46f3-980f-c1670363a83b" (UID: "a5eb768a-cdaa-46f3-980f-c1670363a83b"). InnerVolumeSpecName "webhook-cert". PluginName "kubernetes.io/secret", VolumeGidValue ""
	Mar 25 10:26:46 addons-863013 kubelet[1684]: I0325 10:26:46.764518    1684 scope.go:117] "RemoveContainer" containerID="4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970"
	Mar 25 10:26:46 addons-863013 kubelet[1684]: I0325 10:26:46.779520    1684 scope.go:117] "RemoveContainer" containerID="4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970"
	Mar 25 10:26:46 addons-863013 kubelet[1684]: E0325 10:26:46.779844    1684 remote_runtime.go:432] "ContainerStatus from runtime service failed" err="rpc error: code = NotFound desc = could not find container \"4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970\": container with ID starting with 4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970 not found: ID does not exist" containerID="4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970"
	Mar 25 10:26:46 addons-863013 kubelet[1684]: I0325 10:26:46.779888    1684 pod_container_deletor.go:53] "DeleteContainer returned error" containerID={"Type":"cri-o","ID":"4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970"} err="failed to get container status \"4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970\": rpc error: code = NotFound desc = could not find container \"4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970\": container with ID starting with 4d5823abcb7179ae8f51c199186eeca6e5a0acdedd621af53a2c5dd1d34a3970 not found: ID does not exist"
	Mar 25 10:26:46 addons-863013 kubelet[1684]: I0325 10:26:46.852118    1684 reconciler_common.go:300] "Volume detached for volume \"webhook-cert\" (UniqueName: \"kubernetes.io/secret/a5eb768a-cdaa-46f3-980f-c1670363a83b-webhook-cert\") on node \"addons-863013\" DevicePath \"\""
	Mar 25 10:26:46 addons-863013 kubelet[1684]: I0325 10:26:46.852157    1684 reconciler_common.go:300] "Volume detached for volume \"kube-api-access-k4rjr\" (UniqueName: \"kubernetes.io/projected/a5eb768a-cdaa-46f3-980f-c1670363a83b-kube-api-access-k4rjr\") on node \"addons-863013\" DevicePath \"\""
	Mar 25 10:26:48 addons-863013 kubelet[1684]: I0325 10:26:48.744982    1684 kubelet_volumes.go:163] "Cleaned up orphaned pod volumes dir" podUID="a5eb768a-cdaa-46f3-980f-c1670363a83b" path="/var/lib/kubelet/pods/a5eb768a-cdaa-46f3-980f-c1670363a83b/volumes"
	
	
	==> storage-provisioner [ce627c1cd7808633d35e7465b2baf872a4edc96ae5c194560b1d137b6c7e3b95] <==
	I0325 10:22:40.961924       1 storage_provisioner.go:116] Initializing the minikube storage provisioner...
	I0325 10:22:40.970398       1 storage_provisioner.go:141] Storage provisioner initialized, now starting service!
	I0325 10:22:40.970446       1 leaderelection.go:243] attempting to acquire leader lease kube-system/k8s.io-minikube-hostpath...
	I0325 10:22:41.036670       1 leaderelection.go:253] successfully acquired lease kube-system/k8s.io-minikube-hostpath
	I0325 10:22:41.036759       1 event.go:282] Event(v1.ObjectReference{Kind:"Endpoints", Namespace:"kube-system", Name:"k8s.io-minikube-hostpath", UID:"813440e5-e6d3-41f4-90ec-e2125ca4aa5f", APIVersion:"v1", ResourceVersion:"913", FieldPath:""}): type: 'Normal' reason: 'LeaderElection' addons-863013_38779f54-6373-4f56-8572-cb1bba56e192 became leader
	I0325 10:22:41.036848       1 controller.go:835] Starting provisioner controller k8s.io/minikube-hostpath_addons-863013_38779f54-6373-4f56-8572-cb1bba56e192!
	I0325 10:22:41.137092       1 controller.go:884] Started provisioner controller k8s.io/minikube-hostpath_addons-863013_38779f54-6373-4f56-8572-cb1bba56e192!
	

                                                
                                                
-- /stdout --
helpers_test.go:254: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p addons-863013 -n addons-863013
helpers_test.go:261: (dbg) Run:  kubectl --context addons-863013 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.35s)

                                                
                                    
x
+
TestErrorSpam/setup (21.14s)

                                                
                                                
=== RUN   TestErrorSpam/setup
error_spam_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -p nospam-635637 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-635637 --driver=docker  --container-runtime=crio
error_spam_test.go:81: (dbg) Done: out/minikube-linux-amd64 start -p nospam-635637 -n=1 --memory=2250 --wait=false --log_dir=/tmp/nospam-635637 --driver=docker  --container-runtime=crio: (21.137572687s)
error_spam_test.go:96: unexpected stderr: "! Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: v1.33.0-beta.0 -> Actual minikube version: v1.32.0"
error_spam_test.go:110: minikube stdout:
* [nospam-635637] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
- MINIKUBE_LOCATION=18500
- MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
- KUBECONFIG=/home/jenkins/minikube-integration/18500-3438/kubeconfig
- MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-3438/.minikube
- MINIKUBE_BIN=out/minikube-linux-amd64
- MINIKUBE_FORCE_SYSTEMD=
* Using the docker driver based on user configuration
* Using Docker driver with root privileges
* Starting "nospam-635637" primary control-plane node in "nospam-635637" cluster
* Pulling base image v0.0.43-beta.0 ...
* Creating docker container (CPUs=2, Memory=2250MB) ...
* Preparing Kubernetes v1.29.3 on CRI-O 1.24.6 ...
- Generating certificates and keys ...
- Booting up control plane ...
- Configuring RBAC rules ...
* Configuring CNI (Container Networking Interface) ...
* Verifying Kubernetes components...
- Using image gcr.io/k8s-minikube/storage-provisioner:v5
* Enabled addons: storage-provisioner, default-storageclass
* Done! kubectl is now configured to use "nospam-635637" cluster and "default" namespace by default
error_spam_test.go:111: minikube stderr:
! Image was not built for the current minikube version. To resolve this you can delete and recreate your minikube cluster using the latest images. Expected minikube version: v1.33.0-beta.0 -> Actual minikube version: v1.32.0
--- FAIL: TestErrorSpam/setup (21.14s)

                                                
                                    

Test pass (306/335)

Order passed test Duration
3 TestDownloadOnly/v1.20.0/json-events 37.63
4 TestDownloadOnly/v1.20.0/preload-exists 0
8 TestDownloadOnly/v1.20.0/LogsDuration 0.07
9 TestDownloadOnly/v1.20.0/DeleteAll 0.19
10 TestDownloadOnly/v1.20.0/DeleteAlwaysSucceeds 0.13
12 TestDownloadOnly/v1.29.3/json-events 12.42
13 TestDownloadOnly/v1.29.3/preload-exists 0
17 TestDownloadOnly/v1.29.3/LogsDuration 0.08
18 TestDownloadOnly/v1.29.3/DeleteAll 0.2
19 TestDownloadOnly/v1.29.3/DeleteAlwaysSucceeds 0.13
21 TestDownloadOnly/v1.30.0-beta.0/json-events 43.22
22 TestDownloadOnly/v1.30.0-beta.0/preload-exists 0
26 TestDownloadOnly/v1.30.0-beta.0/LogsDuration 0.08
27 TestDownloadOnly/v1.30.0-beta.0/DeleteAll 0.2
28 TestDownloadOnly/v1.30.0-beta.0/DeleteAlwaysSucceeds 0.13
29 TestDownloadOnlyKic 1.12
30 TestBinaryMirror 0.72
31 TestOffline 92.63
34 TestAddons/PreSetup/EnablingAddonOnNonExistingCluster 0.06
35 TestAddons/PreSetup/DisablingAddonOnNonExistingCluster 0.06
36 TestAddons/Setup 155.25
38 TestAddons/parallel/Registry 17.7
40 TestAddons/parallel/InspektorGadget 11.66
41 TestAddons/parallel/MetricsServer 5.66
42 TestAddons/parallel/HelmTiller 10.14
44 TestAddons/parallel/CSI 74.86
45 TestAddons/parallel/Headlamp 16
46 TestAddons/parallel/CloudSpanner 5.47
47 TestAddons/parallel/LocalPath 59.06
48 TestAddons/parallel/NvidiaDevicePlugin 6.46
49 TestAddons/parallel/Yakd 5
52 TestAddons/serial/GCPAuth/Namespaces 0.12
53 TestAddons/StoppedEnableDisable 12.07
54 TestCertOptions 24.21
55 TestCertExpiration 251.49
57 TestForceSystemdFlag 31.7
58 TestForceSystemdEnv 34.96
60 TestKVMDriverInstallOrUpdate 5.55
65 TestErrorSpam/start 0.59
66 TestErrorSpam/status 0.87
67 TestErrorSpam/pause 1.44
68 TestErrorSpam/unpause 1.51
69 TestErrorSpam/stop 1.38
72 TestFunctional/serial/CopySyncFile 0
73 TestFunctional/serial/StartWithProxy 37.08
74 TestFunctional/serial/AuditLog 0
75 TestFunctional/serial/SoftStart 35.24
76 TestFunctional/serial/KubeContext 0.05
77 TestFunctional/serial/KubectlGetPods 0.08
80 TestFunctional/serial/CacheCmd/cache/add_remote 3.31
81 TestFunctional/serial/CacheCmd/cache/add_local 1.9
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.27
85 TestFunctional/serial/CacheCmd/cache/cache_reload 1.67
86 TestFunctional/serial/CacheCmd/cache/delete 0.13
87 TestFunctional/serial/MinikubeKubectlCmd 0.12
88 TestFunctional/serial/MinikubeKubectlCmdDirectly 0.12
89 TestFunctional/serial/ExtraConfig 34.22
90 TestFunctional/serial/ComponentHealth 0.07
91 TestFunctional/serial/LogsCmd 1.39
92 TestFunctional/serial/LogsFileCmd 1.42
93 TestFunctional/serial/InvalidService 3.86
95 TestFunctional/parallel/ConfigCmd 0.38
96 TestFunctional/parallel/DashboardCmd 18.43
97 TestFunctional/parallel/DryRun 0.42
98 TestFunctional/parallel/InternationalLanguage 0.2
99 TestFunctional/parallel/StatusCmd 1.04
103 TestFunctional/parallel/ServiceCmdConnect 11.06
104 TestFunctional/parallel/AddonsCmd 0.14
105 TestFunctional/parallel/PersistentVolumeClaim 34.51
107 TestFunctional/parallel/SSHCmd 0.51
108 TestFunctional/parallel/CpCmd 1.57
109 TestFunctional/parallel/MySQL 26.32
110 TestFunctional/parallel/FileSync 0.25
111 TestFunctional/parallel/CertSync 1.62
115 TestFunctional/parallel/NodeLabels 0.06
117 TestFunctional/parallel/NonActiveRuntimeDisabled 0.55
119 TestFunctional/parallel/License 0.62
120 TestFunctional/parallel/ImageCommands/ImageListShort 0.4
121 TestFunctional/parallel/ImageCommands/ImageListTable 0.31
122 TestFunctional/parallel/ImageCommands/ImageListJson 0.48
123 TestFunctional/parallel/ImageCommands/ImageListYaml 0.4
124 TestFunctional/parallel/ImageCommands/ImageBuild 7.37
125 TestFunctional/parallel/ImageCommands/Setup 1.87
126 TestFunctional/parallel/ServiceCmd/DeployApp 10.16
127 TestFunctional/parallel/ImageCommands/ImageLoadDaemon 4.06
128 TestFunctional/parallel/ImageCommands/ImageReloadDaemon 3.04
129 TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon 6.65
130 TestFunctional/parallel/ServiceCmd/List 0.51
131 TestFunctional/parallel/ServiceCmd/JSONOutput 0.47
132 TestFunctional/parallel/ProfileCmd/profile_not_create 0.45
133 TestFunctional/parallel/ServiceCmd/HTTPS 0.51
134 TestFunctional/parallel/ProfileCmd/profile_list 0.41
135 TestFunctional/parallel/ServiceCmd/Format 0.41
136 TestFunctional/parallel/ProfileCmd/profile_json_output 0.43
137 TestFunctional/parallel/ServiceCmd/URL 0.4
138 TestFunctional/parallel/MountCmd/any-port 9.25
139 TestFunctional/parallel/ImageCommands/ImageSaveToFile 0.98
140 TestFunctional/parallel/ImageCommands/ImageRemove 0.46
141 TestFunctional/parallel/ImageCommands/ImageLoadFromFile 1.19
142 TestFunctional/parallel/ImageCommands/ImageSaveDaemon 0.8
143 TestFunctional/parallel/Version/short 0.06
144 TestFunctional/parallel/Version/components 1.04
145 TestFunctional/parallel/UpdateContextCmd/no_changes 0.15
146 TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster 0.14
147 TestFunctional/parallel/UpdateContextCmd/no_clusters 0.16
148 TestFunctional/parallel/MountCmd/specific-port 1.8
149 TestFunctional/parallel/MountCmd/VerifyCleanup 1.48
151 TestFunctional/parallel/TunnelCmd/serial/RunSecondTunnel 0.52
152 TestFunctional/parallel/TunnelCmd/serial/StartTunnel 0
154 TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup 24.27
155 TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP 0.05
156 TestFunctional/parallel/TunnelCmd/serial/AccessDirect 0
160 TestFunctional/parallel/TunnelCmd/serial/DeleteTunnel 0.11
161 TestFunctional/delete_addon-resizer_images 0.07
162 TestFunctional/delete_my-image_image 0.01
163 TestFunctional/delete_minikube_cached_images 0.01
167 TestMultiControlPlane/serial/StartCluster 117
168 TestMultiControlPlane/serial/DeployApp 5.51
169 TestMultiControlPlane/serial/PingHostFromPods 1.11
170 TestMultiControlPlane/serial/AddWorkerNode 20.25
171 TestMultiControlPlane/serial/NodeLabels 0.06
172 TestMultiControlPlane/serial/HAppyAfterClusterStart 0.63
173 TestMultiControlPlane/serial/CopyFile 15.69
174 TestMultiControlPlane/serial/StopSecondaryNode 12.43
175 TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop 0.46
176 TestMultiControlPlane/serial/RestartSecondaryNode 20.04
177 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart 3.05
178 TestMultiControlPlane/serial/RestartClusterKeepsNodes 163.82
179 TestMultiControlPlane/serial/DeleteSecondaryNode 11.69
180 TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete 0.46
181 TestMultiControlPlane/serial/StopCluster 35.45
182 TestMultiControlPlane/serial/RestartCluster 71.45
183 TestMultiControlPlane/serial/DegradedAfterClusterRestart 0.46
184 TestMultiControlPlane/serial/AddSecondaryNode 55.8
185 TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd 0.63
189 TestJSONOutput/start/Command 37.71
190 TestJSONOutput/start/Audit 0
192 TestJSONOutput/start/parallel/DistinctCurrentSteps 0
193 TestJSONOutput/start/parallel/IncreasingCurrentSteps 0
195 TestJSONOutput/pause/Command 0.67
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.64
208 TestJSONOutput/stop/Audit 0
210 TestJSONOutput/stop/parallel/DistinctCurrentSteps 0
211 TestJSONOutput/stop/parallel/IncreasingCurrentSteps 0
212 TestErrorJSONOutput 0.22
214 TestKicCustomNetwork/create_custom_network 35.29
215 TestKicCustomNetwork/use_default_bridge_network 23.92
216 TestKicExistingNetwork 26.74
217 TestKicCustomSubnet 23.6
218 TestKicStaticIP 26.38
219 TestMainNoArgs 0.06
220 TestMinikubeProfile 50.23
223 TestMountStart/serial/StartWithMountFirst 5.42
224 TestMountStart/serial/VerifyMountFirst 0.25
225 TestMountStart/serial/StartWithMountSecond 8.31
226 TestMountStart/serial/VerifyMountSecond 0.25
227 TestMountStart/serial/DeleteFirst 1.58
228 TestMountStart/serial/VerifyMountPostDelete 0.25
229 TestMountStart/serial/Stop 1.18
230 TestMountStart/serial/RestartStopped 7.32
231 TestMountStart/serial/VerifyMountPostStop 0.25
234 TestMultiNode/serial/FreshStart2Nodes 87.22
235 TestMultiNode/serial/DeployApp2Nodes 4.94
236 TestMultiNode/serial/PingHostFrom2Pods 0.75
237 TestMultiNode/serial/AddNode 45.2
238 TestMultiNode/serial/MultiNodeLabels 0.06
239 TestMultiNode/serial/ProfileList 0.29
240 TestMultiNode/serial/CopyFile 8.95
241 TestMultiNode/serial/StopNode 2.08
242 TestMultiNode/serial/StartAfterStop 8.79
243 TestMultiNode/serial/RestartKeepsNodes 82.18
244 TestMultiNode/serial/DeleteNode 4.92
245 TestMultiNode/serial/StopMultiNode 23.7
246 TestMultiNode/serial/RestartMultiNode 59.43
247 TestMultiNode/serial/ValidateNameConflict 23.43
252 TestPreload 174.8
254 TestScheduledStopUnix 99.15
257 TestInsufficientStorage 9.84
258 TestRunningBinaryUpgrade 50.98
260 TestKubernetesUpgrade 347.52
261 TestMissingContainerUpgrade 135.92
263 TestPause/serial/Start 59.52
267 TestPause/serial/SecondStartNoReconfiguration 36.09
272 TestNetworkPlugins/group/false 3.42
277 TestNoKubernetes/serial/StartNoK8sWithVersion 0.08
278 TestNoKubernetes/serial/StartWithK8s 24.37
279 TestStoppedBinaryUpgrade/Setup 2.39
280 TestNoKubernetes/serial/StartWithStopK8s 20.82
281 TestStoppedBinaryUpgrade/Upgrade 124.8
282 TestPause/serial/Pause 0.76
283 TestPause/serial/VerifyStatus 0.34
284 TestPause/serial/Unpause 0.68
285 TestPause/serial/PauseAgain 0.81
286 TestPause/serial/DeletePaused 2.87
287 TestPause/serial/VerifyDeletedResources 18.84
288 TestNoKubernetes/serial/Start 12.65
289 TestNoKubernetes/serial/VerifyK8sNotRunning 0.29
290 TestNoKubernetes/serial/ProfileList 1.03
291 TestNoKubernetes/serial/Stop 1.53
292 TestNoKubernetes/serial/StartNoArgs 6.91
293 TestNoKubernetes/serial/VerifyK8sNotRunningSecond 0.25
294 TestStoppedBinaryUpgrade/MinikubeLogs 0.79
302 TestNetworkPlugins/group/auto/Start 41.68
303 TestNetworkPlugins/group/kindnet/Start 39.89
304 TestNetworkPlugins/group/calico/Start 66.85
305 TestNetworkPlugins/group/auto/KubeletFlags 0.3
306 TestNetworkPlugins/group/auto/NetCatPod 9.22
307 TestNetworkPlugins/group/auto/DNS 0.13
308 TestNetworkPlugins/group/auto/Localhost 0.11
309 TestNetworkPlugins/group/auto/HairPin 0.11
310 TestNetworkPlugins/group/kindnet/ControllerPod 6.01
311 TestNetworkPlugins/group/kindnet/KubeletFlags 0.28
312 TestNetworkPlugins/group/kindnet/NetCatPod 10.23
313 TestNetworkPlugins/group/kindnet/DNS 0.15
314 TestNetworkPlugins/group/kindnet/Localhost 0.11
315 TestNetworkPlugins/group/kindnet/HairPin 0.17
316 TestNetworkPlugins/group/custom-flannel/Start 62.51
317 TestNetworkPlugins/group/enable-default-cni/Start 78.42
318 TestNetworkPlugins/group/calico/ControllerPod 6.01
319 TestNetworkPlugins/group/calico/KubeletFlags 0.35
320 TestNetworkPlugins/group/calico/NetCatPod 10.24
321 TestNetworkPlugins/group/calico/DNS 0.13
322 TestNetworkPlugins/group/calico/Localhost 0.12
323 TestNetworkPlugins/group/calico/HairPin 0.11
324 TestNetworkPlugins/group/flannel/Start 61.12
325 TestNetworkPlugins/group/custom-flannel/KubeletFlags 0.28
326 TestNetworkPlugins/group/custom-flannel/NetCatPod 10.19
327 TestNetworkPlugins/group/custom-flannel/DNS 0.14
328 TestNetworkPlugins/group/custom-flannel/Localhost 0.11
329 TestNetworkPlugins/group/custom-flannel/HairPin 0.1
330 TestNetworkPlugins/group/bridge/Start 39.41
331 TestNetworkPlugins/group/enable-default-cni/KubeletFlags 0.34
332 TestNetworkPlugins/group/enable-default-cni/NetCatPod 11.22
333 TestNetworkPlugins/group/enable-default-cni/DNS 0.14
334 TestNetworkPlugins/group/enable-default-cni/Localhost 0.11
335 TestNetworkPlugins/group/enable-default-cni/HairPin 0.12
336 TestNetworkPlugins/group/flannel/ControllerPod 6.01
337 TestNetworkPlugins/group/flannel/KubeletFlags 0.41
338 TestNetworkPlugins/group/flannel/NetCatPod 10.22
340 TestStartStop/group/old-k8s-version/serial/FirstStart 133.03
341 TestNetworkPlugins/group/flannel/DNS 0.13
342 TestNetworkPlugins/group/flannel/Localhost 0.11
343 TestNetworkPlugins/group/flannel/HairPin 0.1
344 TestNetworkPlugins/group/bridge/KubeletFlags 0.4
345 TestNetworkPlugins/group/bridge/NetCatPod 11.75
346 TestNetworkPlugins/group/bridge/DNS 0.19
347 TestNetworkPlugins/group/bridge/Localhost 0.14
348 TestNetworkPlugins/group/bridge/HairPin 0.19
350 TestStartStop/group/no-preload/serial/FirstStart 115.72
352 TestStartStop/group/embed-certs/serial/FirstStart 72.87
354 TestStartStop/group/default-k8s-diff-port/serial/FirstStart 70.33
355 TestStartStop/group/embed-certs/serial/DeployApp 9.22
356 TestStartStop/group/embed-certs/serial/EnableAddonWhileActive 0.95
357 TestStartStop/group/default-k8s-diff-port/serial/DeployApp 10.28
358 TestStartStop/group/embed-certs/serial/Stop 11.88
359 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive 0.84
360 TestStartStop/group/default-k8s-diff-port/serial/Stop 11.92
361 TestStartStop/group/embed-certs/serial/EnableAddonAfterStop 0.2
362 TestStartStop/group/embed-certs/serial/SecondStart 262.42
363 TestStartStop/group/default-k8s-diff-port/serial/EnableAddonAfterStop 0.21
364 TestStartStop/group/default-k8s-diff-port/serial/SecondStart 262.4
365 TestStartStop/group/old-k8s-version/serial/DeployApp 9.45
366 TestStartStop/group/no-preload/serial/DeployApp 9.29
367 TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive 0.91
368 TestStartStop/group/old-k8s-version/serial/Stop 12.26
369 TestStartStop/group/no-preload/serial/EnableAddonWhileActive 0.95
370 TestStartStop/group/no-preload/serial/Stop 16.61
371 TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop 0.23
372 TestStartStop/group/old-k8s-version/serial/SecondStart 134.39
373 TestStartStop/group/no-preload/serial/EnableAddonAfterStop 0.24
374 TestStartStop/group/no-preload/serial/SecondStart 261.84
375 TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop 6
376 TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop 5.08
377 TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages 0.23
378 TestStartStop/group/old-k8s-version/serial/Pause 2.52
380 TestStartStop/group/newest-cni/serial/FirstStart 39.52
381 TestStartStop/group/newest-cni/serial/DeployApp 0
382 TestStartStop/group/newest-cni/serial/EnableAddonWhileActive 0.79
383 TestStartStop/group/newest-cni/serial/Stop 1.2
384 TestStartStop/group/newest-cni/serial/EnableAddonAfterStop 0.19
385 TestStartStop/group/newest-cni/serial/SecondStart 14.99
386 TestStartStop/group/newest-cni/serial/UserAppExistsAfterStop 0
387 TestStartStop/group/newest-cni/serial/AddonExistsAfterStop 0
388 TestStartStop/group/newest-cni/serial/VerifyKubernetesImages 0.24
389 TestStartStop/group/newest-cni/serial/Pause 2.44
390 TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop 6.01
391 TestStartStop/group/embed-certs/serial/AddonExistsAfterStop 5.07
392 TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop 6.01
393 TestStartStop/group/embed-certs/serial/VerifyKubernetesImages 0.23
394 TestStartStop/group/embed-certs/serial/Pause 2.67
395 TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop 5.07
396 TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages 0.22
397 TestStartStop/group/default-k8s-diff-port/serial/Pause 2.73
398 TestStartStop/group/no-preload/serial/UserAppExistsAfterStop 6
399 TestStartStop/group/no-preload/serial/AddonExistsAfterStop 5.07
400 TestStartStop/group/no-preload/serial/VerifyKubernetesImages 0.23
401 TestStartStop/group/no-preload/serial/Pause 2.55
x
+
TestDownloadOnly/v1.20.0/json-events (37.63s)

                                                
                                                
=== 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-166941 --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-166941 --force --alsologtostderr --kubernetes-version=v1.20.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (37.634093731s)
--- PASS: TestDownloadOnly/v1.20.0/json-events (37.63s)

                                                
                                    
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-166941
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-amd64 logs -p download-only-166941: exit status 85 (71.657126ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      | End Time |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	| start   | -o=json --download-only        | download-only-166941 | jenkins | v1.32.0 | 25 Mar 24 10:19 UTC |          |
	|         | -p download-only-166941        |                      |         |         |                     |          |
	|         | --force --alsologtostderr      |                      |         |         |                     |          |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|         | --driver=docker                |                      |         |         |                     |          |
	|         | --container-runtime=crio       |                      |         |         |                     |          |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|----------|
	
	
	==> Last Start <==
	Log file created at: 2024/03/25 10:19:40
	Running on machine: ubuntu-20-agent-8
	Binary: Built with gc go1.22.1 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0325 10:19:40.822795   10262 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:19:40.822936   10262 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:19:40.822948   10262 out.go:304] Setting ErrFile to fd 2...
	I0325 10:19:40.822954   10262 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:19:40.823132   10262 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	W0325 10:19:40.823245   10262 root.go:314] Error reading config file at /home/jenkins/minikube-integration/18500-3438/.minikube/config/config.json: open /home/jenkins/minikube-integration/18500-3438/.minikube/config/config.json: no such file or directory
	I0325 10:19:40.823794   10262 out.go:298] Setting JSON to true
	I0325 10:19:40.824605   10262 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-8","uptime":126,"bootTime":1711361855,"procs":179,"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"}
	I0325 10:19:40.824663   10262 start.go:139] virtualization: kvm guest
	I0325 10:19:40.827124   10262 out.go:97] [download-only-166941] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	W0325 10:19:40.827236   10262 preload.go:294] Failed to list preload files: open /home/jenkins/minikube-integration/18500-3438/.minikube/cache/preloaded-tarball: no such file or directory
	I0325 10:19:40.828665   10262 out.go:169] MINIKUBE_LOCATION=18500
	I0325 10:19:40.827279   10262 notify.go:220] Checking for updates...
	I0325 10:19:40.832246   10262 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0325 10:19:40.833996   10262 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/18500-3438/kubeconfig
	I0325 10:19:40.835757   10262 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-3438/.minikube
	I0325 10:19:40.837423   10262 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0325 10:19:40.840568   10262 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0325 10:19:40.840830   10262 driver.go:392] Setting default libvirt URI to qemu:///system
	I0325 10:19:40.862090   10262 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
	I0325 10:19:40.862187   10262 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:19:41.236290   10262 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:30 OomKillDisable:true NGoroutines:53 SystemTime:2024-03-25 10:19:41.227636378 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:19:41.236394   10262 docker.go:295] overlay module found
	I0325 10:19:41.238456   10262 out.go:97] Using the docker driver based on user configuration
	I0325 10:19:41.238485   10262 start.go:297] selected driver: docker
	I0325 10:19:41.238491   10262 start.go:901] validating driver "docker" against <nil>
	I0325 10:19:41.238572   10262 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:19:41.287676   10262 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:30 OomKillDisable:true NGoroutines:53 SystemTime:2024-03-25 10:19:41.27869102 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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> ServerErro
rs:[] ClientInfo:{Debug:false Plugins:[map[Name:buildx Path:/usr/libexec/docker/cli-plugins/docker-buildx SchemaVersion:0.1.0 ShortDescription:Docker Buildx Vendor:Docker Inc. Version:v0.13.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:19:41.287868   10262 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0325 10:19:41.288340   10262 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0325 10:19:41.288481   10262 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0325 10:19:41.290741   10262 out.go:169] Using Docker driver with root privileges
	I0325 10:19:41.292397   10262 cni.go:84] Creating CNI manager for ""
	I0325 10:19:41.292411   10262 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0325 10:19:41.292421   10262 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0325 10:19:41.292516   10262 start.go:340] cluster config:
	{Name:download-only-166941 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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-166941 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:cr
io 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}
	I0325 10:19:41.294206   10262 out.go:97] Starting "download-only-166941" primary control-plane node in "download-only-166941" cluster
	I0325 10:19:41.294223   10262 cache.go:121] Beginning downloading kic base image for docker with crio
	I0325 10:19:41.295981   10262 out.go:97] Pulling base image v0.0.43-beta.0 ...
	I0325 10:19:41.296020   10262 preload.go:132] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0325 10:19:41.296051   10262 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local docker daemon
	I0325 10:19:41.310435   10262 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 to local cache
	I0325 10:19:41.310596   10262 image.go:63] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory
	I0325 10:19:41.310679   10262 image.go:118] Writing gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 to local cache
	I0325 10:19:41.407484   10262 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
	I0325 10:19:41.407513   10262 cache.go:56] Caching tarball of preloaded images
	I0325 10:19:41.407660   10262 preload.go:132] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0325 10:19:41.409908   10262 out.go:97] Downloading Kubernetes v1.20.0 preload ...
	I0325 10:19:41.409933   10262 preload.go:237] getting checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0325 10:19:41.505704   10262 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/18500-3438/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4
	I0325 10:19:53.179666   10262 preload.go:248] saving checksum for preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0325 10:19:53.179758   10262 preload.go:255] verifying checksum of /home/jenkins/minikube-integration/18500-3438/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.20.0-cri-o-overlay-amd64.tar.lz4 ...
	I0325 10:19:54.088711   10262 cache.go:59] Finished verifying existence of preloaded tar for v1.20.0 on crio
	I0325 10:19:54.089038   10262 profile.go:142] Saving config to /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/download-only-166941/config.json ...
	I0325 10:19:54.089069   10262 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/download-only-166941/config.json: {Name:mk0b338394bd8ecad3d0c8a007ea24b686267995 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:19:54.089240   10262 preload.go:132] Checking if preload exists for k8s version v1.20.0 and runtime crio
	I0325 10:19:54.089438   10262 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/18500-3438/.minikube/cache/linux/amd64/v1.20.0/kubectl
	I0325 10:19:58.903731   10262 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 as a tarball
	
	
	* The control-plane node download-only-166941 host does not exist
	  To start a cluster, run: "minikube start -p download-only-166941"

                                                
                                                
-- /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.19s)

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.29.3/json-events (12.42s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.29.3/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-575468 --force --alsologtostderr --kubernetes-version=v1.29.3 --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-575468 --force --alsologtostderr --kubernetes-version=v1.29.3 --container-runtime=crio --driver=docker  --container-runtime=crio: (12.416487886s)
--- PASS: TestDownloadOnly/v1.29.3/json-events (12.42s)

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.29.3/LogsDuration (0.08s)

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

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |              Args              |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only        | download-only-166941 | jenkins | v1.32.0 | 25 Mar 24 10:19 UTC |                     |
	|         | -p download-only-166941        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	| delete  | --all                          | minikube             | jenkins | v1.32.0 | 25 Mar 24 10:20 UTC | 25 Mar 24 10:20 UTC |
	| delete  | -p download-only-166941        | download-only-166941 | jenkins | v1.32.0 | 25 Mar 24 10:20 UTC | 25 Mar 24 10:20 UTC |
	| start   | -o=json --download-only        | download-only-575468 | jenkins | v1.32.0 | 25 Mar 24 10:20 UTC |                     |
	|         | -p download-only-575468        |                      |         |         |                     |                     |
	|         | --force --alsologtostderr      |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.29.3   |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|         | --driver=docker                |                      |         |         |                     |                     |
	|         | --container-runtime=crio       |                      |         |         |                     |                     |
	|---------|--------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/03/25 10:20:18
	Running on machine: ubuntu-20-agent-8
	Binary: Built with gc go1.22.1 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0325 10:20:18.853313   10638 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:20:18.853441   10638 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:20:18.853454   10638 out.go:304] Setting ErrFile to fd 2...
	I0325 10:20:18.853459   10638 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:20:18.853677   10638 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	I0325 10:20:18.854300   10638 out.go:298] Setting JSON to true
	I0325 10:20:18.855142   10638 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-8","uptime":164,"bootTime":1711361855,"procs":177,"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"}
	I0325 10:20:18.855210   10638 start.go:139] virtualization: kvm guest
	I0325 10:20:18.857438   10638 out.go:97] [download-only-575468] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0325 10:20:18.859170   10638 out.go:169] MINIKUBE_LOCATION=18500
	I0325 10:20:18.857657   10638 notify.go:220] Checking for updates...
	I0325 10:20:18.862571   10638 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0325 10:20:18.864231   10638 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/18500-3438/kubeconfig
	I0325 10:20:18.865854   10638 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-3438/.minikube
	I0325 10:20:18.867493   10638 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0325 10:20:18.870476   10638 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0325 10:20:18.870728   10638 driver.go:392] Setting default libvirt URI to qemu:///system
	I0325 10:20:18.890351   10638 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
	I0325 10:20:18.890458   10638 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:20:18.937425   10638 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:30 OomKillDisable:true NGoroutines:46 SystemTime:2024-03-25 10:20:18.927545248 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:20:18.937556   10638 docker.go:295] overlay module found
	I0325 10:20:18.939597   10638 out.go:97] Using the docker driver based on user configuration
	I0325 10:20:18.939630   10638 start.go:297] selected driver: docker
	I0325 10:20:18.939637   10638 start.go:901] validating driver "docker" against <nil>
	I0325 10:20:18.939758   10638 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:20:18.985285   10638 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:30 OomKillDisable:true NGoroutines:46 SystemTime:2024-03-25 10:20:18.976947705 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:20:18.985492   10638 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0325 10:20:18.985989   10638 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0325 10:20:18.986131   10638 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0325 10:20:18.988010   10638 out.go:169] Using Docker driver with root privileges
	I0325 10:20:18.989473   10638 cni.go:84] Creating CNI manager for ""
	I0325 10:20:18.989492   10638 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0325 10:20:18.989501   10638 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0325 10:20:18.989557   10638 start.go:340] cluster config:
	{Name:download-only-575468 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.3 ClusterName:download-only-575468 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:cr
io 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.3 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}
	I0325 10:20:18.991023   10638 out.go:97] Starting "download-only-575468" primary control-plane node in "download-only-575468" cluster
	I0325 10:20:18.991043   10638 cache.go:121] Beginning downloading kic base image for docker with crio
	I0325 10:20:18.992343   10638 out.go:97] Pulling base image v0.0.43-beta.0 ...
	I0325 10:20:18.992366   10638 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
	I0325 10:20:18.992493   10638 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local docker daemon
	I0325 10:20:19.008715   10638 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 to local cache
	I0325 10:20:19.008845   10638 image.go:63] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory
	I0325 10:20:19.008861   10638 image.go:66] Found gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory, skipping pull
	I0325 10:20:19.008865   10638 image.go:105] gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 exists in cache, skipping pull
	I0325 10:20:19.008875   10638 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 as a tarball
	I0325 10:20:19.091670   10638 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.29.3/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-amd64.tar.lz4
	I0325 10:20:19.091702   10638 cache.go:56] Caching tarball of preloaded images
	I0325 10:20:19.091881   10638 preload.go:132] Checking if preload exists for k8s version v1.29.3 and runtime crio
	I0325 10:20:19.093968   10638 out.go:97] Downloading Kubernetes v1.29.3 preload ...
	I0325 10:20:19.093991   10638 preload.go:237] getting checksum for preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-amd64.tar.lz4 ...
	I0325 10:20:19.202925   10638 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.29.3/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-amd64.tar.lz4?checksum=md5:6f4e94cb6232b24c3932ab20b1ee6dad -> /home/jenkins/minikube-integration/18500-3438/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.29.3-cri-o-overlay-amd64.tar.lz4
	
	
	* The control-plane node download-only-575468 host does not exist
	  To start a cluster, run: "minikube start -p download-only-575468"

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

                                                
                                    
x
+
TestDownloadOnly/v1.29.3/DeleteAll (0.2s)

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.30.0-beta.0/json-events (43.22s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.0-beta.0/json-events
aaa_download_only_test.go:81: (dbg) Run:  out/minikube-linux-amd64 start -o=json --download-only -p download-only-690335 --force --alsologtostderr --kubernetes-version=v1.30.0-beta.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-690335 --force --alsologtostderr --kubernetes-version=v1.30.0-beta.0 --container-runtime=crio --driver=docker  --container-runtime=crio: (43.221979851s)
--- PASS: TestDownloadOnly/v1.30.0-beta.0/json-events (43.22s)

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

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.0-beta.0/preload-exists
--- PASS: TestDownloadOnly/v1.30.0-beta.0/preload-exists (0.00s)

                                                
                                    
x
+
TestDownloadOnly/v1.30.0-beta.0/LogsDuration (0.08s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.0-beta.0/LogsDuration
aaa_download_only_test.go:184: (dbg) Run:  out/minikube-linux-amd64 logs -p download-only-690335
aaa_download_only_test.go:184: (dbg) Non-zero exit: out/minikube-linux-amd64 logs -p download-only-690335: exit status 85 (75.099496ms)

                                                
                                                
-- stdout --
	
	==> Audit <==
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| Command |                Args                 |       Profile        |  User   | Version |     Start Time      |      End Time       |
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	| start   | -o=json --download-only             | download-only-166941 | jenkins | v1.32.0 | 25 Mar 24 10:19 UTC |                     |
	|         | -p download-only-166941             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.20.0        |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	| delete  | --all                               | minikube             | jenkins | v1.32.0 | 25 Mar 24 10:20 UTC | 25 Mar 24 10:20 UTC |
	| delete  | -p download-only-166941             | download-only-166941 | jenkins | v1.32.0 | 25 Mar 24 10:20 UTC | 25 Mar 24 10:20 UTC |
	| start   | -o=json --download-only             | download-only-575468 | jenkins | v1.32.0 | 25 Mar 24 10:20 UTC |                     |
	|         | -p download-only-575468             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.29.3        |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	| delete  | --all                               | minikube             | jenkins | v1.32.0 | 25 Mar 24 10:20 UTC | 25 Mar 24 10:20 UTC |
	| delete  | -p download-only-575468             | download-only-575468 | jenkins | v1.32.0 | 25 Mar 24 10:20 UTC | 25 Mar 24 10:20 UTC |
	| start   | -o=json --download-only             | download-only-690335 | jenkins | v1.32.0 | 25 Mar 24 10:20 UTC |                     |
	|         | -p download-only-690335             |                      |         |         |                     |                     |
	|         | --force --alsologtostderr           |                      |         |         |                     |                     |
	|         | --kubernetes-version=v1.30.0-beta.0 |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|         | --driver=docker                     |                      |         |         |                     |                     |
	|         | --container-runtime=crio            |                      |         |         |                     |                     |
	|---------|-------------------------------------|----------------------|---------|---------|---------------------|---------------------|
	
	
	==> Last Start <==
	Log file created at: 2024/03/25 10:20:31
	Running on machine: ubuntu-20-agent-8
	Binary: Built with gc go1.22.1 for linux/amd64
	Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
	I0325 10:20:31.681032   10962 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:20:31.681236   10962 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:20:31.681251   10962 out.go:304] Setting ErrFile to fd 2...
	I0325 10:20:31.681258   10962 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:20:31.681890   10962 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	I0325 10:20:31.682559   10962 out.go:298] Setting JSON to true
	I0325 10:20:31.683461   10962 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-8","uptime":177,"bootTime":1711361855,"procs":177,"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"}
	I0325 10:20:31.683524   10962 start.go:139] virtualization: kvm guest
	I0325 10:20:31.685894   10962 out.go:97] [download-only-690335] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0325 10:20:31.688111   10962 out.go:169] MINIKUBE_LOCATION=18500
	I0325 10:20:31.686066   10962 notify.go:220] Checking for updates...
	I0325 10:20:31.691669   10962 out.go:169] MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0325 10:20:31.693448   10962 out.go:169] KUBECONFIG=/home/jenkins/minikube-integration/18500-3438/kubeconfig
	I0325 10:20:31.694908   10962 out.go:169] MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-3438/.minikube
	I0325 10:20:31.696583   10962 out.go:169] MINIKUBE_BIN=out/minikube-linux-amd64
	W0325 10:20:31.699651   10962 out.go:267] minikube skips various validations when --force is supplied; this may lead to unexpected behavior
	I0325 10:20:31.699911   10962 driver.go:392] Setting default libvirt URI to qemu:///system
	I0325 10:20:31.721039   10962 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
	I0325 10:20:31.721164   10962 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:20:31.770841   10962 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:30 OomKillDisable:true NGoroutines:46 SystemTime:2024-03-25 10:20:31.761823569 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:20:31.770948   10962 docker.go:295] overlay module found
	I0325 10:20:31.772770   10962 out.go:97] Using the docker driver based on user configuration
	I0325 10:20:31.772794   10962 start.go:297] selected driver: docker
	I0325 10:20:31.772800   10962 start.go:901] validating driver "docker" against <nil>
	I0325 10:20:31.772869   10962 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:20:31.820286   10962 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:30 OomKillDisable:true NGoroutines:46 SystemTime:2024-03-25 10:20:31.811368742 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:20:31.820458   10962 start_flags.go:310] no existing cluster config was found, will generate one from the flags 
	I0325 10:20:31.820922   10962 start_flags.go:393] Using suggested 8000MB memory alloc based on sys=32089MB, container=32089MB
	I0325 10:20:31.821060   10962 start_flags.go:929] Wait components to verify : map[apiserver:true system_pods:true]
	I0325 10:20:31.823238   10962 out.go:169] Using Docker driver with root privileges
	I0325 10:20:31.824880   10962 cni.go:84] Creating CNI manager for ""
	I0325 10:20:31.824904   10962 cni.go:143] "docker" driver + "crio" runtime found, recommending kindnet
	I0325 10:20:31.824916   10962 start_flags.go:319] Found "CNI" CNI - setting NetworkPlugin=cni
	I0325 10:20:31.824989   10962 start.go:340] cluster config:
	{Name:download-only-690335 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.30.0-beta.0 ClusterName:download-only-690335 Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRun
time: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.30.0-beta.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}
	I0325 10:20:31.826679   10962 out.go:97] Starting "download-only-690335" primary control-plane node in "download-only-690335" cluster
	I0325 10:20:31.826705   10962 cache.go:121] Beginning downloading kic base image for docker with crio
	I0325 10:20:31.828698   10962 out.go:97] Pulling base image v0.0.43-beta.0 ...
	I0325 10:20:31.828719   10962 preload.go:132] Checking if preload exists for k8s version v1.30.0-beta.0 and runtime crio
	I0325 10:20:31.828870   10962 image.go:79] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local docker daemon
	I0325 10:20:31.842891   10962 cache.go:149] Downloading gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 to local cache
	I0325 10:20:31.843032   10962 image.go:63] Checking for gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory
	I0325 10:20:31.843052   10962 image.go:66] Found gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 in local cache directory, skipping pull
	I0325 10:20:31.843057   10962 image.go:105] gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 exists in cache, skipping pull
	I0325 10:20:31.843066   10962 cache.go:152] successfully saved gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 as a tarball
	I0325 10:20:32.270531   10962 preload.go:119] Found remote preload: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.30.0-beta.0/preloaded-images-k8s-v18-v1.30.0-beta.0-cri-o-overlay-amd64.tar.lz4
	I0325 10:20:32.270571   10962 cache.go:56] Caching tarball of preloaded images
	I0325 10:20:32.270765   10962 preload.go:132] Checking if preload exists for k8s version v1.30.0-beta.0 and runtime crio
	I0325 10:20:32.272940   10962 out.go:97] Downloading Kubernetes v1.30.0-beta.0 preload ...
	I0325 10:20:32.272968   10962 preload.go:237] getting checksum for preloaded-images-k8s-v18-v1.30.0-beta.0-cri-o-overlay-amd64.tar.lz4 ...
	I0325 10:20:32.373197   10962 download.go:107] Downloading: https://storage.googleapis.com/minikube-preloaded-volume-tarballs/v18/v1.30.0-beta.0/preloaded-images-k8s-v18-v1.30.0-beta.0-cri-o-overlay-amd64.tar.lz4?checksum=md5:6f8942c73bc4cf06adbbee21f15bde53 -> /home/jenkins/minikube-integration/18500-3438/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-beta.0-cri-o-overlay-amd64.tar.lz4
	I0325 10:20:41.808160   10962 preload.go:248] saving checksum for preloaded-images-k8s-v18-v1.30.0-beta.0-cri-o-overlay-amd64.tar.lz4 ...
	I0325 10:20:41.809051   10962 preload.go:255] verifying checksum of /home/jenkins/minikube-integration/18500-3438/.minikube/cache/preloaded-tarball/preloaded-images-k8s-v18-v1.30.0-beta.0-cri-o-overlay-amd64.tar.lz4 ...
	I0325 10:20:42.564515   10962 cache.go:59] Finished verifying existence of preloaded tar for v1.30.0-beta.0 on crio
	I0325 10:20:42.564877   10962 profile.go:142] Saving config to /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/download-only-690335/config.json ...
	I0325 10:20:42.564908   10962 lock.go:35] WriteFile acquiring /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/download-only-690335/config.json: {Name:mk80800c163aa6aaa2b002c79e1d1882e7c3f6d2 Clock:{} Delay:500ms Timeout:1m0s Cancel:<nil>}
	I0325 10:20:42.565071   10962 preload.go:132] Checking if preload exists for k8s version v1.30.0-beta.0 and runtime crio
	I0325 10:20:42.565188   10962 download.go:107] Downloading: https://dl.k8s.io/release/v1.30.0-beta.0/bin/linux/amd64/kubectl?checksum=file:https://dl.k8s.io/release/v1.30.0-beta.0/bin/linux/amd64/kubectl.sha256 -> /home/jenkins/minikube-integration/18500-3438/.minikube/cache/linux/amd64/v1.30.0-beta.0/kubectl
	
	
	* The control-plane node download-only-690335 host does not exist
	  To start a cluster, run: "minikube start -p download-only-690335"

                                                
                                                
-- /stdout --
aaa_download_only_test.go:185: minikube logs failed with error: exit status 85
--- PASS: TestDownloadOnly/v1.30.0-beta.0/LogsDuration (0.08s)

                                                
                                    
x
+
TestDownloadOnly/v1.30.0-beta.0/DeleteAll (0.2s)

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

                                                
                                    
x
+
TestDownloadOnly/v1.30.0-beta.0/DeleteAlwaysSucceeds (0.13s)

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

                                                
                                    
x
+
TestDownloadOnlyKic (1.12s)

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

                                                
                                    
x
+
TestBinaryMirror (0.72s)

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

                                                
                                    
x
+
TestOffline (92.63s)

                                                
                                                
=== RUN   TestOffline
=== PAUSE TestOffline

                                                
                                                

                                                
                                                
=== CONT  TestOffline
aab_offline_test.go:55: (dbg) Run:  out/minikube-linux-amd64 start -p offline-crio-630575 --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-630575 --alsologtostderr -v=1 --memory=2048 --wait=true --driver=docker  --container-runtime=crio: (1m30.349783986s)
helpers_test.go:175: Cleaning up "offline-crio-630575" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p offline-crio-630575
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p offline-crio-630575: (2.284410345s)
--- PASS: TestOffline (92.63s)

                                                
                                    
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-863013
addons_test.go:928: (dbg) Non-zero exit: out/minikube-linux-amd64 addons enable dashboard -p addons-863013: exit status 85 (64.58451ms)

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

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

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

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

                                                
                                    
x
+
TestAddons/Setup (155.25s)

                                                
                                                
=== RUN   TestAddons/Setup
addons_test.go:109: (dbg) Run:  out/minikube-linux-amd64 start -p addons-863013 --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-863013 --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: (2m35.244984359s)
--- PASS: TestAddons/Setup (155.25s)

                                                
                                    
x
+
TestAddons/parallel/Registry (17.7s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/Registry
addons_test.go:330: registry stabilized in 29.677222ms
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-8lcds" [f3ca3dd0-b58f-43fa-9bed-75531aa978b2] Running
addons_test.go:332: (dbg) TestAddons/parallel/Registry: actual-registry=true healthy within 5.004903689s
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-bmwld" [6093ee07-eab4-48c5-a8ea-2402c98e103d] Running
addons_test.go:335: (dbg) TestAddons/parallel/Registry: registry-proxy=true healthy within 5.004783421s
addons_test.go:340: (dbg) Run:  kubectl --context addons-863013 delete po -l run=registry-test --now
addons_test.go:345: (dbg) Run:  kubectl --context addons-863013 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-863013 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": (6.527933154s)
addons_test.go:359: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 ip
2024/03/25 10:24:09 [DEBUG] GET http://192.168.49.2:5000
addons_test.go:388: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 addons disable registry --alsologtostderr -v=1
--- PASS: TestAddons/parallel/Registry (17.70s)

                                                
                                    
x
+
TestAddons/parallel/InspektorGadget (11.66s)

                                                
                                                
=== 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-dxdr2" [84ef4182-9cb7-4f58-95b4-14cec40e877e] 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 6.003795082s
addons_test.go:841: (dbg) Run:  out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-863013
addons_test.go:841: (dbg) Done: out/minikube-linux-amd64 addons disable inspektor-gadget -p addons-863013: (5.65946305s)
--- PASS: TestAddons/parallel/InspektorGadget (11.66s)

                                                
                                    
x
+
TestAddons/parallel/MetricsServer (5.66s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/MetricsServer
addons_test.go:407: metrics-server stabilized in 10.619503ms
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-dpjm5" [93b868d9-3f2e-4a51-b9a3-31875b50c1bc] Running
addons_test.go:409: (dbg) TestAddons/parallel/MetricsServer: k8s-app=metrics-server healthy within 5.004453923s
addons_test.go:415: (dbg) Run:  kubectl --context addons-863013 top pods -n kube-system
addons_test.go:432: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 addons disable metrics-server --alsologtostderr -v=1
--- PASS: TestAddons/parallel/MetricsServer (5.66s)

                                                
                                    
x
+
TestAddons/parallel/HelmTiller (10.14s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/HelmTiller
addons_test.go:456: tiller-deploy stabilized in 3.55882ms
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-cn92w" [7c20ba98-388b-4dfd-bd98-ca5755729a6c] Running
addons_test.go:458: (dbg) TestAddons/parallel/HelmTiller: app=helm healthy within 5.006749319s
addons_test.go:473: (dbg) Run:  kubectl --context addons-863013 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-863013 run --rm helm-test --restart=Never --image=docker.io/alpine/helm:2.16.3 -it --namespace=kube-system -- version: (4.634206184s)
addons_test.go:490: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 addons disable helm-tiller --alsologtostderr -v=1
--- PASS: TestAddons/parallel/HelmTiller (10.14s)

                                                
                                    
x
+
TestAddons/parallel/CSI (74.86s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/CSI
addons_test.go:561: csi-hostpath-driver pods stabilized in 5.63803ms
addons_test.go:564: (dbg) Run:  kubectl --context addons-863013 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-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc -o jsonpath={.status.phase} -n default
addons_test.go:574: (dbg) Run:  kubectl --context addons-863013 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" [8083e5e0-5395-413e-944a-e5d596588cbc] Pending
helpers_test.go:344: "task-pv-pod" [8083e5e0-5395-413e-944a-e5d596588cbc] 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" [8083e5e0-5395-413e-944a-e5d596588cbc] Running
addons_test.go:579: (dbg) TestAddons/parallel/CSI: app=task-pv-pod healthy within 9.003757737s
addons_test.go:584: (dbg) Run:  kubectl --context addons-863013 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-863013 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
helpers_test.go:419: (dbg) Run:  kubectl --context addons-863013 get volumesnapshot new-snapshot-demo -o jsonpath={.status.readyToUse} -n default
addons_test.go:594: (dbg) Run:  kubectl --context addons-863013 delete pod task-pv-pod
addons_test.go:600: (dbg) Run:  kubectl --context addons-863013 delete pvc hpvc
addons_test.go:606: (dbg) Run:  kubectl --context addons-863013 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-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc hpvc-restore -o jsonpath={.status.phase} -n default
addons_test.go:616: (dbg) Run:  kubectl --context addons-863013 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" [597ad94e-4d1a-46a4-881e-14d9d19ad5f2] Pending
helpers_test.go:344: "task-pv-pod-restore" [597ad94e-4d1a-46a4-881e-14d9d19ad5f2] 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" [597ad94e-4d1a-46a4-881e-14d9d19ad5f2] Running
addons_test.go:621: (dbg) TestAddons/parallel/CSI: app=task-pv-pod-restore healthy within 7.003849656s
addons_test.go:626: (dbg) Run:  kubectl --context addons-863013 delete pod task-pv-pod-restore
addons_test.go:630: (dbg) Run:  kubectl --context addons-863013 delete pvc hpvc-restore
addons_test.go:634: (dbg) Run:  kubectl --context addons-863013 delete volumesnapshot new-snapshot-demo
addons_test.go:638: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 addons disable csi-hostpath-driver --alsologtostderr -v=1
addons_test.go:638: (dbg) Done: out/minikube-linux-amd64 -p addons-863013 addons disable csi-hostpath-driver --alsologtostderr -v=1: (6.539642698s)
addons_test.go:642: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 addons disable volumesnapshots --alsologtostderr -v=1
--- PASS: TestAddons/parallel/CSI (74.86s)

                                                
                                    
x
+
TestAddons/parallel/Headlamp (16s)

                                                
                                                
=== 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-863013 --alsologtostderr -v=1
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-425rn" [964b8f8b-a45e-4ba0-a3c7-14088c12174e] Pending / Ready:ContainersNotReady (containers with unready status: [headlamp]) / ContainersReady:ContainersNotReady (containers with unready status: [headlamp])
helpers_test.go:344: "headlamp-5485c556b-425rn" [964b8f8b-a45e-4ba0-a3c7-14088c12174e] Running
addons_test.go:829: (dbg) TestAddons/parallel/Headlamp: app.kubernetes.io/name=headlamp healthy within 15.003592803s
--- PASS: TestAddons/parallel/Headlamp (16.00s)

                                                
                                    
x
+
TestAddons/parallel/CloudSpanner (5.47s)

                                                
                                                
=== 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-ffqtt" [fb529d1d-f804-4b7d-9a41-282287c34fe9] Running
addons_test.go:857: (dbg) TestAddons/parallel/CloudSpanner: app=cloud-spanner-emulator healthy within 5.00349665s
addons_test.go:860: (dbg) Run:  out/minikube-linux-amd64 addons disable cloud-spanner -p addons-863013
--- PASS: TestAddons/parallel/CloudSpanner (5.47s)

                                                
                                    
x
+
TestAddons/parallel/LocalPath (59.06s)

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

                                                
                                                

                                                
                                                
=== CONT  TestAddons/parallel/LocalPath
addons_test.go:873: (dbg) Run:  kubectl --context addons-863013 apply -f testdata/storage-provisioner-rancher/pvc.yaml
addons_test.go:879: (dbg) Run:  kubectl --context addons-863013 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-863013 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 get pvc test-pvc -o jsonpath={.status.phase} -n default
helpers_test.go:394: (dbg) Run:  kubectl --context addons-863013 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" [0870c4da-532b-4388-a9f2-491157fdf1e8] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "test-local-path" [0870c4da-532b-4388-a9f2-491157fdf1e8] Pending / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "test-local-path" [0870c4da-532b-4388-a9f2-491157fdf1e8] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
addons_test.go:886: (dbg) TestAddons/parallel/LocalPath: run=test-local-path healthy within 8.003959518s
addons_test.go:891: (dbg) Run:  kubectl --context addons-863013 get pvc test-pvc -o=json
addons_test.go:900: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 ssh "cat /opt/local-path-provisioner/pvc-07d4bfd1-e909-43c1-981b-0c3af5a9471e_default_test-pvc/file1"
addons_test.go:912: (dbg) Run:  kubectl --context addons-863013 delete pod test-local-path
addons_test.go:916: (dbg) Run:  kubectl --context addons-863013 delete pvc test-pvc
addons_test.go:920: (dbg) Run:  out/minikube-linux-amd64 -p addons-863013 addons disable storage-provisioner-rancher --alsologtostderr -v=1
addons_test.go:920: (dbg) Done: out/minikube-linux-amd64 -p addons-863013 addons disable storage-provisioner-rancher --alsologtostderr -v=1: (43.094470679s)
--- PASS: TestAddons/parallel/LocalPath (59.06s)

                                                
                                    
x
+
TestAddons/parallel/NvidiaDevicePlugin (6.46s)

                                                
                                                
=== 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-8qz8z" [bb35fb7c-2955-4d6a-aecd-19a18e758747] Running
addons_test.go:952: (dbg) TestAddons/parallel/NvidiaDevicePlugin: name=nvidia-device-plugin-ds healthy within 6.004262639s
addons_test.go:955: (dbg) Run:  out/minikube-linux-amd64 addons disable nvidia-device-plugin -p addons-863013
--- PASS: TestAddons/parallel/NvidiaDevicePlugin (6.46s)

                                                
                                    
x
+
TestAddons/parallel/Yakd (5s)

                                                
                                                
=== 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-hgw82" [8dba3cc7-8897-4c83-ada2-6a1875c346e0] Running
addons_test.go:963: (dbg) TestAddons/parallel/Yakd: app.kubernetes.io/name=yakd-dashboard healthy within 5.003661817s
--- PASS: TestAddons/parallel/Yakd (5.00s)

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

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

                                                
                                    
x
+
TestAddons/StoppedEnableDisable (12.07s)

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

                                                
                                    
x
+
TestCertOptions (24.21s)

                                                
                                                
=== RUN   TestCertOptions
=== PAUSE TestCertOptions

                                                
                                                

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

                                                
                                    
x
+
TestCertExpiration (251.49s)

                                                
                                                
=== RUN   TestCertExpiration
=== PAUSE TestCertExpiration

                                                
                                                

                                                
                                                
=== CONT  TestCertExpiration
cert_options_test.go:123: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-635599 --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-635599 --memory=2048 --cert-expiration=3m --driver=docker  --container-runtime=crio: (34.968084665s)
cert_options_test.go:131: (dbg) Run:  out/minikube-linux-amd64 start -p cert-expiration-635599 --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-635599 --memory=2048 --cert-expiration=8760h --driver=docker  --container-runtime=crio: (32.109933788s)
helpers_test.go:175: Cleaning up "cert-expiration-635599" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p cert-expiration-635599
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p cert-expiration-635599: (4.414466314s)
--- PASS: TestCertExpiration (251.49s)

                                                
                                    
x
+
TestForceSystemdFlag (31.7s)

                                                
                                                
=== RUN   TestForceSystemdFlag
=== PAUSE TestForceSystemdFlag

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdFlag
docker_test.go:91: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-flag-257294 --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-257294 --memory=2048 --force-systemd --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (28.759207112s)
docker_test.go:132: (dbg) Run:  out/minikube-linux-amd64 -p force-systemd-flag-257294 ssh "cat /etc/crio/crio.conf.d/02-crio.conf"
helpers_test.go:175: Cleaning up "force-systemd-flag-257294" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-flag-257294
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-flag-257294: (2.573832481s)
--- PASS: TestForceSystemdFlag (31.70s)

                                                
                                    
x
+
TestForceSystemdEnv (34.96s)

                                                
                                                
=== RUN   TestForceSystemdEnv
=== PAUSE TestForceSystemdEnv

                                                
                                                

                                                
                                                
=== CONT  TestForceSystemdEnv
docker_test.go:155: (dbg) Run:  out/minikube-linux-amd64 start -p force-systemd-env-616491 --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-616491 --memory=2048 --alsologtostderr -v=5 --driver=docker  --container-runtime=crio: (32.527379366s)
helpers_test.go:175: Cleaning up "force-systemd-env-616491" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p force-systemd-env-616491
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p force-systemd-env-616491: (2.428516201s)
--- PASS: TestForceSystemdEnv (34.96s)

                                                
                                    
x
+
TestKVMDriverInstallOrUpdate (5.55s)

                                                
                                                
=== RUN   TestKVMDriverInstallOrUpdate
=== PAUSE TestKVMDriverInstallOrUpdate

                                                
                                                

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

                                                
                                    
x
+
TestErrorSpam/start (0.59s)

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

                                                
                                    
x
+
TestErrorSpam/status (0.87s)

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

                                                
                                    
x
+
TestErrorSpam/pause (1.44s)

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

                                                
                                    
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-635637 --log_dir /tmp/nospam-635637 unpause
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-635637 --log_dir /tmp/nospam-635637 unpause
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-635637 --log_dir /tmp/nospam-635637 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-635637 --log_dir /tmp/nospam-635637 stop
error_spam_test.go:159: (dbg) Done: out/minikube-linux-amd64 -p nospam-635637 --log_dir /tmp/nospam-635637 stop: (1.179584478s)
error_spam_test.go:159: (dbg) Run:  out/minikube-linux-amd64 -p nospam-635637 --log_dir /tmp/nospam-635637 stop
error_spam_test.go:182: (dbg) Run:  out/minikube-linux-amd64 -p nospam-635637 --log_dir /tmp/nospam-635637 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/18500-3438/.minikube/files/etc/test/nested/copy/10249/hosts
--- PASS: TestFunctional/serial/CopySyncFile (0.00s)

                                                
                                    
x
+
TestFunctional/serial/StartWithProxy (37.08s)

                                                
                                                
=== RUN   TestFunctional/serial/StartWithProxy
functional_test.go:2230: (dbg) Run:  out/minikube-linux-amd64 start -p functional-961100 --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-961100 --memory=4000 --apiserver-port=8441 --wait=all --driver=docker  --container-runtime=crio: (37.075757901s)
--- PASS: TestFunctional/serial/StartWithProxy (37.08s)

                                                
                                    
x
+
TestFunctional/serial/AuditLog (0s)

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

                                                
                                    
x
+
TestFunctional/serial/SoftStart (35.24s)

                                                
                                                
=== RUN   TestFunctional/serial/SoftStart
functional_test.go:655: (dbg) Run:  out/minikube-linux-amd64 start -p functional-961100 --alsologtostderr -v=8
E0325 10:28:52.822594   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:28:52.828241   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:28:52.838548   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:28:52.858808   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:28:52.899072   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:28:52.979381   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:28:53.139740   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:28:53.460519   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:28:54.101473   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:28:55.382576   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:28:57.942763   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
E0325 10:29:03.063754   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
functional_test.go:655: (dbg) Done: out/minikube-linux-amd64 start -p functional-961100 --alsologtostderr -v=8: (35.237245477s)
functional_test.go:659: soft start took 35.237956963s for "functional-961100" cluster.
--- PASS: TestFunctional/serial/SoftStart (35.24s)

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

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

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_remote
functional_test.go:1045: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 cache add registry.k8s.io/pause:3.1
functional_test.go:1045: (dbg) Done: out/minikube-linux-amd64 -p functional-961100 cache add registry.k8s.io/pause:3.1: (1.159771329s)
functional_test.go:1045: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 cache add registry.k8s.io/pause:3.3
E0325 10:29:13.304612   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
functional_test.go:1045: (dbg) Done: out/minikube-linux-amd64 -p functional-961100 cache add registry.k8s.io/pause:3.3: (1.117938399s)
functional_test.go:1045: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 cache add registry.k8s.io/pause:latest
functional_test.go:1045: (dbg) Done: out/minikube-linux-amd64 -p functional-961100 cache add registry.k8s.io/pause:latest: (1.035603206s)
--- PASS: TestFunctional/serial/CacheCmd/cache/add_remote (3.31s)

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

                                                
                                                
=== RUN   TestFunctional/serial/CacheCmd/cache/add_local
functional_test.go:1073: (dbg) Run:  docker build -t minikube-local-cache-test:functional-961100 /tmp/TestFunctionalserialCacheCmdcacheadd_local2102481215/001
functional_test.go:1085: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 cache add minikube-local-cache-test:functional-961100
functional_test.go:1085: (dbg) Done: out/minikube-linux-amd64 -p functional-961100 cache add minikube-local-cache-test:functional-961100: (1.507030191s)
functional_test.go:1090: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 cache delete minikube-local-cache-test:functional-961100
functional_test.go:1079: (dbg) Run:  docker rmi minikube-local-cache-test:functional-961100
--- PASS: TestFunctional/serial/CacheCmd/cache/add_local (1.90s)

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

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

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

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

                                                
                                                
-- 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-961100 cache reload
functional_test.go:1159: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 ssh sudo crictl inspecti registry.k8s.io/pause:latest
--- PASS: TestFunctional/serial/CacheCmd/cache/cache_reload (1.67s)

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

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmd (0.12s)

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

                                                
                                    
x
+
TestFunctional/serial/MinikubeKubectlCmdDirectly (0.12s)

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

                                                
                                    
x
+
TestFunctional/serial/ExtraConfig (34.22s)

                                                
                                                
=== RUN   TestFunctional/serial/ExtraConfig
functional_test.go:753: (dbg) Run:  out/minikube-linux-amd64 start -p functional-961100 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all
E0325 10:29:33.784937   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
functional_test.go:753: (dbg) Done: out/minikube-linux-amd64 start -p functional-961100 --extra-config=apiserver.enable-admission-plugins=NamespaceAutoProvision --wait=all: (34.222373425s)
functional_test.go:757: restart took 34.22247417s for "functional-961100" cluster.
--- PASS: TestFunctional/serial/ExtraConfig (34.22s)

                                                
                                    
x
+
TestFunctional/serial/ComponentHealth (0.07s)

                                                
                                                
=== RUN   TestFunctional/serial/ComponentHealth
functional_test.go:806: (dbg) Run:  kubectl --context functional-961100 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.07s)

                                                
                                    
x
+
TestFunctional/serial/LogsCmd (1.39s)

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

                                                
                                    
x
+
TestFunctional/serial/LogsFileCmd (1.42s)

                                                
                                                
=== RUN   TestFunctional/serial/LogsFileCmd
functional_test.go:1246: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 logs --file /tmp/TestFunctionalserialLogsFileCmd4078798591/001/logs.txt
functional_test.go:1246: (dbg) Done: out/minikube-linux-amd64 -p functional-961100 logs --file /tmp/TestFunctionalserialLogsFileCmd4078798591/001/logs.txt: (1.414585561s)
--- PASS: TestFunctional/serial/LogsFileCmd (1.42s)

                                                
                                    
x
+
TestFunctional/serial/InvalidService (3.86s)

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

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

                                                
                                                
-- /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-961100 delete -f testdata/invalidsvc.yaml
--- PASS: TestFunctional/serial/InvalidService (3.86s)

                                                
                                    
x
+
TestFunctional/parallel/ConfigCmd (0.38s)

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

                                                
                                                

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

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

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

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

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

                                                
                                    
x
+
TestFunctional/parallel/DashboardCmd (18.43s)

                                                
                                                
=== 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-961100 --alsologtostderr -v=1]
functional_test.go:906: (dbg) stopping [out/minikube-linux-amd64 dashboard --url --port 36195 -p functional-961100 --alsologtostderr -v=1] ...
helpers_test.go:508: unable to kill pid 47395: os: process already finished
--- PASS: TestFunctional/parallel/DashboardCmd (18.43s)

                                                
                                    
x
+
TestFunctional/parallel/DryRun (0.42s)

                                                
                                                
=== 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-961100 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio
E0325 10:30:14.745897   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
functional_test.go:970: (dbg) Non-zero exit: out/minikube-linux-amd64 start -p functional-961100 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio: exit status 23 (184.643114ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0325 10:30:14.763962   46732 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:30:14.764086   46732 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:30:14.764096   46732 out.go:304] Setting ErrFile to fd 2...
	I0325 10:30:14.764100   46732 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:30:14.764297   46732 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	I0325 10:30:14.764824   46732 out.go:298] Setting JSON to false
	I0325 10:30:14.765788   46732 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-8","uptime":760,"bootTime":1711361855,"procs":232,"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"}
	I0325 10:30:14.765855   46732 start.go:139] virtualization: kvm guest
	I0325 10:30:14.768010   46732 out.go:177] * [functional-961100] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0325 10:30:14.770094   46732 out.go:177]   - MINIKUBE_LOCATION=18500
	I0325 10:30:14.770093   46732 notify.go:220] Checking for updates...
	I0325 10:30:14.771777   46732 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0325 10:30:14.773545   46732 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/18500-3438/kubeconfig
	I0325 10:30:14.775303   46732 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-3438/.minikube
	I0325 10:30:14.784091   46732 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0325 10:30:14.785781   46732 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0325 10:30:14.787720   46732 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:30:14.788162   46732 driver.go:392] Setting default libvirt URI to qemu:///system
	I0325 10:30:14.810209   46732 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
	I0325 10:30:14.810332   46732 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:30:14.866506   46732 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:35 OomKillDisable:true NGoroutines:56 SystemTime:2024-03-25 10:30:14.855902352 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:30:14.866617   46732 docker.go:295] overlay module found
	I0325 10:30:14.868472   46732 out.go:177] * Using the docker driver based on existing profile
	I0325 10:30:14.870251   46732 start.go:297] selected driver: docker
	I0325 10:30:14.870268   46732 start.go:901] validating driver "docker" against &{Name:functional-961100 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.29.3 ClusterName:functional-961100 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:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.29.3 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:2621
44 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0325 10:30:14.870406   46732 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0325 10:30:14.873035   46732 out.go:177] 
	W0325 10:30:14.874432   46732 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
	I0325 10:30:14.875884   46732 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/InternationalLanguage (0.2s)

                                                
                                                
=== 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-961100 --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-961100 --dry-run --memory 250MB --alsologtostderr --driver=docker  --container-runtime=crio: exit status 23 (197.312599ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0325 10:30:14.561182   46598 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:30:14.561345   46598 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:30:14.561360   46598 out.go:304] Setting ErrFile to fd 2...
	I0325 10:30:14.561375   46598 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:30:14.561822   46598 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	I0325 10:30:14.562420   46598 out.go:298] Setting JSON to false
	I0325 10:30:14.563695   46598 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-8","uptime":760,"bootTime":1711361855,"procs":233,"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"}
	I0325 10:30:14.563828   46598 start.go:139] virtualization: kvm guest
	I0325 10:30:14.567693   46598 out.go:177] * [functional-961100] minikube v1.32.0 sur Ubuntu 20.04 (kvm/amd64)
	I0325 10:30:14.569482   46598 out.go:177]   - MINIKUBE_LOCATION=18500
	I0325 10:30:14.571234   46598 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0325 10:30:14.569532   46598 notify.go:220] Checking for updates...
	I0325 10:30:14.574488   46598 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/18500-3438/kubeconfig
	I0325 10:30:14.576259   46598 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-3438/.minikube
	I0325 10:30:14.578057   46598 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0325 10:30:14.579818   46598 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0325 10:30:14.582035   46598 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:30:14.582532   46598 driver.go:392] Setting default libvirt URI to qemu:///system
	I0325 10:30:14.612259   46598 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
	I0325 10:30:14.612436   46598 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:30:14.679614   46598 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:35 OomKillDisable:true NGoroutines:56 SystemTime:2024-03-25 10:30:14.664980238 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:30:14.679712   46598 docker.go:295] overlay module found
	I0325 10:30:14.681975   46598 out.go:177] * Utilisation du pilote docker basé sur le profil existant
	I0325 10:30:14.684171   46598 start.go:297] selected driver: docker
	I0325 10:30:14.684194   46598 start.go:901] validating driver "docker" against &{Name:functional-961100 KeepContext:false EmbedCerts:false MinikubeISO: KicBaseImage:gcr.io/k8s-minikube/kicbase:v0.0.43-beta.0@sha256:185c97a62a2e62a78b853e29e445f05ffbcf36149614c192af3643aa3888c4e8 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.29.3 ClusterName:functional-961100 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:[{Component:apiserver Key:enable-admission-plugins Value:NamespaceAutoProvision}] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:192.168.49.2 Port:8441 KubernetesVersion:v1.29.3 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:2621
44 MountOptions:[] MountPort:0 MountType:9p MountUID:docker BinaryMirror: DisableOptimizations:false DisableMetrics:false CustomQemuFirmwarePath: SocketVMnetClientPath: SocketVMnetPath: StaticIP: SSHAuthSock: SSHAgentPID:0 GPUs: AutoPauseInterval:1m0s}
	I0325 10:30:14.684332   46598 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0325 10:30:14.686984   46598 out.go:177] 
	W0325 10:30:14.688665   46598 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
	I0325 10:30:14.690408   46598 out.go:177] 

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

                                                
                                    
x
+
TestFunctional/parallel/StatusCmd (1.04s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/ServiceCmdConnect (11.06s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/ServiceCmdConnect
functional_test.go:1625: (dbg) Run:  kubectl --context functional-961100 create deployment hello-node-connect --image=registry.k8s.io/echoserver:1.8
functional_test.go:1631: (dbg) Run:  kubectl --context functional-961100 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-8grm6" [32b55161-3247-48c3-9bef-2edebe7dc220] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-connect-55497b8b78-8grm6" [32b55161-3247-48c3-9bef-2edebe7dc220] Running
functional_test.go:1636: (dbg) TestFunctional/parallel/ServiceCmdConnect: app=hello-node-connect healthy within 10.004508895s
functional_test.go:1645: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 service hello-node-connect --url
functional_test.go:1651: found endpoint for hello-node-connect: http://192.168.49.2:31875
functional_test.go:1671: http://192.168.49.2:31875: success! body:

                                                
                                                

                                                
                                                
Hostname: hello-node-connect-55497b8b78-8grm6

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

                                                
                                                
Request Body:
	-no body in request-

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

                                                
                                    
x
+
TestFunctional/parallel/AddonsCmd (0.14s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/PersistentVolumeClaim (34.51s)

                                                
                                                
=== 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" [94fc53c5-3407-4f05-9fd3-6e7bdbe132f8] Running
functional_test_pvc_test.go:44: (dbg) TestFunctional/parallel/PersistentVolumeClaim: integration-test=storage-provisioner healthy within 6.004636901s
functional_test_pvc_test.go:49: (dbg) Run:  kubectl --context functional-961100 get storageclass -o=json
functional_test_pvc_test.go:69: (dbg) Run:  kubectl --context functional-961100 apply -f testdata/storage-provisioner/pvc.yaml
functional_test_pvc_test.go:76: (dbg) Run:  kubectl --context functional-961100 get pvc myclaim -o=json
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-961100 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" [43ef2808-1acc-4f8d-84ed-71df555fa61f] Pending
helpers_test.go:344: "sp-pod" [43ef2808-1acc-4f8d-84ed-71df555fa61f] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [43ef2808-1acc-4f8d-84ed-71df555fa61f] Running
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 14.003952021s
functional_test_pvc_test.go:100: (dbg) Run:  kubectl --context functional-961100 exec sp-pod -- touch /tmp/mount/foo
functional_test_pvc_test.go:106: (dbg) Run:  kubectl --context functional-961100 delete -f testdata/storage-provisioner/pod.yaml
functional_test_pvc_test.go:125: (dbg) Run:  kubectl --context functional-961100 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" [8c1680cd-1ac2-4c1c-9309-068f7362d5b8] Pending
helpers_test.go:344: "sp-pod" [8c1680cd-1ac2-4c1c-9309-068f7362d5b8] Pending / Ready:ContainersNotReady (containers with unready status: [myfrontend]) / ContainersReady:ContainersNotReady (containers with unready status: [myfrontend])
helpers_test.go:344: "sp-pod" [8c1680cd-1ac2-4c1c-9309-068f7362d5b8] Running
2024/03/25 10:30:33 [DEBUG] GET http://127.0.0.1:36195/api/v1/namespaces/kubernetes-dashboard/services/http:kubernetes-dashboard:/proxy/
functional_test_pvc_test.go:130: (dbg) TestFunctional/parallel/PersistentVolumeClaim: test=storage-provisioner healthy within 13.004322767s
functional_test_pvc_test.go:114: (dbg) Run:  kubectl --context functional-961100 exec sp-pod -- ls /tmp/mount
--- PASS: TestFunctional/parallel/PersistentVolumeClaim (34.51s)

                                                
                                    
x
+
TestFunctional/parallel/SSHCmd (0.51s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CpCmd (1.57s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/MySQL (26.32s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/MySQL
functional_test.go:1789: (dbg) Run:  kubectl --context functional-961100 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-2ld5r" [7d211ae3-acfd-4e08-aa4e-5025249b0d49] Pending / Ready:ContainersNotReady (containers with unready status: [mysql]) / ContainersReady:ContainersNotReady (containers with unready status: [mysql])
helpers_test.go:344: "mysql-859648c796-2ld5r" [7d211ae3-acfd-4e08-aa4e-5025249b0d49] Running
functional_test.go:1795: (dbg) TestFunctional/parallel/MySQL: app=mysql healthy within 23.004209259s
functional_test.go:1803: (dbg) Run:  kubectl --context functional-961100 exec mysql-859648c796-2ld5r -- mysql -ppassword -e "show databases;"
functional_test.go:1803: (dbg) Non-zero exit: kubectl --context functional-961100 exec mysql-859648c796-2ld5r -- mysql -ppassword -e "show databases;": exit status 1 (146.207847ms)

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

                                                
                                                
** 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-961100 exec mysql-859648c796-2ld5r -- mysql -ppassword -e "show databases;"
--- PASS: TestFunctional/parallel/MySQL (26.32s)

                                                
                                    
x
+
TestFunctional/parallel/FileSync (0.25s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/CertSync (1.62s)

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

                                                
                                                

                                                
                                                
=== CONT  TestFunctional/parallel/CertSync
functional_test.go:1968: Checking for existence of /etc/ssl/certs/10249.pem within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 ssh "sudo cat /etc/ssl/certs/10249.pem"
functional_test.go:1968: Checking for existence of /usr/share/ca-certificates/10249.pem within VM
functional_test.go:1969: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 ssh "sudo cat /usr/share/ca-certificates/10249.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-961100 ssh "sudo cat /etc/ssl/certs/51391683.0"
functional_test.go:1995: Checking for existence of /etc/ssl/certs/102492.pem within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 ssh "sudo cat /etc/ssl/certs/102492.pem"
functional_test.go:1995: Checking for existence of /usr/share/ca-certificates/102492.pem within VM
functional_test.go:1996: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 ssh "sudo cat /usr/share/ca-certificates/102492.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-961100 ssh "sudo cat /etc/ssl/certs/3ec20f2e.0"
--- PASS: TestFunctional/parallel/CertSync (1.62s)

                                                
                                    
x
+
TestFunctional/parallel/NodeLabels (0.06s)

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

                                                
                                                

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

                                                
                                    
x
+
TestFunctional/parallel/NonActiveRuntimeDisabled (0.55s)

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

                                                
                                                

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                                
-- stdout --
	inactive

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

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

                                                
                                    
x
+
TestFunctional/parallel/License (0.62s)

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

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

                                                
                                                
=== 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-961100 image ls --format short --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-961100 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.29.3
registry.k8s.io/kube-proxy:v1.29.3
registry.k8s.io/kube-controller-manager:v1.29.3
registry.k8s.io/kube-apiserver:v1.29.3
registry.k8s.io/etcd:3.5.12-0
registry.k8s.io/echoserver:1.8
registry.k8s.io/coredns/coredns:v1.11.1
gcr.io/k8s-minikube/storage-provisioner:v5
gcr.io/k8s-minikube/busybox:1.28.4-glibc
gcr.io/google-containers/addon-resizer:functional-961100
docker.io/library/nginx:latest
docker.io/kindest/kindnetd:v20240202-8f1494ea
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-961100 image ls --format short --alsologtostderr:
I0325 10:30:33.608009   51269 out.go:291] Setting OutFile to fd 1 ...
I0325 10:30:33.608147   51269 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:30:33.608161   51269 out.go:304] Setting ErrFile to fd 2...
I0325 10:30:33.608168   51269 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:30:33.608356   51269 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
I0325 10:30:33.608958   51269 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:30:33.609056   51269 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:30:33.609478   51269 cli_runner.go:164] Run: docker container inspect functional-961100 --format={{.State.Status}}
I0325 10:30:33.625607   51269 ssh_runner.go:195] Run: systemctl --version
I0325 10:30:33.625675   51269 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-961100
I0325 10:30:33.651633   51269 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32782 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/functional-961100/id_rsa Username:docker}
I0325 10:30:33.836287   51269 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListShort (0.40s)

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

                                                
                                                
=== 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-961100 image ls --format table --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-961100 image ls --format table --alsologtostderr:
|-----------------------------------------|--------------------|---------------|--------|
|                  Image                  |        Tag         |   Image ID    |  Size  |
|-----------------------------------------|--------------------|---------------|--------|
| docker.io/library/nginx                 | latest             | 92b11f67642b6 | 191MB  |
| docker.io/kindest/kindnetd              | v20240202-8f1494ea | 4950bb10b3f87 | 65.3MB |
| gcr.io/google-containers/addon-resizer  | functional-961100  | ffd4cfbbe753e | 34.1MB |
| gcr.io/k8s-minikube/busybox             | 1.28.4-glibc       | 56cc512116c8f | 4.63MB |
| gcr.io/k8s-minikube/storage-provisioner | v5                 | 6e38f40d628db | 31.5MB |
| registry.k8s.io/etcd                    | 3.5.12-0           | 3861cfcd7c04c | 151MB  |
| registry.k8s.io/pause                   | 3.3                | 0184c1613d929 | 686kB  |
| registry.k8s.io/pause                   | 3.9                | e6f1816883972 | 750kB  |
| registry.k8s.io/coredns/coredns         | v1.11.1            | cbb01a7bd410d | 61.2MB |
| registry.k8s.io/kube-apiserver          | v1.29.3            | 39f995c9f1996 | 129MB  |
| registry.k8s.io/kube-controller-manager | v1.29.3            | 6052a25da3f97 | 123MB  |
| registry.k8s.io/kube-proxy              | v1.29.3            | a1d263b5dc5b0 | 83.6MB |
| registry.k8s.io/kube-scheduler          | v1.29.3            | 8c390d98f50c0 | 60.7MB |
| registry.k8s.io/pause                   | 3.1                | da86e6ba6ca19 | 747kB  |
| registry.k8s.io/pause                   | latest             | 350b164e7ae1d | 247kB  |
| registry.k8s.io/echoserver              | 1.8                | 82e4c8a736a4f | 97.8MB |
|-----------------------------------------|--------------------|---------------|--------|
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-961100 image ls --format table --alsologtostderr:
I0325 10:30:35.498197   51605 out.go:291] Setting OutFile to fd 1 ...
I0325 10:30:35.498435   51605 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:30:35.498444   51605 out.go:304] Setting ErrFile to fd 2...
I0325 10:30:35.498448   51605 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:30:35.498634   51605 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
I0325 10:30:35.499172   51605 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:30:35.499266   51605 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:30:35.499628   51605 cli_runner.go:164] Run: docker container inspect functional-961100 --format={{.State.Status}}
I0325 10:30:35.514982   51605 ssh_runner.go:195] Run: systemctl --version
I0325 10:30:35.515032   51605 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-961100
I0325 10:30:35.530131   51605 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32782 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/functional-961100/id_rsa Username:docker}
I0325 10:30:35.634156   51605 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListTable (0.31s)

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

                                                
                                                
=== 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-961100 image ls --format json --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-961100 image ls --format json --alsologtostderr:
[{"id":"3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899","repoDigests":["registry.k8s.io/etcd@sha256:2e6b9c67730f1f1dce4c6e16d60135e00608728567f537e8ff70c244756cbb62","registry.k8s.io/etcd@sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b"],"repoTags":["registry.k8s.io/etcd:3.5.12-0"],"size":"150779692"},{"id":"350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06","repoDigests":["registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9"],"repoTags":["registry.k8s.io/pause:latest"],"size":"247077"},{"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":"cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797e
d5bc34fcc6bb4","repoDigests":["registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1","registry.k8s.io/coredns/coredns@sha256:2169b3b96af988cf69d7dd69efbcc59433eb027320eb185c6110e0850b997870"],"repoTags":["registry.k8s.io/coredns/coredns:v1.11.1"],"size":"61245718"},{"id":"82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410","repoDigests":["registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969"],"repoTags":["registry.k8s.io/echoserver:1.8"],"size":"97846543"},{"id":"8c390d98f50c0b8f564e172a80565384dc9eeb7e16b5a6794c616706206dee3b","repoDigests":["registry.k8s.io/kube-scheduler@sha256:6fb91d791db6d62f6b1ac9dbed23fdb597335550d99ff8333d53c4136e889b3a","registry.k8s.io/kube-scheduler@sha256:c6dae5df00e42512d2baa3e1e74efbf08bddd595e930123f6021f715198b8e88"],"repoTags":["registry.k8s.io/kube-scheduler:v1.29.3"],"size":"60724018"},{"id":"a1d263b5dc5b0acea099d5e91a3a041b6704392ad95e5ea3b5bbe4f71784e392","repoDi
gests":["registry.k8s.io/kube-proxy@sha256:d137dd922e588abc7b0e2f20afd338065e9abccdecfe705abfb19f588fbac11d","registry.k8s.io/kube-proxy@sha256:fa87cba052adcb992bd59bd1304115c6f3b3fb370407805ba52af3d9ff3f0863"],"repoTags":["registry.k8s.io/kube-proxy:v1.29.3"],"size":"83634073"},{"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"},{"id":"115053965e86b2df4d78af78d7951b8644839d20a03820c6df59a261103315f7","repoDigests":["docker.io/kubernetesui/metrics-scraper@sha256:43227e8286fd379ee0415a5e2156a9439c4056807e3caa38e1dd413b0644807a","docker.io/kubernetesui/metrics-scraper@sha256:76049887f0
7a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c"],"repoTags":[],"size":"43824855"},{"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":"39f995c9f199675725a38b0d9f19f99652f978861e631729f2ec4fd8efaab533","repoDigests":["registry.k8s.io/kube-apiserver@sha256:21be2c03b528e582a63a41d8270f469ad1b24e2f6ba8238386768fc981ca13
22","registry.k8s.io/kube-apiserver@sha256:ebd35bc7ef24672c5c50ffccb21f71307a82d4fb20c0ecb6d3d27b28b69e0e3c"],"repoTags":["registry.k8s.io/kube-apiserver:v1.29.3"],"size":"128508878"},{"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":"4950bb10b3f87e8d4a8f772a0d8934625cac4ccfa3675fea34cad0dab83fd5a5","repoDigests":["docker.io/kindest/kindnetd@sha256:61f9956af8019caf6dcc4d39b31857b868aaab80521432ddcc216b805c4f7988","docker.io/kindest/kindnetd@sha256:bdddbe20c61d325166b48dd517059f5b93c21526eb74c5c80d86cd6d37236bac"],"repoTags":["docker.io/kindest/kindnetd:v20240202-8f1494ea"],"size":"65291810"},{"id":"07655ddf2eebe5d250f7a72c25f638b27126805d61779741b4e62e69ba080558","repoDigests":["docker.io/kubernetesui/dashboard@sha256:2
e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93","docker.io/kubernetesui/dashboard@sha256:ca93706ef4e400542202d620b8094a7e4e568ca9b1869c71b053cdf8b5dc3029"],"repoTags":[],"size":"249229937"},{"id":"ffd4cfbbe753e62419e129ee2ac618beb94e51baa7471df5038b0b516b59cf91","repoDigests":["gcr.io/google-containers/addon-resizer@sha256:0ce7cf4876524f069adf654e4dd3c95fe4bfc889c8bbc03cd6ecd061d9392126"],"repoTags":["gcr.io/google-containers/addon-resizer:functional-961100"],"size":"34114467"},{"id":"6052a25da3f97387a8a5a9711fbff373801dcea4b0487add79dc3903c4bf14b3","repoDigests":["registry.k8s.io/kube-controller-manager@sha256:495e03d609009733264502138f33ab4ebff55e4ccc34b51fce1dc48eba5aa606","registry.k8s.io/kube-controller-manager@sha256:5a7968649f8aee83d5a2d75d6d377ba2680df25b0b97b3be12fa10f15ad67104"],"repoTags":["registry.k8s.io/kube-controller-manager:v1.29.3"],"size":"123142962"}]
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-961100 image ls --format json --alsologtostderr:
I0325 10:30:35.017756   51524 out.go:291] Setting OutFile to fd 1 ...
I0325 10:30:35.017872   51524 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:30:35.017882   51524 out.go:304] Setting ErrFile to fd 2...
I0325 10:30:35.017886   51524 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:30:35.018077   51524 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
I0325 10:30:35.018650   51524 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:30:35.018766   51524 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:30:35.019174   51524 cli_runner.go:164] Run: docker container inspect functional-961100 --format={{.State.Status}}
I0325 10:30:35.036135   51524 ssh_runner.go:195] Run: systemctl --version
I0325 10:30:35.036197   51524 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-961100
I0325 10:30:35.059561   51524 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32782 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/functional-961100/id_rsa Username:docker}
I0325 10:30:35.234357   51524 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListJson (0.48s)

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

                                                
                                                
=== 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-961100 image ls --format yaml --alsologtostderr
functional_test.go:265: (dbg) Stdout: out/minikube-linux-amd64 -p functional-961100 image ls --format yaml --alsologtostderr:
- id: 0184c1613d92931126feb4c548e5da11015513b9e4c104e7305ee8b53b50a9da
repoDigests:
- registry.k8s.io/pause@sha256:1000de19145c53d83aab989956fa8fca08dcbcc5b0208bdc193517905e6ccd04
repoTags:
- registry.k8s.io/pause:3.3
size: "686139"
- 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: 3861cfcd7c04ccac1f062788eca39487248527ef0c0cfd477a83d7691a75a899
repoDigests:
- registry.k8s.io/etcd@sha256:2e6b9c67730f1f1dce4c6e16d60135e00608728567f537e8ff70c244756cbb62
- registry.k8s.io/etcd@sha256:44a8e24dcbba3470ee1fee21d5e88d128c936e9b55d4bc51fbef8086f8ed123b
repoTags:
- registry.k8s.io/etcd:3.5.12-0
size: "150779692"
- id: 39f995c9f199675725a38b0d9f19f99652f978861e631729f2ec4fd8efaab533
repoDigests:
- registry.k8s.io/kube-apiserver@sha256:21be2c03b528e582a63a41d8270f469ad1b24e2f6ba8238386768fc981ca1322
- registry.k8s.io/kube-apiserver@sha256:ebd35bc7ef24672c5c50ffccb21f71307a82d4fb20c0ecb6d3d27b28b69e0e3c
repoTags:
- registry.k8s.io/kube-apiserver:v1.29.3
size: "128508878"
- id: da86e6ba6ca197bf6bc5e9d900febd906b133eaa4750e6bed647b0fbe50ed43e
repoDigests:
- registry.k8s.io/pause@sha256:84805ddcaaae94434d8eacb7e843f549ec1da0cd277787b97ad9d9ac2cea929e
repoTags:
- registry.k8s.io/pause:3.1
size: "746911"
- id: 6052a25da3f97387a8a5a9711fbff373801dcea4b0487add79dc3903c4bf14b3
repoDigests:
- registry.k8s.io/kube-controller-manager@sha256:495e03d609009733264502138f33ab4ebff55e4ccc34b51fce1dc48eba5aa606
- registry.k8s.io/kube-controller-manager@sha256:5a7968649f8aee83d5a2d75d6d377ba2680df25b0b97b3be12fa10f15ad67104
repoTags:
- registry.k8s.io/kube-controller-manager:v1.29.3
size: "123142962"
- id: a1d263b5dc5b0acea099d5e91a3a041b6704392ad95e5ea3b5bbe4f71784e392
repoDigests:
- registry.k8s.io/kube-proxy@sha256:d137dd922e588abc7b0e2f20afd338065e9abccdecfe705abfb19f588fbac11d
- registry.k8s.io/kube-proxy@sha256:fa87cba052adcb992bd59bd1304115c6f3b3fb370407805ba52af3d9ff3f0863
repoTags:
- registry.k8s.io/kube-proxy:v1.29.3
size: "83634073"
- id: 07655ddf2eebe5d250f7a72c25f638b27126805d61779741b4e62e69ba080558
repoDigests:
- docker.io/kubernetesui/dashboard@sha256:2e500d29e9d5f4a086b908eb8dfe7ecac57d2ab09d65b24f588b1d449841ef93
- docker.io/kubernetesui/dashboard@sha256:ca93706ef4e400542202d620b8094a7e4e568ca9b1869c71b053cdf8b5dc3029
repoTags: []
size: "249229937"
- id: 115053965e86b2df4d78af78d7951b8644839d20a03820c6df59a261103315f7
repoDigests:
- docker.io/kubernetesui/metrics-scraper@sha256:43227e8286fd379ee0415a5e2156a9439c4056807e3caa38e1dd413b0644807a
- docker.io/kubernetesui/metrics-scraper@sha256:76049887f07a0476dc93efc2d3569b9529bf982b22d29f356092ce206e98765c
repoTags: []
size: "43824855"
- id: 92b11f67642b62bbb98e7e49169c346b30e20cd3c1c034d31087e46924b9312e
repoDigests:
- docker.io/library/nginx@sha256:52478f8cd6a142fd462f0a7614a7bb064e969a4c083648235d6943c786df8cc7
- docker.io/library/nginx@sha256:6db391d1c0cfb30588ba0bf72ea999404f2764febf0f1f196acd5867ac7efa7e
repoTags:
- docker.io/library/nginx:latest
size: "190865876"
- id: ffd4cfbbe753e62419e129ee2ac618beb94e51baa7471df5038b0b516b59cf91
repoDigests:
- gcr.io/google-containers/addon-resizer@sha256:0ce7cf4876524f069adf654e4dd3c95fe4bfc889c8bbc03cd6ecd061d9392126
repoTags:
- gcr.io/google-containers/addon-resizer:functional-961100
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: 8c390d98f50c0b8f564e172a80565384dc9eeb7e16b5a6794c616706206dee3b
repoDigests:
- registry.k8s.io/kube-scheduler@sha256:6fb91d791db6d62f6b1ac9dbed23fdb597335550d99ff8333d53c4136e889b3a
- registry.k8s.io/kube-scheduler@sha256:c6dae5df00e42512d2baa3e1e74efbf08bddd595e930123f6021f715198b8e88
repoTags:
- registry.k8s.io/kube-scheduler:v1.29.3
size: "60724018"
- 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: 4950bb10b3f87e8d4a8f772a0d8934625cac4ccfa3675fea34cad0dab83fd5a5
repoDigests:
- docker.io/kindest/kindnetd@sha256:61f9956af8019caf6dcc4d39b31857b868aaab80521432ddcc216b805c4f7988
- docker.io/kindest/kindnetd@sha256:bdddbe20c61d325166b48dd517059f5b93c21526eb74c5c80d86cd6d37236bac
repoTags:
- docker.io/kindest/kindnetd:v20240202-8f1494ea
size: "65291810"
- id: cbb01a7bd410dc08ba382018ab909a674fb0e48687f0c00797ed5bc34fcc6bb4
repoDigests:
- registry.k8s.io/coredns/coredns@sha256:1eeb4c7316bacb1d4c8ead65571cd92dd21e27359f0d4917f1a5822a73b75db1
- registry.k8s.io/coredns/coredns@sha256:2169b3b96af988cf69d7dd69efbcc59433eb027320eb185c6110e0850b997870
repoTags:
- registry.k8s.io/coredns/coredns:v1.11.1
size: "61245718"
- id: 82e4c8a736a4fcf22b5ef9f6a4ff6207064c7187d7694bf97bd561605a538410
repoDigests:
- registry.k8s.io/echoserver@sha256:cb3386f863f6a4b05f33c191361723f9d5927ac287463b1bea633bf859475969
repoTags:
- registry.k8s.io/echoserver:1.8
size: "97846543"
- id: 350b164e7ae1dcddeffadd65c76226c9b6dc5553f5179153fb0e36b78f2a5e06
repoDigests:
- registry.k8s.io/pause@sha256:5bcb06ed43da4a16c6e6e33898eb0506e940bd66822659ecf0a898bbb0da7cb9
repoTags:
- registry.k8s.io/pause:latest
size: "247077"

                                                
                                                
functional_test.go:268: (dbg) Stderr: out/minikube-linux-amd64 -p functional-961100 image ls --format yaml --alsologtostderr:
I0325 10:30:34.006533   51310 out.go:291] Setting OutFile to fd 1 ...
I0325 10:30:34.007008   51310 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:30:34.007026   51310 out.go:304] Setting ErrFile to fd 2...
I0325 10:30:34.007034   51310 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:30:34.007507   51310 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
I0325 10:30:34.008588   51310 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:30:34.008686   51310 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:30:34.009032   51310 cli_runner.go:164] Run: docker container inspect functional-961100 --format={{.State.Status}}
I0325 10:30:34.024247   51310 ssh_runner.go:195] Run: systemctl --version
I0325 10:30:34.024289   51310 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-961100
I0325 10:30:34.043228   51310 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32782 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/functional-961100/id_rsa Username:docker}
I0325 10:30:34.234431   51310 ssh_runner.go:195] Run: sudo crictl images --output json
--- PASS: TestFunctional/parallel/ImageCommands/ImageListYaml (0.40s)

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

                                                
                                                
=== 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-961100 ssh pgrep buildkitd
functional_test.go:307: (dbg) Non-zero exit: out/minikube-linux-amd64 -p functional-961100 ssh pgrep buildkitd: exit status 1 (287.22008ms)

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

                                                
                                                
** /stderr **
functional_test.go:314: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 image build -t localhost/my-image:functional-961100 testdata/build --alsologtostderr
functional_test.go:314: (dbg) Done: out/minikube-linux-amd64 -p functional-961100 image build -t localhost/my-image:functional-961100 testdata/build --alsologtostderr: (6.854571797s)
functional_test.go:319: (dbg) Stdout: out/minikube-linux-amd64 -p functional-961100 image build -t localhost/my-image:functional-961100 testdata/build --alsologtostderr:
STEP 1/3: FROM gcr.io/k8s-minikube/busybox
STEP 2/3: RUN true
--> dcd79ff802a
STEP 3/3: ADD content.txt /
COMMIT localhost/my-image:functional-961100
--> f355036cdcd
Successfully tagged localhost/my-image:functional-961100
f355036cdcdfd6c93b0484cdc7742d2f74ce9c5434a8260af19b3a1d9bbdd5a3
functional_test.go:322: (dbg) Stderr: out/minikube-linux-amd64 -p functional-961100 image build -t localhost/my-image:functional-961100 testdata/build --alsologtostderr:
I0325 10:30:34.699792   51442 out.go:291] Setting OutFile to fd 1 ...
I0325 10:30:34.699993   51442 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:30:34.700005   51442 out.go:304] Setting ErrFile to fd 2...
I0325 10:30:34.700012   51442 out.go:338] TERM=,COLORTERM=, which probably does not support color
I0325 10:30:34.700198   51442 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
I0325 10:30:34.700792   51442 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:30:34.701334   51442 config.go:182] Loaded profile config "functional-961100": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
I0325 10:30:34.701724   51442 cli_runner.go:164] Run: docker container inspect functional-961100 --format={{.State.Status}}
I0325 10:30:34.717157   51442 ssh_runner.go:195] Run: systemctl --version
I0325 10:30:34.717198   51442 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" functional-961100
I0325 10:30:34.732738   51442 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32782 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/functional-961100/id_rsa Username:docker}
I0325 10:30:34.834112   51442 build_images.go:161] Building image from path: /tmp/build.1527492003.tar
I0325 10:30:34.834191   51442 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build
I0325 10:30:34.844200   51442 ssh_runner.go:195] Run: stat -c "%s %y" /var/lib/minikube/build/build.1527492003.tar
I0325 10:30:34.847763   51442 ssh_runner.go:352] existence check for /var/lib/minikube/build/build.1527492003.tar: stat -c "%s %y" /var/lib/minikube/build/build.1527492003.tar: Process exited with status 1
stdout:

                                                
                                                
stderr:
stat: cannot statx '/var/lib/minikube/build/build.1527492003.tar': No such file or directory
I0325 10:30:34.847787   51442 ssh_runner.go:362] scp /tmp/build.1527492003.tar --> /var/lib/minikube/build/build.1527492003.tar (3072 bytes)
I0325 10:30:34.939534   51442 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/build/build.1527492003
I0325 10:30:34.952342   51442 ssh_runner.go:195] Run: sudo tar -C /var/lib/minikube/build/build.1527492003 -xf /var/lib/minikube/build/build.1527492003.tar
I0325 10:30:35.031249   51442 crio.go:315] Building image: /var/lib/minikube/build/build.1527492003
I0325 10:30:35.031352   51442 ssh_runner.go:195] Run: sudo podman build -t localhost/my-image:functional-961100 /var/lib/minikube/build/build.1527492003 --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
I0325 10:30:41.470486   51442 ssh_runner.go:235] Completed: sudo podman build -t localhost/my-image:functional-961100 /var/lib/minikube/build/build.1527492003 --cgroup-manager=cgroupfs: (6.43910408s)
I0325 10:30:41.470553   51442 ssh_runner.go:195] Run: sudo rm -rf /var/lib/minikube/build/build.1527492003
I0325 10:30:41.478949   51442 ssh_runner.go:195] Run: sudo rm -f /var/lib/minikube/build/build.1527492003.tar
I0325 10:30:41.486725   51442 build_images.go:217] Built localhost/my-image:functional-961100 from /tmp/build.1527492003.tar
I0325 10:30:41.486766   51442 build_images.go:133] succeeded building to: functional-961100
I0325 10:30:41.486773   51442 build_images.go:134] failed building to: 
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageBuild (7.37s)

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

                                                
                                                
=== 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:341: (dbg) Done: docker pull gcr.io/google-containers/addon-resizer:1.8.8: (1.854604609s)
functional_test.go:346: (dbg) Run:  docker tag gcr.io/google-containers/addon-resizer:1.8.8 gcr.io/google-containers/addon-resizer:functional-961100
--- PASS: TestFunctional/parallel/ImageCommands/Setup (1.87s)

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

                                                
                                                
=== RUN   TestFunctional/parallel/ServiceCmd/DeployApp
functional_test.go:1435: (dbg) Run:  kubectl --context functional-961100 create deployment hello-node --image=registry.k8s.io/echoserver:1.8
functional_test.go:1441: (dbg) Run:  kubectl --context functional-961100 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-46d6v" [72f29ee1-b48f-4245-8392-47b94530fe17] Pending / Ready:ContainersNotReady (containers with unready status: [echoserver]) / ContainersReady:ContainersNotReady (containers with unready status: [echoserver])
helpers_test.go:344: "hello-node-d7447cc7f-46d6v" [72f29ee1-b48f-4245-8392-47b94530fe17] Running
functional_test.go:1446: (dbg) TestFunctional/parallel/ServiceCmd/DeployApp: app=hello-node healthy within 10.00412227s
--- PASS: TestFunctional/parallel/ServiceCmd/DeployApp (10.16s)

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

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

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

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

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

                                                
                                                
=== 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:234: (dbg) Done: docker pull gcr.io/google-containers/addon-resizer:1.8.9: (1.940160898s)
functional_test.go:239: (dbg) Run:  docker tag gcr.io/google-containers/addon-resizer:1.8.9 gcr.io/google-containers/addon-resizer:functional-961100
functional_test.go:244: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 image load --daemon gcr.io/google-containers/addon-resizer:functional-961100 --alsologtostderr
functional_test.go:244: (dbg) Done: out/minikube-linux-amd64 -p functional-961100 image load --daemon gcr.io/google-containers/addon-resizer:functional-961100 --alsologtostderr: (4.462462508s)
functional_test.go:447: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 image ls
--- PASS: TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (6.65s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/ProfileCmd/profile_list
functional_test.go:1306: (dbg) Run:  out/minikube-linux-amd64 profile list
functional_test.go:1311: Took "329.733039ms" 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 "78.96724ms" to run "out/minikube-linux-amd64 profile list -l"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_list (0.41s)

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

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

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

                                                
                                                
=== 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 "366.883977ms" 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 "62.298161ms" to run "out/minikube-linux-amd64 profile list -o json --light"
--- PASS: TestFunctional/parallel/ProfileCmd/profile_json_output (0.43s)

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

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

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

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

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

                                                
                                                
** /stderr **
functional_test_mount_test.go:115: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 ssh "findmnt -T /mount-9p | grep 9p"
functional_test_mount_test.go:129: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 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 25 10:30 created-by-test
-rw-r--r-- 1 docker docker 24 Mar 25 10:30 created-by-test-removed-by-pod
-rw-r--r-- 1 docker docker 24 Mar 25 10:30 test-1711362613316292563
functional_test_mount_test.go:137: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 ssh cat /mount-9p/test-1711362613316292563
functional_test_mount_test.go:148: (dbg) Run:  kubectl --context functional-961100 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" [7336f379-3809-4ed1-a48e-d3ac5bf90b09] Pending
helpers_test.go:344: "busybox-mount" [7336f379-3809-4ed1-a48e-d3ac5bf90b09] Pending / Ready:ContainersNotReady (containers with unready status: [mount-munger]) / ContainersReady:ContainersNotReady (containers with unready status: [mount-munger])
helpers_test.go:344: "busybox-mount" [7336f379-3809-4ed1-a48e-d3ac5bf90b09] Running
helpers_test.go:344: "busybox-mount" [7336f379-3809-4ed1-a48e-d3ac5bf90b09] Running / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
helpers_test.go:344: "busybox-mount" [7336f379-3809-4ed1-a48e-d3ac5bf90b09] Succeeded / Initialized:PodCompleted / Ready:PodCompleted / ContainersReady:PodCompleted
functional_test_mount_test.go:153: (dbg) TestFunctional/parallel/MountCmd/any-port: integration-test=busybox-mount healthy within 6.00399151s
functional_test_mount_test.go:169: (dbg) Run:  kubectl --context functional-961100 logs busybox-mount
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 ssh stat /mount-9p/created-by-test
functional_test_mount_test.go:181: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 ssh stat /mount-9p/created-by-pod
functional_test_mount_test.go:90: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 ssh "sudo umount -f /mount-9p"
functional_test_mount_test.go:94: (dbg) stopping [out/minikube-linux-amd64 mount -p functional-961100 /tmp/TestFunctionalparallelMountCmdany-port3705547423/001:/mount-9p --alsologtostderr -v=1] ...
--- PASS: TestFunctional/parallel/MountCmd/any-port (9.25s)

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

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

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

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

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

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

                                                
                                    
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-961100
functional_test.go:423: (dbg) Run:  out/minikube-linux-amd64 -p functional-961100 image save --daemon gcr.io/google-containers/addon-resizer:functional-961100 --alsologtostderr
functional_test.go:428: (dbg) Run:  docker image inspect gcr.io/google-containers/addon-resizer:functional-961100
--- PASS: TestFunctional/parallel/ImageCommands/ImageSaveDaemon (0.80s)

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

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

                                                
                                                

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

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

                                                
                                                
=== 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-961100 version -o=json --components
functional_test.go:2266: (dbg) Done: out/minikube-linux-amd64 -p functional-961100 version -o=json --components: (1.038995536s)
--- PASS: TestFunctional/parallel/Version/components (1.04s)

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

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

                                                
                                                

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

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

                                                
                                                
=== 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-961100 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_minikube_cluster (0.14s)

                                                
                                    
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-961100 update-context --alsologtostderr -v=2
--- PASS: TestFunctional/parallel/UpdateContextCmd/no_clusters (0.16s)

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup
functional_test_tunnel_test.go:212: (dbg) Run:  kubectl --context functional-961100 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" [ba198ef9-9e4b-4dfe-9290-353efb1b0154] Pending / Ready:ContainersNotReady (containers with unready status: [nginx]) / ContainersReady:ContainersNotReady (containers with unready status: [nginx])
helpers_test.go:344: "nginx-svc" [ba198ef9-9e4b-4dfe-9290-353efb1b0154] Running
functional_test_tunnel_test.go:216: (dbg) TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup: run=nginx-svc healthy within 24.004190714s
--- PASS: TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (24.27s)

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

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

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

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

                                                
                                    
x
+
TestFunctional/delete_addon-resizer_images (0.07s)

                                                
                                                
=== 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-961100
--- PASS: TestFunctional/delete_addon-resizer_images (0.07s)

                                                
                                    
x
+
TestFunctional/delete_my-image_image (0.01s)

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

                                                
                                    
x
+
TestFunctional/delete_minikube_cached_images (0.01s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StartCluster (117s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StartCluster
ha_test.go:101: (dbg) Run:  out/minikube-linux-amd64 start -p ha-530794 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0325 10:31:36.668090   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
ha_test.go:101: (dbg) Done: out/minikube-linux-amd64 start -p ha-530794 --wait=true --memory=2200 --ha -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m56.336758422s)
ha_test.go:107: (dbg) Run:  out/minikube-linux-amd64 -p ha-530794 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/StartCluster (117.00s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeployApp (5.51s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/PingHostFromPods (1.11s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddWorkerNode (20.25s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/NodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterClusterStart (0.63s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/CopyFile (15.69s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopSecondaryNode (12.43s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0325 10:33:48.415440   72623 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:33:48.415562   72623 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:33:48.415571   72623 out.go:304] Setting ErrFile to fd 2...
	I0325 10:33:48.415576   72623 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:33:48.415834   72623 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	I0325 10:33:48.416001   72623 out.go:298] Setting JSON to false
	I0325 10:33:48.416028   72623 mustload.go:65] Loading cluster: ha-530794
	I0325 10:33:48.416214   72623 notify.go:220] Checking for updates...
	I0325 10:33:48.416379   72623 config.go:182] Loaded profile config "ha-530794": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:33:48.416394   72623 status.go:255] checking status of ha-530794 ...
	I0325 10:33:48.416793   72623 cli_runner.go:164] Run: docker container inspect ha-530794 --format={{.State.Status}}
	I0325 10:33:48.435611   72623 status.go:330] ha-530794 host status = "Running" (err=<nil>)
	I0325 10:33:48.435637   72623 host.go:66] Checking if "ha-530794" exists ...
	I0325 10:33:48.435885   72623 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-530794
	I0325 10:33:48.451196   72623 host.go:66] Checking if "ha-530794" exists ...
	I0325 10:33:48.451454   72623 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0325 10:33:48.451513   72623 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-530794
	I0325 10:33:48.467607   72623 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32787 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/ha-530794/id_rsa Username:docker}
	I0325 10:33:48.550520   72623 ssh_runner.go:195] Run: systemctl --version
	I0325 10:33:48.554305   72623 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0325 10:33:48.564569   72623 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:33:48.611490   72623 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:51 OomKillDisable:true NGoroutines:73 SystemTime:2024-03-25 10:33:48.602882892 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:33:48.612271   72623 kubeconfig.go:125] found "ha-530794" server: "https://192.168.49.254:8443"
	I0325 10:33:48.612296   72623 api_server.go:166] Checking apiserver status ...
	I0325 10:33:48.612335   72623 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0325 10:33:48.622380   72623 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1598/cgroup
	I0325 10:33:48.630600   72623 api_server.go:182] apiserver freezer: "10:freezer:/docker/c4cd082704f5ef6581117fb9a3f72e7d381d3932432d1f945c8073c6e92eaf0f/crio/crio-b43b9414bc6478e9ac395a7add7669e4b04599405325d6a03c4f64d7ec104c6f"
	I0325 10:33:48.630643   72623 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/c4cd082704f5ef6581117fb9a3f72e7d381d3932432d1f945c8073c6e92eaf0f/crio/crio-b43b9414bc6478e9ac395a7add7669e4b04599405325d6a03c4f64d7ec104c6f/freezer.state
	I0325 10:33:48.638065   72623 api_server.go:204] freezer state: "THAWED"
	I0325 10:33:48.638093   72623 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0325 10:33:48.641808   72623 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0325 10:33:48.641828   72623 status.go:422] ha-530794 apiserver status = Running (err=<nil>)
	I0325 10:33:48.641838   72623 status.go:257] ha-530794 status: &{Name:ha-530794 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0325 10:33:48.641851   72623 status.go:255] checking status of ha-530794-m02 ...
	I0325 10:33:48.642061   72623 cli_runner.go:164] Run: docker container inspect ha-530794-m02 --format={{.State.Status}}
	I0325 10:33:48.658095   72623 status.go:330] ha-530794-m02 host status = "Stopped" (err=<nil>)
	I0325 10:33:48.658114   72623 status.go:343] host is not running, skipping remaining checks
	I0325 10:33:48.658120   72623 status.go:257] ha-530794-m02 status: &{Name:ha-530794-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0325 10:33:48.658144   72623 status.go:255] checking status of ha-530794-m03 ...
	I0325 10:33:48.658368   72623 cli_runner.go:164] Run: docker container inspect ha-530794-m03 --format={{.State.Status}}
	I0325 10:33:48.674079   72623 status.go:330] ha-530794-m03 host status = "Running" (err=<nil>)
	I0325 10:33:48.674107   72623 host.go:66] Checking if "ha-530794-m03" exists ...
	I0325 10:33:48.674434   72623 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-530794-m03
	I0325 10:33:48.689903   72623 host.go:66] Checking if "ha-530794-m03" exists ...
	I0325 10:33:48.690173   72623 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0325 10:33:48.690230   72623 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-530794-m03
	I0325 10:33:48.706759   72623 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32797 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/ha-530794-m03/id_rsa Username:docker}
	I0325 10:33:48.790259   72623 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0325 10:33:48.800679   72623 kubeconfig.go:125] found "ha-530794" server: "https://192.168.49.254:8443"
	I0325 10:33:48.800703   72623 api_server.go:166] Checking apiserver status ...
	I0325 10:33:48.800732   72623 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0325 10:33:48.809983   72623 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1449/cgroup
	I0325 10:33:48.817830   72623 api_server.go:182] apiserver freezer: "10:freezer:/docker/1aef8278c2f24bb1d0d2aa54aada7cb515c3ba0428dc6da00c7ce6b9b8929049/crio/crio-eb66921156afcb8777875d0b2b73a3867295c18e9176b001d799ea4aa6cb5ffe"
	I0325 10:33:48.817884   72623 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/1aef8278c2f24bb1d0d2aa54aada7cb515c3ba0428dc6da00c7ce6b9b8929049/crio/crio-eb66921156afcb8777875d0b2b73a3867295c18e9176b001d799ea4aa6cb5ffe/freezer.state
	I0325 10:33:48.825226   72623 api_server.go:204] freezer state: "THAWED"
	I0325 10:33:48.825256   72623 api_server.go:253] Checking apiserver healthz at https://192.168.49.254:8443/healthz ...
	I0325 10:33:48.828934   72623 api_server.go:279] https://192.168.49.254:8443/healthz returned 200:
	ok
	I0325 10:33:48.828958   72623 status.go:422] ha-530794-m03 apiserver status = Running (err=<nil>)
	I0325 10:33:48.828969   72623 status.go:257] ha-530794-m03 status: &{Name:ha-530794-m03 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0325 10:33:48.828990   72623 status.go:255] checking status of ha-530794-m04 ...
	I0325 10:33:48.829238   72623 cli_runner.go:164] Run: docker container inspect ha-530794-m04 --format={{.State.Status}}
	I0325 10:33:48.844436   72623 status.go:330] ha-530794-m04 host status = "Running" (err=<nil>)
	I0325 10:33:48.844455   72623 host.go:66] Checking if "ha-530794-m04" exists ...
	I0325 10:33:48.844692   72623 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" ha-530794-m04
	I0325 10:33:48.860818   72623 host.go:66] Checking if "ha-530794-m04" exists ...
	I0325 10:33:48.861071   72623 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0325 10:33:48.861107   72623 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" ha-530794-m04
	I0325 10:33:48.876654   72623 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32802 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/ha-530794-m04/id_rsa Username:docker}
	I0325 10:33:48.961974   72623 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0325 10:33:48.972139   72623 status.go:257] ha-530794-m04 status: &{Name:ha-530794-m04 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterControlPlaneNodeStop (0.46s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartSecondaryNode (20.04s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartSecondaryNode
ha_test.go:420: (dbg) Run:  out/minikube-linux-amd64 -p ha-530794 node start m02 -v=7 --alsologtostderr
E0325 10:33:52.822623   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
ha_test.go:420: (dbg) Done: out/minikube-linux-amd64 -p ha-530794 node start m02 -v=7 --alsologtostderr: (18.917560372s)
ha_test.go:428: (dbg) Run:  out/minikube-linux-amd64 -p ha-530794 status -v=7 --alsologtostderr
ha_test.go:428: (dbg) Done: out/minikube-linux-amd64 -p ha-530794 status -v=7 --alsologtostderr: (1.055739996s)
ha_test.go:448: (dbg) Run:  kubectl get nodes
--- PASS: TestMultiControlPlane/serial/RestartSecondaryNode (20.04s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeRestart (3.05s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartClusterKeepsNodes (163.82s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartClusterKeepsNodes
ha_test.go:456: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-530794 -v=7 --alsologtostderr
ha_test.go:462: (dbg) Run:  out/minikube-linux-amd64 stop -p ha-530794 -v=7 --alsologtostderr
E0325 10:34:20.508971   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
ha_test.go:462: (dbg) Done: out/minikube-linux-amd64 stop -p ha-530794 -v=7 --alsologtostderr: (36.496636382s)
ha_test.go:467: (dbg) Run:  out/minikube-linux-amd64 start -p ha-530794 --wait=true -v=7 --alsologtostderr
E0325 10:35:00.447526   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:00.452829   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:00.463095   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:00.483412   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:00.524392   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:00.604653   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:00.764952   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:01.085868   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:01.726925   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:03.007425   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:05.567733   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:10.688117   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:20.929066   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:35:41.410255   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:36:22.371438   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
ha_test.go:467: (dbg) Done: out/minikube-linux-amd64 start -p ha-530794 --wait=true -v=7 --alsologtostderr: (2m7.206292737s)
ha_test.go:472: (dbg) Run:  out/minikube-linux-amd64 node list -p ha-530794
--- PASS: TestMultiControlPlane/serial/RestartClusterKeepsNodes (163.82s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DeleteSecondaryNode (11.69s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/DeleteSecondaryNode
ha_test.go:487: (dbg) Run:  out/minikube-linux-amd64 -p ha-530794 node delete m03 -v=7 --alsologtostderr
ha_test.go:487: (dbg) Done: out/minikube-linux-amd64 -p ha-530794 node delete m03 -v=7 --alsologtostderr: (10.958380488s)
ha_test.go:493: (dbg) Run:  out/minikube-linux-amd64 -p ha-530794 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.69s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterSecondaryNodeDelete (0.46s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/StopCluster (35.45s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/StopCluster
ha_test.go:531: (dbg) Run:  out/minikube-linux-amd64 -p ha-530794 stop -v=7 --alsologtostderr
ha_test.go:531: (dbg) Done: out/minikube-linux-amd64 -p ha-530794 stop -v=7 --alsologtostderr: (35.335847509s)
ha_test.go:537: (dbg) Run:  out/minikube-linux-amd64 -p ha-530794 status -v=7 --alsologtostderr
ha_test.go:537: (dbg) Non-zero exit: out/minikube-linux-amd64 -p ha-530794 status -v=7 --alsologtostderr: exit status 7 (109.513462ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0325 10:37:43.890963   88956 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:37:43.891092   88956 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:37:43.891102   88956 out.go:304] Setting ErrFile to fd 2...
	I0325 10:37:43.891106   88956 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:37:43.891308   88956 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	I0325 10:37:43.891510   88956 out.go:298] Setting JSON to false
	I0325 10:37:43.891538   88956 mustload.go:65] Loading cluster: ha-530794
	I0325 10:37:43.891589   88956 notify.go:220] Checking for updates...
	I0325 10:37:43.891956   88956 config.go:182] Loaded profile config "ha-530794": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:37:43.891971   88956 status.go:255] checking status of ha-530794 ...
	I0325 10:37:43.892365   88956 cli_runner.go:164] Run: docker container inspect ha-530794 --format={{.State.Status}}
	I0325 10:37:43.911713   88956 status.go:330] ha-530794 host status = "Stopped" (err=<nil>)
	I0325 10:37:43.911747   88956 status.go:343] host is not running, skipping remaining checks
	I0325 10:37:43.911757   88956 status.go:257] ha-530794 status: &{Name:ha-530794 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0325 10:37:43.911783   88956 status.go:255] checking status of ha-530794-m02 ...
	I0325 10:37:43.912041   88956 cli_runner.go:164] Run: docker container inspect ha-530794-m02 --format={{.State.Status}}
	I0325 10:37:43.928454   88956 status.go:330] ha-530794-m02 host status = "Stopped" (err=<nil>)
	I0325 10:37:43.928473   88956 status.go:343] host is not running, skipping remaining checks
	I0325 10:37:43.928479   88956 status.go:257] ha-530794-m02 status: &{Name:ha-530794-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0325 10:37:43.928497   88956 status.go:255] checking status of ha-530794-m04 ...
	I0325 10:37:43.928741   88956 cli_runner.go:164] Run: docker container inspect ha-530794-m04 --format={{.State.Status}}
	I0325 10:37:43.944715   88956 status.go:330] ha-530794-m04 host status = "Stopped" (err=<nil>)
	I0325 10:37:43.944743   88956 status.go:343] host is not running, skipping remaining checks
	I0325 10:37:43.944751   88956 status.go:257] ha-530794-m04 status: &{Name:ha-530794-m04 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiControlPlane/serial/RestartCluster (71.45s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/RestartCluster
ha_test.go:560: (dbg) Run:  out/minikube-linux-amd64 start -p ha-530794 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio
E0325 10:37:44.292122   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:38:52.822494   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
ha_test.go:560: (dbg) Done: out/minikube-linux-amd64 start -p ha-530794 --wait=true -v=7 --alsologtostderr --driver=docker  --container-runtime=crio: (1m10.729783126s)
ha_test.go:566: (dbg) Run:  out/minikube-linux-amd64 -p ha-530794 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 (71.45s)

                                                
                                    
x
+
TestMultiControlPlane/serial/DegradedAfterClusterRestart (0.46s)

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

                                                
                                    
x
+
TestMultiControlPlane/serial/AddSecondaryNode (55.8s)

                                                
                                                
=== RUN   TestMultiControlPlane/serial/AddSecondaryNode
ha_test.go:605: (dbg) Run:  out/minikube-linux-amd64 node add -p ha-530794 --control-plane -v=7 --alsologtostderr
ha_test.go:605: (dbg) Done: out/minikube-linux-amd64 node add -p ha-530794 --control-plane -v=7 --alsologtostderr: (54.995629177s)
ha_test.go:611: (dbg) Run:  out/minikube-linux-amd64 -p ha-530794 status -v=7 --alsologtostderr
--- PASS: TestMultiControlPlane/serial/AddSecondaryNode (55.80s)

                                                
                                    
x
+
TestMultiControlPlane/serial/HAppyAfterSecondaryNodeAdd (0.63s)

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

                                                
                                    
x
+
TestJSONOutput/start/Command (37.71s)

                                                
                                                
=== RUN   TestJSONOutput/start/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 start -p json-output-611743 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio
E0325 10:40:00.447695   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:40:28.134642   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
json_output_test.go:63: (dbg) Done: out/minikube-linux-amd64 start -p json-output-611743 --output=json --user=testUser --memory=2200 --wait=true --driver=docker  --container-runtime=crio: (37.711887094s)
--- PASS: TestJSONOutput/start/Command (37.71s)

                                                
                                    
x
+
TestJSONOutput/start/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/pause/Command (0.67s)

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

                                                
                                    
x
+
TestJSONOutput/pause/Audit (0s)

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

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

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

                                                
                                                

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

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

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

                                                
                                                

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

                                                
                                    
x
+
TestJSONOutput/unpause/Command (0.59s)

                                                
                                                
=== RUN   TestJSONOutput/unpause/Command
json_output_test.go:63: (dbg) Run:  out/minikube-linux-amd64 unpause -p json-output-611743 --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.64s)

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

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

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

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"52846982-6cb5-4915-a59b-835dc4c55a48","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[json-output-error-444988] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"20154c69-b1e3-4a66-ae23-2866888e0314","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=18500"}}
	{"specversion":"1.0","id":"a9040d6b-cd99-4c6d-b282-c13a7a4a2e11","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":"3b89876c-be51-447a-9049-bb539fe6e9c2","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/18500-3438/kubeconfig"}}
	{"specversion":"1.0","id":"70ba369d-e3f4-40aa-9b53-71211b5aa73f","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-3438/.minikube"}}
	{"specversion":"1.0","id":"14ad5572-b62f-4a62-b79f-db4e2ba22045","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":"49acba70-897e-4357-bf52-d895abd3cd7c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"ff8ed150-b1cf-4f81-9dae-ce2de086a99a","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-444988" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p json-output-error-444988
--- PASS: TestErrorJSONOutput (0.22s)

                                                
                                    
x
+
TestKicCustomNetwork/create_custom_network (35.29s)

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

                                                
                                    
x
+
TestKicCustomNetwork/use_default_bridge_network (23.92s)

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

                                                
                                    
x
+
TestKicExistingNetwork (26.74s)

                                                
                                                
=== 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-931555 --network=existing-network
kic_custom_network_test.go:93: (dbg) Done: out/minikube-linux-amd64 start -p existing-network-931555 --network=existing-network: (24.681266581s)
helpers_test.go:175: Cleaning up "existing-network-931555" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p existing-network-931555
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p existing-network-931555: (1.923810253s)
--- PASS: TestKicExistingNetwork (26.74s)

                                                
                                    
x
+
TestKicCustomSubnet (23.6s)

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

                                                
                                    
x
+
TestKicStaticIP (26.38s)

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

                                                
                                    
x
+
TestMainNoArgs (0.06s)

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

                                                
                                    
x
+
TestMinikubeProfile (50.23s)

                                                
                                                
=== RUN   TestMinikubeProfile
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p first-296826 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p first-296826 --driver=docker  --container-runtime=crio: (20.361120152s)
minikube_profile_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p second-299830 --driver=docker  --container-runtime=crio
minikube_profile_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p second-299830 --driver=docker  --container-runtime=crio: (24.810644607s)
minikube_profile_test.go:51: (dbg) Run:  out/minikube-linux-amd64 profile first-296826
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-299830
minikube_profile_test.go:55: (dbg) Run:  out/minikube-linux-amd64 profile list -ojson
helpers_test.go:175: Cleaning up "second-299830" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p second-299830
E0325 10:43:52.822755   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p second-299830: (1.827606805s)
helpers_test.go:175: Cleaning up "first-296826" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p first-296826
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p first-296826: (2.183236965s)
--- PASS: TestMinikubeProfile (50.23s)

                                                
                                    
x
+
TestMountStart/serial/StartWithMountFirst (5.42s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountFirst
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-1-259161 --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-259161 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46464 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (4.420754041s)
--- PASS: TestMountStart/serial/StartWithMountFirst (5.42s)

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

                                                
                                    
x
+
TestMountStart/serial/StartWithMountSecond (8.31s)

                                                
                                                
=== RUN   TestMountStart/serial/StartWithMountSecond
mount_start_test.go:98: (dbg) Run:  out/minikube-linux-amd64 start -p mount-start-2-275949 --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-275949 --memory=2048 --mount --mount-gid 0 --mount-msize 6543 --mount-port 46465 --mount-uid 0 --no-kubernetes --driver=docker  --container-runtime=crio: (7.313255649s)
--- PASS: TestMountStart/serial/StartWithMountSecond (8.31s)

                                                
                                    
x
+
TestMountStart/serial/VerifyMountSecond (0.25s)

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

                                                
                                    
x
+
TestMountStart/serial/DeleteFirst (1.58s)

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

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

                                                
                                    
x
+
TestMountStart/serial/RestartStopped (7.32s)

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

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

                                                
                                    
x
+
TestMultiNode/serial/FreshStart2Nodes (87.22s)

                                                
                                                
=== RUN   TestMultiNode/serial/FreshStart2Nodes
multinode_test.go:96: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-889044 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0325 10:45:00.447398   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 10:45:15.869863   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
multinode_test.go:96: (dbg) Done: out/minikube-linux-amd64 start -p multinode-889044 --wait=true --memory=2200 --nodes=2 -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (1m26.77193427s)
multinode_test.go:102: (dbg) Run:  out/minikube-linux-amd64 -p multinode-889044 status --alsologtostderr
--- PASS: TestMultiNode/serial/FreshStart2Nodes (87.22s)

                                                
                                    
x
+
TestMultiNode/serial/DeployApp2Nodes (4.94s)

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

                                                
                                    
x
+
TestMultiNode/serial/PingHostFrom2Pods (0.75s)

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

                                                
                                    
x
+
TestMultiNode/serial/AddNode (45.2s)

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

                                                
                                    
x
+
TestMultiNode/serial/MultiNodeLabels (0.06s)

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

                                                
                                    
x
+
TestMultiNode/serial/ProfileList (0.29s)

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

                                                
                                    
x
+
TestMultiNode/serial/CopyFile (8.95s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopNode (2.08s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0325 10:46:51.200189  152431 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:46:51.200298  152431 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:46:51.200308  152431 out.go:304] Setting ErrFile to fd 2...
	I0325 10:46:51.200312  152431 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:46:51.200507  152431 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	I0325 10:46:51.200673  152431 out.go:298] Setting JSON to false
	I0325 10:46:51.200700  152431 mustload.go:65] Loading cluster: multinode-889044
	I0325 10:46:51.200806  152431 notify.go:220] Checking for updates...
	I0325 10:46:51.201064  152431 config.go:182] Loaded profile config "multinode-889044": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:46:51.201077  152431 status.go:255] checking status of multinode-889044 ...
	I0325 10:46:51.201533  152431 cli_runner.go:164] Run: docker container inspect multinode-889044 --format={{.State.Status}}
	I0325 10:46:51.217655  152431 status.go:330] multinode-889044 host status = "Running" (err=<nil>)
	I0325 10:46:51.217685  152431 host.go:66] Checking if "multinode-889044" exists ...
	I0325 10:46:51.217956  152431 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-889044
	I0325 10:46:51.233546  152431 host.go:66] Checking if "multinode-889044" exists ...
	I0325 10:46:51.233896  152431 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0325 10:46:51.233961  152431 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-889044
	I0325 10:46:51.249126  152431 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32907 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/multinode-889044/id_rsa Username:docker}
	I0325 10:46:51.334281  152431 ssh_runner.go:195] Run: systemctl --version
	I0325 10:46:51.338173  152431 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0325 10:46:51.348104  152431 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:46:51.398781  152431 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:41 OomKillDisable:true NGoroutines:63 SystemTime:2024-03-25 10:46:51.388974893 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:46:51.399304  152431 kubeconfig.go:125] found "multinode-889044" server: "https://192.168.67.2:8443"
	I0325 10:46:51.399325  152431 api_server.go:166] Checking apiserver status ...
	I0325 10:46:51.399356  152431 ssh_runner.go:195] Run: sudo pgrep -xnf kube-apiserver.*minikube.*
	I0325 10:46:51.409557  152431 ssh_runner.go:195] Run: sudo egrep ^[0-9]+:freezer: /proc/1569/cgroup
	I0325 10:46:51.417756  152431 api_server.go:182] apiserver freezer: "10:freezer:/docker/5d6b59408a47eb4625ee108ef716044164b09a45bad9ad6d0d3191cab72fe4c4/crio/crio-998cd59c65e68cf53c088f65c63ddf1952648c728cca756fff90ecb53c0ff473"
	I0325 10:46:51.417806  152431 ssh_runner.go:195] Run: sudo cat /sys/fs/cgroup/freezer/docker/5d6b59408a47eb4625ee108ef716044164b09a45bad9ad6d0d3191cab72fe4c4/crio/crio-998cd59c65e68cf53c088f65c63ddf1952648c728cca756fff90ecb53c0ff473/freezer.state
	I0325 10:46:51.425063  152431 api_server.go:204] freezer state: "THAWED"
	I0325 10:46:51.425082  152431 api_server.go:253] Checking apiserver healthz at https://192.168.67.2:8443/healthz ...
	I0325 10:46:51.429527  152431 api_server.go:279] https://192.168.67.2:8443/healthz returned 200:
	ok
	I0325 10:46:51.429551  152431 status.go:422] multinode-889044 apiserver status = Running (err=<nil>)
	I0325 10:46:51.429563  152431 status.go:257] multinode-889044 status: &{Name:multinode-889044 Host:Running Kubelet:Running APIServer:Running Kubeconfig:Configured Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0325 10:46:51.429585  152431 status.go:255] checking status of multinode-889044-m02 ...
	I0325 10:46:51.429868  152431 cli_runner.go:164] Run: docker container inspect multinode-889044-m02 --format={{.State.Status}}
	I0325 10:46:51.453475  152431 status.go:330] multinode-889044-m02 host status = "Running" (err=<nil>)
	I0325 10:46:51.453498  152431 host.go:66] Checking if "multinode-889044-m02" exists ...
	I0325 10:46:51.453747  152431 cli_runner.go:164] Run: docker container inspect -f "{{range .NetworkSettings.Networks}}{{.IPAddress}},{{.GlobalIPv6Address}}{{end}}" multinode-889044-m02
	I0325 10:46:51.469254  152431 host.go:66] Checking if "multinode-889044-m02" exists ...
	I0325 10:46:51.469561  152431 ssh_runner.go:195] Run: sh -c "df -h /var | awk 'NR==2{print $5}'"
	I0325 10:46:51.469602  152431 cli_runner.go:164] Run: docker container inspect -f "'{{(index (index .NetworkSettings.Ports "22/tcp") 0).HostPort}}'" multinode-889044-m02
	I0325 10:46:51.484778  152431 sshutil.go:53] new ssh client: &{IP:127.0.0.1 Port:32912 SSHKeyPath:/home/jenkins/minikube-integration/18500-3438/.minikube/machines/multinode-889044-m02/id_rsa Username:docker}
	I0325 10:46:51.574262  152431 ssh_runner.go:195] Run: sudo systemctl is-active --quiet service kubelet
	I0325 10:46:51.585242  152431 status.go:257] multinode-889044-m02 status: &{Name:multinode-889044-m02 Host:Running Kubelet:Running APIServer:Irrelevant Kubeconfig:Irrelevant Worker:true TimeToStop: DockerEnv: PodManEnv:}
	I0325 10:46:51.585273  152431 status.go:255] checking status of multinode-889044-m03 ...
	I0325 10:46:51.585580  152431 cli_runner.go:164] Run: docker container inspect multinode-889044-m03 --format={{.State.Status}}
	I0325 10:46:51.601670  152431 status.go:330] multinode-889044-m03 host status = "Stopped" (err=<nil>)
	I0325 10:46:51.601698  152431 status.go:343] host is not running, skipping remaining checks
	I0325 10:46:51.601707  152431 status.go:257] multinode-889044-m03 status: &{Name:multinode-889044-m03 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/StartAfterStop (8.79s)

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

                                                
                                    
x
+
TestMultiNode/serial/RestartKeepsNodes (82.18s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartKeepsNodes
multinode_test.go:314: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-889044
multinode_test.go:321: (dbg) Run:  out/minikube-linux-amd64 stop -p multinode-889044
multinode_test.go:321: (dbg) Done: out/minikube-linux-amd64 stop -p multinode-889044: (24.587528203s)
multinode_test.go:326: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-889044 --wait=true -v=8 --alsologtostderr
multinode_test.go:326: (dbg) Done: out/minikube-linux-amd64 start -p multinode-889044 --wait=true -v=8 --alsologtostderr: (57.472790239s)
multinode_test.go:331: (dbg) Run:  out/minikube-linux-amd64 node list -p multinode-889044
--- PASS: TestMultiNode/serial/RestartKeepsNodes (82.18s)

                                                
                                    
x
+
TestMultiNode/serial/DeleteNode (4.92s)

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

                                                
                                    
x
+
TestMultiNode/serial/StopMultiNode (23.7s)

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

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

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0325 10:48:51.155130  161264 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:48:51.155245  161264 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:48:51.155253  161264 out.go:304] Setting ErrFile to fd 2...
	I0325 10:48:51.155258  161264 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:48:51.155480  161264 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	I0325 10:48:51.155670  161264 out.go:298] Setting JSON to false
	I0325 10:48:51.155699  161264 mustload.go:65] Loading cluster: multinode-889044
	I0325 10:48:51.155811  161264 notify.go:220] Checking for updates...
	I0325 10:48:51.156231  161264 config.go:182] Loaded profile config "multinode-889044": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:48:51.156254  161264 status.go:255] checking status of multinode-889044 ...
	I0325 10:48:51.156736  161264 cli_runner.go:164] Run: docker container inspect multinode-889044 --format={{.State.Status}}
	I0325 10:48:51.174971  161264 status.go:330] multinode-889044 host status = "Stopped" (err=<nil>)
	I0325 10:48:51.174992  161264 status.go:343] host is not running, skipping remaining checks
	I0325 10:48:51.174998  161264 status.go:257] multinode-889044 status: &{Name:multinode-889044 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:false TimeToStop: DockerEnv: PodManEnv:}
	I0325 10:48:51.175018  161264 status.go:255] checking status of multinode-889044-m02 ...
	I0325 10:48:51.175234  161264 cli_runner.go:164] Run: docker container inspect multinode-889044-m02 --format={{.State.Status}}
	I0325 10:48:51.191958  161264 status.go:330] multinode-889044-m02 host status = "Stopped" (err=<nil>)
	I0325 10:48:51.191984  161264 status.go:343] host is not running, skipping remaining checks
	I0325 10:48:51.191993  161264 status.go:257] multinode-889044-m02 status: &{Name:multinode-889044-m02 Host:Stopped Kubelet:Stopped APIServer:Stopped Kubeconfig:Stopped Worker:true TimeToStop: DockerEnv: PodManEnv:}

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

                                                
                                    
x
+
TestMultiNode/serial/RestartMultiNode (59.43s)

                                                
                                                
=== RUN   TestMultiNode/serial/RestartMultiNode
multinode_test.go:376: (dbg) Run:  out/minikube-linux-amd64 start -p multinode-889044 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio
E0325 10:48:52.822430   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
multinode_test.go:376: (dbg) Done: out/minikube-linux-amd64 start -p multinode-889044 --wait=true -v=8 --alsologtostderr --driver=docker  --container-runtime=crio: (58.885453648s)
multinode_test.go:382: (dbg) Run:  out/minikube-linux-amd64 -p multinode-889044 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 (59.43s)

                                                
                                    
x
+
TestMultiNode/serial/ValidateNameConflict (23.43s)

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	! Profile name 'multinode-889044-m02' is duplicated with machine name 'multinode-889044-m02' in profile 'multinode-889044'
	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-889044-m03 --driver=docker  --container-runtime=crio
E0325 10:50:00.447170   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
multinode_test.go:472: (dbg) Done: out/minikube-linux-amd64 start -p multinode-889044-m03 --driver=docker  --container-runtime=crio: (21.152336284s)
multinode_test.go:479: (dbg) Run:  out/minikube-linux-amd64 node add -p multinode-889044
multinode_test.go:479: (dbg) Non-zero exit: out/minikube-linux-amd64 node add -p multinode-889044: exit status 80 (273.891086ms)

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

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

                                                
                                    
x
+
TestPreload (174.8s)

                                                
                                                
=== RUN   TestPreload
preload_test.go:44: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-686971 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4
E0325 10:51:23.495628   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
preload_test.go:44: (dbg) Done: out/minikube-linux-amd64 start -p test-preload-686971 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.24.4: (2m16.90394927s)
preload_test.go:52: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-686971 image pull gcr.io/k8s-minikube/busybox
preload_test.go:52: (dbg) Done: out/minikube-linux-amd64 -p test-preload-686971 image pull gcr.io/k8s-minikube/busybox: (2.506957176s)
preload_test.go:58: (dbg) Run:  out/minikube-linux-amd64 stop -p test-preload-686971
preload_test.go:58: (dbg) Done: out/minikube-linux-amd64 stop -p test-preload-686971: (5.706428628s)
preload_test.go:66: (dbg) Run:  out/minikube-linux-amd64 start -p test-preload-686971 --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-686971 --memory=2200 --alsologtostderr -v=1 --wait=true --driver=docker  --container-runtime=crio: (27.17210227s)
preload_test.go:71: (dbg) Run:  out/minikube-linux-amd64 -p test-preload-686971 image list
helpers_test.go:175: Cleaning up "test-preload-686971" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p test-preload-686971
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p test-preload-686971: (2.275869255s)
--- PASS: TestPreload (174.80s)

                                                
                                    
x
+
TestScheduledStopUnix (99.15s)

                                                
                                                
=== RUN   TestScheduledStopUnix
scheduled_stop_test.go:128: (dbg) Run:  out/minikube-linux-amd64 start -p scheduled-stop-710247 --memory=2048 --driver=docker  --container-runtime=crio
scheduled_stop_test.go:128: (dbg) Done: out/minikube-linux-amd64 start -p scheduled-stop-710247 --memory=2048 --driver=docker  --container-runtime=crio: (22.908238611s)
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-710247 --schedule 5m
scheduled_stop_test.go:191: (dbg) Run:  out/minikube-linux-amd64 status --format={{.TimeToStop}} -p scheduled-stop-710247 -n scheduled-stop-710247
scheduled_stop_test.go:169: signal error was:  <nil>
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-710247 --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-710247 --cancel-scheduled
E0325 10:53:52.823289   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
scheduled_stop_test.go:176: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p scheduled-stop-710247 -n scheduled-stop-710247
scheduled_stop_test.go:205: (dbg) Run:  out/minikube-linux-amd64 status -p scheduled-stop-710247
scheduled_stop_test.go:137: (dbg) Run:  out/minikube-linux-amd64 stop -p scheduled-stop-710247 --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-710247
scheduled_stop_test.go:205: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p scheduled-stop-710247: exit status 7 (74.626821ms)

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

                                                
                                                
-- stdout --
	Stopped

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

                                                
                                    
x
+
TestInsufficientStorage (9.84s)

                                                
                                                
=== RUN   TestInsufficientStorage
status_test.go:50: (dbg) Run:  out/minikube-linux-amd64 start -p insufficient-storage-685909 --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-685909 --memory=2048 --output=json --wait=true --driver=docker  --container-runtime=crio: exit status 26 (7.459112401s)

                                                
                                                
-- stdout --
	{"specversion":"1.0","id":"5c9ecfa1-60cd-4f1a-8a3e-5a4e416f0f35","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"0","message":"[insufficient-storage-685909] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)","name":"Initial Minikube Setup","totalsteps":"19"}}
	{"specversion":"1.0","id":"a64fd90f-2abd-48f3-a9d3-fe01f6e93caa","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_LOCATION=18500"}}
	{"specversion":"1.0","id":"6483d1cf-8589-41a1-a344-1bac3b37ccaf","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":"73894ec1-ea9f-499c-81aa-e6afdabee7ce","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"KUBECONFIG=/home/jenkins/minikube-integration/18500-3438/kubeconfig"}}
	{"specversion":"1.0","id":"f5cbb6be-5a3a-4fe8-8409-032e9c6fb1c8","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-3438/.minikube"}}
	{"specversion":"1.0","id":"cf28fe7d-dacf-448e-bd10-c32651d13997","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":"7134474e-daef-44d2-9410-af974b2d0567","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.info","datacontenttype":"application/json","data":{"message":"MINIKUBE_FORCE_SYSTEMD="}}
	{"specversion":"1.0","id":"23534fbe-072f-4581-b10f-d64397445736","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":"66c7cd96-949a-44d3-ace4-6a1a0cc676df","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":"97d2d00f-6191-4ad3-8791-dc5beb80cd64","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":"5f2ee0c5-d339-44c3-b58e-3626d8407dee","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":"d09d8ce6-0906-4d07-8678-10a31a9907ca","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"3","message":"Starting \"insufficient-storage-685909\" primary control-plane node in \"insufficient-storage-685909\" cluster","name":"Starting Node","totalsteps":"19"}}
	{"specversion":"1.0","id":"b9e71181-27dd-4842-b722-ad03238af38c","source":"https://minikube.sigs.k8s.io/","type":"io.k8s.sigs.minikube.step","datacontenttype":"application/json","data":{"currentstep":"5","message":"Pulling base image v0.0.43-beta.0 ...","name":"Pulling Base Image","totalsteps":"19"}}
	{"specversion":"1.0","id":"91e53b0d-5df5-473c-916e-83b725d9ade9","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":"cdcaea75-d216-41bd-b3f0-d19a18b812dd","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-685909 --output=json --layout=cluster
status_test.go:76: (dbg) Non-zero exit: out/minikube-linux-amd64 status -p insufficient-storage-685909 --output=json --layout=cluster: exit status 7 (258.621196ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0325 10:54:59.556639  182224 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-685909" does not appear in /home/jenkins/minikube-integration/18500-3438/kubeconfig

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

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

                                                
                                                
-- /stdout --
** stderr ** 
	E0325 10:54:59.811587  182325 status.go:417] kubeconfig endpoint: get endpoint: "insufficient-storage-685909" does not appear in /home/jenkins/minikube-integration/18500-3438/kubeconfig
	E0325 10:54:59.821599  182325 status.go:560] unable to read event log: stat: stat /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/insufficient-storage-685909/events.json: no such file or directory

                                                
                                                
** /stderr **
helpers_test.go:175: Cleaning up "insufficient-storage-685909" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p insufficient-storage-685909
E0325 10:55:00.446999   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p insufficient-storage-685909: (1.864343846s)
--- PASS: TestInsufficientStorage (9.84s)

                                                
                                    
x
+
TestRunningBinaryUpgrade (50.98s)

                                                
                                                
=== RUN   TestRunningBinaryUpgrade
=== PAUSE TestRunningBinaryUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestRunningBinaryUpgrade
version_upgrade_test.go:120: (dbg) Run:  /tmp/minikube-v1.26.0.2343111840 start -p running-upgrade-545753 --memory=2200 --vm-driver=docker  --container-runtime=crio
E0325 10:58:52.823009   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory
version_upgrade_test.go:120: (dbg) Done: /tmp/minikube-v1.26.0.2343111840 start -p running-upgrade-545753 --memory=2200 --vm-driver=docker  --container-runtime=crio: (27.200350183s)
version_upgrade_test.go:130: (dbg) Run:  out/minikube-linux-amd64 start -p running-upgrade-545753 --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-545753 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (18.977797453s)
helpers_test.go:175: Cleaning up "running-upgrade-545753" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p running-upgrade-545753
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p running-upgrade-545753: (2.454364871s)
--- PASS: TestRunningBinaryUpgrade (50.98s)

                                                
                                    
x
+
TestKubernetesUpgrade (347.52s)

                                                
                                                
=== RUN   TestKubernetesUpgrade
=== PAUSE TestKubernetesUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestKubernetesUpgrade
version_upgrade_test.go:222: (dbg) Run:  out/minikube-linux-amd64 start -p kubernetes-upgrade-023841 --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-023841 --memory=2200 --kubernetes-version=v1.20.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (42.942146025s)
version_upgrade_test.go:227: (dbg) Run:  out/minikube-linux-amd64 stop -p kubernetes-upgrade-023841
version_upgrade_test.go:227: (dbg) Done: out/minikube-linux-amd64 stop -p kubernetes-upgrade-023841: (1.262894335s)
version_upgrade_test.go:232: (dbg) Run:  out/minikube-linux-amd64 -p kubernetes-upgrade-023841 status --format={{.Host}}
version_upgrade_test.go:232: (dbg) Non-zero exit: out/minikube-linux-amd64 -p kubernetes-upgrade-023841 status --format={{.Host}}: exit status 7 (87.844646ms)

                                                
                                                
-- 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-023841 --memory=2200 --kubernetes-version=v1.30.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:243: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-023841 --memory=2200 --kubernetes-version=v1.30.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (4m30.847768628s)
version_upgrade_test.go:248: (dbg) Run:  kubectl --context kubernetes-upgrade-023841 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-023841 --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-023841 --memory=2200 --kubernetes-version=v1.20.0 --driver=docker  --container-runtime=crio: exit status 106 (95.731612ms)

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

                                                
                                                
** /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-023841 --memory=2200 --kubernetes-version=v1.30.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:275: (dbg) Done: out/minikube-linux-amd64 start -p kubernetes-upgrade-023841 --memory=2200 --kubernetes-version=v1.30.0-beta.0 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (27.738681641s)
helpers_test.go:175: Cleaning up "kubernetes-upgrade-023841" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p kubernetes-upgrade-023841
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p kubernetes-upgrade-023841: (4.4824155s)
--- PASS: TestKubernetesUpgrade (347.52s)

                                                
                                    
x
+
TestMissingContainerUpgrade (135.92s)

                                                
                                                
=== RUN   TestMissingContainerUpgrade
=== PAUSE TestMissingContainerUpgrade

                                                
                                                

                                                
                                                
=== CONT  TestMissingContainerUpgrade
version_upgrade_test.go:309: (dbg) Run:  /tmp/minikube-v1.26.0.621259332 start -p missing-upgrade-825496 --memory=2200 --driver=docker  --container-runtime=crio
version_upgrade_test.go:309: (dbg) Done: /tmp/minikube-v1.26.0.621259332 start -p missing-upgrade-825496 --memory=2200 --driver=docker  --container-runtime=crio: (1m7.459612529s)
version_upgrade_test.go:318: (dbg) Run:  docker stop missing-upgrade-825496
version_upgrade_test.go:318: (dbg) Done: docker stop missing-upgrade-825496: (10.428948401s)
version_upgrade_test.go:323: (dbg) Run:  docker rm missing-upgrade-825496
version_upgrade_test.go:329: (dbg) Run:  out/minikube-linux-amd64 start -p missing-upgrade-825496 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio
version_upgrade_test.go:329: (dbg) Done: out/minikube-linux-amd64 start -p missing-upgrade-825496 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (52.24314088s)
helpers_test.go:175: Cleaning up "missing-upgrade-825496" profile ...
helpers_test.go:178: (dbg) Run:  out/minikube-linux-amd64 delete -p missing-upgrade-825496
helpers_test.go:178: (dbg) Done: out/minikube-linux-amd64 delete -p missing-upgrade-825496: (3.493446886s)
--- PASS: TestMissingContainerUpgrade (135.92s)

                                                
                                    
x
+
TestPause/serial/Start (59.52s)

                                                
                                                
=== RUN   TestPause/serial/Start
pause_test.go:80: (dbg) Run:  out/minikube-linux-amd64 start -p pause-611439 --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-611439 --memory=2048 --install-addons=false --wait=all --driver=docker  --container-runtime=crio: (59.515910801s)
--- PASS: TestPause/serial/Start (59.52s)

                                                
                                    
x
+
TestPause/serial/SecondStartNoReconfiguration (36.09s)

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

                                                
                                    
x
+
TestNetworkPlugins/group/false (3.42s)

                                                
                                                
=== RUN   TestNetworkPlugins/group/false
net_test.go:246: (dbg) Run:  out/minikube-linux-amd64 start -p false-513748 --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-513748 --memory=2048 --alsologtostderr --cni=false --driver=docker  --container-runtime=crio: exit status 14 (152.986289ms)

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

                                                
                                                
-- /stdout --
** stderr ** 
	I0325 10:56:04.256968  199356 out.go:291] Setting OutFile to fd 1 ...
	I0325 10:56:04.257095  199356 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:56:04.257105  199356 out.go:304] Setting ErrFile to fd 2...
	I0325 10:56:04.257113  199356 out.go:338] TERM=,COLORTERM=, which probably does not support color
	I0325 10:56:04.257288  199356 root.go:338] Updating PATH: /home/jenkins/minikube-integration/18500-3438/.minikube/bin
	I0325 10:56:04.257895  199356 out.go:298] Setting JSON to false
	I0325 10:56:04.258948  199356 start.go:129] hostinfo: {"hostname":"ubuntu-20-agent-8","uptime":2309,"bootTime":1711361855,"procs":293,"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"}
	I0325 10:56:04.259011  199356 start.go:139] virtualization: kvm guest
	I0325 10:56:04.261479  199356 out.go:177] * [false-513748] minikube v1.32.0 on Ubuntu 20.04 (kvm/amd64)
	I0325 10:56:04.262945  199356 out.go:177]   - MINIKUBE_LOCATION=18500
	I0325 10:56:04.264527  199356 out.go:177]   - MINIKUBE_SUPPRESS_DOCKER_PERFORMANCE=true
	I0325 10:56:04.262989  199356 notify.go:220] Checking for updates...
	I0325 10:56:04.267520  199356 out.go:177]   - KUBECONFIG=/home/jenkins/minikube-integration/18500-3438/kubeconfig
	I0325 10:56:04.269064  199356 out.go:177]   - MINIKUBE_HOME=/home/jenkins/minikube-integration/18500-3438/.minikube
	I0325 10:56:04.270592  199356 out.go:177]   - MINIKUBE_BIN=out/minikube-linux-amd64
	I0325 10:56:04.272188  199356 out.go:177]   - MINIKUBE_FORCE_SYSTEMD=
	I0325 10:56:04.274115  199356 config.go:182] Loaded profile config "cert-expiration-635599": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:56:04.274229  199356 config.go:182] Loaded profile config "offline-crio-630575": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:56:04.274328  199356 config.go:182] Loaded profile config "pause-611439": Driver=docker, ContainerRuntime=crio, KubernetesVersion=v1.29.3
	I0325 10:56:04.274409  199356 driver.go:392] Setting default libvirt URI to qemu:///system
	I0325 10:56:04.294902  199356 docker.go:122] docker version: linux-26.0.0:Docker Engine - Community
	I0325 10:56:04.295087  199356 cli_runner.go:164] Run: docker system info --format "{{json .}}"
	I0325 10:56:04.345518  199356 info.go:266] docker info: {ID:TS6T:UINC:MIYS:RZPA:KS6T:4JQK:7JHN:D6RA:LDP2:MHAE:G32M:C5NQ Containers:3 ContainersRunning:3 ContainersPaused:0 ContainersStopped:0 Images:3 Driver:overlay2 DriverStatus:[[Backing Filesystem extfs] [Supports d_type true] [Using metacopy false] [Native Overlay Diff true] [userxattr false]] SystemStatus:<nil> Plugins:{Volume:[local] Network:[bridge host ipvlan macvlan null overlay] Authorization:<nil> Log:[awslogs fluentd gcplogs gelf journald json-file local splunk syslog]} MemoryLimit:true SwapLimit:true KernelMemory:false KernelMemoryTCP:true CPUCfsPeriod:true CPUCfsQuota:true CPUShares:true CPUSet:true PidsLimit:true IPv4Forwarding:true BridgeNfIptables:true BridgeNfIP6Tables:true Debug:false NFd:52 OomKillDisable:true NGoroutines:73 SystemTime:2024-03-25 10:56:04.335436135 +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:33647988736 GenericResources:<nil> DockerRootDir:/var/lib/docker HTTPProxy: HTTPSProxy: NoProxy: Name:ubuntu-20-agent-8 Labels:[] ExperimentalBuild:false ServerVersion:26.0.0 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.1] map[Name:compose Path:/usr/libexec/docker/cli-plugins/docker-compose SchemaVersion:0.1.0 ShortDescription:Docker Compose Vendor:Docker Inc. Version:v2.25.0] map[Name:scan Path:/usr/libexec/docker/cli-plugins/docker-scan SchemaVersion:0.1.0 ShortDescription:Docker Scan Vendor:Docker Inc. Version:v0.23.0]] Warnings:<nil>}}
	I0325 10:56:04.345617  199356 docker.go:295] overlay module found
	I0325 10:56:04.347537  199356 out.go:177] * Using the docker driver based on user configuration
	I0325 10:56:04.348959  199356 start.go:297] selected driver: docker
	I0325 10:56:04.348974  199356 start.go:901] validating driver "docker" against <nil>
	I0325 10:56:04.348988  199356 start.go:912] status for docker: {Installed:true Healthy:true Running:false NeedsImprovement:false Error:<nil> Reason: Fix: Doc: Version:}
	I0325 10:56:04.351345  199356 out.go:177] 
	W0325 10:56:04.352718  199356 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
	I0325 10:56:04.354154  199356 out.go:177] 

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:35 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.103.2:8443
name: cert-expiration-635599
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:48 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.85.2:8443
name: offline-crio-630575
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:47 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.76.2:8443
name: pause-611439
contexts:
- context:
cluster: cert-expiration-635599
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:35 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: cert-expiration-635599
name: cert-expiration-635599
- context:
cluster: offline-crio-630575
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:48 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: offline-crio-630575
name: offline-crio-630575
- context:
cluster: pause-611439
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:47 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: pause-611439
name: pause-611439
current-context: ""
kind: Config
preferences: {}
users:
- name: cert-expiration-635599
user:
client-certificate: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/cert-expiration-635599/client.crt
client-key: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/cert-expiration-635599/client.key
- name: offline-crio-630575
user:
client-certificate: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/offline-crio-630575/client.crt
client-key: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/offline-crio-630575/client.key
- name: pause-611439
user:
client-certificate: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/pause-611439/client.crt
client-key: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/pause-611439/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoK8sWithVersion (0.08s)

                                                
                                                
=== RUN   TestNoKubernetes/serial/StartNoK8sWithVersion
no_kubernetes_test.go:83: (dbg) Run:  out/minikube-linux-amd64 start -p NoKubernetes-861189 --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-861189 --no-kubernetes --kubernetes-version=1.20 --driver=docker  --container-runtime=crio: exit status 14 (77.21073ms)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithK8s (24.37s)

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Setup (2.39s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartWithStopK8s (20.82s)

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/Upgrade (124.8s)

                                                
                                                
=== RUN   TestStoppedBinaryUpgrade/Upgrade
version_upgrade_test.go:183: (dbg) Run:  /tmp/minikube-v1.26.0.1905997696 start -p stopped-upgrade-127086 --memory=2200 --vm-driver=docker  --container-runtime=crio
version_upgrade_test.go:183: (dbg) Done: /tmp/minikube-v1.26.0.1905997696 start -p stopped-upgrade-127086 --memory=2200 --vm-driver=docker  --container-runtime=crio: (1m35.077492828s)
version_upgrade_test.go:192: (dbg) Run:  /tmp/minikube-v1.26.0.1905997696 -p stopped-upgrade-127086 stop
version_upgrade_test.go:192: (dbg) Done: /tmp/minikube-v1.26.0.1905997696 -p stopped-upgrade-127086 stop: (5.440489881s)
version_upgrade_test.go:198: (dbg) Run:  out/minikube-linux-amd64 start -p stopped-upgrade-127086 --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-127086 --memory=2200 --alsologtostderr -v=1 --driver=docker  --container-runtime=crio: (24.284822407s)
--- PASS: TestStoppedBinaryUpgrade/Upgrade (124.80s)

                                                
                                    
x
+
TestPause/serial/Pause (0.76s)

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

                                                
                                    
x
+
TestPause/serial/VerifyStatus (0.34s)

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

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

                                                
                                    
x
+
TestPause/serial/Unpause (0.68s)

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

                                                
                                    
x
+
TestPause/serial/PauseAgain (0.81s)

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

                                                
                                    
x
+
TestPause/serial/DeletePaused (2.87s)

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

                                                
                                    
x
+
TestPause/serial/VerifyDeletedResources (18.84s)

                                                
                                                
=== 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.782418361s)
pause_test.go:168: (dbg) Run:  docker ps -a
pause_test.go:173: (dbg) Run:  docker volume inspect pause-611439
pause_test.go:173: (dbg) Non-zero exit: docker volume inspect pause-611439: exit status 1 (17.905105ms)

                                                
                                                
-- stdout --
	[]

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/Start (12.65s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunning (0.29s)

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

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

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

                                                
                                    
x
+
TestNoKubernetes/serial/ProfileList (1.03s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/Stop (1.53s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/StartNoArgs (6.91s)

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

                                                
                                    
x
+
TestNoKubernetes/serial/VerifyK8sNotRunningSecond (0.25s)

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

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

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

                                                
                                    
x
+
TestStoppedBinaryUpgrade/MinikubeLogs (0.79s)

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p kindnet-513748 --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-513748 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=kindnet --driver=docker  --container-runtime=crio: (39.892013005s)
--- PASS: TestNetworkPlugins/group/kindnet/Start (39.89s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p calico-513748 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio
E0325 11:00:00.447499   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
net_test.go:112: (dbg) Done: out/minikube-linux-amd64 start -p calico-513748 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=calico --driver=docker  --container-runtime=crio: (1m6.847145945s)
--- PASS: TestNetworkPlugins/group/calico/Start (66.85s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/auto/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context auto-513748 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-rxnt4" [3cba5ca7-8df2-47a5-b4ac-638096f6b4af] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-rxnt4" [3cba5ca7-8df2-47a5-b4ac-638096f6b4af] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/auto/NetCatPod: app=netcat healthy within 9.003764121s
--- PASS: TestNetworkPlugins/group/auto/NetCatPod (9.22s)

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

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

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

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

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

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

                                                
                                    
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-h9tw6" [17fed06c-0068-41ec-a8f3-e58c70a869d8] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/kindnet/ControllerPod: app=kindnet healthy within 6.004970369s
--- PASS: TestNetworkPlugins/group/kindnet/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/kindnet/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context kindnet-513748 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-d4sks" [5be8f8d2-615f-4a5a-a1b5-37b72e23cdbb] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-d4sks" [5be8f8d2-615f-4a5a-a1b5-37b72e23cdbb] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/kindnet/NetCatPod: app=netcat healthy within 10.003730828s
--- PASS: TestNetworkPlugins/group/kindnet/NetCatPod (10.23s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p custom-flannel-513748 --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-513748 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=testdata/kube-flannel.yaml --driver=docker  --container-runtime=crio: (1m2.511049442s)
--- PASS: TestNetworkPlugins/group/custom-flannel/Start (62.51s)

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

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

                                                
                                    
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-6c994" [2fd6b4bf-3e48-48f5-ab67-ab145148541e] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/calico/ControllerPod: k8s-app=calico-node healthy within 6.004418784s
--- PASS: TestNetworkPlugins/group/calico/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/calico/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context calico-513748 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-s68q7" [0e57e345-ab9b-46c1-b99c-470f6c672282] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-s68q7" [0e57e345-ab9b-46c1-b99c-470f6c672282] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/calico/NetCatPod: app=netcat healthy within 10.00428802s
--- PASS: TestNetworkPlugins/group/calico/NetCatPod (10.24s)

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

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

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

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

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

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

                                                
                                    
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-513748 "pgrep -a kubelet"
--- PASS: TestNetworkPlugins/group/custom-flannel/KubeletFlags (0.28s)

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/custom-flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context custom-flannel-513748 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-782zp" [b3d52c93-1d30-4c1d-ae4f-ca3938dc3d95] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-782zp" [b3d52c93-1d30-4c1d-ae4f-ca3938dc3d95] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/custom-flannel/NetCatPod: app=netcat healthy within 10.004079057s
--- PASS: TestNetworkPlugins/group/custom-flannel/NetCatPod (10.19s)

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

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/Start
net_test.go:112: (dbg) Run:  out/minikube-linux-amd64 start -p bridge-513748 --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-513748 --memory=3072 --alsologtostderr --wait=true --wait-timeout=15m --cni=bridge --driver=docker  --container-runtime=crio: (39.414668004s)
--- PASS: TestNetworkPlugins/group/bridge/Start (39.41s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/enable-default-cni/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context enable-default-cni-513748 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-x72m6" [356bf1c0-0066-4ba3-a7be-7f93625c6430] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-x72m6" [356bf1c0-0066-4ba3-a7be-7f93625c6430] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/enable-default-cni/NetCatPod: app=netcat healthy within 11.007140283s
--- PASS: TestNetworkPlugins/group/enable-default-cni/NetCatPod (11.22s)

                                                
                                    
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-513748 exec deployment/netcat -- nslookup kubernetes.default
--- PASS: TestNetworkPlugins/group/enable-default-cni/DNS (0.14s)

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

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

                                                
                                    
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-513748 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-f9c9l" [3c4f76e2-a5ff-460c-b2f1-5fd34a800cce] Running
net_test.go:120: (dbg) TestNetworkPlugins/group/flannel/ControllerPod: app=flannel healthy within 6.00503717s
--- PASS: TestNetworkPlugins/group/flannel/ControllerPod (6.01s)

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/flannel/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context flannel-513748 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-gtb94" [3451240a-7983-45fd-a537-0d9c774a0e44] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-gtb94" [3451240a-7983-45fd-a537-0d9c774a0e44] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/flannel/NetCatPod: app=netcat healthy within 10.004450402s
--- PASS: TestNetworkPlugins/group/flannel/NetCatPod (10.22s)

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

                                                
                                                
=== 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-580501 --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:186: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-580501 --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: (2m13.030812761s)
--- PASS: TestStartStop/group/old-k8s-version/serial/FirstStart (133.03s)

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

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/NetCatPod
net_test.go:149: (dbg) Run:  kubectl --context bridge-513748 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-tlz9x" [817fc8eb-be1e-4d02-909a-625264f6014e] Pending / Ready:ContainersNotReady (containers with unready status: [dnsutils]) / ContainersReady:ContainersNotReady (containers with unready status: [dnsutils])
helpers_test.go:344: "netcat-56589dfd74-tlz9x" [817fc8eb-be1e-4d02-909a-625264f6014e] Running
net_test.go:163: (dbg) TestNetworkPlugins/group/bridge/NetCatPod: app=netcat healthy within 11.004245902s
--- PASS: TestNetworkPlugins/group/bridge/NetCatPod (11.75s)

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

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

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

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

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

                                                
                                                
=== RUN   TestNetworkPlugins/group/bridge/HairPin
net_test.go:264: (dbg) Run:  kubectl --context bridge-513748 exec deployment/netcat -- /bin/sh -c "nc -w 5 -i 5 -z netcat 8080"
--- PASS: TestNetworkPlugins/group/bridge/HairPin (0.19s)
E0325 11:08:51.078887   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:08:52.822349   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/client.crt: no such file or directory

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-089083 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.0-beta.0
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-089083 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.0-beta.0: (1m55.717003504s)
--- PASS: TestStartStop/group/no-preload/serial/FirstStart (115.72s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p embed-certs-925150 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.3
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p embed-certs-925150 --memory=2200 --alsologtostderr --wait=true --embed-certs --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.3: (1m12.866535052s)
--- PASS: TestStartStop/group/embed-certs/serial/FirstStart (72.87s)

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

                                                
                                                
=== 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-563895 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.3
E0325 11:03:52.822308   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/addons-863013/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-563895 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.3: (1m10.33178753s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/FirstStart (70.33s)

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

                                                
                                                
=== RUN   TestStartStop/group/embed-certs/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-925150 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" [516e5180-ff45-4055-b7d8-e25bc0881960] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [516e5180-ff45-4055-b7d8-e25bc0881960] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/embed-certs/serial/DeployApp: integration-test=busybox healthy within 9.003542681s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context embed-certs-925150 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/embed-certs/serial/DeployApp (9.22s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-563895 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" [4771a93a-7d82-43cd-9cd2-74f62641296f] Pending
helpers_test.go:344: "busybox" [4771a93a-7d82-43cd-9cd2-74f62641296f] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [4771a93a-7d82-43cd-9cd2-74f62641296f] Running
start_stop_delete_test.go:196: (dbg) TestStartStop/group/default-k8s-diff-port/serial/DeployApp: integration-test=busybox healthy within 10.003583492s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context default-k8s-diff-port-563895 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/DeployApp (10.28s)

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

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

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

                                                
                                                
=== 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-563895 --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-563895 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/EnableAddonWhileActive (0.84s)

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

                                                
                                                
=== 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-563895 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p default-k8s-diff-port-563895 --alsologtostderr -v=3: (11.924318357s)
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/Stop (11.92s)

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

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

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

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

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

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

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

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

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

                                                
                                                
=== 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-563895 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.3
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p default-k8s-diff-port-563895 --memory=2200 --alsologtostderr --wait=true --apiserver-port=8444 --driver=docker  --container-runtime=crio --kubernetes-version=v1.29.3: (4m22.107808435s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p default-k8s-diff-port-563895 -n default-k8s-diff-port-563895
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/SecondStart (262.40s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-580501 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" [dfc4fdc4-98b9-45b9-bac7-7b914c633d00] Pending
helpers_test.go:344: "busybox" [dfc4fdc4-98b9-45b9-bac7-7b914c633d00] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
helpers_test.go:344: "busybox" [dfc4fdc4-98b9-45b9-bac7-7b914c633d00] Running
E0325 11:05:00.447445   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
start_stop_delete_test.go:196: (dbg) TestStartStop/group/old-k8s-version/serial/DeployApp: integration-test=busybox healthy within 9.004390359s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context old-k8s-version-580501 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/old-k8s-version/serial/DeployApp (9.45s)

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/DeployApp
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-089083 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" [25231a04-92bf-4a0c-8f52-29526ef6b9c8] Pending
helpers_test.go:344: "busybox" [25231a04-92bf-4a0c-8f52-29526ef6b9c8] Pending / Ready:ContainersNotReady (containers with unready status: [busybox]) / ContainersReady:ContainersNotReady (containers with unready status: [busybox])
E0325 11:05:05.459248   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:05.465294   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:05.476505   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:05.496757   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:05.537452   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:05.617792   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:05.778289   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:06.098586   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:06.739344   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:08.019490   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
helpers_test.go:344: "busybox" [25231a04-92bf-4a0c-8f52-29526ef6b9c8] Running
E0325 11:05:10.580334   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
start_stop_delete_test.go:196: (dbg) TestStartStop/group/no-preload/serial/DeployApp: integration-test=busybox healthy within 9.003617338s
start_stop_delete_test.go:196: (dbg) Run:  kubectl --context no-preload-089083 exec busybox -- /bin/sh -c "ulimit -n"
--- PASS: TestStartStop/group/no-preload/serial/DeployApp (9.29s)

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

                                                
                                                
=== 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-580501 --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-580501 describe deploy/metrics-server -n kube-system
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonWhileActive (0.91s)

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

                                                
                                                
=== 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-580501 --alsologtostderr -v=3
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p old-k8s-version-580501 --alsologtostderr -v=3: (12.259082532s)
--- PASS: TestStartStop/group/old-k8s-version/serial/Stop (12.26s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/Stop
start_stop_delete_test.go:228: (dbg) Run:  out/minikube-linux-amd64 stop -p no-preload-089083 --alsologtostderr -v=3
E0325 11:05:15.124126   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:15.129453   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:15.139762   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:15.160061   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:15.200523   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:15.280997   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:15.441587   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:15.700790   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:15.761955   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:16.402990   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
start_stop_delete_test.go:228: (dbg) Done: out/minikube-linux-amd64 stop -p no-preload-089083 --alsologtostderr -v=3: (16.611231302s)
--- PASS: TestStartStop/group/no-preload/serial/Stop (16.61s)

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

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

                                                
                                                
-- 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-580501 --images=MetricsScraper=registry.k8s.io/echoserver:1.4
E0325 11:05:17.684197   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
--- PASS: TestStartStop/group/old-k8s-version/serial/EnableAddonAfterStop (0.23s)

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

                                                
                                                
=== 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-580501 --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
E0325 11:05:20.244636   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:25.365636   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:25.940983   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p old-k8s-version-580501 --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: (2m14.077314549s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p old-k8s-version-580501 -n old-k8s-version-580501
--- PASS: TestStartStop/group/old-k8s-version/serial/SecondStart (134.39s)

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/no-preload/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p no-preload-089083 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.0-beta.0
E0325 11:05:35.606163   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:46.422067   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:05:51.736090   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:05:51.741378   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:05:51.751735   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:05:51.772043   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:05:51.812331   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:05:51.892663   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:05:52.053013   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:05:52.373606   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:05:53.014589   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:05:54.295068   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:05:56.087349   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:05:56.855387   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:06:01.975589   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:06:12.216470   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:06:27.382804   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:06:32.697097   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:06:37.047734   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:06:37.399312   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:37.404634   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:37.414920   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:37.435229   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:37.475927   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:37.556139   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:37.716523   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:38.037500   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:38.678610   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:39.958838   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:42.520035   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:47.641209   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:06:57.881863   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:07:10.691204   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:10.696502   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:10.706761   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:10.727064   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:10.767540   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:10.847867   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:11.008368   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:11.328935   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:11.969893   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:13.250188   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:13.657804   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
E0325 11:07:15.811213   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:18.362353   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:07:20.931792   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:29.157781   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:07:29.163080   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:07:29.173435   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:07:29.193754   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:07:29.234051   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:07:29.314403   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:07:29.475488   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:07:29.795617   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:07:30.436334   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:07:31.171961   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:31.716678   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p no-preload-089083 --memory=2200 --alsologtostderr --wait=true --preload=false --driver=docker  --container-runtime=crio --kubernetes-version=v1.30.0-beta.0: (4m21.536710813s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p no-preload-089083 -n no-preload-089083
--- PASS: TestStartStop/group/no-preload/serial/SecondStart (261.84s)

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

                                                
                                                
=== 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-b45dd" [a22def7d-9848-4d3f-a486-fb422dc5c402] Running
E0325 11:07:34.277193   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
start_stop_delete_test.go:274: (dbg) TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.00308943s
--- PASS: TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (6.00s)

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

                                                
                                                
=== 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-b45dd" [a22def7d-9848-4d3f-a486-fb422dc5c402] Running
E0325 11:07:39.397415   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
start_stop_delete_test.go:287: (dbg) TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003793087s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context old-k8s-version-580501 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/old-k8s-version/serial/AddonExistsAfterStop (5.08s)

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

                                                
                                                
=== RUN   TestStartStop/group/old-k8s-version/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p old-k8s-version-580501 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.52s)

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/FirstStart
start_stop_delete_test.go:186: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-241355 --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.30.0-beta.0
E0325 11:07:48.928533   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/bridge-513748/client.crt: no such file or directory
E0325 11:07:49.304759   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:07:49.638085   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
E0325 11:07:50.209612   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/bridge-513748/client.crt: no such file or directory
E0325 11:07:51.652519   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:07:52.770172   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/bridge-513748/client.crt: no such file or directory
E0325 11:07:57.890353   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/bridge-513748/client.crt: no such file or directory
E0325 11:07:58.968786   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/kindnet-513748/client.crt: no such file or directory
E0325 11:07:59.322743   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/custom-flannel-513748/client.crt: no such file or directory
E0325 11:08:03.496496   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/client.crt: no such file or directory
E0325 11:08:08.130574   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/bridge-513748/client.crt: no such file or directory
E0325 11:08:10.118571   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/flannel-513748/client.crt: no such file or directory
start_stop_delete_test.go:186: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-241355 --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.30.0-beta.0: (39.515744329s)
--- PASS: TestStartStop/group/newest-cni/serial/FirstStart (39.52s)

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

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

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

                                                
                                                
=== 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-241355 --images=MetricsServer=registry.k8s.io/echoserver:1.4 --registries=MetricsServer=fake.domain
E0325 11:08:28.611713   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/bridge-513748/client.crt: no such file or directory
start_stop_delete_test.go:211: WARNING: cni mode requires additional setup before pods can schedule :(
--- PASS: TestStartStop/group/newest-cni/serial/EnableAddonWhileActive (0.79s)

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

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

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

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

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

                                                
                                                
=== RUN   TestStartStop/group/newest-cni/serial/SecondStart
start_stop_delete_test.go:256: (dbg) Run:  out/minikube-linux-amd64 start -p newest-cni-241355 --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.30.0-beta.0
E0325 11:08:32.612685   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:08:35.578340   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/calico-513748/client.crt: no such file or directory
start_stop_delete_test.go:256: (dbg) Done: out/minikube-linux-amd64 start -p newest-cni-241355 --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.30.0-beta.0: (14.682207591s)
start_stop_delete_test.go:262: (dbg) Run:  out/minikube-linux-amd64 status --format={{.Host}} -p newest-cni-241355 -n newest-cni-241355
--- PASS: TestStartStop/group/newest-cni/serial/SecondStart (14.99s)

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

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

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

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

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

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

                                                
                                    
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-pwxjk" [b9d8cdb6-5610-486f-81ed-ecf373cb1294] Running
E0325 11:09:09.572476   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/bridge-513748/client.crt: no such file or directory
start_stop_delete_test.go:274: (dbg) TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004287958s
--- PASS: TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (6.01s)

                                                
                                    
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-pwxjk" [b9d8cdb6-5610-486f-81ed-ecf373cb1294] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/embed-certs/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003461447s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context embed-certs-925150 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop
start_stop_delete_test.go: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-kqchc" [8780bf4f-07aa-4ad8-bd83-a9a117aedd21] Running
start_stop_delete_test.go:274: (dbg) TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 6.004899927s
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/UserAppExistsAfterStop (6.01s)

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

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

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

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

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

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

                                                
                                    
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-kqchc" [8780bf4f-07aa-4ad8-bd83-a9a117aedd21] Running
start_stop_delete_test.go:287: (dbg) TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop: k8s-app=kubernetes-dashboard healthy within 5.003668078s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context default-k8s-diff-port-563895 describe deploy/dashboard-metrics-scraper -n kubernetes-dashboard
--- PASS: TestStartStop/group/default-k8s-diff-port/serial/AddonExistsAfterStop (5.07s)

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

                                                
                                                
=== RUN   TestStartStop/group/default-k8s-diff-port/serial/VerifyKubernetesImages
start_stop_delete_test.go:304: (dbg) Run:  out/minikube-linux-amd64 -p default-k8s-diff-port-563895 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/default-k8s-diff-port/serial/VerifyKubernetesImages (0.22s)

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

                                                
                                                
=== 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-563895 --alsologtostderr -v=1
start_stop_delete_test.go:311: (dbg) Run:  out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-563895 -n default-k8s-diff-port-563895
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.APIServer}} -p default-k8s-diff-port-563895 -n default-k8s-diff-port-563895: exit status 2 (294.200255ms)

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

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

                                                
                                    
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-779776cb65-hmfrj" [f4fc631f-30be-49ee-9373-1761ad65ce76] Running
E0325 11:09:54.533834   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/enable-default-cni-513748/client.crt: no such file or directory
E0325 11:09:55.240051   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
E0325 11:09:55.245365   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
E0325 11:09:55.255751   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
E0325 11:09:55.276077   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
E0325 11:09:55.316440   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
E0325 11:09:55.396773   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
E0325 11:09:55.557299   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
E0325 11:09:55.877910   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
E0325 11:09:56.518651   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
E0325 11:09:57.799339   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/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.003565076s
--- 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-779776cb65-hmfrj" [f4fc631f-30be-49ee-9373-1761ad65ce76] Running
E0325 11:10:00.359637   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
E0325 11:10:00.446908   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/functional-961100/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.003862183s
start_stop_delete_test.go:291: (dbg) Run:  kubectl --context no-preload-089083 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-089083 image list --format=json
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/no-preload/serial/VerifyKubernetesImages (0.23s)

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

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

                                                
                                                
-- 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-089083 -n no-preload-089083
E0325 11:10:05.458950   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/auto-513748/client.crt: no such file or directory
E0325 11:10:05.480167   10249 cert_rotation.go:168] key failed with : open /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/old-k8s-version-580501/client.crt: no such file or directory
start_stop_delete_test.go:311: (dbg) Non-zero exit: out/minikube-linux-amd64 status --format={{.Kubelet}} -p no-preload-089083 -n no-preload-089083: exit status 2 (286.111693ms)

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

                                                
                                    

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

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

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

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

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

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

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

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

                                                
                                    
x
+
TestDownloadOnly/v1.30.0-beta.0/binaries (0s)

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

                                                
                                    
x
+
TestDownloadOnly/v1.30.0-beta.0/kubectl (0s)

                                                
                                                
=== RUN   TestDownloadOnly/v1.30.0-beta.0/kubectl
aaa_download_only_test.go:167: Test for darwin and windows
--- SKIP: TestDownloadOnly/v1.30.0-beta.0/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
+
TestNetworkPlugins/group/kubenet (3.35s)

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:35 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.103.2:8443
name: cert-expiration-635599
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:48 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.85.2:8443
name: offline-crio-630575
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:47 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.76.2:8443
name: pause-611439
contexts:
- context:
cluster: cert-expiration-635599
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:35 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: cert-expiration-635599
name: cert-expiration-635599
- context:
cluster: offline-crio-630575
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:48 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: offline-crio-630575
name: offline-crio-630575
- context:
cluster: pause-611439
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:47 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: pause-611439
name: pause-611439
current-context: ""
kind: Config
preferences: {}
users:
- name: cert-expiration-635599
user:
client-certificate: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/cert-expiration-635599/client.crt
client-key: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/cert-expiration-635599/client.key
- name: offline-crio-630575
user:
client-certificate: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/offline-crio-630575/client.crt
client-key: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/offline-crio-630575/client.key
- name: pause-611439
user:
client-certificate: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/pause-611439/client.crt
client-key: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/pause-611439/client.key

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

                                                
                                    
x
+
TestNetworkPlugins/group/cilium (3.72s)

                                                
                                                
=== 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-513748 [pass: true] --------------------------------
>>> netcat: nslookup kubernetes.default:
Error in configuration: context was not found for specified context: cilium-513748

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

                                                
                                                
>>> k8s: kubectl config:
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:35 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.103.2:8443
name: cert-expiration-635599
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:48 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.85.2:8443
name: offline-crio-630575
- cluster:
certificate-authority: /home/jenkins/minikube-integration/18500-3438/.minikube/ca.crt
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:47 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: cluster_info
server: https://192.168.76.2:8443
name: pause-611439
contexts:
- context:
cluster: cert-expiration-635599
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:35 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: cert-expiration-635599
name: cert-expiration-635599
- context:
cluster: offline-crio-630575
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:48 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: offline-crio-630575
name: offline-crio-630575
- context:
cluster: pause-611439
extensions:
- extension:
last-update: Mon, 25 Mar 2024 10:55:47 UTC
provider: minikube.sigs.k8s.io
version: v1.32.0
name: context_info
namespace: default
user: pause-611439
name: pause-611439
current-context: ""
kind: Config
preferences: {}
users:
- name: cert-expiration-635599
user:
client-certificate: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/cert-expiration-635599/client.crt
client-key: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/cert-expiration-635599/client.key
- name: offline-crio-630575
user:
client-certificate: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/offline-crio-630575/client.crt
client-key: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/offline-crio-630575/client.key
- name: pause-611439
user:
client-certificate: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/pause-611439/client.crt
client-key: /home/jenkins/minikube-integration/18500-3438/.minikube/profiles/pause-611439/client.key

                                                
                                                

                                                
                                                
>>> k8s: cms:
Error in configuration: context was not found for specified context: cilium-513748

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

                                                
                                                

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

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

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

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

                                                
                                    
Copied to clipboard